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.