@thirdweb-dev/contracts-js
Version:
41 lines • 723 B
JSON
[
{
"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
}
]