TimelockController

Verified contract

Active on Ethereum with 10 txns
Deployed by via 0x41e0e15c at 16924428
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TimelockController"

0xdbb0ab325a47f75b91ae9f109b4974c506aa9584227ab1b7fd7c4a163cd83594
0x3cd7449a8256e3345d831420afc787cab1b21da304073132b5a5e492d10aead6
0x6650048dab26b08950b8cdf066fa9808fd9ea650cd9488198bd2109e3df11dce
0x3f7bf0da2a105938411875d6feb0dc3e71313e47b99f708434e4bbdeb8ce7e2d
0xe998a93228261eefc3dc54b3bfb1441a97e56a9732a6e132f0e4636ff675a5ef
0xf4dbd947057a36537bee32295d64e36f672c7fac807e419040fae6b73a5a333e
0xb776bf87bef59b9b72b8b413860e4cf0f13a2ea546d57956ea24880c056a7b83
0x00bd5fbb04d562f9cd2ae7baf017debfe9c629c2d8fe9d1890714bf1bfd1770d
0x1d3e7b8ef1771b927bbcf3a38ca458edfddb4e195b242b13cd86093045a397ab
0x9cf74390db5f4266494a1abe10990a6e28e36ef3e3d42908e50a11c7215b1669

Functions
Getter at block 20813204
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
batchHistoryLength(view returns (uint256)
2
getMinDelay(view returns (uint256 duration)
21600
historyLength(view returns (uint256)
1
Read-only
batchOperationHistory(uint256view returns (address proposedBybytes32 idbytes32 predecessoruint256 readyAfter)
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[] datasbytes32 predecessorbytes32 saltpure returns (bytes32 hash)
isOperation(bytes32 idview returns (bool pending)
isOperationDone(bytes32 idview returns (bool done)
isOperationPending(bytes32 idview returns (bool pending)
isOperationReady(bytes32 idview returns (bool ready)
operationHistory(uint256view returns (address proposedBybytes32 idaddress targetuint256 valuebytes databytes32 predecessoruint256 readyAfter)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
cancel(bytes32 id
execute(address targetuint256 valuebytes databytes32 predecessorbytes32 saltpayable 
executeBatch(address[] targetsuint256[] valuesbytes[] datasbytes32 predecessorbytes32 saltpayable 
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
schedule(address targetuint256 valuebytes databytes32 predecessorbytes32 saltuint256 delay
scheduleBatch(address[] targetsuint256[] valuesbytes[] datasbytes32 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[] executors
Fallback and receive
receive(
Errors

This contract contains no error objects.