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
0xf2dc…fdc7
Balances ($0.00)
No balances found for "ProxyAdmin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19634358 | 7 months ago | | | 0 | 0.00083259735 | |
| 19634357 | 7 months ago | | | 0 | 0.0038575614 | |
| 19634355 | 7 months ago | | | 0 | 0.0032725784 | |
| 19634353 | 7 months ago | | | 0 | 0.0031350001 | |
| 19634352 | 7 months ago | | | 0 | 0.0014578239 | |
| 19634351 | 7 months ago | | | 0 | 0.0013235275 | |
| 19634350 | 7 months ago | | | 0 | 0.0016561491 | |
| 19634349 | 7 months ago | | | 0 | 0.0016708326 | |
| 19634348 | 7 months ago | | | 0 | 0.0016678202 | |
| 19634347 | 7 months ago | | | 0 | 0.0014301434 |
ABI
ABI objects
Getter at block 21158246
addressManager() view returns (address)
0xf2dc77c697e892542cc53336178a78bb313dfdc7
isUpgrading() view returns (bool)
false
owner() view returns (address)
0xc91482a96e9c2a104d9298d1980eccf8c4dc764e
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.