LogoLogo
HomeAPI PROTwitter
Etherscan V2
Etherscan V2
  • Introduction
  • Getting an API Key
  • Rate Limits
  • Supported Chains
  • V1 to V2 API Migration Guide
  • 🔍Use Cases
    • Accounting/Taxes
  • 🎯API Endpoints
    • Nametags
    • Accounts
    • Contracts
    • Transactions
    • Blocks
    • Logs
    • Geth/Parity Proxy
    • Tokens
    • Gas Tracker
    • Stats
    • L2 Deposits/Withdrawals
    • Usage
  • 🏆API PRO
    • Etherscan API PRO
  • 🍳Cookbook
    • Track Uniswap V4 DEX Trades
  • Get An Address's Full Transaction History
  • ✅Contract Verification
    • Verify with Foundry
    • Verify with Hardhat
    • Verify with Remix
  • Common Verification Errors
  • 🤝Support
    • FAQ
    • Legacy V1 Docs
    • Checking Usage
    • Common Error Messages
    • Getting Help
  • Visit Etherscan.io
Powered by GitBook
On this page
  1. ✅Contract Verification

Verify with Remix

PreviousVerify with HardhatNextCommon Verification Errors

Last updated 2 months ago

CtrlK
  • Activate
  • Add an API Key
  • Verify

Remix is a no-frills, just works in your browser Solidity development tool.

Activate

Once you've written and deployed your contract, click on the Plugin Manager 🔌and select Contract Verification

Add an API Key

The Etherscan verification plugin requires an API key, because grumpy bots yell at us on a daily basis.

Click the "Enable" link and add your key, leave the rest as default.

Verify

Fill in the chain, contract address, and contract name that you deployed.

Now that the Etherscan checkbox is enabled, click Verify. Without this, the contract won't show as verified on Etherscan's explorer.

Once verified, you will see a happy green ✅

This open source integration was shipped by @manuelwedler and the Remix team 🙌