Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Registry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20412326 | 4 months ago | | | 0 | 0.00012613914 | |
| 20389669 | 4 months ago | | | 0 | 0.00017932227 | |
| 19690259 | 7 months ago | | | 0 | 0.00039292821 | |
| 19690258 | 7 months ago | | | 0 | 0.00038147484 | |
| 19690258 | 7 months ago | | | 0 | 0.00038147484 | |
| 19690258 | 7 months ago | | | 0 | 0.00038147484 | |
| 19690233 | 7 months ago | | | 0 | 0.00032516646 | |
| 19690233 | 7 months ago | | | 0 | 0.00032486427 | |
| 19690233 | 7 months ago | | | 0 | 0.00033795091 | |
| 19690231 | 7 months ago | | | 0 | 0.00037932494 |
ABI
ABI objects
Getter at block 21321190
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
isAllowlistDisabled() view returns (bool)
true
isBlocklistDisabled() view returns (bool)
false
Read-only
allowedCodeHashes(bytes32) view returns (bool)
allowedContractAddresses(address) view returns (bool)
blockedCodeHashes(bytes32) view returns (bool)
blockedContractAddresses(address) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isAllowed(address operator) view returns (bool)
isAllowedCodeHash(address contractAddress) view returns (bool)
isAllowedContractAddress(address contractAddress) view returns (bool)
isAllowedOperator(address operator) view returns (bool)
isBlocked(address operator) view returns (bool)
isBlockedCodeHash(address contractAddress) view returns (bool)
isBlockedContractAddress(address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addAllowedCodeHash(bytes32 codeHash)
addAllowedContractAddress(address contractAddress)
addBlockedCodeHash(bytes32 codeHash)
addBlockedContractAddress(address contractAddress)
grantRole(bytes32 role, address account)
removeAllowedCodeHash(bytes32 codeHash)
removeAllowedContractAddress(address contractAddress)
removeBlockedCodeHash(bytes32 codeHash)
removeBlockedContractAddress(address contractAddress)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setIsAllowlistDisabled(bool disabled)
setIsBlocklistDisabled(bool disabled)
AllowedCodeHashAdded(bytes32 indexed codeHash)
AllowedCodeHashRemoved(bytes32 indexed codeHash)
AllowedContractAddressAdded(address indexed contractAddress)
AllowedContractAddressRemoved(address indexed contractAddress)
AllowlistDisabled(bool indexed disabled)
BlockedCodeHashAdded(bytes32 indexed codeHash)
BlockedCodeHashRemoved(bytes32 indexed codeHash)
BlockedContractAddressAdded(address indexed contractAddress)
BlockedContractAddressRemoved(address indexed contractAddress)
BlocklistDisabled(bool indexed disabled)
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()
This contract contains no fallback and receive objects.
NotAllowed()
NotAllowlisted()