Variable algebraLegacyPoolStateAbiConst

algebraLegacyPoolStateAbi: readonly [
    {
        name: "globalState";
        type: "function";
        stateMutability: "view";
        inputs: readonly [];
        outputs: readonly [
            { type: "uint160"; name: "price" },
            { type: "int24"; name: "tick" },
            { type: "int24"; name: "prevInitializedTick" },
            { type: "uint16"; name: "fee" },
            { type: "uint16"; name: "timepointIndex" },
            { type: "uint8"; name: "communityFee" },
            { type: "bool"; name: "unlocked" },
        ];
    },
] = ...