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 "Blocklist"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16725395 | 2 years ago | | | 0 | 0.0010000652 | |
| 16725393 | 2 years ago | | | 0 | 0.00099598371 | |
| 16725389 | 2 years ago | | | 0 | 0.064196389 | |
| 15305115 | 2 years ago | | | 0 | 0.024061583 | |
| 15305104 | 2 years ago | | | 0 | 0.0010350356 |
ABI
ABI objects
Getter at block 21161682 getBlocklist() view returns (address[] recipients)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAINTAINER_ROLE() view returns (bytes32)
0x339759585899103d2ace64958e37e18ccb0504652c81d4a1b8aa80fe2126ab95
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isNotBlocked(address _address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addToBlocklist(address[] _addresses) returns (bool)
grantRole(bytes32 role, address account)
removeFromBlocklist(address[] _addresses) returns (bool)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
Blocked(address[] addresses)
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)
UnBlocked(address[] addresses)
constructor(address[] startingBlockedAddresses)
This contract contains no fallback and receive objects.
This contract contains no error objects.