rubic-sdk
Version:
Simplify dApp creation
109 lines • 4.76 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MODE_ALGEBRA_ROUTER_CONTRACT_ABI = exports.MODE_ALGEBRA_ROUTER_CONTRACT_ADDRESS = void 0;
exports.MODE_ALGEBRA_ROUTER_CONTRACT_ADDRESS = '0xAc48FcF1049668B285f3dC72483DF5Ae2162f7e8';
exports.MODE_ALGEBRA_ROUTER_CONTRACT_ABI = [
{
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: '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: 'limitSqrtPrice', 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: '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: 'limitSqrtPrice', type: 'uint160' }
],
internalType: 'struct ISwapRouter.ExactOutputSingleParams',
name: 'params',
type: 'tuple'
}
],
name: 'exactOutputSingle',
outputs: [{ internalType: 'uint256', name: 'amountIn', type: 'uint256' }],
stateMutability: 'payable',
type: 'function'
},
{
inputs: [{ internalType: 'bytes[]', name: 'data', type: 'bytes[]' }],
name: 'multicall',
outputs: [{ internalType: 'bytes[]', name: 'results', type: 'bytes[]' }],
stateMutability: 'payable',
type: 'function'
},
{
inputs: [
{ internalType: 'uint256', name: 'amountMinimum', type: 'uint256' },
{ internalType: 'address', name: 'recipient', type: 'address' }
],
name: 'unwrapWNativeToken',
outputs: [],
stateMutability: 'payable',
type: 'function'
},
{ stateMutability: 'payable', type: 'receive' }
];
//# sourceMappingURL=swap-router-contract-data.js.map