123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- [
- {
- "inputs": [
- {
- "internalType": "address",
- "name": "_stargateEthVault",
- "type": "address"
- },
- {
- "internalType": "address",
- "name": "_stargateRouter",
- "type": "address"
- },
- {
- "internalType": "uint16",
- "name": "_poolId",
- "type": "uint16"
- }
- ],
- "stateMutability": "nonpayable",
- "type": "constructor"
- },
- {
- "inputs": [],
- "name": "addLiquidityETH",
- "outputs": [],
- "stateMutability": "payable",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "poolId",
- "outputs": [
- {
- "internalType": "uint16",
- "name": "",
- "type": "uint16"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "stargateEthVault",
- "outputs": [
- {
- "internalType": "address",
- "name": "",
- "type": "address"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [],
- "name": "stargateRouter",
- "outputs": [
- {
- "internalType": "contract IStargateRouter",
- "name": "",
- "type": "address"
- }
- ],
- "stateMutability": "view",
- "type": "function"
- },
- {
- "inputs": [
- {
- "internalType": "uint16",
- "name": "_dstChainId",
- "type": "uint16"
- },
- {
- "internalType": "address payable",
- "name": "_refundAddress",
- "type": "address"
- },
- {
- "internalType": "bytes",
- "name": "_toAddress",
- "type": "bytes"
- },
- {
- "internalType": "uint256",
- "name": "_amountLD",
- "type": "uint256"
- },
- {
- "internalType": "uint256",
- "name": "_minAmountLD",
- "type": "uint256"
- }
- ],
- "name": "swapETH",
- "outputs": [],
- "stateMutability": "payable",
- "type": "function"
- },
- {
- "stateMutability": "payable",
- "type": "receive"
- }
- ]
|