Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Setting"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21084053 | 14 days ago | | | 0 | 0.00040720616 | |
| 21033701 | 21 days ago | | | 0 | 0.00040626336 | |
| 21023270 | 22 days ago | | | 0 | 0.00063234104 | |
| 21018765 | 23 days ago | | | 0 | 0.00032235915 | |
| 20978977 | a month ago | | | 0 | 0.00096463907 | |
| 20969400 | a month ago | | | 0 | 0.00064612253 | |
| 20964048 | a month ago | | | 0 | 0.0017710202 | |
| 20963172 | a month ago | | | 0 | 0.00067077458 | |
| 20962979 | a month ago | | | 0 | 0.00079153615 | |
| 20961791 | a month ago | | | 0 | 0.00070029124 |
ABI
ABI objects
Getter at block 21183956
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
WHITELIST_ROLE() view returns (bytes32)
0xdc72ed553f2544c34465af23b847953efeb813428162d767f9ba5f4013be6760
owner() view returns (address)
0xbae00cacdef14762aa8912143d53577683dc08d1
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isWhitelist(address _account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events grantRole(bytes32 role, address account)
removeBatchOfWhitelist(address[] _accounts)
removeWhitelist(address _account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAdmin(address _account)
setBatchOfWhitelist(address[] _accounts)
setWhitelist(address _account)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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_)
This contract contains no fallback and receive objects.
This contract contains no error objects.