Governor

Verified contract

Active on Ethereum with 188 txns
Deployed by via 0xfa7f04be at 18747791
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Governor"

0x30b630498c6037fd5ed778d459645b810df89120946ae3a746d3b11776c23ed0
0x22f7c6582970479fb52e08b122cd946a0b00a8cb23592a80e2cbacf22c23880c
0x880e166c521611046b7993bb7aa88a79a8f35f24016fe50b181dba9782fd431c
0xda4964c2562f81b2edf2e7b39b40dd59a7537d16d25fe0b69b5405b199223996
0xf111e0e3966f8af8e568ac6b28d4f26363ab0f8f129ca194132341167b9ad1f7
0xdbf3b1bad5b0ecd543eae3d6fddd0b34f713ca38762d38fdea37d9368fa9d562
0x074829d3404e59d52a2d701d4548b7d7fcda1dbab4a81461af64a8b8c2802523
0x4e4c88022113a3428c67623d86f449c5dcb2077492555cfe20ba2db37ad98112
0x3d358928bf37e5fb38c8f50c16182958bd9ee95c58b4ea0a6618ec5bb5e944e1
0xd5851cc22574d0b020d9119c17cef01d572c46062dbb17c0fced9de2f1673eee

Functions
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(uint256view returns (address initiatoruint16 lengthuint80 eta)
batchedTxInfo(bytes32view returns (uint64 batchBlockuint16 index)
State-modifying
addQueueAdmin(address admin
allowExecutionByContracts(
cancelBatch(struct IGovernorTxParams[] txs
cancelTransaction(address targetuint256 valuestring signaturebytes datauint256 eta
claimTimeLockOwnership(
executeBatch(struct IGovernorTxParams[] txspayable 
executeTransaction(address targetuint256 valuestring signaturebytes datauint256 etapayable returns (bytes)
forbidExecutionByContracts(
queueTransaction(address targetuint256 valuestring signaturebytes datauint256 etareturns (bytes32 txHash)
removeQueueAdmin(address admin
startBatch(uint80 eta
updateVetoAdmin(address admin
Events
AddQueueAdmin(address indexed admin
AllowExecutionByContracts(
CancelBatch(address indexed calleruint256 indexed batchBlock
ExecuteBatch(address indexed calleruint256 indexed batchBlock
ForbidExecutionByContracts(
QueueBatch(address indexed calleruint256 indexed batchBlock
RemoveQueueAdmin(address indexed admin
UpdateVetoAdmin(address indexed admin
Constructor
constructor(address _timeLockaddress _queueAdminaddress _vetoAdminbool _allowExecutionByContracts
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AdminCantBeZeroAddressException(
BatchAlreadyStartedException(
CallerMustNotBeContractException(
CallerNotBatchInitiatorException(
CallerNotQueueAdminException(
CallerNotTimelockException(
CallerNotVetoAdminException(
CantPerformActionOutsideBatchException(
CantRemoveLastQueueAdminException(
ETAMistmatchException(
IncorrectBatchException(
TransactionAlreadyQueuedException(
UnexpectedTransactionException(bytes32 txHash