timelock-sdk 0.0.69 → 0.0.70
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/client.d.cts +58 -58
- package/dist/client.d.ts +67 -67
- package/dist/{index-CuYoBZfR.d.cts → index-BK67HnC2.d.cts} +93 -93
- package/dist/{index-BRr6yTo0.d.ts → index-CdkTrz02.d.ts} +2 -2
- package/dist/numberUtils--YU8VSJO.js.map +1 -1
- package/dist/numberUtils-fHghA8Tv.cjs.map +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
package/dist/client.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./uniswapMathLens-CK8C7WOt.cjs";
|
|
2
|
-
import { A as UniswapMathLens, k as TimelockMarketData, p as Amount } from "./index-
|
|
3
|
-
import * as
|
|
2
|
+
import { A as UniswapMathLens, k as TimelockMarketData, p as Amount } from "./index-BK67HnC2.cjs";
|
|
3
|
+
import * as viem116 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
6
6
|
import "graphql";
|
|
@@ -2807,7 +2807,7 @@ declare const useMintOption: (marketAddr?: Address) => {
|
|
|
2807
2807
|
isPending: boolean;
|
|
2808
2808
|
isConfirming: boolean;
|
|
2809
2809
|
isSuccess: boolean;
|
|
2810
|
-
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType |
|
|
2810
|
+
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem116.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.ErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | viem116.AbiFunctionNotFoundErrorType | viem116.AbiEncodingLengthMismatchErrorType | viem116.InvalidAddressErrorType | viem116.AbiEncodingArrayLengthMismatchErrorType | viem116.IntegerOutOfRangeErrorType | viem116.SizeExceedsPaddingSizeErrorType | viem116.InvalidArrayErrorType | viem116.AbiEncodingBytesSizeMismatchErrorType | viem116.SizeOverflowErrorType | viem116.SliceOffsetOutOfBoundsErrorType | viem116.InvalidAbiEncodingTypeErrorType | viem116.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem116.GetContractErrorReturnType<viem116.SendTransactionErrorType> | null;
|
|
2811
2811
|
isLoading: boolean;
|
|
2812
2812
|
isApprovalPending: boolean;
|
|
2813
2813
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -2838,7 +2838,7 @@ declare const useExtendOption: (marketAddr?: Address) => {
|
|
|
2838
2838
|
isPending: boolean;
|
|
2839
2839
|
isConfirming: boolean;
|
|
2840
2840
|
isSuccess: boolean;
|
|
2841
|
-
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType |
|
|
2841
|
+
error: wagmi0.ConnectorAccountNotFoundErrorType | wagmi0.ConnectorChainMismatchErrorType | _wagmi_core0.ConnectorNotConnectedErrorType | wagmi0.ConnectorUnavailableReconnectingErrorType | viem116.BaseErrorType | node_modules__wagmi_core_dist_types_errors_base0.ErrorType | node_modules__wagmi_core_dist_types_errors_base0.BaseErrorType | viem116.AbiFunctionNotFoundErrorType | viem116.AbiEncodingLengthMismatchErrorType | viem116.InvalidAddressErrorType | viem116.AbiEncodingArrayLengthMismatchErrorType | viem116.IntegerOutOfRangeErrorType | viem116.SizeExceedsPaddingSizeErrorType | viem116.InvalidArrayErrorType | viem116.AbiEncodingBytesSizeMismatchErrorType | viem116.SizeOverflowErrorType | viem116.SliceOffsetOutOfBoundsErrorType | viem116.InvalidAbiEncodingTypeErrorType | viem116.InvalidDefinitionTypeErrorType | node_modules_viem__types_errors_abi0.AbiItemAmbiguityErrorType | node_modules_viem__types_errors_account0.AccountNotFoundErrorType | viem116.GetContractErrorReturnType<viem116.SendTransactionErrorType> | null;
|
|
2842
2842
|
isLoading: boolean;
|
|
2843
2843
|
isApprovalPending: boolean;
|
|
2844
2844
|
approvalError: _wagmi_core0.WriteContractErrorType | null;
|
|
@@ -3319,7 +3319,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
3319
3319
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
3320
3320
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
3321
3321
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
3322
|
-
error:
|
|
3322
|
+
error: viem116.ReadContractErrorType;
|
|
3323
3323
|
isError: true;
|
|
3324
3324
|
isPending: false;
|
|
3325
3325
|
isLoading: false;
|
|
@@ -3331,7 +3331,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3331
3331
|
dataUpdatedAt: number;
|
|
3332
3332
|
errorUpdatedAt: number;
|
|
3333
3333
|
failureCount: number;
|
|
3334
|
-
failureReason:
|
|
3334
|
+
failureReason: viem116.ReadContractErrorType | null;
|
|
3335
3335
|
errorUpdateCount: number;
|
|
3336
3336
|
isFetched: boolean;
|
|
3337
3337
|
isFetchedAfterMount: boolean;
|
|
@@ -3351,7 +3351,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3351
3351
|
totalAmount1: bigint;
|
|
3352
3352
|
borrowedAmount0: bigint;
|
|
3353
3353
|
borrowedAmount1: bigint;
|
|
3354
|
-
}[],
|
|
3354
|
+
}[], viem116.ReadContractErrorType>>;
|
|
3355
3355
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3356
3356
|
promise: Promise<readonly {
|
|
3357
3357
|
tickLower: number;
|
|
@@ -3389,7 +3389,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3389
3389
|
dataUpdatedAt: number;
|
|
3390
3390
|
errorUpdatedAt: number;
|
|
3391
3391
|
failureCount: number;
|
|
3392
|
-
failureReason:
|
|
3392
|
+
failureReason: viem116.ReadContractErrorType | null;
|
|
3393
3393
|
errorUpdateCount: number;
|
|
3394
3394
|
isFetched: boolean;
|
|
3395
3395
|
isFetchedAfterMount: boolean;
|
|
@@ -3409,7 +3409,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3409
3409
|
totalAmount1: bigint;
|
|
3410
3410
|
borrowedAmount0: bigint;
|
|
3411
3411
|
borrowedAmount1: bigint;
|
|
3412
|
-
}[],
|
|
3412
|
+
}[], viem116.ReadContractErrorType>>;
|
|
3413
3413
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3414
3414
|
promise: Promise<readonly {
|
|
3415
3415
|
tickLower: number;
|
|
@@ -3435,7 +3435,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3435
3435
|
borrowedAmount1: bigint;
|
|
3436
3436
|
}[];
|
|
3437
3437
|
} | {
|
|
3438
|
-
error:
|
|
3438
|
+
error: viem116.ReadContractErrorType;
|
|
3439
3439
|
isError: true;
|
|
3440
3440
|
isPending: false;
|
|
3441
3441
|
isLoading: false;
|
|
@@ -3447,7 +3447,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3447
3447
|
dataUpdatedAt: number;
|
|
3448
3448
|
errorUpdatedAt: number;
|
|
3449
3449
|
failureCount: number;
|
|
3450
|
-
failureReason:
|
|
3450
|
+
failureReason: viem116.ReadContractErrorType | null;
|
|
3451
3451
|
errorUpdateCount: number;
|
|
3452
3452
|
isFetched: boolean;
|
|
3453
3453
|
isFetchedAfterMount: boolean;
|
|
@@ -3467,7 +3467,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3467
3467
|
totalAmount1: bigint;
|
|
3468
3468
|
borrowedAmount0: bigint;
|
|
3469
3469
|
borrowedAmount1: bigint;
|
|
3470
|
-
}[],
|
|
3470
|
+
}[], viem116.ReadContractErrorType>>;
|
|
3471
3471
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3472
3472
|
promise: Promise<readonly {
|
|
3473
3473
|
tickLower: number;
|
|
@@ -3505,7 +3505,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3505
3505
|
dataUpdatedAt: number;
|
|
3506
3506
|
errorUpdatedAt: number;
|
|
3507
3507
|
failureCount: number;
|
|
3508
|
-
failureReason:
|
|
3508
|
+
failureReason: viem116.ReadContractErrorType | null;
|
|
3509
3509
|
errorUpdateCount: number;
|
|
3510
3510
|
isFetched: boolean;
|
|
3511
3511
|
isFetchedAfterMount: boolean;
|
|
@@ -3525,7 +3525,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3525
3525
|
totalAmount1: bigint;
|
|
3526
3526
|
borrowedAmount0: bigint;
|
|
3527
3527
|
borrowedAmount1: bigint;
|
|
3528
|
-
}[],
|
|
3528
|
+
}[], viem116.ReadContractErrorType>>;
|
|
3529
3529
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3530
3530
|
promise: Promise<readonly {
|
|
3531
3531
|
tickLower: number;
|
|
@@ -3562,7 +3562,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3562
3562
|
dataUpdatedAt: number;
|
|
3563
3563
|
errorUpdatedAt: number;
|
|
3564
3564
|
failureCount: number;
|
|
3565
|
-
failureReason:
|
|
3565
|
+
failureReason: viem116.ReadContractErrorType | null;
|
|
3566
3566
|
errorUpdateCount: number;
|
|
3567
3567
|
isFetched: boolean;
|
|
3568
3568
|
isFetchedAfterMount: boolean;
|
|
@@ -3583,7 +3583,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3583
3583
|
totalAmount1: bigint;
|
|
3584
3584
|
borrowedAmount0: bigint;
|
|
3585
3585
|
borrowedAmount1: bigint;
|
|
3586
|
-
}[],
|
|
3586
|
+
}[], viem116.ReadContractErrorType>>;
|
|
3587
3587
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3588
3588
|
promise: Promise<readonly {
|
|
3589
3589
|
tickLower: number;
|
|
@@ -3621,7 +3621,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3621
3621
|
dataUpdatedAt: number;
|
|
3622
3622
|
errorUpdatedAt: number;
|
|
3623
3623
|
failureCount: number;
|
|
3624
|
-
failureReason:
|
|
3624
|
+
failureReason: viem116.ReadContractErrorType | null;
|
|
3625
3625
|
errorUpdateCount: number;
|
|
3626
3626
|
isFetched: boolean;
|
|
3627
3627
|
isFetchedAfterMount: boolean;
|
|
@@ -3641,7 +3641,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
3641
3641
|
totalAmount1: bigint;
|
|
3642
3642
|
borrowedAmount0: bigint;
|
|
3643
3643
|
borrowedAmount1: bigint;
|
|
3644
|
-
}[],
|
|
3644
|
+
}[], viem116.ReadContractErrorType>>;
|
|
3645
3645
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
3646
3646
|
promise: Promise<readonly {
|
|
3647
3647
|
tickLower: number;
|
|
@@ -3714,14 +3714,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
3714
3714
|
borrowedAmount0: Amount;
|
|
3715
3715
|
borrowedAmount1: Amount;
|
|
3716
3716
|
blocksCount: bigint;
|
|
3717
|
-
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], viem116.ReadContractErrorType>>;
|
|
3718
3718
|
};
|
|
3719
3719
|
//#endregion
|
|
3720
3720
|
//#region src/hooks/useLens.d.ts
|
|
3721
3721
|
declare const useLens: () => {
|
|
3722
3722
|
timelockLens: {
|
|
3723
3723
|
read: {
|
|
3724
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
3724
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
3725
3725
|
readonly type: "function";
|
|
3726
3726
|
readonly name: "batchGetRefTick";
|
|
3727
3727
|
readonly inputs: readonly [{
|
|
@@ -4395,7 +4395,7 @@ declare const useLens: () => {
|
|
|
4395
4395
|
}];
|
|
4396
4396
|
readonly stateMutability: "view";
|
|
4397
4397
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
4398
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
4398
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
4399
4399
|
readonly type: "function";
|
|
4400
4400
|
readonly name: "batchGetRefTick";
|
|
4401
4401
|
readonly inputs: readonly [{
|
|
@@ -5079,7 +5079,7 @@ declare const useLens: () => {
|
|
|
5079
5079
|
borrowedAmount0: bigint;
|
|
5080
5080
|
borrowedAmount1: bigint;
|
|
5081
5081
|
}[]>;
|
|
5082
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
5082
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
5083
5083
|
readonly type: "function";
|
|
5084
5084
|
readonly name: "batchGetRefTick";
|
|
5085
5085
|
readonly inputs: readonly [{
|
|
@@ -5770,7 +5770,7 @@ declare const useLens: () => {
|
|
|
5770
5770
|
expiresAt: number;
|
|
5771
5771
|
liquidities: readonly bigint[];
|
|
5772
5772
|
}[], bigint, boolean]>;
|
|
5773
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
5773
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
5774
5774
|
readonly type: "function";
|
|
5775
5775
|
readonly name: "batchGetRefTick";
|
|
5776
5776
|
readonly inputs: readonly [{
|
|
@@ -6444,7 +6444,7 @@ declare const useLens: () => {
|
|
|
6444
6444
|
}];
|
|
6445
6445
|
readonly stateMutability: "view";
|
|
6446
6446
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
6447
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
6447
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
6448
6448
|
readonly type: "function";
|
|
6449
6449
|
readonly name: "batchGetRefTick";
|
|
6450
6450
|
readonly inputs: readonly [{
|
|
@@ -7131,7 +7131,7 @@ declare const useLens: () => {
|
|
|
7131
7131
|
payoutAssetName: string;
|
|
7132
7132
|
optionsCount: bigint;
|
|
7133
7133
|
}>;
|
|
7134
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
7134
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
7135
7135
|
readonly type: "function";
|
|
7136
7136
|
readonly name: "batchGetRefTick";
|
|
7137
7137
|
readonly inputs: readonly [{
|
|
@@ -7805,7 +7805,7 @@ declare const useLens: () => {
|
|
|
7805
7805
|
}];
|
|
7806
7806
|
readonly stateMutability: "view";
|
|
7807
7807
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7808
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
7808
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
7809
7809
|
readonly type: "function";
|
|
7810
7810
|
readonly name: "batchGetRefTick";
|
|
7811
7811
|
readonly inputs: readonly [{
|
|
@@ -8479,7 +8479,7 @@ declare const useLens: () => {
|
|
|
8479
8479
|
}];
|
|
8480
8480
|
readonly stateMutability: "view";
|
|
8481
8481
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
8482
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
8482
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
8483
8483
|
readonly type: "function";
|
|
8484
8484
|
readonly name: "batchGetRefTick";
|
|
8485
8485
|
readonly inputs: readonly [{
|
|
@@ -9170,7 +9170,7 @@ declare const useLens: () => {
|
|
|
9170
9170
|
expiresAt: number;
|
|
9171
9171
|
liquidities: readonly bigint[];
|
|
9172
9172
|
}>;
|
|
9173
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
9173
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
9174
9174
|
readonly type: "function";
|
|
9175
9175
|
readonly name: "batchGetRefTick";
|
|
9176
9176
|
readonly inputs: readonly [{
|
|
@@ -9861,7 +9861,7 @@ declare const useLens: () => {
|
|
|
9861
9861
|
expiresAt: number;
|
|
9862
9862
|
liquidities: readonly bigint[];
|
|
9863
9863
|
}[]>;
|
|
9864
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
9864
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
9865
9865
|
readonly type: "function";
|
|
9866
9866
|
readonly name: "batchGetRefTick";
|
|
9867
9867
|
readonly inputs: readonly [{
|
|
@@ -10546,7 +10546,7 @@ declare const useLens: () => {
|
|
|
10546
10546
|
tickSpacing: number;
|
|
10547
10547
|
fee: number;
|
|
10548
10548
|
}>;
|
|
10549
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
10549
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
10550
10550
|
readonly type: "function";
|
|
10551
10551
|
readonly name: "batchGetRefTick";
|
|
10552
10552
|
readonly inputs: readonly [{
|
|
@@ -11220,7 +11220,7 @@ declare const useLens: () => {
|
|
|
11220
11220
|
}];
|
|
11221
11221
|
readonly stateMutability: "view";
|
|
11222
11222
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
11223
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
11223
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
11224
11224
|
readonly type: "function";
|
|
11225
11225
|
readonly name: "batchGetRefTick";
|
|
11226
11226
|
readonly inputs: readonly [{
|
|
@@ -11911,7 +11911,7 @@ declare const useLens: () => {
|
|
|
11911
11911
|
expiresAt: number;
|
|
11912
11912
|
liquidities: readonly bigint[];
|
|
11913
11913
|
}[], bigint, boolean]>;
|
|
11914
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
11914
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
11915
11915
|
readonly type: "function";
|
|
11916
11916
|
readonly name: "batchGetRefTick";
|
|
11917
11917
|
readonly inputs: readonly [{
|
|
@@ -13264,7 +13264,7 @@ declare const useLens: () => {
|
|
|
13264
13264
|
} | undefined;
|
|
13265
13265
|
uniswapLens: {
|
|
13266
13266
|
read: {
|
|
13267
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
13267
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
13268
13268
|
readonly type: "function";
|
|
13269
13269
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13270
13270
|
readonly inputs: readonly [{
|
|
@@ -13885,7 +13885,7 @@ declare const useLens: () => {
|
|
|
13885
13885
|
}];
|
|
13886
13886
|
readonly stateMutability: "pure";
|
|
13887
13887
|
}], "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?:
|
|
13888
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
13889
13889
|
readonly type: "function";
|
|
13890
13890
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13891
13891
|
readonly inputs: readonly [{
|
|
@@ -14506,7 +14506,7 @@ declare const useLens: () => {
|
|
|
14506
14506
|
}];
|
|
14507
14507
|
readonly stateMutability: "pure";
|
|
14508
14508
|
}], "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?:
|
|
14509
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
14510
14510
|
readonly type: "function";
|
|
14511
14511
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14512
14512
|
readonly inputs: readonly [{
|
|
@@ -15127,7 +15127,7 @@ declare const useLens: () => {
|
|
|
15127
15127
|
}];
|
|
15128
15128
|
readonly stateMutability: "pure";
|
|
15129
15129
|
}], "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?:
|
|
15130
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
15131
15131
|
readonly type: "function";
|
|
15132
15132
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15133
15133
|
readonly inputs: readonly [{
|
|
@@ -15748,7 +15748,7 @@ declare const useLens: () => {
|
|
|
15748
15748
|
}];
|
|
15749
15749
|
readonly stateMutability: "pure";
|
|
15750
15750
|
}], "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?:
|
|
15751
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
15752
15752
|
readonly type: "function";
|
|
15753
15753
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15754
15754
|
readonly inputs: readonly [{
|
|
@@ -16369,7 +16369,7 @@ declare const useLens: () => {
|
|
|
16369
16369
|
}];
|
|
16370
16370
|
readonly stateMutability: "pure";
|
|
16371
16371
|
}], "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?:
|
|
16372
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
16373
16373
|
readonly type: "function";
|
|
16374
16374
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16375
16375
|
readonly inputs: readonly [{
|
|
@@ -16990,7 +16990,7 @@ declare const useLens: () => {
|
|
|
16990
16990
|
}];
|
|
16991
16991
|
readonly stateMutability: "pure";
|
|
16992
16992
|
}], "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?:
|
|
16993
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
16994
16994
|
readonly type: "function";
|
|
16995
16995
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16996
16996
|
readonly inputs: readonly [{
|
|
@@ -17611,7 +17611,7 @@ declare const useLens: () => {
|
|
|
17611
17611
|
}];
|
|
17612
17612
|
readonly stateMutability: "pure";
|
|
17613
17613
|
}], "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?:
|
|
17614
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
17615
17615
|
readonly type: "function";
|
|
17616
17616
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17617
17617
|
readonly inputs: readonly [{
|
|
@@ -18232,7 +18232,7 @@ declare const useLens: () => {
|
|
|
18232
18232
|
}];
|
|
18233
18233
|
readonly stateMutability: "pure";
|
|
18234
18234
|
}], "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?:
|
|
18235
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
18236
18236
|
readonly type: "function";
|
|
18237
18237
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18238
18238
|
readonly inputs: readonly [{
|
|
@@ -18853,7 +18853,7 @@ declare const useLens: () => {
|
|
|
18853
18853
|
}];
|
|
18854
18854
|
readonly stateMutability: "pure";
|
|
18855
18855
|
}], "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?:
|
|
18856
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
18857
18857
|
readonly type: "function";
|
|
18858
18858
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18859
18859
|
readonly inputs: readonly [{
|
|
@@ -19474,7 +19474,7 @@ declare const useLens: () => {
|
|
|
19474
19474
|
}];
|
|
19475
19475
|
readonly stateMutability: "pure";
|
|
19476
19476
|
}], "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?:
|
|
19477
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
19478
19478
|
readonly type: "function";
|
|
19479
19479
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19480
19480
|
readonly inputs: readonly [{
|
|
@@ -20095,7 +20095,7 @@ declare const useLens: () => {
|
|
|
20095
20095
|
}];
|
|
20096
20096
|
readonly stateMutability: "pure";
|
|
20097
20097
|
}], "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?:
|
|
20098
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
20099
20099
|
readonly type: "function";
|
|
20100
20100
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20101
20101
|
readonly inputs: readonly [{
|
|
@@ -20716,7 +20716,7 @@ declare const useLens: () => {
|
|
|
20716
20716
|
}];
|
|
20717
20717
|
readonly stateMutability: "pure";
|
|
20718
20718
|
}], "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?:
|
|
20719
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
20720
20720
|
readonly type: "function";
|
|
20721
20721
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20722
20722
|
readonly inputs: readonly [{
|
|
@@ -21337,7 +21337,7 @@ declare const useLens: () => {
|
|
|
21337
21337
|
}];
|
|
21338
21338
|
readonly stateMutability: "pure";
|
|
21339
21339
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
21340
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
21340
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
21341
21341
|
readonly type: "function";
|
|
21342
21342
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21343
21343
|
readonly inputs: readonly [{
|
|
@@ -21958,7 +21958,7 @@ declare const useLens: () => {
|
|
|
21958
21958
|
}];
|
|
21959
21959
|
readonly stateMutability: "pure";
|
|
21960
21960
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21961
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21961
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
21962
21962
|
readonly type: "function";
|
|
21963
21963
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21964
21964
|
readonly inputs: readonly [{
|
|
@@ -22579,7 +22579,7 @@ declare const useLens: () => {
|
|
|
22579
22579
|
}];
|
|
22580
22580
|
readonly stateMutability: "pure";
|
|
22581
22581
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22582
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
22582
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
22583
22583
|
readonly type: "function";
|
|
22584
22584
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22585
22585
|
readonly inputs: readonly [{
|
|
@@ -23200,7 +23200,7 @@ declare const useLens: () => {
|
|
|
23200
23200
|
}];
|
|
23201
23201
|
readonly stateMutability: "pure";
|
|
23202
23202
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23203
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
23203
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
23204
23204
|
readonly type: "function";
|
|
23205
23205
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23206
23206
|
readonly inputs: readonly [{
|
|
@@ -23821,7 +23821,7 @@ declare const useLens: () => {
|
|
|
23821
23821
|
}];
|
|
23822
23822
|
readonly stateMutability: "pure";
|
|
23823
23823
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23824
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
23824
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
23825
23825
|
readonly type: "function";
|
|
23826
23826
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23827
23827
|
readonly inputs: readonly [{
|
|
@@ -24442,7 +24442,7 @@ declare const useLens: () => {
|
|
|
24442
24442
|
}];
|
|
24443
24443
|
readonly stateMutability: "pure";
|
|
24444
24444
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
24445
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
24445
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
24446
24446
|
readonly type: "function";
|
|
24447
24447
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24448
24448
|
readonly inputs: readonly [{
|
|
@@ -25063,7 +25063,7 @@ declare const useLens: () => {
|
|
|
25063
25063
|
}];
|
|
25064
25064
|
readonly stateMutability: "pure";
|
|
25065
25065
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
25066
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
25066
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
25067
25067
|
readonly type: "function";
|
|
25068
25068
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25069
25069
|
readonly inputs: readonly [{
|
|
@@ -25684,7 +25684,7 @@ declare const useLens: () => {
|
|
|
25684
25684
|
}];
|
|
25685
25685
|
readonly stateMutability: "pure";
|
|
25686
25686
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25687
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
25687
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
25688
25688
|
readonly type: "function";
|
|
25689
25689
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25690
25690
|
readonly inputs: readonly [{
|
|
@@ -26305,7 +26305,7 @@ declare const useLens: () => {
|
|
|
26305
26305
|
}];
|
|
26306
26306
|
readonly stateMutability: "pure";
|
|
26307
26307
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26308
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
26308
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
26309
26309
|
readonly type: "function";
|
|
26310
26310
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26311
26311
|
readonly inputs: readonly [{
|
|
@@ -26926,7 +26926,7 @@ declare const useLens: () => {
|
|
|
26926
26926
|
}];
|
|
26927
26927
|
readonly stateMutability: "pure";
|
|
26928
26928
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26929
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
26929
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
26930
26930
|
readonly type: "function";
|
|
26931
26931
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26932
26932
|
readonly inputs: readonly [{
|
|
@@ -27547,7 +27547,7 @@ declare const useLens: () => {
|
|
|
27547
27547
|
}];
|
|
27548
27548
|
readonly stateMutability: "pure";
|
|
27549
27549
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27550
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
27550
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
27551
27551
|
readonly type: "function";
|
|
27552
27552
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27553
27553
|
readonly inputs: readonly [{
|
|
@@ -28168,7 +28168,7 @@ declare const useLens: () => {
|
|
|
28168
28168
|
}];
|
|
28169
28169
|
readonly stateMutability: "pure";
|
|
28170
28170
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28171
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
28171
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
28172
28172
|
readonly type: "function";
|
|
28173
28173
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28174
28174
|
readonly inputs: readonly [{
|
|
@@ -28789,7 +28789,7 @@ declare const useLens: () => {
|
|
|
28789
28789
|
}];
|
|
28790
28790
|
readonly stateMutability: "pure";
|
|
28791
28791
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28792
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
28792
|
+
getPriceAtTick: (args: readonly [number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
28793
28793
|
readonly type: "function";
|
|
28794
28794
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28795
28795
|
readonly inputs: readonly [{
|