ProxyAdmin
instance as the real administrative interface of your proxy.*_admin
, backed by the implementation at _logic
, and
optionally initialized with _data
as explained in ERC1967Proxy-constructor.
0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
{ProxyAdmin-changeProxyAdmin}
.
data
, which should be an encoded function call. This is useful to initialize new storage variables in the
proxied contract.
NOTE: Only the admin can call this function. See ProxyAdmin-upgradeAndCall.