Verify with Chiliz Block Explorer
Last updated
Last updated
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.
Once the code is deployed, you can view the transaction in detail on the Chiliz Block Explorer.
Select the Code tab to start verifying your contract.
Copy and save the Copy Contract Creation Code for future reference.
Select Verify & Publish.
INFORMATION
To verify your smart contract, keep the following details handy:
Contract Name
Compiler
EVM version
Optimisation
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.
Parameter | Description |
---|---|
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 |
Your contract is now verified ✅.
Feel free to explore the Block Explorer further!