@animoca/ethereum-contracts-sale
Version:
95 lines (94 loc) • 2.12 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "PurchaseNotificationsReceiver",
"sourceName": "contracts/sale/abstract/PurchaseNotificationsReceiver.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "purchaser",
"type": "address"
},
{
"internalType": "address",
"name": "recipient",
"type": "address"
},
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "bytes32",
"name": "sku",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "quantity",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "userData",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "totalPrice",
"type": "uint256"
},
{
"internalType": "bytes32[]",
"name": "pricingData",
"type": "bytes32[]"
},
{
"internalType": "bytes32[]",
"name": "paymentData",
"type": "bytes32[]"
},
{
"internalType": "bytes32[]",
"name": "deliveryData",
"type": "bytes32[]"
}
],
"name": "onPurchaseNotificationReceived",
"outputs": [
{
"internalType": "bytes4",
"name": "",
"type": "bytes4"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes4",
"name": "interfaceId",
"type": "bytes4"
}
],
"name": "supportsInterface",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}