UNPKG

rubic-sdk

Version:
154 lines • 6.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SPARK_DEX_V3_FLARE_SWAP_ROUTER_ABI = exports.SPARK_DEX_V3_FLARE_SWAP_ROUTER_CONTRACT = void 0; exports.SPARK_DEX_V3_FLARE_SWAP_ROUTER_CONTRACT = '0x8a1E35F5c98C4E85B36B7B253222eE17773b2781'; exports.SPARK_DEX_V3_FLARE_SWAP_ROUTER_ABI = [ { inputs: [ { internalType: 'address', name: '_factory', type: 'address' }, { internalType: 'address', name: '_WETH9', type: 'address' } ], stateMutability: 'nonpayable', type: 'constructor' }, { inputs: [], name: 'WETH9', outputs: [{ internalType: 'address', name: '', type: 'address' }], stateMutability: 'view', type: 'function' }, { inputs: [ { components: [ { internalType: 'bytes', name: 'path', type: 'bytes' }, { internalType: 'address', name: 'recipient', type: 'address' }, { internalType: 'uint256', name: 'deadline', type: 'uint256' }, { internalType: 'uint256', name: 'amountIn', type: 'uint256' }, { internalType: 'uint256', name: 'amountOutMinimum', type: 'uint256' } ], internalType: 'struct ISwapRouter.ExactInputParams', name: 'params', type: 'tuple' } ], name: 'exactInput', outputs: [{ internalType: 'uint256', name: 'amountOut', type: 'uint256' }], stateMutability: 'payable', type: 'function' }, { inputs: [ { components: [ { internalType: 'address', name: 'tokenIn', type: 'address' }, { internalType: 'address', name: 'tokenOut', type: 'address' }, { internalType: 'uint24', name: 'fee', type: 'uint24' }, { internalType: 'address', name: 'recipient', type: 'address' }, { internalType: 'uint256', name: 'deadline', type: 'uint256' }, { internalType: 'uint256', name: 'amountIn', type: 'uint256' }, { internalType: 'uint256', name: 'amountOutMinimum', type: 'uint256' }, { internalType: 'uint160', name: 'sqrtPriceLimitX96', type: 'uint160' } ], internalType: 'struct ISwapRouter.ExactInputSingleParams', name: 'params', type: 'tuple' } ], name: 'exactInputSingle', outputs: [{ internalType: 'uint256', name: 'amountOut', type: 'uint256' }], stateMutability: 'payable', type: 'function' }, { inputs: [ { components: [ { internalType: 'bytes', name: 'path', type: 'bytes' }, { internalType: 'address', name: 'recipient', type: 'address' }, { internalType: 'uint256', name: 'deadline', type: 'uint256' }, { internalType: 'uint256', name: 'amountOut', type: 'uint256' }, { internalType: 'uint256', name: 'amountInMaximum', type: 'uint256' } ], internalType: 'struct ISwapRouter.ExactOutputParams', name: 'params', type: 'tuple' } ], name: 'exactOutput', outputs: [{ internalType: 'uint256', name: 'amountIn', type: 'uint256' }], stateMutability: 'payable', type: 'function' }, { inputs: [ { components: [ { internalType: 'address', name: 'tokenIn', type: 'address' }, { internalType: 'address', name: 'tokenOut', type: 'address' }, { internalType: 'uint24', name: 'fee', type: 'uint24' }, { internalType: 'address', name: 'recipient', type: 'address' }, { internalType: 'uint256', name: 'deadline', type: 'uint256' }, { internalType: 'uint256', name: 'amountOut', type: 'uint256' }, { internalType: 'uint256', name: 'amountInMaximum', type: 'uint256' }, { internalType: 'uint160', name: 'sqrtPriceLimitX96', type: 'uint160' } ], internalType: 'struct ISwapRouter.ExactOutputSingleParams', name: 'params', type: 'tuple' } ], name: 'exactOutputSingle', outputs: [{ internalType: 'uint256', name: 'amountIn', type: 'uint256' }], stateMutability: 'payable', type: 'function' }, { inputs: [], name: 'factory', outputs: [{ internalType: 'address', name: '', type: 'address' }], stateMutability: 'view', type: 'function' }, { inputs: [{ internalType: 'bytes[]', name: 'data', type: 'bytes[]' }], name: 'multicall', outputs: [{ internalType: 'bytes[]', name: 'results', type: 'bytes[]' }], stateMutability: 'payable', type: 'function' }, { inputs: [], name: 'refundETH', outputs: [], stateMutability: 'payable', type: 'function' }, { inputs: [ { internalType: 'address', name: 'token', type: 'address' }, { internalType: 'uint256', name: 'amountMinimum', type: 'uint256' }, { internalType: 'address', name: 'recipient', type: 'address' } ], name: 'sweepToken', outputs: [], stateMutability: 'payable', type: 'function' }, { inputs: [ { internalType: 'uint256', name: 'amountMinimum', type: 'uint256' }, { internalType: 'address', name: 'recipient', type: 'address' } ], name: 'unwrapWETH9', outputs: [], stateMutability: 'payable', type: 'function' }, { stateMutability: 'payable', type: 'receive' } ]; //# sourceMappingURL=spark-dex-v3-flare-contract-abi.js.map