Verify Contract Source Code

Verify and publish your smart contract source code on the VirBiCoin blockchain explorer.

Paste your complete Solidity source code. The system will automatically clean up any trailing content that doesn't belong to the contract.

How Contract Verification Works

1

Compile Source Code

Your Solidity source code is compiled using the specified compiler version and optimization settings.

2

Compare Bytecode

The compiled bytecode is compared with the bytecode stored on the blockchain at the specified address.

3

Verify Match

If the bytecodes match, the contract is marked as verified and the source code is published on the explorer.