@lukso/lsp-smart-contracts
Version:
The reference smart contract implementation for the LUKSO LSP standards
111 lines • 2.51 kB
JSON
{
"_format": "hh3-artifact-1",
"contractName": "ILSP25ExecuteRelayCall",
"sourceName": "contracts/ILSP25ExecuteRelayCall.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes",
"name": "signature",
"type": "bytes"
},
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "validityTimestamps",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
}
],
"name": "executeRelayCall",
"outputs": [
{
"internalType": "bytes",
"name": "",
"type": "bytes"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes[]",
"name": "signatures",
"type": "bytes[]"
},
{
"internalType": "uint256[]",
"name": "nonces",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "validityTimestamps",
"type": "uint256[]"
},
{
"internalType": "uint256[]",
"name": "values",
"type": "uint256[]"
},
{
"internalType": "bytes[]",
"name": "payloads",
"type": "bytes[]"
}
],
"name": "executeRelayCallBatch",
"outputs": [
{
"internalType": "bytes[]",
"name": "",
"type": "bytes[]"
}
],
"stateMutability": "payable",
"type": "function"
},
{
"inputs": [
{
"internalType": "address",
"name": "from",
"type": "address"
},
{
"internalType": "uint128",
"name": "channelId",
"type": "uint128"
}
],
"name": "getNonce",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {},
"immutableReferences": {},
"inputSourceName": "project/contracts/ILSP25ExecuteRelayCall.sol",
"buildInfoId": "solc-0_8_17-4770c1f1419a8cdba58c31c27e9d8dbc73686c21"
}