ERC1967Proxy
Verified contract
Proxy
Active on
Ethereum with 1 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 49 additional slots
Balances ($0.00)
No balances found for "ERC1967Proxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14160357 | 3 years ago | | | 0 | 0.012253815 |
ABI
ABI objects
Getter at block 21204086
GRACE_PERIOD() view returns (uint256)
1209600
MAXIMUM_DELAY() view returns (uint256)
2592000
MINIMUM_DELAY() view returns (uint256)
1
admin() view returns (address)
0x0831172b9b136813b0b35e7cc898b1398bb4d7e7
adminInitialized() view returns (bool)
true
delay() view returns (uint256)
7200
pendingAdmin() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
queuedTransactions(bytes32) view returns (bool)
State-modifying
Events acceptAdmin()
cancelTransaction(address target, uint256 value, string signature, bytes data, uint256 eta)
executeTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) payable returns (bytes)
initialize(address admin_, uint256 delay_)
queueTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) returns (bytes32)
setDelay(uint256 delay_)
setPendingAdmin(address pendingAdmin_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
CancelTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
ExecuteTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
NewAdmin(address indexed newAdmin)
NewDelay(uint256 indexed newDelay)
NewPendingAdmin(address indexed newPendingAdmin)
QueueTransaction(bytes32 indexed txHash, address indexed target, uint256 value, string signature, bytes data, uint256 eta)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.