Variable aerodromeSlipstreamPoolAbiConst

aerodromeSlipstreamPoolAbi: readonly [
    {
        name: "Initialize";
        type: "event";
        inputs: readonly [
            { type: "uint160"; name: "sqrtPriceX96" },
            { type: "int24"; name: "tick" },
        ];
    },
    {
        name: "factory";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [{ type: "address" }];
    },
    {
        name: "token0";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [{ type: "address" }];
    },
    {
        name: "token1";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [{ type: "address" }];
    },
    {
        name: "tickSpacing";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [{ type: "int24" }];
    },
    {
        name: "slot0";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [
            { type: "uint160"; name: "sqrtPriceX96" },
            { type: "int24"; name: "tick" },
            { type: "uint16"; name: "observationIndex" },
            { type: "uint16"; name: "observationCardinality" },
            { type: "uint16"; name: "observationCardinalityNext" },
            { type: "bool"; name: "unlocked" },
        ];
    },
] = ...

Exact Aerodrome Slipstream CLPool lifecycle read and event surface.