Skip to content

contract.OperatorFiltererUpgradeable

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

OperatorFiltererUpgradeable

Git Source

Inherits: Initializable

State Variables

isOpenSeaTransferFilterEnabled

bool public isOpenSeaTransferFilterEnabled = true;

operatorFilterRegistry

IOperatorFilterRegistry constant operatorFilterRegistry =
    IOperatorFilterRegistry(0x000000000000AAeB6D7670E522A718067333cd4E);

Functions

__OperatorFilterer_init

function __OperatorFilterer_init(address subscriptionOrRegistrantToCopy, bool subscribe) internal onlyInitializing;

onlyAllowedOperator

modifier onlyAllowedOperator(address from) virtual;

Errors

OperatorNotAllowed

error OperatorNotAllowed(address operator);
Clone this wiki locally