Variable algebraPoolBaseAbiConst

algebraPoolBaseAbi: readonly [
    {
        name: "Initialize";
        type: "event";
        inputs: readonly [
            { type: "uint160"; name: "price" },
            { 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: "initialize";
        type: "function";
        stateMutability: "nonpayable";
        inputs: readonly [{ type: "uint160"; name: "initialPrice" }];
        outputs: readonly [];
    },
] = ...