@lukso/lsp-smart-contracts
Version:
The reference smart contract implementation for the LUKSO LSP standards
77 lines • 1.77 kB
JSON
{
"_format": "hh3-artifact-1",
"contractName": "ILSP20CallVerifier",
"sourceName": "contracts/ILSP20CallVerifier.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "requestor",
"type": "address"
},
{
"internalType": "address",
"name": "target",
"type": "address"
},
{
"internalType": "address",
"name": "caller",
"type": "address"
},
{
"internalType": "uint256",
"name": "value",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "callData",
"type": "bytes"
}
],
"name": "lsp20VerifyCall",
"outputs": [
{
"internalType": "bytes4",
"name": "returnedStatus",
"type": "bytes4"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes32",
"name": "callHash",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "callResult",
"type": "bytes"
}
],
"name": "lsp20VerifyCallResult",
"outputs": [
{
"internalType": "bytes4",
"name": "",
"type": "bytes4"
}
],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {},
"immutableReferences": {},
"inputSourceName": "project/contracts/ILSP20CallVerifier.sol",
"buildInfoId": "solc-0_8_17-c3bc382f86af63bf5979335be357720c5715d4ba"
}