@animoca/ethereum-contracts-sale
Version:
76 lines (75 loc) • 1.75 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IPurchaseNotificationsReceiver",
"sourceName": "contracts/sale/interfaces/IPurchaseNotificationsReceiver.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"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}