bnpl
Version:
The smart contracts for bnpl
131 lines (130 loc) • 3.07 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "TokenTransferrer",
"sourceName": "contracts/lib/TokenTransferrer.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "BadReturnValueFromERC20OnTransfer",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256[]",
"name": "identifiers",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "amounts",
"type": "uint256[]"
}
],
"name": "ERC1155BatchTransferGenericFailure",
"type": "error"
},
{
"inputs": [],
"name": "Invalid1155BatchTransferEncoding",
"type": "error"
},
{
"inputs": [],
"name": "InvalidERC721TransferAmount",
"type": "error"
},
{
"inputs": [],
"name": "MissingItemAmount",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "NoContract",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
},
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "address",
"name": "to",
"type": "address"
},
{
"internalType": "uint256",
"name": "identifier",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "amount",
"type": "uint256"
}
],
"name": "TokenTransferGenericFailure",
"type": "error"
},
{
"inputs": [],
"name": "UnusedItemParameters",
"type": "error"
}
],
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea26469706673582212207e582ff6d3e51fe1afa4b2ccf60e30a094f718a003716496f4c47c91d754c65964736f6c634300080e0033",
"deployedBytecode": "0x6080604052600080fdfea26469706673582212207e582ff6d3e51fe1afa4b2ccf60e30a094f718a003716496f4c47c91d754c65964736f6c634300080e0033",
"linkReferences": {},
"deployedLinkReferences": {}
}