Verify with Chiliz Block Explorer

Chiliz Block Explorer is a service built by Blockscout. You can therefore rely on their documentation for your everyday use.

We are here reproducing part of their documentation for contract validation.

Steps

  1. Once the code is deployed, you can view the transaction in detail on the Chiliz Block Explorer.

  1. Select the Code tab to start verifying your contract.

  1. Copy and save the Copy Contract Creation Code for future reference.

  1. Select Verify & Publish.

INFORMATION

To verify your smart contract, keep the following details handy:

  • Contract Name

  • Compiler

  • EVM version

  • Optimisation

  1. Enter the required details in the relevant fields. Copy the smart contract code used to compile the smart contract. Paste it in the Enter the Solidity Contract Code field.

The following table explains New Smart Contract Verification form in detail.

ParameterDescription

Contract Address

The address provided after contract creation

Contract Name

Name of the contract given whilst creating the contract

Include nightly builds

Select Yes to add nightly build values to your report. It also depends on your compiler.

Compiler

Compiler version used while deploying the contract

EVM version

Use the dropdown and select the same EVM version used to deploy the contract

Optimisation

Select Yes, if you have enabled Optimisation while compiling the contract

Enter the Solidity Contract Code

Enter the ERC-20 script used to compile the smart contract

Try to fetch constructor arguments automatically

Choice to fetch constructor arguments

ABI-encoded Constructor Arguments (if required by the contract)

Choice to fetch constructor arguments, only if the contract requires

Add Contract Libraries

Enter the name and 0x address for any required libraries called in the called in the .sol file

  1. Your contract is now verified βœ….

Feel free to explore the Block Explorer further!

Last updated