TimelockController

Verified contract

Active on Ethereum with 285 txns
Deployed by via 0xe4d46dc5 at 15326952
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $399.28
ERC-20
Value $324.31
ERC-20
Value $249.62
0x35df8370a6a7799e80a8da6c48e881d42bb7d7f56ad698da1563c154e8d552d0
0x40099a750642a57c673782d0a31b02d40270c7824a2d39c72100e11925c7e4d4
0x160314920e167016d7829523bd07e621aa0fe2b0eac3268cdd2aad8392a19092
0xde31fc76c14852630fd58179e7a912fe231d7a3b6b39fb6f98b0563e3e88d93b
0x757ff0438c76af60c6de84c5bf205a6b18afbdab202fb98f4fdf3e57978b6847
0xb52ba5941f0ac335143471d5f0f5b4b837c5bcea601f672bf479aeb7f58c9df8
0xc31f6454ae4bfe4dab1fc43edaa36f4c5a351cc3e93cbaab1f5189cd067c28ac
0xa4c3539fa41afa6ce69b2caf856a746248bc40977dddd7a4faf06a8f1b6bc33f
0xce65812779f6201db9e66e0bb08a5f332d0c5eadec2d7a83dec2af122b319749
0x9d6ad475208417f23a8b5f5c525341fd6ab975ec0bdf2706d914b3094f7c6588

Functions
Getter at block 20792028
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)
600
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.