UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

50 lines (49 loc) 1.1 kB
{ "_format": "hh-sol-artifact-1", "contractName": "IStargateReceiver", "sourceName": "src/bridges/interfaces/IStargateReceiver.sol", "abi": [ { "inputs": [ { "internalType": "uint16", "name": "_srcChainId", "type": "uint16" }, { "internalType": "bytes", "name": "_srcAddress", "type": "bytes" }, { "internalType": "uint256", "name": "_nonce", "type": "uint256" }, { "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "bytes", "name": "payload", "type": "bytes" } ], "name": "sgReceive", "outputs": [], "stateMutability": "nonpayable", "type": "function" } ], "bytecode": "0x", "deployedBytecode": "0x", "linkReferences": {}, "deployedLinkReferences": {} }