@axelar-network/interchain-token-service
Version:
Interchain token service for EVM chains to faciliate interchain token transfers and contract calls
56 lines (55 loc) • 1.25 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "IGatewayCaller",
"sourceName": "contracts/interfaces/IGatewayCaller.sol",
"abi": [
{
"inputs": [
{
"internalType": "uint32",
"name": "metadataVersion",
"type": "uint32"
}
],
"name": "InvalidMetadataVersion",
"type": "error"
},
{
"inputs": [
{
"internalType": "string",
"name": "destinationChain",
"type": "string"
},
{
"internalType": "string",
"name": "destinationAddress",
"type": "string"
},
{
"internalType": "bytes",
"name": "payload",
"type": "bytes"
},
{
"internalType": "enum IGatewayCaller.MetadataVersion",
"name": "metadataVersion",
"type": "uint8"
},
{
"internalType": "uint256",
"name": "gasValue",
"type": "uint256"
}
],
"name": "callContract",
"outputs": [],
"stateMutability": "payable",
"type": "function"
}
],
"bytecode": "0x",
"deployedBytecode": "0x",
"linkReferences": {},
"deployedLinkReferences": {}
}