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 can be extracted from the source code. For example, in contract MyContract {...}, the contract name is "MyContract".
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.
The json file must follow this format. Only accept single .json file here.
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.