For the complete documentation index, see llms.txt. This page is also available as Markdown.

Verify a Smart Contract

Verify deployed Chiliz Chain contracts via Chiliscan (Routescan) or Chiliz Block Explorer (Blockscout), with Hardhat CLI and flattening options.

Verifying a smart contract allows you to confirm that the contract's source code corresponds to a specific contract address on the blockchain. This is crucial for transparency and trust, especially in the decentralized world of blockchain.

Once you have deployed your smart contract on Chiliz Chain, you can verify it by using a block explorer, such as Chiliscan (by Routescan) or Chiliz Block Explorer (by Blockscout).

Verify with ChiliscanVerify with Chiliz Block Explorer

You can also verify your contract through the command line:

Verify with Hardhat

Note that it might be easier for you to validate your deployed smart contract using a flattened version of it. Here is how:

Flatten a Smart Contract

In any case, always follow the best practices!

Verification Best Practices

Last updated

Was this helpful?