OperatorFilterRegistry
Verified contract
Active on
Ethereum with 697 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BLUR | ERC-20 | 504.57987K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21144191 | 2 days ago | | | 0 | 0.0010067873 | |
| 21102587 | 8 days ago | | | 0 | 0.00044750833 | |
| 21074975 | 12 days ago | | | 0 | 0.00058200432 | |
| 21072978 | 12 days ago | | | 0 | 0.0011416822 | |
| 21072972 | 12 days ago | | | 0 | 0.00078443326 | |
| 20993173 | 23 days ago | | | 0 | 0.0034188041 | |
| 20992826 | 23 days ago | | | 0 | 0.0040642865 | |
| 20985069 | 24 days ago | | | 0 | 0.0013605118 | |
| 20981422 | 25 days ago | | | 0 | 0.00097374193 | |
| 20981400 | 25 days ago | | | 0 | 0.00047516074 |
ABI
ABI objects
Getter at block 21159318
This contract contains no getter function objects.
Read-only
codeHashOf(address a) view returns (bytes32)
filteredCodeHashAt(address registrant, uint256 index) view returns (bytes32)
filteredCodeHashes(address registrant) view returns (bytes32[])
filteredOperatorAt(address registrant, uint256 index) view returns (address)
filteredOperators(address registrant) view returns (address[])
isCodeHashFiltered(address registrant, bytes32 codeHash) view returns (bool)
isCodeHashOfFiltered(address registrant, address operatorWithCode) view returns (bool)
isOperatorAllowed(address registrant, address operator) view returns (bool)
isOperatorFiltered(address registrant, address operator) view returns (bool)
isRegistered(address registrant) view returns (bool)
subscriberAt(address registrant, uint256 index) view returns (address)
subscribers(address registrant) view returns (address[])
subscriptionOf(address registrant) view returns (address subscription)
State-modifying
Events copyEntriesOf(address registrant, address registrantToCopy)
register(address registrant)
registerAndCopyEntries(address registrant, address registrantToCopy)
registerAndSubscribe(address registrant, address subscription)
subscribe(address registrant, address newSubscription)
unregister(address registrant)
unsubscribe(address registrant, bool copyExistingEntries)
updateCodeHash(address registrant, bytes32 codeHash, bool filtered)
updateCodeHashes(address registrant, bytes32[] codeHashes, bool filtered)
updateOperator(address registrant, address operator, bool filtered)
updateOperators(address registrant, address[] operators, bool filtered)
CodeHashUpdated(address indexed registrant, bytes32 indexed codeHash, bool indexed filtered)
CodeHashesUpdated(address indexed registrant, bytes32[] codeHashes, bool indexed filtered)
OperatorUpdated(address indexed registrant, address indexed operator, bool indexed filtered)
OperatorsUpdated(address indexed registrant, address[] operators, bool indexed filtered)
RegistrationUpdated(address indexed registrant, bool indexed registered)
SubscriptionUpdated(address indexed registrant, address indexed subscription, bool indexed subscribed)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressAlreadyFiltered(address operator)
AddressFiltered(address filtered)
AddressNotFiltered(address operator)
AlreadyRegistered()
AlreadySubscribed(address subscription)
CannotCopyFromSelf()
CannotFilterEOAs()
CannotSubscribeToRegistrantWithSubscription(address registrant)
CannotSubscribeToSelf()
CannotSubscribeToZeroAddress()
CannotUpdateWhileSubscribed(address subscription)
CodeHashAlreadyFiltered(bytes32 codeHash)
CodeHashFiltered(address account, bytes32 codeHash)
CodeHashNotFiltered(bytes32 codeHash)
NotOwnable()
NotRegistered(address registrant)
NotSubscribed()
OnlyAddressOrOwner()