ConfluxScan- New contract verification function

ConfluxScan already has contract deployment and contract registration functions. The function of Contract Verification has been added recently, that is, the verification of deployed contracts.

Contract deployment and contract registration tutorial: How to register contract and how to display token on Scan

Contract verification

Click “Blockchain” in the Scan menu bar, and select “Contract Verification” in the “Contract” column on the right side of the drop-down bar.

Fill in the source code of the contract in the input box as required.

Notice:

  1. The verification content entered in the contract verification page needs to be consistent with the content entered during contract deployment. During contract verification, the similarity of the content will be judged. The verification can be passed when the standard is reached.

  2. There is no order requirement for contract verification and contract registration. However, if a contract is verified first, once the verification is passed, the ABI and source code of the contract cannot be changed during the contract registration. If a contract is not verified, the ABI and source code can be resubmitted during contract registration.

  3. In the License option, you can choose “none-License”, or you can choose to customize the license according to your needs.

  4. The Constructor arguments function and multi-file verification function in the current contract verification function are temporarily not supported, these will be gradually improved in the later updated version.