TimelockController

Verified contract

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

No balances found for "TimelockController"

0xea6c494b2309c6039c55572b6665b92c7c6b62dbcb306297635785eaadfe845b
0x3e0da1d988cb448eff129fe17cbc46f53aa067f53a655ade503e3ac184ccbb79
0x40724856ee7106000bf2d2a805a9f30c174053d2d739a06a2a799fe159bd80e8
0x9887abbacbe83ed085ae62c09c0e6e0645b0c7f6f9f500f4178ee0786c21ff1f
0x33254fb12cfca38f9d848bcc42160bd3b9a1d1685be12b603ed9cf3b2d3c3991
0xad7034e4c9e126dfade0b75afec0e3cb9d936e283449aca03aae8d1e7c3352f6
0x0f43b73c6de2723e498ac729a5b5c4696032e1274bd00ffd26ccc659511d08ab
0xce7e61bd154e3bc233ecbbaf7d47959176704ca7e4286e130d91bed0de62b144
0xc3c80055e807cf1d36c25045c883e005a685ac1da9fb5c1e14ee89c276eb3c57
0xa7de920cc489a6285c05380805da60642b8c40b42c8d279817c0d7917df9817e

Functions
Getter at block 21216519
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[] 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)
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.