Contract Verification

On EVM networks, after a deploy DevStation can submit your contract source to the network\u2019s explorer for verification.

It resolves the exact compiler build, sends the flattened source, and lets the explorer detect the constructor arguments. You can also verify an existing deployment from the Projects page.

You can also verify any contract manually in the built-in explorer: open the Verify Contract form (from the explorer header, or from any unverified contract page), paste your flattened source, choose the compiler and options, and publish.

Verification depends on the network explorer’s verifier service. If the explorer cannot confirm a submission, the contract still works and is fully usable. The verification request is correct and will complete once the explorer service accepts it.
DevStation
Loading console…