RBACTimelock
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "RBACTimelock"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17686672 | a year ago | | | 0 | 0.0030076084 | |
| 17686248 | a year ago | | | 0 | 0.051938199 | |
| 17685978 | a year ago | | | 0 | 0.0073006055 | |
| 17685775 | a year ago | | | 0 | 0.0056851425 | |
| 17685664 | a year ago | | | 0 | 0.010383624 | |
| 17685575 | a year ago | | | 0 | 0.037891896 | |
| 17672000 | a year ago | | | 0 | 0.0033194919 | |
| 17671975 | a year ago | | | 0 | 0.0021486949 | |
| 17671952 | a year ago | | | 0 | 0.0035079299 |
ABI
ABI objects
Getter at block 21246191
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
BYPASSER_ROLE() view returns (bytes32)
0xa1b2b8005de234c4b8ce8cd0be058239056e0d54f6097825b5117101469d5a8d
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
getBlockedFunctionSelectorCount() view returns (uint256)
0
getMinDelay() view returns (uint256 duration)
10800
Read-only
getBlockedFunctionSelectorAt(uint256 index) view returns (bytes4)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTimestamp(bytes32 id) view returns (uint256 timestamp)
hasRole(bytes32 role, address account) view returns (bool)
hashOperationBatch(struct RBACTimelockCall[] calls, bytes32 predecessor, bytes32 salt) pure returns (bytes32 hash)
isOperation(bytes32 id) view returns (bool registered)
isOperationDone(bytes32 id) view returns (bool done)
isOperationPending(bytes32 id) view returns (bool pending)
isOperationReady(bytes32 id) view returns (bool ready)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events blockFunctionSelector(bytes4 selector)
bypasserExecuteBatch(struct RBACTimelockCall[] calls) payable
cancel(bytes32 id)
executeBatch(struct RBACTimelockCall[] calls, bytes32 predecessor, bytes32 salt) payable
grantRole(bytes32 role, address account)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
scheduleBatch(struct RBACTimelockCall[] calls, bytes32 predecessor, bytes32 salt, uint256 delay)
unblockFunctionSelector(bytes4 selector)
updateDelay(uint256 newDelay)
BypasserCallExecuted(uint256 indexed index, address target, uint256 value, bytes data)
CallExecuted(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data)
CallScheduled(bytes32 indexed id, uint256 indexed index, address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt, uint256 delay)
Cancelled(bytes32 indexed id)
FunctionSelectorBlocked(bytes4 indexed selector)
FunctionSelectorUnblocked(bytes4 indexed selector)
MinDelayChange(uint256 oldDuration, uint256 newDuration)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(uint256 minDelay, address admin, address[] proposers, address[] executors, address[] cancellers, address[] bypassers)
receive()
This contract contains no error objects.