Allow to verify proxy contracts
See original GitHub issueEtherscan has the endpoint for verification of proxy-style contract pairs.
It would be a nice feature to allow optionally call https://api.etherscan.io/api?module=contract&action=verifyproxycontract&apikey=YourApiKeyToken after verification of proxy and implementations contracts separately.
I guess this can be implemented by adding an extra --verify-proxy flag to the truffle run verify command.
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (10 by maintainers)
Top Results From Across the Web
Verify Proxy Contract — OKExChain docs latest documentation
Verify Proxy Contract on OKLink¶ · Go to your contact page and click on “Verify and Publish” ../../_images/verify-proxy-contract-04. · Copy your contract code ......
Read more >Cannot auto verify Proxy contract with implementation and ...
I'm trying to auto-verify my upgradable contract with proxies on Ropsten by using overridden task verify:verify in hardhat-upgrades lib but ...
Read more >Proxy Contract Verification Page - Arbiscan.io
Proxy contract verification tool helps you update your proxy contract with ... This page allows proxy contracts to be linked with their implementation...
Read more >Verifying Proxy contracts on EtherScan
As the writing of this, EtherScan has added an option for verifying proxy contracts. It can be found under More Options menu on...
Read more >Proxy Contracts - Tenderly Docs
If you are importing a proxy contract that doesn't conform to one of the two industry standards which Tenderly automatically detects (EIP-1967 and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is interesting. I can definitely see the value in this. Will need to look into it a bit more though.
Thanks @Enigmatic331. Just tested locally, and it’s working from my end. Will publish a new release of truffle-plugin-verify next week that has support for arbiscan and optimistic etherscan API keys.