Variable algebraIntegralPoolStateAbiConst
algebraIntegralPoolStateAbi: readonly [
{
name: "globalState";
type: "function";
stateMutability: "view";
inputs: readonly [];
outputs: readonly [
{ type: "uint160"; name: "price" },
{ type: "int24"; name: "tick" },
{ type: "uint16"; name: "lastFee" },
{ type: "uint8"; name: "pluginConfig" },
{ type: "uint16"; name: "communityFee" },
{ type: "bool"; name: "unlocked" },
];
},
{
name: "plugin";
type: "function";
stateMutability: "view";
inputs: readonly [];
outputs: readonly [{ type: "address" }];
},
] = ...