timelock-sdk 0.0.66 → 0.0.67
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 +2 -2
- package/dist/client.d.cts +176 -177
- package/dist/client.d.ts +177 -178
- package/dist/client.js +2 -2
- package/dist/{index-WjU9H0Tc.d.ts → index-Bl_qMcK3.d.ts} +118 -118
- package/dist/{index-DmUTOkWh.d.cts → index-CNBDjMaw.d.cts} +209 -209
- package/dist/{numberUtils-BVUp0GfC.js → numberUtils-B11mj4uP.js} +3 -3
- package/dist/{numberUtils-BVUp0GfC.js.map → numberUtils-B11mj4uP.js.map} +1 -1
- package/dist/{numberUtils-BxQ4RnW9.cjs → numberUtils-DTG0cuoW.cjs} +3 -3
- package/dist/{numberUtils-BxQ4RnW9.cjs.map → numberUtils-DTG0cuoW.cjs.map} +1 -1
- package/dist/{optionsMarket-GbBWALCn.js → optionsMarket-6PlyceXp.js} +9 -9
- package/dist/{optionsMarket-GbBWALCn.js.map → optionsMarket-6PlyceXp.js.map} +1 -1
- package/dist/{optionsMarket-BpL6x4be.cjs → optionsMarket-DxGdV3HF.cjs} +9 -9
- package/dist/{optionsMarket-BpL6x4be.cjs.map → optionsMarket-DxGdV3HF.cjs.map} +1 -1
- 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-i1P7D19j.d.ts → uniswapMathLens-C54iWXpi.d.ts} +9 -9
- package/dist/{uniswapMathLens-BF5k8KFu.d.cts → uniswapMathLens-CK8C7WOt.d.cts} +9 -9
- package/package.json +1 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./uniswapMathLens-
|
|
2
|
-
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-
|
|
3
|
-
import * as
|
|
1
|
+
import "./uniswapMathLens-CK8C7WOt.cjs";
|
|
2
|
+
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-CNBDjMaw.cjs";
|
|
3
|
+
import * as viem0 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
6
6
|
import "graphql";
|
|
@@ -9,10 +9,9 @@ import * as _wagmi_core0 from "@wagmi/core";
|
|
|
9
9
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
10
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
11
11
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
12
|
-
import * as viem_utils0 from "viem/utils";
|
|
13
|
-
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
14
12
|
import * as wagmi0 from "wagmi";
|
|
15
13
|
import * as node_modules__wagmi_core_dist_types_errors_base0 from "node_modules/@wagmi/core/dist/types/errors/base";
|
|
14
|
+
import * as node_modules_viem__types_errors_abi0 from "node_modules/viem/_types/errors/abi";
|
|
16
15
|
import * as node_modules_viem__types_errors_account0 from "node_modules/viem/_types/errors/account";
|
|
17
16
|
|
|
18
17
|
//#region src/generated/graphql.d.ts
|
|
@@ -2808,7 +2807,7 @@ declare const useMintOption: (marketAddr?: Address) => {
|
|
|
2808
2807
|
isPending: boolean;
|
|
2809
2808
|
isConfirming: boolean;
|
|
2810
2809
|
isSuccess: boolean;
|
|
2811
|
-
error:
|
|
2810
|
+
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem0.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.ErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | viem0.AbiFunctionNotFoundErrorType | viem0.AbiEncodingLengthMismatchErrorType | viem0.InvalidAddressErrorType | viem0.AbiEncodingArrayLengthMismatchErrorType | viem0.IntegerOutOfRangeErrorType | viem0.SizeExceedsPaddingSizeErrorType | viem0.InvalidArrayErrorType | viem0.AbiEncodingBytesSizeMismatchErrorType | viem0.SizeOverflowErrorType | viem0.SliceOffsetOutOfBoundsErrorType | viem0.InvalidAbiEncodingTypeErrorType | viem0.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem0.GetContractErrorReturnType<viem0.SendTransactionErrorType> | null;
|
|
2812
2811
|
isLoading: boolean;
|
|
2813
2812
|
isApprovalPending: boolean;
|
|
2814
2813
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -2839,7 +2838,7 @@ declare const useExtendOption: (marketAddr?: Address) => {
|
|
|
2839
2838
|
isPending: boolean;
|
|
2840
2839
|
isConfirming: boolean;
|
|
2841
2840
|
isSuccess: boolean;
|
|
2842
|
-
error:
|
|
2841
|
+
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem0.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.ErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | viem0.AbiFunctionNotFoundErrorType | viem0.AbiEncodingLengthMismatchErrorType | viem0.InvalidAddressErrorType | viem0.AbiEncodingArrayLengthMismatchErrorType | viem0.IntegerOutOfRangeErrorType | viem0.SizeExceedsPaddingSizeErrorType | viem0.InvalidArrayErrorType | viem0.AbiEncodingBytesSizeMismatchErrorType | viem0.SizeOverflowErrorType | viem0.SliceOffsetOutOfBoundsErrorType | viem0.InvalidAbiEncodingTypeErrorType | viem0.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem0.GetContractErrorReturnType<viem0.SendTransactionErrorType> | null;
|
|
2843
2842
|
isLoading: boolean;
|
|
2844
2843
|
isApprovalPending: boolean;
|
|
2845
2844
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -3320,7 +3319,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
3320
3319
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
3321
3320
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
3322
3321
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
3323
|
-
error:
|
|
3322
|
+
error: viem0.ReadContractErrorType;
|
|
3324
3323
|
isError: true;
|
|
3325
3324
|
isPending: false;
|
|
3326
3325
|
isLoading: false;
|
|
@@ -3332,7 +3331,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3332
3331
|
dataUpdatedAt: number;
|
|
3333
3332
|
errorUpdatedAt: number;
|
|
3334
3333
|
failureCount: number;
|
|
3335
|
-
failureReason:
|
|
3334
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
3336
3335
|
errorUpdateCount: number;
|
|
3337
3336
|
isFetched: boolean;
|
|
3338
3337
|
isFetchedAfterMount: boolean;
|
|
@@ -3352,7 +3351,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3352
3351
|
totalAmount1: bigint;
|
|
3353
3352
|
borrowedAmount0: bigint;
|
|
3354
3353
|
borrowedAmount1: bigint;
|
|
3355
|
-
}[],
|
|
3354
|
+
}[], viem0.ReadContractErrorType>>;
|
|
3356
3355
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3357
3356
|
promise: Promise<readonly {
|
|
3358
3357
|
tickLower: number;
|
|
@@ -3390,7 +3389,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3390
3389
|
dataUpdatedAt: number;
|
|
3391
3390
|
errorUpdatedAt: number;
|
|
3392
3391
|
failureCount: number;
|
|
3393
|
-
failureReason:
|
|
3392
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
3394
3393
|
errorUpdateCount: number;
|
|
3395
3394
|
isFetched: boolean;
|
|
3396
3395
|
isFetchedAfterMount: boolean;
|
|
@@ -3410,7 +3409,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3410
3409
|
totalAmount1: bigint;
|
|
3411
3410
|
borrowedAmount0: bigint;
|
|
3412
3411
|
borrowedAmount1: bigint;
|
|
3413
|
-
}[],
|
|
3412
|
+
}[], viem0.ReadContractErrorType>>;
|
|
3414
3413
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3415
3414
|
promise: Promise<readonly {
|
|
3416
3415
|
tickLower: number;
|
|
@@ -3436,7 +3435,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3436
3435
|
borrowedAmount1: bigint;
|
|
3437
3436
|
}[];
|
|
3438
3437
|
} | {
|
|
3439
|
-
error:
|
|
3438
|
+
error: viem0.ReadContractErrorType;
|
|
3440
3439
|
isError: true;
|
|
3441
3440
|
isPending: false;
|
|
3442
3441
|
isLoading: false;
|
|
@@ -3448,7 +3447,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3448
3447
|
dataUpdatedAt: number;
|
|
3449
3448
|
errorUpdatedAt: number;
|
|
3450
3449
|
failureCount: number;
|
|
3451
|
-
failureReason:
|
|
3450
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
3452
3451
|
errorUpdateCount: number;
|
|
3453
3452
|
isFetched: boolean;
|
|
3454
3453
|
isFetchedAfterMount: boolean;
|
|
@@ -3468,7 +3467,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3468
3467
|
totalAmount1: bigint;
|
|
3469
3468
|
borrowedAmount0: bigint;
|
|
3470
3469
|
borrowedAmount1: bigint;
|
|
3471
|
-
}[],
|
|
3470
|
+
}[], viem0.ReadContractErrorType>>;
|
|
3472
3471
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3473
3472
|
promise: Promise<readonly {
|
|
3474
3473
|
tickLower: number;
|
|
@@ -3506,7 +3505,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3506
3505
|
dataUpdatedAt: number;
|
|
3507
3506
|
errorUpdatedAt: number;
|
|
3508
3507
|
failureCount: number;
|
|
3509
|
-
failureReason:
|
|
3508
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
3510
3509
|
errorUpdateCount: number;
|
|
3511
3510
|
isFetched: boolean;
|
|
3512
3511
|
isFetchedAfterMount: boolean;
|
|
@@ -3526,7 +3525,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3526
3525
|
totalAmount1: bigint;
|
|
3527
3526
|
borrowedAmount0: bigint;
|
|
3528
3527
|
borrowedAmount1: bigint;
|
|
3529
|
-
}[],
|
|
3528
|
+
}[], viem0.ReadContractErrorType>>;
|
|
3530
3529
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3531
3530
|
promise: Promise<readonly {
|
|
3532
3531
|
tickLower: number;
|
|
@@ -3563,7 +3562,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3563
3562
|
dataUpdatedAt: number;
|
|
3564
3563
|
errorUpdatedAt: number;
|
|
3565
3564
|
failureCount: number;
|
|
3566
|
-
failureReason:
|
|
3565
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
3567
3566
|
errorUpdateCount: number;
|
|
3568
3567
|
isFetched: boolean;
|
|
3569
3568
|
isFetchedAfterMount: boolean;
|
|
@@ -3584,7 +3583,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3584
3583
|
totalAmount1: bigint;
|
|
3585
3584
|
borrowedAmount0: bigint;
|
|
3586
3585
|
borrowedAmount1: bigint;
|
|
3587
|
-
}[],
|
|
3586
|
+
}[], viem0.ReadContractErrorType>>;
|
|
3588
3587
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3589
3588
|
promise: Promise<readonly {
|
|
3590
3589
|
tickLower: number;
|
|
@@ -3622,7 +3621,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3622
3621
|
dataUpdatedAt: number;
|
|
3623
3622
|
errorUpdatedAt: number;
|
|
3624
3623
|
failureCount: number;
|
|
3625
|
-
failureReason:
|
|
3624
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
3626
3625
|
errorUpdateCount: number;
|
|
3627
3626
|
isFetched: boolean;
|
|
3628
3627
|
isFetchedAfterMount: boolean;
|
|
@@ -3642,7 +3641,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3642
3641
|
totalAmount1: bigint;
|
|
3643
3642
|
borrowedAmount0: bigint;
|
|
3644
3643
|
borrowedAmount1: bigint;
|
|
3645
|
-
}[],
|
|
3644
|
+
}[], viem0.ReadContractErrorType>>;
|
|
3646
3645
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3647
3646
|
promise: Promise<readonly {
|
|
3648
3647
|
tickLower: number;
|
|
@@ -3715,14 +3714,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
3715
3714
|
borrowedAmount0: Amount;
|
|
3716
3715
|
borrowedAmount1: Amount;
|
|
3717
3716
|
blocksCount: bigint;
|
|
3718
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
3717
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
|
|
3719
3718
|
};
|
|
3720
3719
|
//#endregion
|
|
3721
3720
|
//#region src/hooks/useLens.d.ts
|
|
3722
3721
|
declare const useLens: () => {
|
|
3723
3722
|
timelockLens: {
|
|
3724
3723
|
read: {
|
|
3725
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
3724
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
3726
3725
|
readonly type: "function";
|
|
3727
3726
|
readonly name: "batchGetRefTick";
|
|
3728
3727
|
readonly inputs: readonly [{
|
|
@@ -3869,8 +3868,8 @@ declare const useLens: () => {
|
|
|
3869
3868
|
readonly internalType: "uint256";
|
|
3870
3869
|
}, {
|
|
3871
3870
|
readonly name: "expiresAt";
|
|
3872
|
-
readonly type: "
|
|
3873
|
-
readonly internalType: "
|
|
3871
|
+
readonly type: "uint32";
|
|
3872
|
+
readonly internalType: "uint32";
|
|
3874
3873
|
}, {
|
|
3875
3874
|
readonly name: "liquidities";
|
|
3876
3875
|
readonly type: "uint128[]";
|
|
@@ -4093,8 +4092,8 @@ declare const useLens: () => {
|
|
|
4093
4092
|
readonly internalType: "uint256";
|
|
4094
4093
|
}, {
|
|
4095
4094
|
readonly name: "expiresAt";
|
|
4096
|
-
readonly type: "
|
|
4097
|
-
readonly internalType: "
|
|
4095
|
+
readonly type: "uint32";
|
|
4096
|
+
readonly internalType: "uint32";
|
|
4098
4097
|
}, {
|
|
4099
4098
|
readonly name: "liquidities";
|
|
4100
4099
|
readonly type: "uint128[]";
|
|
@@ -4176,8 +4175,8 @@ declare const useLens: () => {
|
|
|
4176
4175
|
readonly internalType: "uint256";
|
|
4177
4176
|
}, {
|
|
4178
4177
|
readonly name: "expiresAt";
|
|
4179
|
-
readonly type: "
|
|
4180
|
-
readonly internalType: "
|
|
4178
|
+
readonly type: "uint32";
|
|
4179
|
+
readonly internalType: "uint32";
|
|
4181
4180
|
}, {
|
|
4182
4181
|
readonly name: "liquidities";
|
|
4183
4182
|
readonly type: "uint128[]";
|
|
@@ -4340,8 +4339,8 @@ declare const useLens: () => {
|
|
|
4340
4339
|
readonly internalType: "uint256";
|
|
4341
4340
|
}, {
|
|
4342
4341
|
readonly name: "expiresAt";
|
|
4343
|
-
readonly type: "
|
|
4344
|
-
readonly internalType: "
|
|
4342
|
+
readonly type: "uint32";
|
|
4343
|
+
readonly internalType: "uint32";
|
|
4345
4344
|
}, {
|
|
4346
4345
|
readonly name: "liquidities";
|
|
4347
4346
|
readonly type: "uint128[]";
|
|
@@ -4396,7 +4395,7 @@ declare const useLens: () => {
|
|
|
4396
4395
|
}];
|
|
4397
4396
|
readonly stateMutability: "view";
|
|
4398
4397
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
4399
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
4398
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
4400
4399
|
readonly type: "function";
|
|
4401
4400
|
readonly name: "batchGetRefTick";
|
|
4402
4401
|
readonly inputs: readonly [{
|
|
@@ -4543,8 +4542,8 @@ declare const useLens: () => {
|
|
|
4543
4542
|
readonly internalType: "uint256";
|
|
4544
4543
|
}, {
|
|
4545
4544
|
readonly name: "expiresAt";
|
|
4546
|
-
readonly type: "
|
|
4547
|
-
readonly internalType: "
|
|
4545
|
+
readonly type: "uint32";
|
|
4546
|
+
readonly internalType: "uint32";
|
|
4548
4547
|
}, {
|
|
4549
4548
|
readonly name: "liquidities";
|
|
4550
4549
|
readonly type: "uint128[]";
|
|
@@ -4767,8 +4766,8 @@ declare const useLens: () => {
|
|
|
4767
4766
|
readonly internalType: "uint256";
|
|
4768
4767
|
}, {
|
|
4769
4768
|
readonly name: "expiresAt";
|
|
4770
|
-
readonly type: "
|
|
4771
|
-
readonly internalType: "
|
|
4769
|
+
readonly type: "uint32";
|
|
4770
|
+
readonly internalType: "uint32";
|
|
4772
4771
|
}, {
|
|
4773
4772
|
readonly name: "liquidities";
|
|
4774
4773
|
readonly type: "uint128[]";
|
|
@@ -4850,8 +4849,8 @@ declare const useLens: () => {
|
|
|
4850
4849
|
readonly internalType: "uint256";
|
|
4851
4850
|
}, {
|
|
4852
4851
|
readonly name: "expiresAt";
|
|
4853
|
-
readonly type: "
|
|
4854
|
-
readonly internalType: "
|
|
4852
|
+
readonly type: "uint32";
|
|
4853
|
+
readonly internalType: "uint32";
|
|
4855
4854
|
}, {
|
|
4856
4855
|
readonly name: "liquidities";
|
|
4857
4856
|
readonly type: "uint128[]";
|
|
@@ -5014,8 +5013,8 @@ declare const useLens: () => {
|
|
|
5014
5013
|
readonly internalType: "uint256";
|
|
5015
5014
|
}, {
|
|
5016
5015
|
readonly name: "expiresAt";
|
|
5017
|
-
readonly type: "
|
|
5018
|
-
readonly internalType: "
|
|
5016
|
+
readonly type: "uint32";
|
|
5017
|
+
readonly internalType: "uint32";
|
|
5019
5018
|
}, {
|
|
5020
5019
|
readonly name: "liquidities";
|
|
5021
5020
|
readonly type: "uint128[]";
|
|
@@ -5080,7 +5079,7 @@ declare const useLens: () => {
|
|
|
5080
5079
|
borrowedAmount0: bigint;
|
|
5081
5080
|
borrowedAmount1: bigint;
|
|
5082
5081
|
}[]>;
|
|
5083
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
5082
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
5084
5083
|
readonly type: "function";
|
|
5085
5084
|
readonly name: "batchGetRefTick";
|
|
5086
5085
|
readonly inputs: readonly [{
|
|
@@ -5227,8 +5226,8 @@ declare const useLens: () => {
|
|
|
5227
5226
|
readonly internalType: "uint256";
|
|
5228
5227
|
}, {
|
|
5229
5228
|
readonly name: "expiresAt";
|
|
5230
|
-
readonly type: "
|
|
5231
|
-
readonly internalType: "
|
|
5229
|
+
readonly type: "uint32";
|
|
5230
|
+
readonly internalType: "uint32";
|
|
5232
5231
|
}, {
|
|
5233
5232
|
readonly name: "liquidities";
|
|
5234
5233
|
readonly type: "uint128[]";
|
|
@@ -5451,8 +5450,8 @@ declare const useLens: () => {
|
|
|
5451
5450
|
readonly internalType: "uint256";
|
|
5452
5451
|
}, {
|
|
5453
5452
|
readonly name: "expiresAt";
|
|
5454
|
-
readonly type: "
|
|
5455
|
-
readonly internalType: "
|
|
5453
|
+
readonly type: "uint32";
|
|
5454
|
+
readonly internalType: "uint32";
|
|
5456
5455
|
}, {
|
|
5457
5456
|
readonly name: "liquidities";
|
|
5458
5457
|
readonly type: "uint128[]";
|
|
@@ -5534,8 +5533,8 @@ declare const useLens: () => {
|
|
|
5534
5533
|
readonly internalType: "uint256";
|
|
5535
5534
|
}, {
|
|
5536
5535
|
readonly name: "expiresAt";
|
|
5537
|
-
readonly type: "
|
|
5538
|
-
readonly internalType: "
|
|
5536
|
+
readonly type: "uint32";
|
|
5537
|
+
readonly internalType: "uint32";
|
|
5539
5538
|
}, {
|
|
5540
5539
|
readonly name: "liquidities";
|
|
5541
5540
|
readonly type: "uint128[]";
|
|
@@ -5698,8 +5697,8 @@ declare const useLens: () => {
|
|
|
5698
5697
|
readonly internalType: "uint256";
|
|
5699
5698
|
}, {
|
|
5700
5699
|
readonly name: "expiresAt";
|
|
5701
|
-
readonly type: "
|
|
5702
|
-
readonly internalType: "
|
|
5700
|
+
readonly type: "uint32";
|
|
5701
|
+
readonly internalType: "uint32";
|
|
5703
5702
|
}, {
|
|
5704
5703
|
readonly name: "liquidities";
|
|
5705
5704
|
readonly type: "uint128[]";
|
|
@@ -5768,10 +5767,10 @@ declare const useLens: () => {
|
|
|
5768
5767
|
payoutAssetToRepay: bigint;
|
|
5769
5768
|
positionSize: bigint;
|
|
5770
5769
|
netOptionAssetToRepay: bigint;
|
|
5771
|
-
expiresAt:
|
|
5770
|
+
expiresAt: number;
|
|
5772
5771
|
liquidities: readonly bigint[];
|
|
5773
5772
|
}[], bigint, boolean]>;
|
|
5774
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
5773
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
5775
5774
|
readonly type: "function";
|
|
5776
5775
|
readonly name: "batchGetRefTick";
|
|
5777
5776
|
readonly inputs: readonly [{
|
|
@@ -5918,8 +5917,8 @@ declare const useLens: () => {
|
|
|
5918
5917
|
readonly internalType: "uint256";
|
|
5919
5918
|
}, {
|
|
5920
5919
|
readonly name: "expiresAt";
|
|
5921
|
-
readonly type: "
|
|
5922
|
-
readonly internalType: "
|
|
5920
|
+
readonly type: "uint32";
|
|
5921
|
+
readonly internalType: "uint32";
|
|
5923
5922
|
}, {
|
|
5924
5923
|
readonly name: "liquidities";
|
|
5925
5924
|
readonly type: "uint128[]";
|
|
@@ -6142,8 +6141,8 @@ declare const useLens: () => {
|
|
|
6142
6141
|
readonly internalType: "uint256";
|
|
6143
6142
|
}, {
|
|
6144
6143
|
readonly name: "expiresAt";
|
|
6145
|
-
readonly type: "
|
|
6146
|
-
readonly internalType: "
|
|
6144
|
+
readonly type: "uint32";
|
|
6145
|
+
readonly internalType: "uint32";
|
|
6147
6146
|
}, {
|
|
6148
6147
|
readonly name: "liquidities";
|
|
6149
6148
|
readonly type: "uint128[]";
|
|
@@ -6225,8 +6224,8 @@ declare const useLens: () => {
|
|
|
6225
6224
|
readonly internalType: "uint256";
|
|
6226
6225
|
}, {
|
|
6227
6226
|
readonly name: "expiresAt";
|
|
6228
|
-
readonly type: "
|
|
6229
|
-
readonly internalType: "
|
|
6227
|
+
readonly type: "uint32";
|
|
6228
|
+
readonly internalType: "uint32";
|
|
6230
6229
|
}, {
|
|
6231
6230
|
readonly name: "liquidities";
|
|
6232
6231
|
readonly type: "uint128[]";
|
|
@@ -6389,8 +6388,8 @@ declare const useLens: () => {
|
|
|
6389
6388
|
readonly internalType: "uint256";
|
|
6390
6389
|
}, {
|
|
6391
6390
|
readonly name: "expiresAt";
|
|
6392
|
-
readonly type: "
|
|
6393
|
-
readonly internalType: "
|
|
6391
|
+
readonly type: "uint32";
|
|
6392
|
+
readonly internalType: "uint32";
|
|
6394
6393
|
}, {
|
|
6395
6394
|
readonly name: "liquidities";
|
|
6396
6395
|
readonly type: "uint128[]";
|
|
@@ -6445,7 +6444,7 @@ declare const useLens: () => {
|
|
|
6445
6444
|
}];
|
|
6446
6445
|
readonly stateMutability: "view";
|
|
6447
6446
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
6448
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
6447
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
6449
6448
|
readonly type: "function";
|
|
6450
6449
|
readonly name: "batchGetRefTick";
|
|
6451
6450
|
readonly inputs: readonly [{
|
|
@@ -6592,8 +6591,8 @@ declare const useLens: () => {
|
|
|
6592
6591
|
readonly internalType: "uint256";
|
|
6593
6592
|
}, {
|
|
6594
6593
|
readonly name: "expiresAt";
|
|
6595
|
-
readonly type: "
|
|
6596
|
-
readonly internalType: "
|
|
6594
|
+
readonly type: "uint32";
|
|
6595
|
+
readonly internalType: "uint32";
|
|
6597
6596
|
}, {
|
|
6598
6597
|
readonly name: "liquidities";
|
|
6599
6598
|
readonly type: "uint128[]";
|
|
@@ -6816,8 +6815,8 @@ declare const useLens: () => {
|
|
|
6816
6815
|
readonly internalType: "uint256";
|
|
6817
6816
|
}, {
|
|
6818
6817
|
readonly name: "expiresAt";
|
|
6819
|
-
readonly type: "
|
|
6820
|
-
readonly internalType: "
|
|
6818
|
+
readonly type: "uint32";
|
|
6819
|
+
readonly internalType: "uint32";
|
|
6821
6820
|
}, {
|
|
6822
6821
|
readonly name: "liquidities";
|
|
6823
6822
|
readonly type: "uint128[]";
|
|
@@ -6899,8 +6898,8 @@ declare const useLens: () => {
|
|
|
6899
6898
|
readonly internalType: "uint256";
|
|
6900
6899
|
}, {
|
|
6901
6900
|
readonly name: "expiresAt";
|
|
6902
|
-
readonly type: "
|
|
6903
|
-
readonly internalType: "
|
|
6901
|
+
readonly type: "uint32";
|
|
6902
|
+
readonly internalType: "uint32";
|
|
6904
6903
|
}, {
|
|
6905
6904
|
readonly name: "liquidities";
|
|
6906
6905
|
readonly type: "uint128[]";
|
|
@@ -7063,8 +7062,8 @@ declare const useLens: () => {
|
|
|
7063
7062
|
readonly internalType: "uint256";
|
|
7064
7063
|
}, {
|
|
7065
7064
|
readonly name: "expiresAt";
|
|
7066
|
-
readonly type: "
|
|
7067
|
-
readonly internalType: "
|
|
7065
|
+
readonly type: "uint32";
|
|
7066
|
+
readonly internalType: "uint32";
|
|
7068
7067
|
}, {
|
|
7069
7068
|
readonly name: "liquidities";
|
|
7070
7069
|
readonly type: "uint128[]";
|
|
@@ -7132,7 +7131,7 @@ declare const useLens: () => {
|
|
|
7132
7131
|
payoutAssetName: string;
|
|
7133
7132
|
optionsCount: bigint;
|
|
7134
7133
|
}>;
|
|
7135
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
7134
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
7136
7135
|
readonly type: "function";
|
|
7137
7136
|
readonly name: "batchGetRefTick";
|
|
7138
7137
|
readonly inputs: readonly [{
|
|
@@ -7279,8 +7278,8 @@ declare const useLens: () => {
|
|
|
7279
7278
|
readonly internalType: "uint256";
|
|
7280
7279
|
}, {
|
|
7281
7280
|
readonly name: "expiresAt";
|
|
7282
|
-
readonly type: "
|
|
7283
|
-
readonly internalType: "
|
|
7281
|
+
readonly type: "uint32";
|
|
7282
|
+
readonly internalType: "uint32";
|
|
7284
7283
|
}, {
|
|
7285
7284
|
readonly name: "liquidities";
|
|
7286
7285
|
readonly type: "uint128[]";
|
|
@@ -7503,8 +7502,8 @@ declare const useLens: () => {
|
|
|
7503
7502
|
readonly internalType: "uint256";
|
|
7504
7503
|
}, {
|
|
7505
7504
|
readonly name: "expiresAt";
|
|
7506
|
-
readonly type: "
|
|
7507
|
-
readonly internalType: "
|
|
7505
|
+
readonly type: "uint32";
|
|
7506
|
+
readonly internalType: "uint32";
|
|
7508
7507
|
}, {
|
|
7509
7508
|
readonly name: "liquidities";
|
|
7510
7509
|
readonly type: "uint128[]";
|
|
@@ -7586,8 +7585,8 @@ declare const useLens: () => {
|
|
|
7586
7585
|
readonly internalType: "uint256";
|
|
7587
7586
|
}, {
|
|
7588
7587
|
readonly name: "expiresAt";
|
|
7589
|
-
readonly type: "
|
|
7590
|
-
readonly internalType: "
|
|
7588
|
+
readonly type: "uint32";
|
|
7589
|
+
readonly internalType: "uint32";
|
|
7591
7590
|
}, {
|
|
7592
7591
|
readonly name: "liquidities";
|
|
7593
7592
|
readonly type: "uint128[]";
|
|
@@ -7750,8 +7749,8 @@ declare const useLens: () => {
|
|
|
7750
7749
|
readonly internalType: "uint256";
|
|
7751
7750
|
}, {
|
|
7752
7751
|
readonly name: "expiresAt";
|
|
7753
|
-
readonly type: "
|
|
7754
|
-
readonly internalType: "
|
|
7752
|
+
readonly type: "uint32";
|
|
7753
|
+
readonly internalType: "uint32";
|
|
7755
7754
|
}, {
|
|
7756
7755
|
readonly name: "liquidities";
|
|
7757
7756
|
readonly type: "uint128[]";
|
|
@@ -7806,7 +7805,7 @@ declare const useLens: () => {
|
|
|
7806
7805
|
}];
|
|
7807
7806
|
readonly stateMutability: "view";
|
|
7808
7807
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7809
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
7808
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
7810
7809
|
readonly type: "function";
|
|
7811
7810
|
readonly name: "batchGetRefTick";
|
|
7812
7811
|
readonly inputs: readonly [{
|
|
@@ -7953,8 +7952,8 @@ declare const useLens: () => {
|
|
|
7953
7952
|
readonly internalType: "uint256";
|
|
7954
7953
|
}, {
|
|
7955
7954
|
readonly name: "expiresAt";
|
|
7956
|
-
readonly type: "
|
|
7957
|
-
readonly internalType: "
|
|
7955
|
+
readonly type: "uint32";
|
|
7956
|
+
readonly internalType: "uint32";
|
|
7958
7957
|
}, {
|
|
7959
7958
|
readonly name: "liquidities";
|
|
7960
7959
|
readonly type: "uint128[]";
|
|
@@ -8177,8 +8176,8 @@ declare const useLens: () => {
|
|
|
8177
8176
|
readonly internalType: "uint256";
|
|
8178
8177
|
}, {
|
|
8179
8178
|
readonly name: "expiresAt";
|
|
8180
|
-
readonly type: "
|
|
8181
|
-
readonly internalType: "
|
|
8179
|
+
readonly type: "uint32";
|
|
8180
|
+
readonly internalType: "uint32";
|
|
8182
8181
|
}, {
|
|
8183
8182
|
readonly name: "liquidities";
|
|
8184
8183
|
readonly type: "uint128[]";
|
|
@@ -8260,8 +8259,8 @@ declare const useLens: () => {
|
|
|
8260
8259
|
readonly internalType: "uint256";
|
|
8261
8260
|
}, {
|
|
8262
8261
|
readonly name: "expiresAt";
|
|
8263
|
-
readonly type: "
|
|
8264
|
-
readonly internalType: "
|
|
8262
|
+
readonly type: "uint32";
|
|
8263
|
+
readonly internalType: "uint32";
|
|
8265
8264
|
}, {
|
|
8266
8265
|
readonly name: "liquidities";
|
|
8267
8266
|
readonly type: "uint128[]";
|
|
@@ -8424,8 +8423,8 @@ declare const useLens: () => {
|
|
|
8424
8423
|
readonly internalType: "uint256";
|
|
8425
8424
|
}, {
|
|
8426
8425
|
readonly name: "expiresAt";
|
|
8427
|
-
readonly type: "
|
|
8428
|
-
readonly internalType: "
|
|
8426
|
+
readonly type: "uint32";
|
|
8427
|
+
readonly internalType: "uint32";
|
|
8429
8428
|
}, {
|
|
8430
8429
|
readonly name: "liquidities";
|
|
8431
8430
|
readonly type: "uint128[]";
|
|
@@ -8480,7 +8479,7 @@ declare const useLens: () => {
|
|
|
8480
8479
|
}];
|
|
8481
8480
|
readonly stateMutability: "view";
|
|
8482
8481
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
8483
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
8482
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
8484
8483
|
readonly type: "function";
|
|
8485
8484
|
readonly name: "batchGetRefTick";
|
|
8486
8485
|
readonly inputs: readonly [{
|
|
@@ -8627,8 +8626,8 @@ declare const useLens: () => {
|
|
|
8627
8626
|
readonly internalType: "uint256";
|
|
8628
8627
|
}, {
|
|
8629
8628
|
readonly name: "expiresAt";
|
|
8630
|
-
readonly type: "
|
|
8631
|
-
readonly internalType: "
|
|
8629
|
+
readonly type: "uint32";
|
|
8630
|
+
readonly internalType: "uint32";
|
|
8632
8631
|
}, {
|
|
8633
8632
|
readonly name: "liquidities";
|
|
8634
8633
|
readonly type: "uint128[]";
|
|
@@ -8851,8 +8850,8 @@ declare const useLens: () => {
|
|
|
8851
8850
|
readonly internalType: "uint256";
|
|
8852
8851
|
}, {
|
|
8853
8852
|
readonly name: "expiresAt";
|
|
8854
|
-
readonly type: "
|
|
8855
|
-
readonly internalType: "
|
|
8853
|
+
readonly type: "uint32";
|
|
8854
|
+
readonly internalType: "uint32";
|
|
8856
8855
|
}, {
|
|
8857
8856
|
readonly name: "liquidities";
|
|
8858
8857
|
readonly type: "uint128[]";
|
|
@@ -8934,8 +8933,8 @@ declare const useLens: () => {
|
|
|
8934
8933
|
readonly internalType: "uint256";
|
|
8935
8934
|
}, {
|
|
8936
8935
|
readonly name: "expiresAt";
|
|
8937
|
-
readonly type: "
|
|
8938
|
-
readonly internalType: "
|
|
8936
|
+
readonly type: "uint32";
|
|
8937
|
+
readonly internalType: "uint32";
|
|
8939
8938
|
}, {
|
|
8940
8939
|
readonly name: "liquidities";
|
|
8941
8940
|
readonly type: "uint128[]";
|
|
@@ -9098,8 +9097,8 @@ declare const useLens: () => {
|
|
|
9098
9097
|
readonly internalType: "uint256";
|
|
9099
9098
|
}, {
|
|
9100
9099
|
readonly name: "expiresAt";
|
|
9101
|
-
readonly type: "
|
|
9102
|
-
readonly internalType: "
|
|
9100
|
+
readonly type: "uint32";
|
|
9101
|
+
readonly internalType: "uint32";
|
|
9103
9102
|
}, {
|
|
9104
9103
|
readonly name: "liquidities";
|
|
9105
9104
|
readonly type: "uint128[]";
|
|
@@ -9168,10 +9167,10 @@ declare const useLens: () => {
|
|
|
9168
9167
|
payoutAssetToRepay: bigint;
|
|
9169
9168
|
positionSize: bigint;
|
|
9170
9169
|
netOptionAssetToRepay: bigint;
|
|
9171
|
-
expiresAt:
|
|
9170
|
+
expiresAt: number;
|
|
9172
9171
|
liquidities: readonly bigint[];
|
|
9173
9172
|
}>;
|
|
9174
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
9173
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
9175
9174
|
readonly type: "function";
|
|
9176
9175
|
readonly name: "batchGetRefTick";
|
|
9177
9176
|
readonly inputs: readonly [{
|
|
@@ -9318,8 +9317,8 @@ declare const useLens: () => {
|
|
|
9318
9317
|
readonly internalType: "uint256";
|
|
9319
9318
|
}, {
|
|
9320
9319
|
readonly name: "expiresAt";
|
|
9321
|
-
readonly type: "
|
|
9322
|
-
readonly internalType: "
|
|
9320
|
+
readonly type: "uint32";
|
|
9321
|
+
readonly internalType: "uint32";
|
|
9323
9322
|
}, {
|
|
9324
9323
|
readonly name: "liquidities";
|
|
9325
9324
|
readonly type: "uint128[]";
|
|
@@ -9542,8 +9541,8 @@ declare const useLens: () => {
|
|
|
9542
9541
|
readonly internalType: "uint256";
|
|
9543
9542
|
}, {
|
|
9544
9543
|
readonly name: "expiresAt";
|
|
9545
|
-
readonly type: "
|
|
9546
|
-
readonly internalType: "
|
|
9544
|
+
readonly type: "uint32";
|
|
9545
|
+
readonly internalType: "uint32";
|
|
9547
9546
|
}, {
|
|
9548
9547
|
readonly name: "liquidities";
|
|
9549
9548
|
readonly type: "uint128[]";
|
|
@@ -9625,8 +9624,8 @@ declare const useLens: () => {
|
|
|
9625
9624
|
readonly internalType: "uint256";
|
|
9626
9625
|
}, {
|
|
9627
9626
|
readonly name: "expiresAt";
|
|
9628
|
-
readonly type: "
|
|
9629
|
-
readonly internalType: "
|
|
9627
|
+
readonly type: "uint32";
|
|
9628
|
+
readonly internalType: "uint32";
|
|
9630
9629
|
}, {
|
|
9631
9630
|
readonly name: "liquidities";
|
|
9632
9631
|
readonly type: "uint128[]";
|
|
@@ -9789,8 +9788,8 @@ declare const useLens: () => {
|
|
|
9789
9788
|
readonly internalType: "uint256";
|
|
9790
9789
|
}, {
|
|
9791
9790
|
readonly name: "expiresAt";
|
|
9792
|
-
readonly type: "
|
|
9793
|
-
readonly internalType: "
|
|
9791
|
+
readonly type: "uint32";
|
|
9792
|
+
readonly internalType: "uint32";
|
|
9794
9793
|
}, {
|
|
9795
9794
|
readonly name: "liquidities";
|
|
9796
9795
|
readonly type: "uint128[]";
|
|
@@ -9859,10 +9858,10 @@ declare const useLens: () => {
|
|
|
9859
9858
|
payoutAssetToRepay: bigint;
|
|
9860
9859
|
positionSize: bigint;
|
|
9861
9860
|
netOptionAssetToRepay: bigint;
|
|
9862
|
-
expiresAt:
|
|
9861
|
+
expiresAt: number;
|
|
9863
9862
|
liquidities: readonly bigint[];
|
|
9864
9863
|
}[]>;
|
|
9865
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
9864
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
9866
9865
|
readonly type: "function";
|
|
9867
9866
|
readonly name: "batchGetRefTick";
|
|
9868
9867
|
readonly inputs: readonly [{
|
|
@@ -10009,8 +10008,8 @@ declare const useLens: () => {
|
|
|
10009
10008
|
readonly internalType: "uint256";
|
|
10010
10009
|
}, {
|
|
10011
10010
|
readonly name: "expiresAt";
|
|
10012
|
-
readonly type: "
|
|
10013
|
-
readonly internalType: "
|
|
10011
|
+
readonly type: "uint32";
|
|
10012
|
+
readonly internalType: "uint32";
|
|
10014
10013
|
}, {
|
|
10015
10014
|
readonly name: "liquidities";
|
|
10016
10015
|
readonly type: "uint128[]";
|
|
@@ -10233,8 +10232,8 @@ declare const useLens: () => {
|
|
|
10233
10232
|
readonly internalType: "uint256";
|
|
10234
10233
|
}, {
|
|
10235
10234
|
readonly name: "expiresAt";
|
|
10236
|
-
readonly type: "
|
|
10237
|
-
readonly internalType: "
|
|
10235
|
+
readonly type: "uint32";
|
|
10236
|
+
readonly internalType: "uint32";
|
|
10238
10237
|
}, {
|
|
10239
10238
|
readonly name: "liquidities";
|
|
10240
10239
|
readonly type: "uint128[]";
|
|
@@ -10316,8 +10315,8 @@ declare const useLens: () => {
|
|
|
10316
10315
|
readonly internalType: "uint256";
|
|
10317
10316
|
}, {
|
|
10318
10317
|
readonly name: "expiresAt";
|
|
10319
|
-
readonly type: "
|
|
10320
|
-
readonly internalType: "
|
|
10318
|
+
readonly type: "uint32";
|
|
10319
|
+
readonly internalType: "uint32";
|
|
10321
10320
|
}, {
|
|
10322
10321
|
readonly name: "liquidities";
|
|
10323
10322
|
readonly type: "uint128[]";
|
|
@@ -10480,8 +10479,8 @@ declare const useLens: () => {
|
|
|
10480
10479
|
readonly internalType: "uint256";
|
|
10481
10480
|
}, {
|
|
10482
10481
|
readonly name: "expiresAt";
|
|
10483
|
-
readonly type: "
|
|
10484
|
-
readonly internalType: "
|
|
10482
|
+
readonly type: "uint32";
|
|
10483
|
+
readonly internalType: "uint32";
|
|
10485
10484
|
}, {
|
|
10486
10485
|
readonly name: "liquidities";
|
|
10487
10486
|
readonly type: "uint128[]";
|
|
@@ -10547,7 +10546,7 @@ declare const useLens: () => {
|
|
|
10547
10546
|
tickSpacing: number;
|
|
10548
10547
|
fee: number;
|
|
10549
10548
|
}>;
|
|
10550
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
10549
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
10551
10550
|
readonly type: "function";
|
|
10552
10551
|
readonly name: "batchGetRefTick";
|
|
10553
10552
|
readonly inputs: readonly [{
|
|
@@ -10694,8 +10693,8 @@ declare const useLens: () => {
|
|
|
10694
10693
|
readonly internalType: "uint256";
|
|
10695
10694
|
}, {
|
|
10696
10695
|
readonly name: "expiresAt";
|
|
10697
|
-
readonly type: "
|
|
10698
|
-
readonly internalType: "
|
|
10696
|
+
readonly type: "uint32";
|
|
10697
|
+
readonly internalType: "uint32";
|
|
10699
10698
|
}, {
|
|
10700
10699
|
readonly name: "liquidities";
|
|
10701
10700
|
readonly type: "uint128[]";
|
|
@@ -10918,8 +10917,8 @@ declare const useLens: () => {
|
|
|
10918
10917
|
readonly internalType: "uint256";
|
|
10919
10918
|
}, {
|
|
10920
10919
|
readonly name: "expiresAt";
|
|
10921
|
-
readonly type: "
|
|
10922
|
-
readonly internalType: "
|
|
10920
|
+
readonly type: "uint32";
|
|
10921
|
+
readonly internalType: "uint32";
|
|
10923
10922
|
}, {
|
|
10924
10923
|
readonly name: "liquidities";
|
|
10925
10924
|
readonly type: "uint128[]";
|
|
@@ -11001,8 +11000,8 @@ declare const useLens: () => {
|
|
|
11001
11000
|
readonly internalType: "uint256";
|
|
11002
11001
|
}, {
|
|
11003
11002
|
readonly name: "expiresAt";
|
|
11004
|
-
readonly type: "
|
|
11005
|
-
readonly internalType: "
|
|
11003
|
+
readonly type: "uint32";
|
|
11004
|
+
readonly internalType: "uint32";
|
|
11006
11005
|
}, {
|
|
11007
11006
|
readonly name: "liquidities";
|
|
11008
11007
|
readonly type: "uint128[]";
|
|
@@ -11165,8 +11164,8 @@ declare const useLens: () => {
|
|
|
11165
11164
|
readonly internalType: "uint256";
|
|
11166
11165
|
}, {
|
|
11167
11166
|
readonly name: "expiresAt";
|
|
11168
|
-
readonly type: "
|
|
11169
|
-
readonly internalType: "
|
|
11167
|
+
readonly type: "uint32";
|
|
11168
|
+
readonly internalType: "uint32";
|
|
11170
11169
|
}, {
|
|
11171
11170
|
readonly name: "liquidities";
|
|
11172
11171
|
readonly type: "uint128[]";
|
|
@@ -11221,7 +11220,7 @@ declare const useLens: () => {
|
|
|
11221
11220
|
}];
|
|
11222
11221
|
readonly stateMutability: "view";
|
|
11223
11222
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
11224
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
11223
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11225
11224
|
readonly type: "function";
|
|
11226
11225
|
readonly name: "batchGetRefTick";
|
|
11227
11226
|
readonly inputs: readonly [{
|
|
@@ -11368,8 +11367,8 @@ declare const useLens: () => {
|
|
|
11368
11367
|
readonly internalType: "uint256";
|
|
11369
11368
|
}, {
|
|
11370
11369
|
readonly name: "expiresAt";
|
|
11371
|
-
readonly type: "
|
|
11372
|
-
readonly internalType: "
|
|
11370
|
+
readonly type: "uint32";
|
|
11371
|
+
readonly internalType: "uint32";
|
|
11373
11372
|
}, {
|
|
11374
11373
|
readonly name: "liquidities";
|
|
11375
11374
|
readonly type: "uint128[]";
|
|
@@ -11592,8 +11591,8 @@ declare const useLens: () => {
|
|
|
11592
11591
|
readonly internalType: "uint256";
|
|
11593
11592
|
}, {
|
|
11594
11593
|
readonly name: "expiresAt";
|
|
11595
|
-
readonly type: "
|
|
11596
|
-
readonly internalType: "
|
|
11594
|
+
readonly type: "uint32";
|
|
11595
|
+
readonly internalType: "uint32";
|
|
11597
11596
|
}, {
|
|
11598
11597
|
readonly name: "liquidities";
|
|
11599
11598
|
readonly type: "uint128[]";
|
|
@@ -11675,8 +11674,8 @@ declare const useLens: () => {
|
|
|
11675
11674
|
readonly internalType: "uint256";
|
|
11676
11675
|
}, {
|
|
11677
11676
|
readonly name: "expiresAt";
|
|
11678
|
-
readonly type: "
|
|
11679
|
-
readonly internalType: "
|
|
11677
|
+
readonly type: "uint32";
|
|
11678
|
+
readonly internalType: "uint32";
|
|
11680
11679
|
}, {
|
|
11681
11680
|
readonly name: "liquidities";
|
|
11682
11681
|
readonly type: "uint128[]";
|
|
@@ -11839,8 +11838,8 @@ declare const useLens: () => {
|
|
|
11839
11838
|
readonly internalType: "uint256";
|
|
11840
11839
|
}, {
|
|
11841
11840
|
readonly name: "expiresAt";
|
|
11842
|
-
readonly type: "
|
|
11843
|
-
readonly internalType: "
|
|
11841
|
+
readonly type: "uint32";
|
|
11842
|
+
readonly internalType: "uint32";
|
|
11844
11843
|
}, {
|
|
11845
11844
|
readonly name: "liquidities";
|
|
11846
11845
|
readonly type: "uint128[]";
|
|
@@ -11909,10 +11908,10 @@ declare const useLens: () => {
|
|
|
11909
11908
|
payoutAssetToRepay: bigint;
|
|
11910
11909
|
positionSize: bigint;
|
|
11911
11910
|
netOptionAssetToRepay: bigint;
|
|
11912
|
-
expiresAt:
|
|
11911
|
+
expiresAt: number;
|
|
11913
11912
|
liquidities: readonly bigint[];
|
|
11914
11913
|
}[], bigint, boolean]>;
|
|
11915
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
11914
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11916
11915
|
readonly type: "function";
|
|
11917
11916
|
readonly name: "batchGetRefTick";
|
|
11918
11917
|
readonly inputs: readonly [{
|
|
@@ -12059,8 +12058,8 @@ declare const useLens: () => {
|
|
|
12059
12058
|
readonly internalType: "uint256";
|
|
12060
12059
|
}, {
|
|
12061
12060
|
readonly name: "expiresAt";
|
|
12062
|
-
readonly type: "
|
|
12063
|
-
readonly internalType: "
|
|
12061
|
+
readonly type: "uint32";
|
|
12062
|
+
readonly internalType: "uint32";
|
|
12064
12063
|
}, {
|
|
12065
12064
|
readonly name: "liquidities";
|
|
12066
12065
|
readonly type: "uint128[]";
|
|
@@ -12283,8 +12282,8 @@ declare const useLens: () => {
|
|
|
12283
12282
|
readonly internalType: "uint256";
|
|
12284
12283
|
}, {
|
|
12285
12284
|
readonly name: "expiresAt";
|
|
12286
|
-
readonly type: "
|
|
12287
|
-
readonly internalType: "
|
|
12285
|
+
readonly type: "uint32";
|
|
12286
|
+
readonly internalType: "uint32";
|
|
12288
12287
|
}, {
|
|
12289
12288
|
readonly name: "liquidities";
|
|
12290
12289
|
readonly type: "uint128[]";
|
|
@@ -12366,8 +12365,8 @@ declare const useLens: () => {
|
|
|
12366
12365
|
readonly internalType: "uint256";
|
|
12367
12366
|
}, {
|
|
12368
12367
|
readonly name: "expiresAt";
|
|
12369
|
-
readonly type: "
|
|
12370
|
-
readonly internalType: "
|
|
12368
|
+
readonly type: "uint32";
|
|
12369
|
+
readonly internalType: "uint32";
|
|
12371
12370
|
}, {
|
|
12372
12371
|
readonly name: "liquidities";
|
|
12373
12372
|
readonly type: "uint128[]";
|
|
@@ -12530,8 +12529,8 @@ declare const useLens: () => {
|
|
|
12530
12529
|
readonly internalType: "uint256";
|
|
12531
12530
|
}, {
|
|
12532
12531
|
readonly name: "expiresAt";
|
|
12533
|
-
readonly type: "
|
|
12534
|
-
readonly internalType: "
|
|
12532
|
+
readonly type: "uint32";
|
|
12533
|
+
readonly internalType: "uint32";
|
|
12535
12534
|
}, {
|
|
12536
12535
|
readonly name: "liquidities";
|
|
12537
12536
|
readonly type: "uint128[]";
|
|
@@ -12735,8 +12734,8 @@ declare const useLens: () => {
|
|
|
12735
12734
|
readonly internalType: "uint256";
|
|
12736
12735
|
}, {
|
|
12737
12736
|
readonly name: "expiresAt";
|
|
12738
|
-
readonly type: "
|
|
12739
|
-
readonly internalType: "
|
|
12737
|
+
readonly type: "uint32";
|
|
12738
|
+
readonly internalType: "uint32";
|
|
12740
12739
|
}, {
|
|
12741
12740
|
readonly name: "liquidities";
|
|
12742
12741
|
readonly type: "uint128[]";
|
|
@@ -12959,8 +12958,8 @@ declare const useLens: () => {
|
|
|
12959
12958
|
readonly internalType: "uint256";
|
|
12960
12959
|
}, {
|
|
12961
12960
|
readonly name: "expiresAt";
|
|
12962
|
-
readonly type: "
|
|
12963
|
-
readonly internalType: "
|
|
12961
|
+
readonly type: "uint32";
|
|
12962
|
+
readonly internalType: "uint32";
|
|
12964
12963
|
}, {
|
|
12965
12964
|
readonly name: "liquidities";
|
|
12966
12965
|
readonly type: "uint128[]";
|
|
@@ -13042,8 +13041,8 @@ declare const useLens: () => {
|
|
|
13042
13041
|
readonly internalType: "uint256";
|
|
13043
13042
|
}, {
|
|
13044
13043
|
readonly name: "expiresAt";
|
|
13045
|
-
readonly type: "
|
|
13046
|
-
readonly internalType: "
|
|
13044
|
+
readonly type: "uint32";
|
|
13045
|
+
readonly internalType: "uint32";
|
|
13047
13046
|
}, {
|
|
13048
13047
|
readonly name: "liquidities";
|
|
13049
13048
|
readonly type: "uint128[]";
|
|
@@ -13206,8 +13205,8 @@ declare const useLens: () => {
|
|
|
13206
13205
|
readonly internalType: "uint256";
|
|
13207
13206
|
}, {
|
|
13208
13207
|
readonly name: "expiresAt";
|
|
13209
|
-
readonly type: "
|
|
13210
|
-
readonly internalType: "
|
|
13208
|
+
readonly type: "uint32";
|
|
13209
|
+
readonly internalType: "uint32";
|
|
13211
13210
|
}, {
|
|
13212
13211
|
readonly name: "liquidities";
|
|
13213
13212
|
readonly type: "uint128[]";
|
|
@@ -13265,7 +13264,7 @@ declare const useLens: () => {
|
|
|
13265
13264
|
} | undefined;
|
|
13266
13265
|
uniswapLens: {
|
|
13267
13266
|
read: {
|
|
13268
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
13267
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
13269
13268
|
readonly type: "function";
|
|
13270
13269
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13271
13270
|
readonly inputs: readonly [{
|
|
@@ -13886,7 +13885,7 @@ declare const useLens: () => {
|
|
|
13886
13885
|
}];
|
|
13887
13886
|
readonly stateMutability: "pure";
|
|
13888
13887
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13889
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
13888
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
13890
13889
|
readonly type: "function";
|
|
13891
13890
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13892
13891
|
readonly inputs: readonly [{
|
|
@@ -14507,7 +14506,7 @@ declare const useLens: () => {
|
|
|
14507
14506
|
}];
|
|
14508
14507
|
readonly stateMutability: "pure";
|
|
14509
14508
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14510
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
14509
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
14511
14510
|
readonly type: "function";
|
|
14512
14511
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14513
14512
|
readonly inputs: readonly [{
|
|
@@ -15128,7 +15127,7 @@ declare const useLens: () => {
|
|
|
15128
15127
|
}];
|
|
15129
15128
|
readonly stateMutability: "pure";
|
|
15130
15129
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
15131
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
15130
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
15132
15131
|
readonly type: "function";
|
|
15133
15132
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15134
15133
|
readonly inputs: readonly [{
|
|
@@ -15749,7 +15748,7 @@ declare const useLens: () => {
|
|
|
15749
15748
|
}];
|
|
15750
15749
|
readonly stateMutability: "pure";
|
|
15751
15750
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
15752
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
15751
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
15753
15752
|
readonly type: "function";
|
|
15754
15753
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15755
15754
|
readonly inputs: readonly [{
|
|
@@ -16370,7 +16369,7 @@ declare const useLens: () => {
|
|
|
16370
16369
|
}];
|
|
16371
16370
|
readonly stateMutability: "pure";
|
|
16372
16371
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
16373
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
16372
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
16374
16373
|
readonly type: "function";
|
|
16375
16374
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16376
16375
|
readonly inputs: readonly [{
|
|
@@ -16991,7 +16990,7 @@ declare const useLens: () => {
|
|
|
16991
16990
|
}];
|
|
16992
16991
|
readonly stateMutability: "pure";
|
|
16993
16992
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
16994
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
16993
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
16995
16994
|
readonly type: "function";
|
|
16996
16995
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16997
16996
|
readonly inputs: readonly [{
|
|
@@ -17612,7 +17611,7 @@ declare const useLens: () => {
|
|
|
17612
17611
|
}];
|
|
17613
17612
|
readonly stateMutability: "pure";
|
|
17614
17613
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17615
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
17614
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
17616
17615
|
readonly type: "function";
|
|
17617
17616
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17618
17617
|
readonly inputs: readonly [{
|
|
@@ -18233,7 +18232,7 @@ declare const useLens: () => {
|
|
|
18233
18232
|
}];
|
|
18234
18233
|
readonly stateMutability: "pure";
|
|
18235
18234
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18236
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
18235
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
18237
18236
|
readonly type: "function";
|
|
18238
18237
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18239
18238
|
readonly inputs: readonly [{
|
|
@@ -18854,7 +18853,7 @@ declare const useLens: () => {
|
|
|
18854
18853
|
}];
|
|
18855
18854
|
readonly stateMutability: "pure";
|
|
18856
18855
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18857
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
18856
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
18858
18857
|
readonly type: "function";
|
|
18859
18858
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18860
18859
|
readonly inputs: readonly [{
|
|
@@ -19475,7 +19474,7 @@ declare const useLens: () => {
|
|
|
19475
19474
|
}];
|
|
19476
19475
|
readonly stateMutability: "pure";
|
|
19477
19476
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19478
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
19477
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
19479
19478
|
readonly type: "function";
|
|
19480
19479
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19481
19480
|
readonly inputs: readonly [{
|
|
@@ -20096,7 +20095,7 @@ declare const useLens: () => {
|
|
|
20096
20095
|
}];
|
|
20097
20096
|
readonly stateMutability: "pure";
|
|
20098
20097
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20099
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
20098
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
20100
20099
|
readonly type: "function";
|
|
20101
20100
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20102
20101
|
readonly inputs: readonly [{
|
|
@@ -20717,7 +20716,7 @@ declare const useLens: () => {
|
|
|
20717
20716
|
}];
|
|
20718
20717
|
readonly stateMutability: "pure";
|
|
20719
20718
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20720
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
20719
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
20721
20720
|
readonly type: "function";
|
|
20722
20721
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20723
20722
|
readonly inputs: readonly [{
|
|
@@ -21338,7 +21337,7 @@ declare const useLens: () => {
|
|
|
21338
21337
|
}];
|
|
21339
21338
|
readonly stateMutability: "pure";
|
|
21340
21339
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
21341
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
21340
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
21342
21341
|
readonly type: "function";
|
|
21343
21342
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21344
21343
|
readonly inputs: readonly [{
|
|
@@ -21959,7 +21958,7 @@ declare const useLens: () => {
|
|
|
21959
21958
|
}];
|
|
21960
21959
|
readonly stateMutability: "pure";
|
|
21961
21960
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21962
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21961
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
21963
21962
|
readonly type: "function";
|
|
21964
21963
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21965
21964
|
readonly inputs: readonly [{
|
|
@@ -22580,7 +22579,7 @@ declare const useLens: () => {
|
|
|
22580
22579
|
}];
|
|
22581
22580
|
readonly stateMutability: "pure";
|
|
22582
22581
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22583
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
22582
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22584
22583
|
readonly type: "function";
|
|
22585
22584
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22586
22585
|
readonly inputs: readonly [{
|
|
@@ -23201,7 +23200,7 @@ declare const useLens: () => {
|
|
|
23201
23200
|
}];
|
|
23202
23201
|
readonly stateMutability: "pure";
|
|
23203
23202
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23204
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
23203
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
23205
23204
|
readonly type: "function";
|
|
23206
23205
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23207
23206
|
readonly inputs: readonly [{
|
|
@@ -23822,7 +23821,7 @@ declare const useLens: () => {
|
|
|
23822
23821
|
}];
|
|
23823
23822
|
readonly stateMutability: "pure";
|
|
23824
23823
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23825
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
23824
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
23826
23825
|
readonly type: "function";
|
|
23827
23826
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23828
23827
|
readonly inputs: readonly [{
|
|
@@ -24443,7 +24442,7 @@ declare const useLens: () => {
|
|
|
24443
24442
|
}];
|
|
24444
24443
|
readonly stateMutability: "pure";
|
|
24445
24444
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
24446
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
24445
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
24447
24446
|
readonly type: "function";
|
|
24448
24447
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24449
24448
|
readonly inputs: readonly [{
|
|
@@ -25064,7 +25063,7 @@ declare const useLens: () => {
|
|
|
25064
25063
|
}];
|
|
25065
25064
|
readonly stateMutability: "pure";
|
|
25066
25065
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
25067
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
25066
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
25068
25067
|
readonly type: "function";
|
|
25069
25068
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25070
25069
|
readonly inputs: readonly [{
|
|
@@ -25685,7 +25684,7 @@ declare const useLens: () => {
|
|
|
25685
25684
|
}];
|
|
25686
25685
|
readonly stateMutability: "pure";
|
|
25687
25686
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25688
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
25687
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
25689
25688
|
readonly type: "function";
|
|
25690
25689
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25691
25690
|
readonly inputs: readonly [{
|
|
@@ -26306,7 +26305,7 @@ declare const useLens: () => {
|
|
|
26306
26305
|
}];
|
|
26307
26306
|
readonly stateMutability: "pure";
|
|
26308
26307
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26309
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
26308
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26310
26309
|
readonly type: "function";
|
|
26311
26310
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26312
26311
|
readonly inputs: readonly [{
|
|
@@ -26927,7 +26926,7 @@ declare const useLens: () => {
|
|
|
26927
26926
|
}];
|
|
26928
26927
|
readonly stateMutability: "pure";
|
|
26929
26928
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26930
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
26929
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26931
26930
|
readonly type: "function";
|
|
26932
26931
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26933
26932
|
readonly inputs: readonly [{
|
|
@@ -27548,7 +27547,7 @@ declare const useLens: () => {
|
|
|
27548
27547
|
}];
|
|
27549
27548
|
readonly stateMutability: "pure";
|
|
27550
27549
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27551
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
27550
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
27552
27551
|
readonly type: "function";
|
|
27553
27552
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27554
27553
|
readonly inputs: readonly [{
|
|
@@ -28169,7 +28168,7 @@ declare const useLens: () => {
|
|
|
28169
28168
|
}];
|
|
28170
28169
|
readonly stateMutability: "pure";
|
|
28171
28170
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28172
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
28171
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
28173
28172
|
readonly type: "function";
|
|
28174
28173
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28175
28174
|
readonly inputs: readonly [{
|
|
@@ -28790,7 +28789,7 @@ declare const useLens: () => {
|
|
|
28790
28789
|
}];
|
|
28791
28790
|
readonly stateMutability: "pure";
|
|
28792
28791
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28793
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
28792
|
+
getPriceAtTick: (args: readonly [number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
28794
28793
|
readonly type: "function";
|
|
28795
28794
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28796
28795
|
readonly inputs: readonly [{
|