interface WhirlpoolFacade {
    feeGrowthGlobalA: bigint;
    feeGrowthGlobalB: bigint;
    feeRate: number;
    liquidity: bigint;
    protocolFeeRate: number;
    rewardInfos: WhirlpoolRewardInfoFacade[];
    rewardLastUpdatedTimestamp: bigint;
    sqrtPrice: bigint;
    tickCurrentIndex: number;
    tickSpacing: number;
}

Properties

feeGrowthGlobalA: bigint
feeGrowthGlobalB: bigint
feeRate: number
liquidity: bigint
protocolFeeRate: number
rewardLastUpdatedTimestamp: bigint
sqrtPrice: bigint
tickCurrentIndex: number
tickSpacing: number