hoodchain - v0.1.0
    Preparing search index...

    Variable uniswapV3PoolAbiConst

    uniswapV3PoolAbi: readonly [
        {
            inputs: readonly [];
            name: "liquidity";
            outputs: readonly [{ type: "uint128" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "slot0";
            outputs: readonly [
                { name: "sqrtPriceX96"; type: "uint160" },
                { name: "tick"; type: "int24" },
                { name: "observationIndex"; type: "uint16" },
                { name: "observationCardinality"; type: "uint16" },
                { name: "observationCardinalityNext"; type: "uint16" },
                { name: "feeProtocol"; type: "uint8" },
                { name: "unlocked"; type: "bool" },
            ];
            stateMutability: "view";
            type: "function";
        },
    ] = ...

    Uniswap v3 pool (liquidity checks).