TimelockController

Verified contract

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

No balances found for "TimelockController"

0x9af202750d770f2b7da7c01a988bcda5e59e2fc9e611bd9962a5f32e97a68442
0x0b16fe4a508e933f5769c48b58fee29bad2f3601d0797ce4fb4bad75d7b89019
0xdf83ba7b86141d006af03dc78e397567bf87fccc6312497ba430ab980aa22018
0xc472b8a69e88374e7b7f9b180de55f631e7112f06ecc6ef5f9c1dd1966f4cee8
0xf03120adecbc42fb3f1634673b26d8e82492e613251b2ea5c5de7bc436d0c01a
0x63e34780045421750fa7ce5a355d8fb851ae24196f7ca4bb57b6079ef7ffe14a
0xf802edbf3406b327a405798564396a7e1328f49a21319482d7befe00b65f0a01
0xc8b00649e68584e4efaf1c33fd43af1e4695e31702519f8317d2dadae9d788c5
0x82c33fd531bcc0317c80cd97f5d752232a8b98d0b4094b714b585d8e636508b1
0x63ca51e49fded9cf5f9fc04d60fe59d5e952ae3c8db67847e308e32bdb35abfe

Functions
Getter at block 21388194
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
getMinDelay(view returns (uint256)
86400
Read-only
getOperationState(bytes32 idview returns (uint8)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTimestamp(bytes32 idview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
hashOperation(address targetuint256 valuebytes databytes32 predecessorbytes32 saltpure returns (bytes32)
hashOperationBatch(address[] targetsuint256[] valuesbytes[] payloadsbytes32 predecessorbytes32 saltpure returns (bytes32)
isOperation(bytes32 idview returns (bool)
isOperationDone(bytes32 idview returns (bool)
isOperationPending(bytes32 idview returns (bool)
isOperationReady(bytes32 idview returns (bool)
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 callerConfirmation
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
CallSalt(bytes32 indexed idbytes32 salt
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
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
FailedInnerCall(
TimelockInsufficientDelay(uint256 delayuint256 minDelay
TimelockInvalidOperationLength(uint256 targetsuint256 payloadsuint256 values
TimelockUnauthorizedCaller(address caller
TimelockUnexecutedPredecessor(bytes32 predecessorId
TimelockUnexpectedOperationState(bytes32 operationIdbytes32 expectedStates