AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 113 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "AdminUpgradeabilityProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15559332 | 2 years ago | | | 0 | 0.00058023000 | |
| 14945743 | 2 years ago | | | 0 | 0.0081563487 | |
| 14928947 | 2 years ago | | | 0 | 0.017304782 | |
| 14872333 | 2 years ago | | | 0 | 0.012228150 | |
| 14847765 | 2 years ago | | | 0 | 0.0061640037 | |
| 14835150 | 2 years ago | | | 0 | 0.0038033475 | |
| 14779812 | 3 years ago | | | 0 | 0.0070582789 | |
| 14775924 | 3 years ago | | | 0 | 0.0070306503 | |
| 14756793 | 3 years ago | | | 0 | 0.043362802 | |
| 14725938 | 3 years ago | | | 0 | 0.0093846080 |
ABI
ABI objects
Getter at block 21204647
owner() view returns (address)
0x1216a72b7822bbf7c38707f9a602fc241cd6df30
Read-only
This contract contains no read-only function objects.
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
createMultisig(address _series, bytes data)
initialize(address masterCopy)
renounceOwnership()
transferOwnership(address newOwner)
updateGnosisMasterCopy(address newAddress)
updateRegistryContract(address newAddress)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
MultisigCreated(address indexed series, address value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.