UNPKG

@etherspot/contracts

Version:

Etherspot Solidity contracts

156 lines 2.85 kB
{ "deploy": { "VM:-": { "linkReferences": {}, "autoDeployLib": true }, "main:1": { "linkReferences": {}, "autoDeployLib": true }, "ropsten:3": { "linkReferences": {}, "autoDeployLib": true }, "rinkeby:4": { "linkReferences": {}, "autoDeployLib": true }, "kovan:42": { "linkReferences": {}, "autoDeployLib": true }, "görli:5": { "linkReferences": {}, "autoDeployLib": true }, "Custom": { "linkReferences": {}, "autoDeployLib": true } }, "data": { "bytecode": { "generatedSources": [], "linkReferences": {}, "object": "", "opcodes": "", "sourceMap": "" }, "deployedBytecode": { "generatedSources": [], "immutableReferences": {}, "linkReferences": {}, "object": "", "opcodes": "", "sourceMap": "" }, "gasEstimates": null, "methodIdentifiers": { "relay(bytes,bytes[],address[],uint256[])": "cdd1b25d", "send(address,address,uint256,uint64,uint64,uint32)": "a5977fbb", "sendNative(address,uint256,uint64,uint64,uint32)": "3f2e5fc3" } }, "abi": [ { "inputs": [ { "internalType": "bytes", "name": "_relayRequest", "type": "bytes" }, { "internalType": "bytes[]", "name": "_sigs", "type": "bytes[]" }, { "internalType": "address[]", "name": "_signers", "type": "address[]" }, { "internalType": "uint256[]", "name": "_powers", "type": "uint256[]" } ], "name": "relay", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "uint64", "name": "_dstChinId", "type": "uint64" }, { "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "internalType": "uint32", "name": "_maxSlippage", "type": "uint32" } ], "name": "send", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [ { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }, { "internalType": "uint64", "name": "_dstChinId", "type": "uint64" }, { "internalType": "uint64", "name": "_nonce", "type": "uint64" }, { "internalType": "uint32", "name": "_maxSlippage", "type": "uint32" } ], "name": "sendNative", "outputs": [], "stateMutability": "payable", "type": "function" } ] }