ivan09069/Verify Deployed Contract
Verify that deployed bytecode matches compiled source from Etherscan
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| address | Contract address to verify | yes | — |
| network | Network name (mainnet, sepolia, goerli, polygon, arbitrum, optimism, base) | yes | mainnet |
| etherscan-key | Etherscan API key | yes | — |
| rpc-url | Custom RPC URL (overrides default public RPC) | no | — |
Outputs
| name | description |
|---|---|
| status | PASS or FAIL |
| on-chain-hash | Keccak256 of normalized on-chain bytecode |
| compiled-hash | Keccak256 of normalized compiled bytecode |