Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AbilityHandler"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5448471 | a year ago | | | 0 | 0.000051708000 |
ABI
ABI objects
Getter at block 22926806
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
LOCK_ROLE() view returns (bytes32)
0xee67e84f062f26b2e1ed715b7ab5b471f8978a749ac5fc5bc774f49acca5e751
ability() view returns (address)
0xc7c10fefe2f0db04d0330facf43e3fc13cb4d919
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
usersAvailableBalances(address _owner) view returns (struct dbsBalance[])
State-modifying
Events grantRole(bytes32 role, address account)
lock(address _owner, uint256 _id, uint256 _amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
unlock(address _owner, uint256 _id, uint256 _amount)
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(address owner, address _ability)
This contract contains no fallback and receive objects.
InsufficientBalance()