Is it possible to help me to verify AdminUpgradeabilityProxy contract on HECO testnet?
This is my proxy contract address:
proxies details:
[
{“address”: “0xD913107A649Fdf0aFA6c736b2aA0Fdb6078B2A5d”,
“version”: “1.0.0”,
“implementation”: “0x4e7dD5b7e006CDc27D70aB612a37049Ca60dcD20”,
“admin”: “0x0277cd0539bC14683035EbfC73F2f0Aef79c986e”,
“kind”: “Upgradeable”}
]
I used oz to deploy the contract and the command is npx oz create -n $NETWORK my_contract --init initialize
and then I choose the Compiler Version:v0.5.3+commit.10d17f24,Optimization Enabled:No with 200 runs ,Other Settings:constantinople EvmVersion to verify contract , but the constructor arguments get error like this:
(Note: Unable to determine contructor arguments, please check and replace with correct values (43616e6e6f742073657420612070726f787920696d706c656d656e746174696f6e20746f2061206e6f6e2d636f6e747261637420616464726573730000000000000000000000004e7dd5b7e006cdc27d70ab612a37049ca60dcd200000000000000000000000000277cd0539bc14683035ebfc73f2f0aef79c986e000000000000000000000000000000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000000048129fc1c00000000000000000000000000000000000000000000000000000000)
so, I have no idea how to verify proxy contract, seems nobody else has verified proxy contract on testnet and heco mainnet .
