explorer-contract-verification

Installation
SKILL.md

Overview

Contract verification on Etherscan, Routescan, and Blockscout explorers using Foundry's forge verify-contract. Covers standard Etherscan verification, unsupported chains via Etherscan V2 API, Routescan, Blockscout verification, proxy patterns, and factory-created contracts.

When to Use

  • Verify deployed smart contracts on Etherscan, Routescan, or Blockscout explorers
  • Verify proxy contracts (ERC1967, UUPS)
  • Verify factory-created contracts (CREATE2)
  • Extract constructor arguments from deployment data

Prerequisites

Related skills
Installs
1
GitHub Stars
345
First Seen
10 days ago