bnpl
Version:
The smart contracts for bnpl
38 lines (37 loc) • 1.03 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "SignatureVerification",
"sourceName": "contracts/lib/SignatureVerification.sol",
"abi": [
{
"inputs": [],
"name": "BadContractSignature",
"type": "error"
},
{
"inputs": [
{
"internalType": "uint8",
"name": "v",
"type": "uint8"
}
],
"name": "BadSignatureV",
"type": "error"
},
{
"inputs": [],
"name": "InvalidSignature",
"type": "error"
},
{
"inputs": [],
"name": "InvalidSigner",
"type": "error"
}
],
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea26469706673582212204c8b781a5e5476ebc69fff6d9df3f36391d3459157719f78140b4feca3f5405964736f6c634300080e0033",
"deployedBytecode": "0x6080604052600080fdfea26469706673582212204c8b781a5e5476ebc69fff6d9df3f36391d3459157719f78140b4feca3f5405964736f6c634300080e0033",
"linkReferences": {},
"deployedLinkReferences": {}
}