BlockListRegistry

Verified contract

Active on Ethereum with 0 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "BlockListRegistry"

No transactions found for "BlockListRegistry"


Functions
Getter at block 21097254
BLOCK_LIST_ADMIN_ROLE(view returns (bytes32)
0x3ea153b1be22978fd37f277e21c90ae7067764c41658ea70fc642439cfdd6dae
owner(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getBlockListStatus(address operatorview returns (bool)
getRoleMembers(bytes32 roleview returns (address[])
hasRole(bytes32 roleaddress potentialRoleMemberview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
clearBlockList(
initialize(address newOwneraddress[] initBlockList
renounceOwnership(
renounceRole(bytes32 role
revokeAllRoles(
setBlockListStatus(address[] operatorsbool status
setRole(bytes32 roleaddress[] roleMembersbool status
transferOwnership(address newOwner
Events
AllRolesRevoked(address indexed from
BlockListCleared(address indexed user
BlockListStatusChange(address indexed useraddress indexed operatorbool indexed status
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleChange(address indexed fromaddress indexed userbool indexed approvedbytes32 role
Constructor
constructor(bool disable
Fallback and receive

This contract contains no fallback and receive objects.

Errors
InvalidInitialization(
NotInitializing(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account