ProxyAdmin
Verified contract
Active on
Ethereum with 12 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd4b1…3a37
Balances ($0.00)
No balances found for "ProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19527381 | 8 months ago | | | 0 | 0.0016441917 | |
| 19527380 | 8 months ago | | | 0 | 0.0075642203 | |
| 19527378 | 8 months ago | | | 0 | 0.0067872897 | |
| 19527376 | 8 months ago | | | 0 | 0.0061742956 | |
| 19527375 | 8 months ago | | | 0 | 0.0028679677 | |
| 19527374 | 8 months ago | | | 0 | 0.0026892324 | |
| 19527373 | 8 months ago | | | 0 | 0.0032961929 | |
| 19527372 | 8 months ago | | | 0 | 0.0032170502 | |
| 19527371 | 8 months ago | | | 0 | 0.0032264974 | |
| 19527369 | 8 months ago | | | 0 | 0.0027879855 |
ABI
ABI objects
Getter at block 21382328
addressManager() view returns (address)
0xd4b1ec0dec3c7f12abd3ec27b7514880ae1c3a37
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.