ProxyAdmin
Verified contract
Active on
Ethereum with 13 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a61…ecc1
Balances ($0.00)
No balances found for "ProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16991065 | 2 years ago | | | 0 | 0.00097114449 | |
| 16956828 | 2 years ago | | | 0 | 0.00077705182 | |
| 16956827 | 2 years ago | | | 0 | 0.00071736076 | |
| 16956826 | 2 years ago | | | 0 | 0.00073765094 | |
| 16956825 | 2 years ago | | | 0 | 0.00074879540 | |
| 16956824 | 2 years ago | | | 0 | 0.00075947289 | |
| 16956823 | 2 years ago | | | 0 | 0.00065533034 | |
| 16956822 | 2 years ago | | | 0 | 0.00082545697 | |
| 16956818 | 2 years ago | | | 0 | 0.00081312261 | |
| 16956818 | 2 years ago | | | 0 | 0.00093095786 |
ABI
ABI objects
Getter at block 21159849
addressManager() view returns (address)
0x7a616b25e7c96fc4d652966d7ddabb51de28ecc1
isUpgrading() view returns (bool)
false
owner() view returns (address)
0x4a4962275df8c60a80d3a25faec5aa7de116a746
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.