0x665195af629b27728825506cdf9a151a684a0793
Verified contract
Proxy
Active on
Ethereum with 0 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WORKHARD | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "0x665195af629b27728825506cdf9a151a684a0793"
ABI
ABI objects
Getter at block 21264503
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)
86400
Read-only
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)
hashOperation(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt) pure returns (bytes32 hash)
hashOperationBatch(address[] targets, uint256[] values, bytes[] datas, bytes32 predecessor, bytes32 salt) pure returns (bytes32 hash)
isOperation(bytes32 id) view returns (bool pending)
isOperationDone(bytes32 id) view returns (bool done)
isOperationPending(bytes32 id) view returns (bool pending)
isOperationReady(bytes32 id) view returns (bool ready)
nonCancelable(bytes32) view returns (bool)
State-modifying
Events cancel(bytes32 id)
execute(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt) payable
executeBatch(address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt) payable
forceSchedule(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt, uint256 delay)
forceScheduleBatch(address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt, uint256 delay)
grantRole(bytes32 role, address account)
initialize(uint256 delay, address multisig, address workersUnion)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
schedule(address target, uint256 value, bytes data, bytes32 predecessor, bytes32 salt, uint256 delay)
scheduleBatch(address[] target, uint256[] value, bytes[] data, bytes32 predecessor, bytes32 salt, uint256 delay)
updateDelay(uint256 newDelay)
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, uint256 delay)
Cancelled(bytes32 indexed id)
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)
This contract contains no constructor objects.
receive()
This contract contains no error objects.