openzeppelin-sdk icon indicating copy to clipboard operation
openzeppelin-sdk copied to clipboard

Verify proxy contracts on zos verify

Open spalladino opened this issue 5 years ago • 5 comments

Currently only logic contracts are verified. We should verify the proxy themselves as well.

spalladino avatar Jun 07 '19 18:06 spalladino

Pretty sure that was request a couple times already.

ylv-io avatar Jun 07 '19 18:06 ylv-io

Until oz verify automagically support verifying proxy contracts, how can we verify proxy contracts manually on Etherscan?

What compiler version, EVM version, optimizer settings are used?

https://github.com/OpenZeppelin/openzeppelin-sdk/issues/1183#issuecomment-524984084

abcoathup avatar Aug 27 '19 02:08 abcoathup

Process to verify the proxy contract: https://forum.openzeppelin.com/t/verify-proxy-contract/1989

abcoathup avatar Jan 02 '20 07:01 abcoathup

does this is valid from AdminUpgradeabilityProxy which are deployed from other contracts ? e.g via app.sol https://github.com/OpenZeppelin/openzeppelin-sdk/blob/master/packages/lib/contracts/application/App.sol#L117 @abcoathup @spalladino

orenyodfat avatar Apr 19 '20 14:04 orenyodfat

@orenyodfat unfortunately no, the CLI only tracks contracts deployed from the CLI itself.

spalladino avatar Apr 20 '20 16:04 spalladino