Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Timelock"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11130975 | 4 years ago | | | 0 | 0.00086349200 | |
| 11130436 | 4 years ago | | | 0 | 0.0041508600 |
ABI
ABI objects
Getter at block 21292450
admin() view returns (address)
0x1d372cfd924880e5c1e3900d4e6ae41b6cf4dff3
delay() view returns (uint256)
86400
gracePeriod() view returns (uint256)
604800
owner() view returns (address)
0xc21c2158901852896e4aa2ab8a27204251658164
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_)
queueTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) returns (bytes32)
renounceOwnership()
setDelay(uint256 delay_)
setGracePeriod(uint256 gracePeriod_)
setPendingAdmin(address pendingAdmin_)
transferOwnership(address newOwner)
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_)
NewGracePeriod(uint256 indexed newGracePerios_)
NewPendingAdmin(address indexed newPendingAdmin_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
QueueTransaction(bytes32 indexed txHash_, address indexed target_, uint256 value_, string signature_, bytes data_, uint256 eta_)
This contract contains no constructor objects.
receive()
This contract contains no error objects.