@functionx_io/contracts
Version:
Smart Contract library for Solidity
68 lines (67 loc) • 1.47 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IBridgeCallContext",
"sourceName": "contracts/interfaces/IBridgeCallContext.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "_sender",
"type": "address"
},
{
"internalType": "address",
"name": "_refund",
"type": "address"
},
{
"internalType": "address[]",
"name": "_tokens",
"type": "address[]"
},
{
"internalType": "uint256[]",
"name": "_amounts",
"type": "uint256[]"
},
{
"internalType": "bytes",
"name": "_data",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "_memo",
"type": "bytes"
}
],
"name": "onBridgeCall",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "nonce",
"type": "uint256"
},
{
"internalType": "bytes",
"name": "_msg",
"type": "bytes"
}
],
"name": "onRevert",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}