Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Governor"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192695 | 4 days ago | | | 0 | 0.017370062 | |
| 21192684 | 4 days ago | | | 0 | 0.0012501357 | |
| 21192668 | 4 days ago | | | 0 | 0.0028585173 | |
| 21192667 | 4 days ago | | | 0 | 0.0047021584 | |
| 21192635 | 4 days ago | | | 0 | 0.057483688 | |
| 21192596 | 4 days ago | | | 0 | 0.029621518 | |
| 21192526 | 4 days ago | | | 0 | 0.23963820 | |
| 21192524 | 4 days ago | | | 0 | 0.023260080 | |
| 21192523 | 4 days ago | | | 0 | 0.033921960 | |
| 21192522 | 4 days ago | | | 0 | 0.0080912144 |
ABI
ABI objects
Getter at block 21218973
isExecutionByContractsAllowed() view returns (bool)
false
queueAdmins() view returns (address[])
[0xA7D5DDc1b8557914F158076b228AA91eF613f1D5]
timeLock() view returns (address)
0xa133c9a92fb8ddb962af1cbae58b2723a0bdf23b
vetoAdmin() view returns (address)
0xbb803559b4d58b75e12dd74641ab955e8b0df40e
Read-only
batchInfo(uint256) view returns (address initiator, uint16 length, uint80 eta)
batchedTxInfo(bytes32) view returns (uint64 batchBlock, uint16 index)
State-modifying
Events addQueueAdmin(address admin)
allowExecutionByContracts()
cancelBatch(struct IGovernorTxParams[] txs)
cancelTransaction(address target, uint256 value, string signature, bytes data, uint256 eta)
claimTimeLockOwnership()
executeBatch(struct IGovernorTxParams[] txs) payable
executeTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) payable returns (bytes)
forbidExecutionByContracts()
queueTransaction(address target, uint256 value, string signature, bytes data, uint256 eta) returns (bytes32 txHash)
removeQueueAdmin(address admin)
startBatch(uint80 eta)
updateVetoAdmin(address admin)
AddQueueAdmin(address indexed admin)
AllowExecutionByContracts()
CancelBatch(address indexed caller, uint256 indexed batchBlock)
ExecuteBatch(address indexed caller, uint256 indexed batchBlock)
ForbidExecutionByContracts()
QueueBatch(address indexed caller, uint256 indexed batchBlock)
RemoveQueueAdmin(address indexed admin)
UpdateVetoAdmin(address indexed admin)
constructor(address _timeLock, address _queueAdmin, address _vetoAdmin, bool _allowExecutionByContracts)
This contract contains no fallback and receive objects.
AdminCantBeZeroAddressException()
BatchAlreadyStartedException()
CallerMustNotBeContractException()
CallerNotBatchInitiatorException()
CallerNotQueueAdminException()
CallerNotTimelockException()
CallerNotVetoAdminException()
CantPerformActionOutsideBatchException()
CantRemoveLastQueueAdminException()
ETAMistmatchException()
IncorrectBatchException()
TransactionAlreadyQueuedException()
UnexpectedTransactionException(bytes32 txHash)