Variable v4StateViewAbiConst

v4StateViewAbi: readonly [
    {
        name: "poolManager";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [{ type: "address" }];
    },
    {
        name: "getSlot0";
        type: "function";
        stateMutability: "view";
        inputs: readonly [{ type: "bytes32"; name: "poolId" }];
        outputs: readonly [
            { type: "uint160"; name: "sqrtPriceX96" },
            { type: "int24"; name: "tick" },
            { type: "uint24"; name: "protocolFee" },
            { type: "uint24"; name: "lpFee" },
        ];
    },
] = ...

Minimal StateView/ImmutableState surface used for deployment and state checks.