Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef81…50ef
Balances ($0.00)
No balances found for "ProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17473953 | a year ago | | | 0 | 0.00043560845 |
ABI
ABI objects
Getter at block 21263141
addressManager() view returns (address)
0xef8115f2733fb2033a7c756402fc1deaa56550ef
isUpgrading() view returns (bool)
false
owner() view returns (address)
0x5a0aae59d09fccbddb6c6cceb07b7279367c3d2a
Read-only
getProxyAdmin(address _proxy) view returns (address)
getProxyImplementation(address _proxy) view returns (address)
implementationName(address) view returns (string)
proxyType(address) view returns (uint8)
State-modifying
Events changeProxyAdmin(address _proxy, address _newAdmin)
renounceOwnership()
setAddress(string _name, address _address)
setAddressManager(address _address)
setImplementationName(address _address, string _name)
setProxyType(address _address, uint8 _type)
setUpgrading(bool _upgrading)
transferOwnership(address newOwner)
upgrade(address _proxy, address _implementation)
upgradeAndCall(address _proxy, address _implementation, bytes _data) payable
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.