TimelockController

Verified contract

Active on Base with 94 txns
Deployed by via 0xbb7cc8f6 at 3274942
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TimelockController"

0x0822b645df3733365e40542dcf346ff4bc26c0f172e7053de5db9b54067feb74
0x61bc1b728ea948560046fd079357484d34982f1643f0bf86b2753150ce9242d3
0xc9d37f4f339bd1f496115f350fe3b921f3798e0ddaaea739b0fe3b6fc83e2f36
0xf22cc5989be0bce7b9818eb5002b696b341169d7df5643d97bf6514af8a36440
0x83f256a3eb08ca366f99fd4f170c244cde2be1e8c998e46b3edc90339d830e82
0x8ea21c3ea03433241ca9e6275a5f86a65c744c15ebe8633dbd8be295e7e6c00a
0x47f6359d5f10687abdaaa5656d8ff70610b5af740945a8226e0c70871201798f
0x4e716fd2d96377933799a9cf399641b1ae5e0e082b0c6f980e63f2292e6747fb
0x2b455b4569e32eaff777d0bbf78790ca71171ebf54124153ade2703b88eddc4a
0xd0e1be4a1d4fef6e98f71f0dac124eac42fedc367535f22a9a4d1c496d2b7207

Functions
Getter at block 22742227
CANCELLER_ROLE(view returns (bytes32)
0xfd643c72710c63c0180259aba6b2d05451e3591a24e58b62239378085726f783
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXECUTOR_ROLE(view returns (bytes32)
0xd8aa0f3194971a2a116679f7c2090f6939c8d4e01a2a8d7e41d55e5351469e63
PROPOSER_ROLE(view returns (bytes32)
0xb09aa5aeb3702cfd50b6b62bc4532604938f21248a27a1d5ca736082b6819cc1
TIMELOCK_ADMIN_ROLE(view returns (bytes32)
0x5f58e3a2316349923ce3780f8d587db2d72378aed66a8261c916544fa6846ca5
getMinDelay(view returns (uint256 duration)
86400
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
getTimestamp(bytes32 idview returns (uint256 timestamp)
hasRole(bytes32 roleaddress accountview returns (bool)
hashOperation(address targetuint256 valuebytes databytes32 predecessorbytes32 saltpure returns (bytes32 hash)
hashOperationBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltpure returns (bytes32 hash)
isOperation(bytes32 idview returns (bool registered)
isOperationDone(bytes32 idview returns (bool done)
isOperationPending(bytes32 idview returns (bool pending)
isOperationReady(bytes32 idview returns (bool ready)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
cancel(bytes32 id
execute(address targetuint256 valuebytes payloadbytes32 predecessorbytes32 saltpayable 
executeBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltpayable 
grantRole(bytes32 roleaddress account
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
schedule(address targetuint256 valuebytes databytes32 predecessorbytes32 saltuint256 delay
scheduleBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltuint256 delay
updateDelay(uint256 newDelay
Events
CallExecuted(bytes32 indexed iduint256 indexed indexaddress targetuint256 valuebytes data
CallScheduled(bytes32 indexed iduint256 indexed indexaddress targetuint256 valuebytes databytes32 predecessoruint256 delay
Cancelled(bytes32 indexed id
MinDelayChange(uint256 oldDurationuint256 newDuration
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(uint256 minDelayaddress[] proposersaddress[] executorsaddress admin
Fallback and receive
receive(
Errors

This contract contains no error objects.