/* Autogenerated file. Do not edit manually. */ /* tslint:disable */ /* eslint-disable */ import { ethers, EventFilter, Signer, BigNumber, BigNumberish, PopulatedTransaction, } from "ethers"; import { Contract, ContractTransaction, Overrides, CallOverrides, } from "@ethersproject/contracts"; import { BytesLike } from "@ethersproject/bytes"; import { Listener, Provider } from "@ethersproject/providers"; import { FunctionFragment, EventFragment, Result } from "@ethersproject/abi"; interface TestAtlantiswapSwapPayInterface extends ethers.utils.Interface { functions: { "atlantiswapSwapCallback(int256,int256,bytes)": FunctionFragment; "swap(address,address,bool,uint160,int256,uint256,uint256)": FunctionFragment; }; encodeFunctionData( functionFragment: "atlantiswapSwapCallback", values: [BigNumberish, BigNumberish, BytesLike] ): string; encodeFunctionData( functionFragment: "swap", values: [ string, string, boolean, BigNumberish, BigNumberish, BigNumberish, BigNumberish ] ): string; decodeFunctionResult( functionFragment: "atlantiswapSwapCallback", data: BytesLike ): Result; decodeFunctionResult(functionFragment: "swap", data: BytesLike): Result; events: {}; } export class TestAtlantiswapSwapPay extends Contract { connect(signerOrProvider: Signer | Provider | string): this; attach(addressOrName: string): this; deployed(): Promise; on(event: EventFilter | string, listener: Listener): this; once(event: EventFilter | string, listener: Listener): this; addListener(eventName: EventFilter | string, listener: Listener): this; removeAllListeners(eventName: EventFilter | string): this; removeListener(eventName: any, listener: Listener): this; interface: TestAtlantiswapSwapPayInterface; functions: { atlantiswapSwapCallback( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; "atlantiswapSwapCallback(int256,int256,bytes)"( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; swap( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; "swap(address,address,bool,uint160,int256,uint256,uint256)"( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; }; atlantiswapSwapCallback( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; "atlantiswapSwapCallback(int256,int256,bytes)"( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; swap( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; "swap(address,address,bool,uint160,int256,uint256,uint256)"( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; callStatic: { atlantiswapSwapCallback( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: CallOverrides ): Promise; "atlantiswapSwapCallback(int256,int256,bytes)"( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: CallOverrides ): Promise; swap( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: CallOverrides ): Promise; "swap(address,address,bool,uint160,int256,uint256,uint256)"( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: CallOverrides ): Promise; }; filters: {}; estimateGas: { atlantiswapSwapCallback( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; "atlantiswapSwapCallback(int256,int256,bytes)"( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; swap( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; "swap(address,address,bool,uint160,int256,uint256,uint256)"( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; }; populateTransaction: { atlantiswapSwapCallback( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; "atlantiswapSwapCallback(int256,int256,bytes)"( arg0: BigNumberish, arg1: BigNumberish, data: BytesLike, overrides?: Overrides ): Promise; swap( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; "swap(address,address,bool,uint160,int256,uint256,uint256)"( pool: string, recipient: string, zeroForOne: boolean, sqrtPriceX96: BigNumberish, amountSpecified: BigNumberish, pay0: BigNumberish, pay1: BigNumberish, overrides?: Overrides ): Promise; }; }