hoodkit
    Preparing search index...

    Variable uniswapV3PoolMetaAbiConst

    uniswapV3PoolMetaAbi: readonly [
        {
            inputs: readonly [];
            name: "token0";
            outputs: readonly [{ type: "address" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "token1";
            outputs: readonly [{ type: "address" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "fee";
            outputs: readonly [{ type: "uint24" }];
            stateMutability: "view";
            type: "function";
        },
    ] = ...

    Minimal pool metadata ABI (token0/token1/fee).