What's Contract Verification
You may have come across some of them when browsing the Contract tab of any contract address on Etherscan.
How do I verify a contract I've deployed ?
If you've deployed your contract using an online tool such as Remix, or OpenZeppelin's Contract Wizard, consider using the contract verification page.
If you've deployed your contract using a development tool such as Hardhat, Foundry, Truffle and so on, consider using plugins to automate the verification process.
Last updated