[
    {
        "inputs": [
            {
                "internalType": "address",
                "name": "poolAddress",
                "type": "address"
            },
            {
                "internalType": "int16",
                "name": "leftBitmapAmount",
                "type": "int16"
            },
            {
                "internalType": "int16",
                "name": "rightBitmapAmount",
                "type": "int16"
            }
        ],
        "name": "getFullStateWithRelativeBitmaps",
        "outputs": [
            {
                "components": [
                    {
                        "internalType": "contract IAlgebraIntegralPool",
                        "name": "pool",
                        "type": "address"
                    },
                    {
                        "internalType": "uint256",
                        "name": "blockTimestamp",
                        "type": "uint256"
                    },
                    {
                        "components": [
                            {
                                "internalType": "uint160",
                                "name": "price",
                                "type": "uint160"
                            },
                            {
                                "internalType": "int24",
                                "name": "tick",
                                "type": "int24"
                            },
                            {
                                "internalType": "uint16",
                                "name": "lastFee",
                                "type": "uint16"
                            },
                            {
                                "internalType": "uint8",
                                "name": "pluginConfig",
                                "type": "uint8"
                            },
                            {
                                "internalType": "uint16",
                                "name": "communityFee",
                                "type": "uint16"
                            },
                            {
                                "internalType": "bool",
                                "name": "unlocked",
                                "type": "bool"
                            }
                        ],
                        "internalType": "struct IAlgebraIntegralStateMulticall.GlobalState",
                        "name": "globalState",
                        "type": "tuple"
                    },
                    {
                        "internalType": "uint128",
                        "name": "liquidity",
                        "type": "uint128"
                    },
                    {
                        "internalType": "int24",
                        "name": "tickSpacing",
                        "type": "int24"
                    },
                    {
                        "internalType": "uint128",
                        "name": "maxLiquidityPerTick",
                        "type": "uint128"
                    },
                    {
                        "components": [
                            {
                                "internalType": "int16",
                                "name": "index",
                                "type": "int16"
                            },
                            {
                                "internalType": "uint256",
                                "name": "value",
                                "type": "uint256"
                            }
                        ],
                        "internalType": "struct IAlgebraIntegralStateMulticall.TickBitMapMappings[]",
                        "name": "tickBitmap",
                        "type": "tuple[]"
                    },
                    {
                        "components": [
                            {
                                "internalType": "int24",
                                "name": "index",
                                "type": "int24"
                            },
                            {
                                "components": [
                                    {
                                        "internalType": "uint256",
                                        "name": "liquidityGross",
                                        "type": "uint256"
                                    },
                                    {
                                        "internalType": "int128",
                                        "name": "liquidityNet",
                                        "type": "int128"
                                    },
                                    {
                                        "internalType": "int56",
                                        "name": "tickCumulativeOutside",
                                        "type": "int56"
                                    },
                                    {
                                        "internalType": "uint160",
                                        "name": "secondsPerLiquidityOutsideX128",
                                        "type": "uint160"
                                    },
                                    {
                                        "internalType": "uint32",
                                        "name": "secondsOutside",
                                        "type": "uint32"
                                    },
                                    {
                                        "internalType": "bool",
                                        "name": "initialized",
                                        "type": "bool"
                                    }
                                ],
                                "internalType": "struct IAlgebraIntegralStateMulticall.TickInfo",
                                "name": "value",
                                "type": "tuple"
                            }
                        ],
                        "internalType": "struct IAlgebraIntegralStateMulticall.TickInfoMappings[]",
                        "name": "ticks",
                        "type": "tuple[]"
                    }
                ],
                "internalType": "struct IAlgebraIntegralStateMulticall.StateResult",
                "name": "state",
                "type": "tuple"
            }
        ],
        "stateMutability": "view",
        "type": "function"
    }
]
