Interface AerodromeSlipstreamPoolSnapshot

interface AerodromeSlipstreamPoolSnapshot {
    schemaVersion: 1;
    blockNumber: bigint;
    deployment: AerodromeSlipstreamLifecycleDeployment;
    key: AerodromeSlipstreamPoolKey;
    enabledFee: number;
    status: "initialized" | "absent";
    poolAddress: null | `0x${string}`;
    sqrtPriceX96: bigint;
    tick: null | number;
}

Properties

schemaVersion: 1
blockNumber: bigint
enabledFee: number
status: "initialized" | "absent"
poolAddress: null | `0x${string}`
sqrtPriceX96: bigint
tick: null | number