BlockListRegistry
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "BlockListRegistry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BlockListRegistry"
ABI
ABI objects
Getter at block 21097254
BLOCK_LIST_ADMIN_ROLE() view returns (bytes32)
0x3ea153b1be22978fd37f277e21c90ae7067764c41658ea70fc642439cfdd6dae
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getBlockListStatus(address operator) view returns (bool)
getRoleMembers(bytes32 role) view returns (address[])
hasRole(bytes32 role, address potentialRoleMember) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events clearBlockList()
initialize(address newOwner, address[] initBlockList)
renounceOwnership()
renounceRole(bytes32 role)
revokeAllRoles()
setBlockListStatus(address[] operators, bool status)
setRole(bytes32 role, address[] roleMembers, bool status)
transferOwnership(address newOwner)
AllRolesRevoked(address indexed from)
BlockListCleared(address indexed user)
BlockListStatusChange(address indexed user, address indexed operator, bool indexed status)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleChange(address indexed from, address indexed user, bool indexed approved, bytes32 role)
constructor(bool disable)
This contract contains no fallback and receive objects.
InvalidInitialization()
NotInitializing()
NotRoleOrOwner(bytes32 role)
NotSpecifiedRole(bytes32 role)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)