StakingTimelock

Verified contract

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

No balances found for "StakingTimelock"

0x5bd9fca271ba1fa03afeb54f5e33b8922c3eb1414c37055dbedf1847a29633a4
0x9a968397503d68dee561e59b9d083635dba27dda666eede35265968c0b926ada
0xe8936f59f2d959c0df2fe507c5d15e8f692d103e5a37d4e90b522ccada30bb37
0x2652b7a3c0f4f35d450878ebb0a28a47155dae9e4e87fb06d56f1bc38196b81c

Functions
Getter at block 21160806
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
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)
172800
Read-only
getMinDelay(struct TimelockCall[] callsview returns (uint256)
getMinDelay(address targetbytes4 selectorview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getTimestamp(bytes32 idview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
hashOperationBatch(struct TimelockCall[] callsbytes32 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
executeBatch(struct TimelockCall[] callsbytes32 predecessorbytes32 saltpayable 
grantRole(bytes32 roleaddress account
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
scheduleBatch(struct TimelockCall[] callsbytes32 predecessorbytes32 saltuint256 delay
updateDelay(struct TimelockUpdateDelayParams[] params
updateDelay(uint256 newDelay
Events
CallExecuted(bytes32 indexed iduint256 indexed indexaddress targetuint256 valuebytes data
CallScheduled(bytes32 indexed iduint256 indexed indexaddress targetuint256 valuebytes databytes32 predecessorbytes32 saltuint256 delay
Cancelled(bytes32 indexed id
MinDelayChange(address indexed targetbytes4 selectoruint256 oldDurationuint256 newDuration
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(StakingTimelockConstructorParams params
Fallback and receive
receive(
Errors
InvalidZeroAddress(