UNPKG

@thirdweb-dev/contracts-js

Version:
57 lines 1.04 kB
[ { "type": "function", "name": "primarySaleRecipient", "inputs": [], "outputs": [ { "name": "", "type": "address", "internalType": "address" } ], "stateMutability": "view" }, { "type": "function", "name": "setPrimarySaleRecipient", "inputs": [ { "name": "_saleRecipient", "type": "address", "internalType": "address" } ], "outputs": [], "stateMutability": "nonpayable" }, { "type": "event", "name": "PrimarySaleRecipientUpdated", "inputs": [ { "name": "recipient", "type": "address", "indexed": true, "internalType": "address" } ], "anonymous": false }, { "type": "error", "name": "PrimarySaleInvalidRecipient", "inputs": [ { "name": "recipient", "type": "address", "internalType": "address" } ] }, { "type": "error", "name": "PrimarySaleUnauthorized", "inputs": [] } ]