BlockListRegistry

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xac5121e2 at 16601699
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots

No balances found for "BlockListRegistry"

No transactions found for "BlockListRegistry"


Functions
Getter at block 20980820
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
setBlockListStatus(address[] operatorsbool status
setRole(bytes32 roleaddress[] roleMembersbool status
transferOwnership(address newOwner
Events
BlockListCleared(address indexed user
BlockListStatusChange(address indexed useraddress indexed operatorbool indexed status
Initialized(uint8 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
NotRoleOrOwner(bytes32 role