timelock-sdk 0.0.65 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/client.cjs +4 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +121 -120
- package/dist/client.d.ts +122 -121
- package/dist/client.js +4 -4
- package/dist/client.js.map +1 -1
- package/dist/{index-C7ZrOL-D.d.cts → index-DmUTOkWh.d.cts} +153 -153
- package/dist/{index-ZCeoylWY.d.ts → index-WjU9H0Tc.d.ts} +62 -62
- package/dist/{numberUtils-Dd7vdmeQ.js → numberUtils-BVUp0GfC.js} +3 -3
- package/dist/{numberUtils-Dd7vdmeQ.js.map → numberUtils-BVUp0GfC.js.map} +1 -1
- package/dist/{numberUtils-CmVB4kX7.cjs → numberUtils-BxQ4RnW9.cjs} +3 -3
- package/dist/{numberUtils-CmVB4kX7.cjs.map → numberUtils-BxQ4RnW9.cjs.map} +1 -1
- package/dist/{optionsMarket-D192aXEZ.cjs → optionsMarket-BpL6x4be.cjs} +5 -5
- package/dist/optionsMarket-BpL6x4be.cjs.map +1 -0
- package/dist/{optionsMarket-DD4CWMqv.js → optionsMarket-GbBWALCn.js} +5 -5
- package/dist/optionsMarket-GbBWALCn.js.map +1 -0
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-Ddy91uWa.d.ts → uniswapMathLens-BF5k8KFu.d.cts} +5 -5
- package/dist/{uniswapMathLens-D3iSMTdz.d.cts → uniswapMathLens-i1P7D19j.d.ts} +5 -5
- package/package.json +1 -1
- package/dist/optionsMarket-D192aXEZ.cjs.map +0 -1
- package/dist/optionsMarket-DD4CWMqv.js.map +0 -1
package/dist/client.d.ts
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
import "./uniswapMathLens-
|
|
2
|
-
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-
|
|
3
|
-
import * as
|
|
1
|
+
import "./uniswapMathLens-i1P7D19j.js";
|
|
2
|
+
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-WjU9H0Tc.js";
|
|
3
|
+
import * as viem14 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
6
|
-
import * as
|
|
6
|
+
import * as wagmi2 from "wagmi";
|
|
7
7
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
8
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
9
9
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
10
10
|
import "graphql";
|
|
11
11
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
12
12
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
13
|
-
import * as
|
|
13
|
+
import * as viem_utils0 from "viem/utils";
|
|
14
14
|
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
15
|
+
import * as node_modules__wagmi_core_dist_types_errors_base0 from "node_modules/@wagmi/core/dist/types/errors/base";
|
|
15
16
|
import * as node_modules_viem__types_errors_account0 from "node_modules/viem/_types/errors/account";
|
|
16
17
|
|
|
17
18
|
//#region src/generated/graphql.d.ts
|
|
@@ -2807,7 +2808,7 @@ declare const useMintOption: (marketAddr?: Address) => {
|
|
|
2807
2808
|
isPending: boolean;
|
|
2808
2809
|
isConfirming: boolean;
|
|
2809
2810
|
isSuccess: boolean;
|
|
2810
|
-
error:
|
|
2811
|
+
error: viem_utils0.ParseAccountErrorType | viem14.InvalidAddressErrorType | viem14.IntegerOutOfRangeErrorType | viem14.SizeExceedsPaddingSizeErrorType | viem14.AbiFunctionNotFoundErrorType | viem14.AbiEncodingLengthMismatchErrorType | viem14.AbiEncodingArrayLengthMismatchErrorType | viem14.InvalidArrayErrorType | viem14.AbiEncodingBytesSizeMismatchErrorType | viem14.SizeOverflowErrorType | viem14.SliceOffsetOutOfBoundsErrorType | viem14.InvalidAbiEncodingTypeErrorType | viem14.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | wagmi2.ConnectorAccountNotFoundErrorType | wagmi2.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi2.ConnectorUnavailableReconnectingErrorType | viem14.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem14.GetContractErrorReturnType<viem14.SendTransactionErrorType> | null;
|
|
2811
2812
|
isLoading: boolean;
|
|
2812
2813
|
isApprovalPending: boolean;
|
|
2813
2814
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -2838,7 +2839,7 @@ declare const useExtendOption: (marketAddr?: Address) => {
|
|
|
2838
2839
|
isPending: boolean;
|
|
2839
2840
|
isConfirming: boolean;
|
|
2840
2841
|
isSuccess: boolean;
|
|
2841
|
-
error:
|
|
2842
|
+
error: viem_utils0.ParseAccountErrorType | viem14.InvalidAddressErrorType | viem14.IntegerOutOfRangeErrorType | viem14.SizeExceedsPaddingSizeErrorType | viem14.AbiFunctionNotFoundErrorType | viem14.AbiEncodingLengthMismatchErrorType | viem14.AbiEncodingArrayLengthMismatchErrorType | viem14.InvalidArrayErrorType | viem14.AbiEncodingBytesSizeMismatchErrorType | viem14.SizeOverflowErrorType | viem14.SliceOffsetOutOfBoundsErrorType | viem14.InvalidAbiEncodingTypeErrorType | viem14.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | wagmi2.ConnectorAccountNotFoundErrorType | wagmi2.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi2.ConnectorUnavailableReconnectingErrorType | viem14.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem14.GetContractErrorReturnType<viem14.SendTransactionErrorType> | null;
|
|
2842
2843
|
isLoading: boolean;
|
|
2843
2844
|
isApprovalPending: boolean;
|
|
2844
2845
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -3319,7 +3320,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
3319
3320
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
3320
3321
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
3321
3322
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
3322
|
-
error:
|
|
3323
|
+
error: viem14.ReadContractErrorType;
|
|
3323
3324
|
isError: true;
|
|
3324
3325
|
isPending: false;
|
|
3325
3326
|
isLoading: false;
|
|
@@ -3331,7 +3332,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3331
3332
|
dataUpdatedAt: number;
|
|
3332
3333
|
errorUpdatedAt: number;
|
|
3333
3334
|
failureCount: number;
|
|
3334
|
-
failureReason:
|
|
3335
|
+
failureReason: viem14.ReadContractErrorType | null;
|
|
3335
3336
|
errorUpdateCount: number;
|
|
3336
3337
|
isFetched: boolean;
|
|
3337
3338
|
isFetchedAfterMount: boolean;
|
|
@@ -3351,7 +3352,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3351
3352
|
totalAmount1: bigint;
|
|
3352
3353
|
borrowedAmount0: bigint;
|
|
3353
3354
|
borrowedAmount1: bigint;
|
|
3354
|
-
}[],
|
|
3355
|
+
}[], viem14.ReadContractErrorType>>;
|
|
3355
3356
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3356
3357
|
promise: Promise<readonly {
|
|
3357
3358
|
tickLower: number;
|
|
@@ -3389,7 +3390,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3389
3390
|
dataUpdatedAt: number;
|
|
3390
3391
|
errorUpdatedAt: number;
|
|
3391
3392
|
failureCount: number;
|
|
3392
|
-
failureReason:
|
|
3393
|
+
failureReason: viem14.ReadContractErrorType | null;
|
|
3393
3394
|
errorUpdateCount: number;
|
|
3394
3395
|
isFetched: boolean;
|
|
3395
3396
|
isFetchedAfterMount: boolean;
|
|
@@ -3409,7 +3410,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3409
3410
|
totalAmount1: bigint;
|
|
3410
3411
|
borrowedAmount0: bigint;
|
|
3411
3412
|
borrowedAmount1: bigint;
|
|
3412
|
-
}[],
|
|
3413
|
+
}[], viem14.ReadContractErrorType>>;
|
|
3413
3414
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3414
3415
|
promise: Promise<readonly {
|
|
3415
3416
|
tickLower: number;
|
|
@@ -3435,7 +3436,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3435
3436
|
borrowedAmount1: bigint;
|
|
3436
3437
|
}[];
|
|
3437
3438
|
} | {
|
|
3438
|
-
error:
|
|
3439
|
+
error: viem14.ReadContractErrorType;
|
|
3439
3440
|
isError: true;
|
|
3440
3441
|
isPending: false;
|
|
3441
3442
|
isLoading: false;
|
|
@@ -3447,7 +3448,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3447
3448
|
dataUpdatedAt: number;
|
|
3448
3449
|
errorUpdatedAt: number;
|
|
3449
3450
|
failureCount: number;
|
|
3450
|
-
failureReason:
|
|
3451
|
+
failureReason: viem14.ReadContractErrorType | null;
|
|
3451
3452
|
errorUpdateCount: number;
|
|
3452
3453
|
isFetched: boolean;
|
|
3453
3454
|
isFetchedAfterMount: boolean;
|
|
@@ -3467,7 +3468,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3467
3468
|
totalAmount1: bigint;
|
|
3468
3469
|
borrowedAmount0: bigint;
|
|
3469
3470
|
borrowedAmount1: bigint;
|
|
3470
|
-
}[],
|
|
3471
|
+
}[], viem14.ReadContractErrorType>>;
|
|
3471
3472
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3472
3473
|
promise: Promise<readonly {
|
|
3473
3474
|
tickLower: number;
|
|
@@ -3505,7 +3506,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3505
3506
|
dataUpdatedAt: number;
|
|
3506
3507
|
errorUpdatedAt: number;
|
|
3507
3508
|
failureCount: number;
|
|
3508
|
-
failureReason:
|
|
3509
|
+
failureReason: viem14.ReadContractErrorType | null;
|
|
3509
3510
|
errorUpdateCount: number;
|
|
3510
3511
|
isFetched: boolean;
|
|
3511
3512
|
isFetchedAfterMount: boolean;
|
|
@@ -3525,7 +3526,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3525
3526
|
totalAmount1: bigint;
|
|
3526
3527
|
borrowedAmount0: bigint;
|
|
3527
3528
|
borrowedAmount1: bigint;
|
|
3528
|
-
}[],
|
|
3529
|
+
}[], viem14.ReadContractErrorType>>;
|
|
3529
3530
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3530
3531
|
promise: Promise<readonly {
|
|
3531
3532
|
tickLower: number;
|
|
@@ -3562,7 +3563,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3562
3563
|
dataUpdatedAt: number;
|
|
3563
3564
|
errorUpdatedAt: number;
|
|
3564
3565
|
failureCount: number;
|
|
3565
|
-
failureReason:
|
|
3566
|
+
failureReason: viem14.ReadContractErrorType | null;
|
|
3566
3567
|
errorUpdateCount: number;
|
|
3567
3568
|
isFetched: boolean;
|
|
3568
3569
|
isFetchedAfterMount: boolean;
|
|
@@ -3583,7 +3584,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3583
3584
|
totalAmount1: bigint;
|
|
3584
3585
|
borrowedAmount0: bigint;
|
|
3585
3586
|
borrowedAmount1: bigint;
|
|
3586
|
-
}[],
|
|
3587
|
+
}[], viem14.ReadContractErrorType>>;
|
|
3587
3588
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3588
3589
|
promise: Promise<readonly {
|
|
3589
3590
|
tickLower: number;
|
|
@@ -3621,7 +3622,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3621
3622
|
dataUpdatedAt: number;
|
|
3622
3623
|
errorUpdatedAt: number;
|
|
3623
3624
|
failureCount: number;
|
|
3624
|
-
failureReason:
|
|
3625
|
+
failureReason: viem14.ReadContractErrorType | null;
|
|
3625
3626
|
errorUpdateCount: number;
|
|
3626
3627
|
isFetched: boolean;
|
|
3627
3628
|
isFetchedAfterMount: boolean;
|
|
@@ -3641,7 +3642,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3641
3642
|
totalAmount1: bigint;
|
|
3642
3643
|
borrowedAmount0: bigint;
|
|
3643
3644
|
borrowedAmount1: bigint;
|
|
3644
|
-
}[],
|
|
3645
|
+
}[], viem14.ReadContractErrorType>>;
|
|
3645
3646
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3646
3647
|
promise: Promise<readonly {
|
|
3647
3648
|
tickLower: number;
|
|
@@ -3714,14 +3715,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
3714
3715
|
borrowedAmount0: Amount;
|
|
3715
3716
|
borrowedAmount1: Amount;
|
|
3716
3717
|
blocksCount: bigint;
|
|
3717
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
3718
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem14.ReadContractErrorType>>;
|
|
3718
3719
|
};
|
|
3719
3720
|
//#endregion
|
|
3720
3721
|
//#region src/hooks/useLens.d.ts
|
|
3721
3722
|
declare const useLens: () => {
|
|
3722
3723
|
timelockLens: {
|
|
3723
3724
|
read: {
|
|
3724
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
3725
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
3725
3726
|
readonly type: "function";
|
|
3726
3727
|
readonly name: "batchGetRefTick";
|
|
3727
3728
|
readonly inputs: readonly [{
|
|
@@ -3823,7 +3824,7 @@ declare const useLens: () => {
|
|
|
3823
3824
|
readonly type: "uint8";
|
|
3824
3825
|
readonly internalType: "uint8";
|
|
3825
3826
|
}, {
|
|
3826
|
-
readonly name: "
|
|
3827
|
+
readonly name: "startTick";
|
|
3827
3828
|
readonly type: "int24";
|
|
3828
3829
|
readonly internalType: "int24";
|
|
3829
3830
|
}, {
|
|
@@ -4047,7 +4048,7 @@ declare const useLens: () => {
|
|
|
4047
4048
|
readonly type: "uint8";
|
|
4048
4049
|
readonly internalType: "uint8";
|
|
4049
4050
|
}, {
|
|
4050
|
-
readonly name: "
|
|
4051
|
+
readonly name: "startTick";
|
|
4051
4052
|
readonly type: "int24";
|
|
4052
4053
|
readonly internalType: "int24";
|
|
4053
4054
|
}, {
|
|
@@ -4130,7 +4131,7 @@ declare const useLens: () => {
|
|
|
4130
4131
|
readonly type: "uint8";
|
|
4131
4132
|
readonly internalType: "uint8";
|
|
4132
4133
|
}, {
|
|
4133
|
-
readonly name: "
|
|
4134
|
+
readonly name: "startTick";
|
|
4134
4135
|
readonly type: "int24";
|
|
4135
4136
|
readonly internalType: "int24";
|
|
4136
4137
|
}, {
|
|
@@ -4294,7 +4295,7 @@ declare const useLens: () => {
|
|
|
4294
4295
|
readonly type: "uint8";
|
|
4295
4296
|
readonly internalType: "uint8";
|
|
4296
4297
|
}, {
|
|
4297
|
-
readonly name: "
|
|
4298
|
+
readonly name: "startTick";
|
|
4298
4299
|
readonly type: "int24";
|
|
4299
4300
|
readonly internalType: "int24";
|
|
4300
4301
|
}, {
|
|
@@ -4395,7 +4396,7 @@ declare const useLens: () => {
|
|
|
4395
4396
|
}];
|
|
4396
4397
|
readonly stateMutability: "view";
|
|
4397
4398
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
4398
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
4399
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
4399
4400
|
readonly type: "function";
|
|
4400
4401
|
readonly name: "batchGetRefTick";
|
|
4401
4402
|
readonly inputs: readonly [{
|
|
@@ -4497,7 +4498,7 @@ declare const useLens: () => {
|
|
|
4497
4498
|
readonly type: "uint8";
|
|
4498
4499
|
readonly internalType: "uint8";
|
|
4499
4500
|
}, {
|
|
4500
|
-
readonly name: "
|
|
4501
|
+
readonly name: "startTick";
|
|
4501
4502
|
readonly type: "int24";
|
|
4502
4503
|
readonly internalType: "int24";
|
|
4503
4504
|
}, {
|
|
@@ -4721,7 +4722,7 @@ declare const useLens: () => {
|
|
|
4721
4722
|
readonly type: "uint8";
|
|
4722
4723
|
readonly internalType: "uint8";
|
|
4723
4724
|
}, {
|
|
4724
|
-
readonly name: "
|
|
4725
|
+
readonly name: "startTick";
|
|
4725
4726
|
readonly type: "int24";
|
|
4726
4727
|
readonly internalType: "int24";
|
|
4727
4728
|
}, {
|
|
@@ -4804,7 +4805,7 @@ declare const useLens: () => {
|
|
|
4804
4805
|
readonly type: "uint8";
|
|
4805
4806
|
readonly internalType: "uint8";
|
|
4806
4807
|
}, {
|
|
4807
|
-
readonly name: "
|
|
4808
|
+
readonly name: "startTick";
|
|
4808
4809
|
readonly type: "int24";
|
|
4809
4810
|
readonly internalType: "int24";
|
|
4810
4811
|
}, {
|
|
@@ -4968,7 +4969,7 @@ declare const useLens: () => {
|
|
|
4968
4969
|
readonly type: "uint8";
|
|
4969
4970
|
readonly internalType: "uint8";
|
|
4970
4971
|
}, {
|
|
4971
|
-
readonly name: "
|
|
4972
|
+
readonly name: "startTick";
|
|
4972
4973
|
readonly type: "int24";
|
|
4973
4974
|
readonly internalType: "int24";
|
|
4974
4975
|
}, {
|
|
@@ -5079,7 +5080,7 @@ declare const useLens: () => {
|
|
|
5079
5080
|
borrowedAmount0: bigint;
|
|
5080
5081
|
borrowedAmount1: bigint;
|
|
5081
5082
|
}[]>;
|
|
5082
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
5083
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
5083
5084
|
readonly type: "function";
|
|
5084
5085
|
readonly name: "batchGetRefTick";
|
|
5085
5086
|
readonly inputs: readonly [{
|
|
@@ -5181,7 +5182,7 @@ declare const useLens: () => {
|
|
|
5181
5182
|
readonly type: "uint8";
|
|
5182
5183
|
readonly internalType: "uint8";
|
|
5183
5184
|
}, {
|
|
5184
|
-
readonly name: "
|
|
5185
|
+
readonly name: "startTick";
|
|
5185
5186
|
readonly type: "int24";
|
|
5186
5187
|
readonly internalType: "int24";
|
|
5187
5188
|
}, {
|
|
@@ -5405,7 +5406,7 @@ declare const useLens: () => {
|
|
|
5405
5406
|
readonly type: "uint8";
|
|
5406
5407
|
readonly internalType: "uint8";
|
|
5407
5408
|
}, {
|
|
5408
|
-
readonly name: "
|
|
5409
|
+
readonly name: "startTick";
|
|
5409
5410
|
readonly type: "int24";
|
|
5410
5411
|
readonly internalType: "int24";
|
|
5411
5412
|
}, {
|
|
@@ -5488,7 +5489,7 @@ declare const useLens: () => {
|
|
|
5488
5489
|
readonly type: "uint8";
|
|
5489
5490
|
readonly internalType: "uint8";
|
|
5490
5491
|
}, {
|
|
5491
|
-
readonly name: "
|
|
5492
|
+
readonly name: "startTick";
|
|
5492
5493
|
readonly type: "int24";
|
|
5493
5494
|
readonly internalType: "int24";
|
|
5494
5495
|
}, {
|
|
@@ -5652,7 +5653,7 @@ declare const useLens: () => {
|
|
|
5652
5653
|
readonly type: "uint8";
|
|
5653
5654
|
readonly internalType: "uint8";
|
|
5654
5655
|
}, {
|
|
5655
|
-
readonly name: "
|
|
5656
|
+
readonly name: "startTick";
|
|
5656
5657
|
readonly type: "int24";
|
|
5657
5658
|
readonly internalType: "int24";
|
|
5658
5659
|
}, {
|
|
@@ -5756,7 +5757,7 @@ declare const useLens: () => {
|
|
|
5756
5757
|
optionId: bigint;
|
|
5757
5758
|
owner: `0x${string}`;
|
|
5758
5759
|
optionType: number;
|
|
5759
|
-
|
|
5760
|
+
startTick: number;
|
|
5760
5761
|
strikeTick: number;
|
|
5761
5762
|
entryTick: number;
|
|
5762
5763
|
strikePrice: bigint;
|
|
@@ -5770,7 +5771,7 @@ declare const useLens: () => {
|
|
|
5770
5771
|
expiresAt: bigint;
|
|
5771
5772
|
liquidities: readonly bigint[];
|
|
5772
5773
|
}[], bigint, boolean]>;
|
|
5773
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
5774
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
5774
5775
|
readonly type: "function";
|
|
5775
5776
|
readonly name: "batchGetRefTick";
|
|
5776
5777
|
readonly inputs: readonly [{
|
|
@@ -5872,7 +5873,7 @@ declare const useLens: () => {
|
|
|
5872
5873
|
readonly type: "uint8";
|
|
5873
5874
|
readonly internalType: "uint8";
|
|
5874
5875
|
}, {
|
|
5875
|
-
readonly name: "
|
|
5876
|
+
readonly name: "startTick";
|
|
5876
5877
|
readonly type: "int24";
|
|
5877
5878
|
readonly internalType: "int24";
|
|
5878
5879
|
}, {
|
|
@@ -6096,7 +6097,7 @@ declare const useLens: () => {
|
|
|
6096
6097
|
readonly type: "uint8";
|
|
6097
6098
|
readonly internalType: "uint8";
|
|
6098
6099
|
}, {
|
|
6099
|
-
readonly name: "
|
|
6100
|
+
readonly name: "startTick";
|
|
6100
6101
|
readonly type: "int24";
|
|
6101
6102
|
readonly internalType: "int24";
|
|
6102
6103
|
}, {
|
|
@@ -6179,7 +6180,7 @@ declare const useLens: () => {
|
|
|
6179
6180
|
readonly type: "uint8";
|
|
6180
6181
|
readonly internalType: "uint8";
|
|
6181
6182
|
}, {
|
|
6182
|
-
readonly name: "
|
|
6183
|
+
readonly name: "startTick";
|
|
6183
6184
|
readonly type: "int24";
|
|
6184
6185
|
readonly internalType: "int24";
|
|
6185
6186
|
}, {
|
|
@@ -6343,7 +6344,7 @@ declare const useLens: () => {
|
|
|
6343
6344
|
readonly type: "uint8";
|
|
6344
6345
|
readonly internalType: "uint8";
|
|
6345
6346
|
}, {
|
|
6346
|
-
readonly name: "
|
|
6347
|
+
readonly name: "startTick";
|
|
6347
6348
|
readonly type: "int24";
|
|
6348
6349
|
readonly internalType: "int24";
|
|
6349
6350
|
}, {
|
|
@@ -6444,7 +6445,7 @@ declare const useLens: () => {
|
|
|
6444
6445
|
}];
|
|
6445
6446
|
readonly stateMutability: "view";
|
|
6446
6447
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
6447
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
6448
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
6448
6449
|
readonly type: "function";
|
|
6449
6450
|
readonly name: "batchGetRefTick";
|
|
6450
6451
|
readonly inputs: readonly [{
|
|
@@ -6546,7 +6547,7 @@ declare const useLens: () => {
|
|
|
6546
6547
|
readonly type: "uint8";
|
|
6547
6548
|
readonly internalType: "uint8";
|
|
6548
6549
|
}, {
|
|
6549
|
-
readonly name: "
|
|
6550
|
+
readonly name: "startTick";
|
|
6550
6551
|
readonly type: "int24";
|
|
6551
6552
|
readonly internalType: "int24";
|
|
6552
6553
|
}, {
|
|
@@ -6770,7 +6771,7 @@ declare const useLens: () => {
|
|
|
6770
6771
|
readonly type: "uint8";
|
|
6771
6772
|
readonly internalType: "uint8";
|
|
6772
6773
|
}, {
|
|
6773
|
-
readonly name: "
|
|
6774
|
+
readonly name: "startTick";
|
|
6774
6775
|
readonly type: "int24";
|
|
6775
6776
|
readonly internalType: "int24";
|
|
6776
6777
|
}, {
|
|
@@ -6853,7 +6854,7 @@ declare const useLens: () => {
|
|
|
6853
6854
|
readonly type: "uint8";
|
|
6854
6855
|
readonly internalType: "uint8";
|
|
6855
6856
|
}, {
|
|
6856
|
-
readonly name: "
|
|
6857
|
+
readonly name: "startTick";
|
|
6857
6858
|
readonly type: "int24";
|
|
6858
6859
|
readonly internalType: "int24";
|
|
6859
6860
|
}, {
|
|
@@ -7017,7 +7018,7 @@ declare const useLens: () => {
|
|
|
7017
7018
|
readonly type: "uint8";
|
|
7018
7019
|
readonly internalType: "uint8";
|
|
7019
7020
|
}, {
|
|
7020
|
-
readonly name: "
|
|
7021
|
+
readonly name: "startTick";
|
|
7021
7022
|
readonly type: "int24";
|
|
7022
7023
|
readonly internalType: "int24";
|
|
7023
7024
|
}, {
|
|
@@ -7131,7 +7132,7 @@ declare const useLens: () => {
|
|
|
7131
7132
|
payoutAssetName: string;
|
|
7132
7133
|
optionsCount: bigint;
|
|
7133
7134
|
}>;
|
|
7134
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
7135
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
7135
7136
|
readonly type: "function";
|
|
7136
7137
|
readonly name: "batchGetRefTick";
|
|
7137
7138
|
readonly inputs: readonly [{
|
|
@@ -7233,7 +7234,7 @@ declare const useLens: () => {
|
|
|
7233
7234
|
readonly type: "uint8";
|
|
7234
7235
|
readonly internalType: "uint8";
|
|
7235
7236
|
}, {
|
|
7236
|
-
readonly name: "
|
|
7237
|
+
readonly name: "startTick";
|
|
7237
7238
|
readonly type: "int24";
|
|
7238
7239
|
readonly internalType: "int24";
|
|
7239
7240
|
}, {
|
|
@@ -7457,7 +7458,7 @@ declare const useLens: () => {
|
|
|
7457
7458
|
readonly type: "uint8";
|
|
7458
7459
|
readonly internalType: "uint8";
|
|
7459
7460
|
}, {
|
|
7460
|
-
readonly name: "
|
|
7461
|
+
readonly name: "startTick";
|
|
7461
7462
|
readonly type: "int24";
|
|
7462
7463
|
readonly internalType: "int24";
|
|
7463
7464
|
}, {
|
|
@@ -7540,7 +7541,7 @@ declare const useLens: () => {
|
|
|
7540
7541
|
readonly type: "uint8";
|
|
7541
7542
|
readonly internalType: "uint8";
|
|
7542
7543
|
}, {
|
|
7543
|
-
readonly name: "
|
|
7544
|
+
readonly name: "startTick";
|
|
7544
7545
|
readonly type: "int24";
|
|
7545
7546
|
readonly internalType: "int24";
|
|
7546
7547
|
}, {
|
|
@@ -7704,7 +7705,7 @@ declare const useLens: () => {
|
|
|
7704
7705
|
readonly type: "uint8";
|
|
7705
7706
|
readonly internalType: "uint8";
|
|
7706
7707
|
}, {
|
|
7707
|
-
readonly name: "
|
|
7708
|
+
readonly name: "startTick";
|
|
7708
7709
|
readonly type: "int24";
|
|
7709
7710
|
readonly internalType: "int24";
|
|
7710
7711
|
}, {
|
|
@@ -7805,7 +7806,7 @@ declare const useLens: () => {
|
|
|
7805
7806
|
}];
|
|
7806
7807
|
readonly stateMutability: "view";
|
|
7807
7808
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7808
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
7809
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
7809
7810
|
readonly type: "function";
|
|
7810
7811
|
readonly name: "batchGetRefTick";
|
|
7811
7812
|
readonly inputs: readonly [{
|
|
@@ -7907,7 +7908,7 @@ declare const useLens: () => {
|
|
|
7907
7908
|
readonly type: "uint8";
|
|
7908
7909
|
readonly internalType: "uint8";
|
|
7909
7910
|
}, {
|
|
7910
|
-
readonly name: "
|
|
7911
|
+
readonly name: "startTick";
|
|
7911
7912
|
readonly type: "int24";
|
|
7912
7913
|
readonly internalType: "int24";
|
|
7913
7914
|
}, {
|
|
@@ -8131,7 +8132,7 @@ declare const useLens: () => {
|
|
|
8131
8132
|
readonly type: "uint8";
|
|
8132
8133
|
readonly internalType: "uint8";
|
|
8133
8134
|
}, {
|
|
8134
|
-
readonly name: "
|
|
8135
|
+
readonly name: "startTick";
|
|
8135
8136
|
readonly type: "int24";
|
|
8136
8137
|
readonly internalType: "int24";
|
|
8137
8138
|
}, {
|
|
@@ -8214,7 +8215,7 @@ declare const useLens: () => {
|
|
|
8214
8215
|
readonly type: "uint8";
|
|
8215
8216
|
readonly internalType: "uint8";
|
|
8216
8217
|
}, {
|
|
8217
|
-
readonly name: "
|
|
8218
|
+
readonly name: "startTick";
|
|
8218
8219
|
readonly type: "int24";
|
|
8219
8220
|
readonly internalType: "int24";
|
|
8220
8221
|
}, {
|
|
@@ -8378,7 +8379,7 @@ declare const useLens: () => {
|
|
|
8378
8379
|
readonly type: "uint8";
|
|
8379
8380
|
readonly internalType: "uint8";
|
|
8380
8381
|
}, {
|
|
8381
|
-
readonly name: "
|
|
8382
|
+
readonly name: "startTick";
|
|
8382
8383
|
readonly type: "int24";
|
|
8383
8384
|
readonly internalType: "int24";
|
|
8384
8385
|
}, {
|
|
@@ -8479,7 +8480,7 @@ declare const useLens: () => {
|
|
|
8479
8480
|
}];
|
|
8480
8481
|
readonly stateMutability: "view";
|
|
8481
8482
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
8482
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
8483
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
8483
8484
|
readonly type: "function";
|
|
8484
8485
|
readonly name: "batchGetRefTick";
|
|
8485
8486
|
readonly inputs: readonly [{
|
|
@@ -8581,7 +8582,7 @@ declare const useLens: () => {
|
|
|
8581
8582
|
readonly type: "uint8";
|
|
8582
8583
|
readonly internalType: "uint8";
|
|
8583
8584
|
}, {
|
|
8584
|
-
readonly name: "
|
|
8585
|
+
readonly name: "startTick";
|
|
8585
8586
|
readonly type: "int24";
|
|
8586
8587
|
readonly internalType: "int24";
|
|
8587
8588
|
}, {
|
|
@@ -8805,7 +8806,7 @@ declare const useLens: () => {
|
|
|
8805
8806
|
readonly type: "uint8";
|
|
8806
8807
|
readonly internalType: "uint8";
|
|
8807
8808
|
}, {
|
|
8808
|
-
readonly name: "
|
|
8809
|
+
readonly name: "startTick";
|
|
8809
8810
|
readonly type: "int24";
|
|
8810
8811
|
readonly internalType: "int24";
|
|
8811
8812
|
}, {
|
|
@@ -8888,7 +8889,7 @@ declare const useLens: () => {
|
|
|
8888
8889
|
readonly type: "uint8";
|
|
8889
8890
|
readonly internalType: "uint8";
|
|
8890
8891
|
}, {
|
|
8891
|
-
readonly name: "
|
|
8892
|
+
readonly name: "startTick";
|
|
8892
8893
|
readonly type: "int24";
|
|
8893
8894
|
readonly internalType: "int24";
|
|
8894
8895
|
}, {
|
|
@@ -9052,7 +9053,7 @@ declare const useLens: () => {
|
|
|
9052
9053
|
readonly type: "uint8";
|
|
9053
9054
|
readonly internalType: "uint8";
|
|
9054
9055
|
}, {
|
|
9055
|
-
readonly name: "
|
|
9056
|
+
readonly name: "startTick";
|
|
9056
9057
|
readonly type: "int24";
|
|
9057
9058
|
readonly internalType: "int24";
|
|
9058
9059
|
}, {
|
|
@@ -9156,7 +9157,7 @@ declare const useLens: () => {
|
|
|
9156
9157
|
optionId: bigint;
|
|
9157
9158
|
owner: `0x${string}`;
|
|
9158
9159
|
optionType: number;
|
|
9159
|
-
|
|
9160
|
+
startTick: number;
|
|
9160
9161
|
strikeTick: number;
|
|
9161
9162
|
entryTick: number;
|
|
9162
9163
|
strikePrice: bigint;
|
|
@@ -9170,7 +9171,7 @@ declare const useLens: () => {
|
|
|
9170
9171
|
expiresAt: bigint;
|
|
9171
9172
|
liquidities: readonly bigint[];
|
|
9172
9173
|
}>;
|
|
9173
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
9174
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
9174
9175
|
readonly type: "function";
|
|
9175
9176
|
readonly name: "batchGetRefTick";
|
|
9176
9177
|
readonly inputs: readonly [{
|
|
@@ -9272,7 +9273,7 @@ declare const useLens: () => {
|
|
|
9272
9273
|
readonly type: "uint8";
|
|
9273
9274
|
readonly internalType: "uint8";
|
|
9274
9275
|
}, {
|
|
9275
|
-
readonly name: "
|
|
9276
|
+
readonly name: "startTick";
|
|
9276
9277
|
readonly type: "int24";
|
|
9277
9278
|
readonly internalType: "int24";
|
|
9278
9279
|
}, {
|
|
@@ -9496,7 +9497,7 @@ declare const useLens: () => {
|
|
|
9496
9497
|
readonly type: "uint8";
|
|
9497
9498
|
readonly internalType: "uint8";
|
|
9498
9499
|
}, {
|
|
9499
|
-
readonly name: "
|
|
9500
|
+
readonly name: "startTick";
|
|
9500
9501
|
readonly type: "int24";
|
|
9501
9502
|
readonly internalType: "int24";
|
|
9502
9503
|
}, {
|
|
@@ -9579,7 +9580,7 @@ declare const useLens: () => {
|
|
|
9579
9580
|
readonly type: "uint8";
|
|
9580
9581
|
readonly internalType: "uint8";
|
|
9581
9582
|
}, {
|
|
9582
|
-
readonly name: "
|
|
9583
|
+
readonly name: "startTick";
|
|
9583
9584
|
readonly type: "int24";
|
|
9584
9585
|
readonly internalType: "int24";
|
|
9585
9586
|
}, {
|
|
@@ -9743,7 +9744,7 @@ declare const useLens: () => {
|
|
|
9743
9744
|
readonly type: "uint8";
|
|
9744
9745
|
readonly internalType: "uint8";
|
|
9745
9746
|
}, {
|
|
9746
|
-
readonly name: "
|
|
9747
|
+
readonly name: "startTick";
|
|
9747
9748
|
readonly type: "int24";
|
|
9748
9749
|
readonly internalType: "int24";
|
|
9749
9750
|
}, {
|
|
@@ -9847,7 +9848,7 @@ declare const useLens: () => {
|
|
|
9847
9848
|
optionId: bigint;
|
|
9848
9849
|
owner: `0x${string}`;
|
|
9849
9850
|
optionType: number;
|
|
9850
|
-
|
|
9851
|
+
startTick: number;
|
|
9851
9852
|
strikeTick: number;
|
|
9852
9853
|
entryTick: number;
|
|
9853
9854
|
strikePrice: bigint;
|
|
@@ -9861,7 +9862,7 @@ declare const useLens: () => {
|
|
|
9861
9862
|
expiresAt: bigint;
|
|
9862
9863
|
liquidities: readonly bigint[];
|
|
9863
9864
|
}[]>;
|
|
9864
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
9865
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
9865
9866
|
readonly type: "function";
|
|
9866
9867
|
readonly name: "batchGetRefTick";
|
|
9867
9868
|
readonly inputs: readonly [{
|
|
@@ -9963,7 +9964,7 @@ declare const useLens: () => {
|
|
|
9963
9964
|
readonly type: "uint8";
|
|
9964
9965
|
readonly internalType: "uint8";
|
|
9965
9966
|
}, {
|
|
9966
|
-
readonly name: "
|
|
9967
|
+
readonly name: "startTick";
|
|
9967
9968
|
readonly type: "int24";
|
|
9968
9969
|
readonly internalType: "int24";
|
|
9969
9970
|
}, {
|
|
@@ -10187,7 +10188,7 @@ declare const useLens: () => {
|
|
|
10187
10188
|
readonly type: "uint8";
|
|
10188
10189
|
readonly internalType: "uint8";
|
|
10189
10190
|
}, {
|
|
10190
|
-
readonly name: "
|
|
10191
|
+
readonly name: "startTick";
|
|
10191
10192
|
readonly type: "int24";
|
|
10192
10193
|
readonly internalType: "int24";
|
|
10193
10194
|
}, {
|
|
@@ -10270,7 +10271,7 @@ declare const useLens: () => {
|
|
|
10270
10271
|
readonly type: "uint8";
|
|
10271
10272
|
readonly internalType: "uint8";
|
|
10272
10273
|
}, {
|
|
10273
|
-
readonly name: "
|
|
10274
|
+
readonly name: "startTick";
|
|
10274
10275
|
readonly type: "int24";
|
|
10275
10276
|
readonly internalType: "int24";
|
|
10276
10277
|
}, {
|
|
@@ -10434,7 +10435,7 @@ declare const useLens: () => {
|
|
|
10434
10435
|
readonly type: "uint8";
|
|
10435
10436
|
readonly internalType: "uint8";
|
|
10436
10437
|
}, {
|
|
10437
|
-
readonly name: "
|
|
10438
|
+
readonly name: "startTick";
|
|
10438
10439
|
readonly type: "int24";
|
|
10439
10440
|
readonly internalType: "int24";
|
|
10440
10441
|
}, {
|
|
@@ -10546,7 +10547,7 @@ declare const useLens: () => {
|
|
|
10546
10547
|
tickSpacing: number;
|
|
10547
10548
|
fee: number;
|
|
10548
10549
|
}>;
|
|
10549
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
10550
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
10550
10551
|
readonly type: "function";
|
|
10551
10552
|
readonly name: "batchGetRefTick";
|
|
10552
10553
|
readonly inputs: readonly [{
|
|
@@ -10648,7 +10649,7 @@ declare const useLens: () => {
|
|
|
10648
10649
|
readonly type: "uint8";
|
|
10649
10650
|
readonly internalType: "uint8";
|
|
10650
10651
|
}, {
|
|
10651
|
-
readonly name: "
|
|
10652
|
+
readonly name: "startTick";
|
|
10652
10653
|
readonly type: "int24";
|
|
10653
10654
|
readonly internalType: "int24";
|
|
10654
10655
|
}, {
|
|
@@ -10872,7 +10873,7 @@ declare const useLens: () => {
|
|
|
10872
10873
|
readonly type: "uint8";
|
|
10873
10874
|
readonly internalType: "uint8";
|
|
10874
10875
|
}, {
|
|
10875
|
-
readonly name: "
|
|
10876
|
+
readonly name: "startTick";
|
|
10876
10877
|
readonly type: "int24";
|
|
10877
10878
|
readonly internalType: "int24";
|
|
10878
10879
|
}, {
|
|
@@ -10955,7 +10956,7 @@ declare const useLens: () => {
|
|
|
10955
10956
|
readonly type: "uint8";
|
|
10956
10957
|
readonly internalType: "uint8";
|
|
10957
10958
|
}, {
|
|
10958
|
-
readonly name: "
|
|
10959
|
+
readonly name: "startTick";
|
|
10959
10960
|
readonly type: "int24";
|
|
10960
10961
|
readonly internalType: "int24";
|
|
10961
10962
|
}, {
|
|
@@ -11119,7 +11120,7 @@ declare const useLens: () => {
|
|
|
11119
11120
|
readonly type: "uint8";
|
|
11120
11121
|
readonly internalType: "uint8";
|
|
11121
11122
|
}, {
|
|
11122
|
-
readonly name: "
|
|
11123
|
+
readonly name: "startTick";
|
|
11123
11124
|
readonly type: "int24";
|
|
11124
11125
|
readonly internalType: "int24";
|
|
11125
11126
|
}, {
|
|
@@ -11220,7 +11221,7 @@ declare const useLens: () => {
|
|
|
11220
11221
|
}];
|
|
11221
11222
|
readonly stateMutability: "view";
|
|
11222
11223
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
11223
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
11224
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
11224
11225
|
readonly type: "function";
|
|
11225
11226
|
readonly name: "batchGetRefTick";
|
|
11226
11227
|
readonly inputs: readonly [{
|
|
@@ -11322,7 +11323,7 @@ declare const useLens: () => {
|
|
|
11322
11323
|
readonly type: "uint8";
|
|
11323
11324
|
readonly internalType: "uint8";
|
|
11324
11325
|
}, {
|
|
11325
|
-
readonly name: "
|
|
11326
|
+
readonly name: "startTick";
|
|
11326
11327
|
readonly type: "int24";
|
|
11327
11328
|
readonly internalType: "int24";
|
|
11328
11329
|
}, {
|
|
@@ -11546,7 +11547,7 @@ declare const useLens: () => {
|
|
|
11546
11547
|
readonly type: "uint8";
|
|
11547
11548
|
readonly internalType: "uint8";
|
|
11548
11549
|
}, {
|
|
11549
|
-
readonly name: "
|
|
11550
|
+
readonly name: "startTick";
|
|
11550
11551
|
readonly type: "int24";
|
|
11551
11552
|
readonly internalType: "int24";
|
|
11552
11553
|
}, {
|
|
@@ -11629,7 +11630,7 @@ declare const useLens: () => {
|
|
|
11629
11630
|
readonly type: "uint8";
|
|
11630
11631
|
readonly internalType: "uint8";
|
|
11631
11632
|
}, {
|
|
11632
|
-
readonly name: "
|
|
11633
|
+
readonly name: "startTick";
|
|
11633
11634
|
readonly type: "int24";
|
|
11634
11635
|
readonly internalType: "int24";
|
|
11635
11636
|
}, {
|
|
@@ -11793,7 +11794,7 @@ declare const useLens: () => {
|
|
|
11793
11794
|
readonly type: "uint8";
|
|
11794
11795
|
readonly internalType: "uint8";
|
|
11795
11796
|
}, {
|
|
11796
|
-
readonly name: "
|
|
11797
|
+
readonly name: "startTick";
|
|
11797
11798
|
readonly type: "int24";
|
|
11798
11799
|
readonly internalType: "int24";
|
|
11799
11800
|
}, {
|
|
@@ -11897,7 +11898,7 @@ declare const useLens: () => {
|
|
|
11897
11898
|
optionId: bigint;
|
|
11898
11899
|
owner: `0x${string}`;
|
|
11899
11900
|
optionType: number;
|
|
11900
|
-
|
|
11901
|
+
startTick: number;
|
|
11901
11902
|
strikeTick: number;
|
|
11902
11903
|
entryTick: number;
|
|
11903
11904
|
strikePrice: bigint;
|
|
@@ -11911,7 +11912,7 @@ declare const useLens: () => {
|
|
|
11911
11912
|
expiresAt: bigint;
|
|
11912
11913
|
liquidities: readonly bigint[];
|
|
11913
11914
|
}[], bigint, boolean]>;
|
|
11914
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
11915
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
11915
11916
|
readonly type: "function";
|
|
11916
11917
|
readonly name: "batchGetRefTick";
|
|
11917
11918
|
readonly inputs: readonly [{
|
|
@@ -12013,7 +12014,7 @@ declare const useLens: () => {
|
|
|
12013
12014
|
readonly type: "uint8";
|
|
12014
12015
|
readonly internalType: "uint8";
|
|
12015
12016
|
}, {
|
|
12016
|
-
readonly name: "
|
|
12017
|
+
readonly name: "startTick";
|
|
12017
12018
|
readonly type: "int24";
|
|
12018
12019
|
readonly internalType: "int24";
|
|
12019
12020
|
}, {
|
|
@@ -12237,7 +12238,7 @@ declare const useLens: () => {
|
|
|
12237
12238
|
readonly type: "uint8";
|
|
12238
12239
|
readonly internalType: "uint8";
|
|
12239
12240
|
}, {
|
|
12240
|
-
readonly name: "
|
|
12241
|
+
readonly name: "startTick";
|
|
12241
12242
|
readonly type: "int24";
|
|
12242
12243
|
readonly internalType: "int24";
|
|
12243
12244
|
}, {
|
|
@@ -12320,7 +12321,7 @@ declare const useLens: () => {
|
|
|
12320
12321
|
readonly type: "uint8";
|
|
12321
12322
|
readonly internalType: "uint8";
|
|
12322
12323
|
}, {
|
|
12323
|
-
readonly name: "
|
|
12324
|
+
readonly name: "startTick";
|
|
12324
12325
|
readonly type: "int24";
|
|
12325
12326
|
readonly internalType: "int24";
|
|
12326
12327
|
}, {
|
|
@@ -12484,7 +12485,7 @@ declare const useLens: () => {
|
|
|
12484
12485
|
readonly type: "uint8";
|
|
12485
12486
|
readonly internalType: "uint8";
|
|
12486
12487
|
}, {
|
|
12487
|
-
readonly name: "
|
|
12488
|
+
readonly name: "startTick";
|
|
12488
12489
|
readonly type: "int24";
|
|
12489
12490
|
readonly internalType: "int24";
|
|
12490
12491
|
}, {
|
|
@@ -12689,7 +12690,7 @@ declare const useLens: () => {
|
|
|
12689
12690
|
readonly type: "uint8";
|
|
12690
12691
|
readonly internalType: "uint8";
|
|
12691
12692
|
}, {
|
|
12692
|
-
readonly name: "
|
|
12693
|
+
readonly name: "startTick";
|
|
12693
12694
|
readonly type: "int24";
|
|
12694
12695
|
readonly internalType: "int24";
|
|
12695
12696
|
}, {
|
|
@@ -12913,7 +12914,7 @@ declare const useLens: () => {
|
|
|
12913
12914
|
readonly type: "uint8";
|
|
12914
12915
|
readonly internalType: "uint8";
|
|
12915
12916
|
}, {
|
|
12916
|
-
readonly name: "
|
|
12917
|
+
readonly name: "startTick";
|
|
12917
12918
|
readonly type: "int24";
|
|
12918
12919
|
readonly internalType: "int24";
|
|
12919
12920
|
}, {
|
|
@@ -12996,7 +12997,7 @@ declare const useLens: () => {
|
|
|
12996
12997
|
readonly type: "uint8";
|
|
12997
12998
|
readonly internalType: "uint8";
|
|
12998
12999
|
}, {
|
|
12999
|
-
readonly name: "
|
|
13000
|
+
readonly name: "startTick";
|
|
13000
13001
|
readonly type: "int24";
|
|
13001
13002
|
readonly internalType: "int24";
|
|
13002
13003
|
}, {
|
|
@@ -13160,7 +13161,7 @@ declare const useLens: () => {
|
|
|
13160
13161
|
readonly type: "uint8";
|
|
13161
13162
|
readonly internalType: "uint8";
|
|
13162
13163
|
}, {
|
|
13163
|
-
readonly name: "
|
|
13164
|
+
readonly name: "startTick";
|
|
13164
13165
|
readonly type: "int24";
|
|
13165
13166
|
readonly internalType: "int24";
|
|
13166
13167
|
}, {
|
|
@@ -13264,7 +13265,7 @@ declare const useLens: () => {
|
|
|
13264
13265
|
} | undefined;
|
|
13265
13266
|
uniswapLens: {
|
|
13266
13267
|
read: {
|
|
13267
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
13268
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
13268
13269
|
readonly type: "function";
|
|
13269
13270
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13270
13271
|
readonly inputs: readonly [{
|
|
@@ -13885,7 +13886,7 @@ declare const useLens: () => {
|
|
|
13885
13886
|
}];
|
|
13886
13887
|
readonly stateMutability: "pure";
|
|
13887
13888
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13888
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
13889
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
13889
13890
|
readonly type: "function";
|
|
13890
13891
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13891
13892
|
readonly inputs: readonly [{
|
|
@@ -14506,7 +14507,7 @@ declare const useLens: () => {
|
|
|
14506
14507
|
}];
|
|
14507
14508
|
readonly stateMutability: "pure";
|
|
14508
14509
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14509
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
14510
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
14510
14511
|
readonly type: "function";
|
|
14511
14512
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14512
14513
|
readonly inputs: readonly [{
|
|
@@ -15127,7 +15128,7 @@ declare const useLens: () => {
|
|
|
15127
15128
|
}];
|
|
15128
15129
|
readonly stateMutability: "pure";
|
|
15129
15130
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
15130
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
15131
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
15131
15132
|
readonly type: "function";
|
|
15132
15133
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15133
15134
|
readonly inputs: readonly [{
|
|
@@ -15748,7 +15749,7 @@ declare const useLens: () => {
|
|
|
15748
15749
|
}];
|
|
15749
15750
|
readonly stateMutability: "pure";
|
|
15750
15751
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
15751
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
15752
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
15752
15753
|
readonly type: "function";
|
|
15753
15754
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15754
15755
|
readonly inputs: readonly [{
|
|
@@ -16369,7 +16370,7 @@ declare const useLens: () => {
|
|
|
16369
16370
|
}];
|
|
16370
16371
|
readonly stateMutability: "pure";
|
|
16371
16372
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
16372
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
16373
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
16373
16374
|
readonly type: "function";
|
|
16374
16375
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16375
16376
|
readonly inputs: readonly [{
|
|
@@ -16990,7 +16991,7 @@ declare const useLens: () => {
|
|
|
16990
16991
|
}];
|
|
16991
16992
|
readonly stateMutability: "pure";
|
|
16992
16993
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
16993
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
16994
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
16994
16995
|
readonly type: "function";
|
|
16995
16996
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16996
16997
|
readonly inputs: readonly [{
|
|
@@ -17611,7 +17612,7 @@ declare const useLens: () => {
|
|
|
17611
17612
|
}];
|
|
17612
17613
|
readonly stateMutability: "pure";
|
|
17613
17614
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17614
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
17615
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
17615
17616
|
readonly type: "function";
|
|
17616
17617
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17617
17618
|
readonly inputs: readonly [{
|
|
@@ -18232,7 +18233,7 @@ declare const useLens: () => {
|
|
|
18232
18233
|
}];
|
|
18233
18234
|
readonly stateMutability: "pure";
|
|
18234
18235
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18235
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
18236
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
18236
18237
|
readonly type: "function";
|
|
18237
18238
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18238
18239
|
readonly inputs: readonly [{
|
|
@@ -18853,7 +18854,7 @@ declare const useLens: () => {
|
|
|
18853
18854
|
}];
|
|
18854
18855
|
readonly stateMutability: "pure";
|
|
18855
18856
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18856
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
18857
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
18857
18858
|
readonly type: "function";
|
|
18858
18859
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18859
18860
|
readonly inputs: readonly [{
|
|
@@ -19474,7 +19475,7 @@ declare const useLens: () => {
|
|
|
19474
19475
|
}];
|
|
19475
19476
|
readonly stateMutability: "pure";
|
|
19476
19477
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19477
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
19478
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
19478
19479
|
readonly type: "function";
|
|
19479
19480
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19480
19481
|
readonly inputs: readonly [{
|
|
@@ -20095,7 +20096,7 @@ declare const useLens: () => {
|
|
|
20095
20096
|
}];
|
|
20096
20097
|
readonly stateMutability: "pure";
|
|
20097
20098
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20098
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
20099
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
20099
20100
|
readonly type: "function";
|
|
20100
20101
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20101
20102
|
readonly inputs: readonly [{
|
|
@@ -20716,7 +20717,7 @@ declare const useLens: () => {
|
|
|
20716
20717
|
}];
|
|
20717
20718
|
readonly stateMutability: "pure";
|
|
20718
20719
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20719
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
20720
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
20720
20721
|
readonly type: "function";
|
|
20721
20722
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20722
20723
|
readonly inputs: readonly [{
|
|
@@ -21337,7 +21338,7 @@ declare const useLens: () => {
|
|
|
21337
21338
|
}];
|
|
21338
21339
|
readonly stateMutability: "pure";
|
|
21339
21340
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
21340
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
21341
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
21341
21342
|
readonly type: "function";
|
|
21342
21343
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21343
21344
|
readonly inputs: readonly [{
|
|
@@ -21958,7 +21959,7 @@ declare const useLens: () => {
|
|
|
21958
21959
|
}];
|
|
21959
21960
|
readonly stateMutability: "pure";
|
|
21960
21961
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21961
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21962
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
21962
21963
|
readonly type: "function";
|
|
21963
21964
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21964
21965
|
readonly inputs: readonly [{
|
|
@@ -22579,7 +22580,7 @@ declare const useLens: () => {
|
|
|
22579
22580
|
}];
|
|
22580
22581
|
readonly stateMutability: "pure";
|
|
22581
22582
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22582
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
22583
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
22583
22584
|
readonly type: "function";
|
|
22584
22585
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22585
22586
|
readonly inputs: readonly [{
|
|
@@ -23200,7 +23201,7 @@ declare const useLens: () => {
|
|
|
23200
23201
|
}];
|
|
23201
23202
|
readonly stateMutability: "pure";
|
|
23202
23203
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23203
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
23204
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
23204
23205
|
readonly type: "function";
|
|
23205
23206
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23206
23207
|
readonly inputs: readonly [{
|
|
@@ -23821,7 +23822,7 @@ declare const useLens: () => {
|
|
|
23821
23822
|
}];
|
|
23822
23823
|
readonly stateMutability: "pure";
|
|
23823
23824
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23824
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
23825
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
23825
23826
|
readonly type: "function";
|
|
23826
23827
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23827
23828
|
readonly inputs: readonly [{
|
|
@@ -24442,7 +24443,7 @@ declare const useLens: () => {
|
|
|
24442
24443
|
}];
|
|
24443
24444
|
readonly stateMutability: "pure";
|
|
24444
24445
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
24445
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
24446
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
24446
24447
|
readonly type: "function";
|
|
24447
24448
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24448
24449
|
readonly inputs: readonly [{
|
|
@@ -25063,7 +25064,7 @@ declare const useLens: () => {
|
|
|
25063
25064
|
}];
|
|
25064
25065
|
readonly stateMutability: "pure";
|
|
25065
25066
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
25066
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
25067
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
25067
25068
|
readonly type: "function";
|
|
25068
25069
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25069
25070
|
readonly inputs: readonly [{
|
|
@@ -25684,7 +25685,7 @@ declare const useLens: () => {
|
|
|
25684
25685
|
}];
|
|
25685
25686
|
readonly stateMutability: "pure";
|
|
25686
25687
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25687
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
25688
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
25688
25689
|
readonly type: "function";
|
|
25689
25690
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25690
25691
|
readonly inputs: readonly [{
|
|
@@ -26305,7 +26306,7 @@ declare const useLens: () => {
|
|
|
26305
26306
|
}];
|
|
26306
26307
|
readonly stateMutability: "pure";
|
|
26307
26308
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26308
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
26309
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
26309
26310
|
readonly type: "function";
|
|
26310
26311
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26311
26312
|
readonly inputs: readonly [{
|
|
@@ -26926,7 +26927,7 @@ declare const useLens: () => {
|
|
|
26926
26927
|
}];
|
|
26927
26928
|
readonly stateMutability: "pure";
|
|
26928
26929
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26929
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
26930
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
26930
26931
|
readonly type: "function";
|
|
26931
26932
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26932
26933
|
readonly inputs: readonly [{
|
|
@@ -27547,7 +27548,7 @@ declare const useLens: () => {
|
|
|
27547
27548
|
}];
|
|
27548
27549
|
readonly stateMutability: "pure";
|
|
27549
27550
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27550
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
27551
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
27551
27552
|
readonly type: "function";
|
|
27552
27553
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27553
27554
|
readonly inputs: readonly [{
|
|
@@ -28168,7 +28169,7 @@ declare const useLens: () => {
|
|
|
28168
28169
|
}];
|
|
28169
28170
|
readonly stateMutability: "pure";
|
|
28170
28171
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28171
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
28172
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
28172
28173
|
readonly type: "function";
|
|
28173
28174
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28174
28175
|
readonly inputs: readonly [{
|
|
@@ -28789,7 +28790,7 @@ declare const useLens: () => {
|
|
|
28789
28790
|
}];
|
|
28790
28791
|
readonly stateMutability: "pure";
|
|
28791
28792
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28792
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
28793
|
+
getPriceAtTick: (args: readonly [number], options?: viem14.Prettify<viem14.UnionOmit<viem14.ReadContractParameters<readonly [{
|
|
28793
28794
|
readonly type: "function";
|
|
28794
28795
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28795
28796
|
readonly inputs: readonly [{
|