Scrollscan
HomeTwitterKnowledge Base
Scroll Mainnet
Scroll Mainnet
  • Introduction
  • ✨Getting Started
    • Creating an Account
    • Getting an API key
    • Endpoint URLs
  • 🎯API Endpoints
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Stats
  • ✅Contract Verification
    • What's Contract Verification
    • Awesome Verification
    • Verifying Contracts Programmatically
    • Contract Verification Plugins
    • Common Verification Errors
  • 🔧Misc Tools & Utilities
    • Libraries
  • 🤝Support
    • FAQ
    • Rate Limits
    • Common Error Messages
    • Getting Help
  • Visit Scrollscan.io
Powered by GitBook
On this page
  1. Contract Verification

What's Contract Verification

PreviousStatsNextAwesome Verification

Last updated 1 year ago

Contract verification is essentially open-sourcing your contract code

Contract verification allows smart contract developers to prove and publish the source code of the contracts deployed on-chain .

You may have come across some of them when browsing the of any contract address on Scrollscan.

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 page.

If you've deployed your contract using a development tool such as Hardhat, Foundry, Truffle and so on, consider using to automate the verification process.

✅
contract verification
plugins
✏️
✅
Contract tab