UNPKG

@thirdweb-dev/contracts-js

Version:
65 lines 1.18 kB
[ { "type": "function", "name": "OPERATOR_FILTER_REGISTRY", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "contract IOperatorFilterRegistry" } ], "stateMutability": "view" }, { "type": "function", "name": "operatorRestriction", "inputs": [], "outputs": [ { "name": "", "type": "bool", "internalType": "bool" } ], "stateMutability": "view" }, { "type": "function", "name": "setOperatorRestriction", "inputs": [ { "name": "_restriction", "type": "bool", "internalType": "bool" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "event", "name": "OperatorRestriction", "inputs": [ { "name": "restriction", "type": "bool", "indexed": false, "internalType": "bool" } ], "anonymous": false }, { "type": "error", "name": "OperatorNotAllowed", "inputs": [ { "name": "operator", "type": "address", "internalType": "address" } ] } ]