ProxyAdmin
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8098…d575
Balances ($0.00)
No balances found for "ProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116381 | 20 days ago | | | 0 | 0.00016032384 | |
| 21116375 | 20 days ago | | | 0 | 0.0013364605 | |
| 21116374 | 20 days ago | | | 0 | 0.00074886649 | |
| 21116373 | 20 days ago | | | 0 | 0.00074886649 | |
| 21116372 | 20 days ago | | | 0 | 0.00062149766 | |
| 21116371 | 20 days ago | | | 0 | 0.0010649956 | |
| 21116370 | 20 days ago | | | 0 | 0.00026746835 | |
| 21116369 | 20 days ago | | | 0 | 0.00026024980 | |
| 21116368 | 20 days ago | | | 0 | 0.00060039208 | |
| 21116367 | 20 days ago | | | 0 | 0.00085293497 |
ABI
ABI objects
Getter at block 21262170
addressManager() view returns (address)
0x8098f676033a377b9defe302e9fe6877cd63d575
isUpgrading() view returns (bool)
false
owner() view returns (address)
0x6d5b183f538abb8572f5cd17109c617b994d5833
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.