TimelockController

Verified contract

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

No balances found for "TimelockController"

0x218207334416d77b87e798d3f47be5b8cb7ceaba0ab47f3e782ea993dcb8af0c
0xb6d2cf67bdad0a1f4ae736e76249418744213b52ba379fcb7c2676e65f1fca82
0x757b2f6bdce3394ed966f1d8bcf9afe487c43e275465d78bfaeb014d58374000
0x961d6b1765bec6a6e5ba6cc0ecd707d431bab9161d6a3063ea7cb3a8a114ad28
0xd6e3dc31ac6f81fff52181e79c1d5b3ab3069f71bfbb5b71649ed330aa0ebe61
0x3336109156099f317a8161fc98712bf05aeada5128a193b619d9a07e35fb64fc
0x6f6309f6f5720fe375608656ff9f18de179cdbab794543ec2a855f68dc61f0c9
0xa535bc75f84fa4a451dc271261711d359e1643c79b07e83bde3369f35b6936d4
0x6a22119d885ea647d7c25a008c3bc8742940ef000079441cf361df63aee9a83b
0x3efb34616408e113434e59218e8746af875051ba990477d10c2f49aab4b54fd2

Functions
Getter at block 21158186
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)
43200
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.