Verify Contract
Source code verification provides transparency for users interacting with smart contracts. By uploading the source code, Cronos Explorer will match the compiled code with that on the blockchain.
Contract Name
Contract name can be extracted from the source code. For example, in contract MyContract {...}, the contract name is "MyContract".
Contract Address
Compiler Type
Solidity Standard-Json-Input
Recommend to use Standard-Json-Input compiler type for complex contract setup, or Hardhat Build-Map-Json if using Hardhat tool to compile. Only Solidity is supported at the moment.
Contract Files
Select file
The json file must follow this
format
. Only accept single .json file here.
*
Compiler Version
Constructor Arguments
This option ONLY applies to contracts that accept constructor arguments, if you are unsure you most likely don’t need this. The constructor arguments should be in ABI-ENCODED values and will be appended to the contract bytecode.
Terms & Conditions
I agree to the
terms & conditions
Submit