timelock-sdk 0.0.49 → 0.0.51
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 +33 -24
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +57 -513
- package/dist/client.d.ts +57 -513
- package/dist/client.js +34 -25
- package/dist/client.js.map +1 -1
- package/dist/{index-Bg4UAy7Y.d.cts → index-BPKijlT_.d.cts} +2 -458
- package/dist/{index-DiDvh-kv.d.ts → index-Dt4gerGl.d.ts} +93 -549
- package/dist/{numberUtils-BKQtAolx.cjs → numberUtils-CkwkoxOr.cjs} +3 -3
- package/dist/{numberUtils-BKQtAolx.cjs.map → numberUtils-CkwkoxOr.cjs.map} +1 -1
- package/dist/{numberUtils-Dk0TuHnT.js → numberUtils-Cznv1Tfa.js} +3 -3
- package/dist/{numberUtils-Dk0TuHnT.js.map → numberUtils-Cznv1Tfa.js.map} +1 -1
- package/dist/{optionsMarket-CvArD6d_.js → optionsMarket-BDBU1gUS.js} +1 -41
- package/dist/optionsMarket-BDBU1gUS.js.map +1 -0
- package/dist/{optionsMarket-PBduSBXF.cjs → optionsMarket-DEFMUI2G.cjs} +1 -41
- package/dist/optionsMarket-DEFMUI2G.cjs.map +1 -0
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-uDGUc-kg.d.ts → uniswapMathLens-BQ_ArpKd.d.cts} +1 -33
- package/dist/{uniswapMathLens-BiaRFVeY.d.cts → uniswapMathLens-DCuaXAGZ.d.ts} +1 -33
- package/package.json +1 -1
- package/dist/optionsMarket-CvArD6d_.js.map +0 -1
- package/dist/optionsMarket-PBduSBXF.cjs.map +0 -1
package/dist/client.d.ts
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-DCuaXAGZ.js";
|
|
2
|
+
import { D as TimelockMarketData, O as UniswapMathLens, d as Amount } from "./index-Dt4gerGl.js";
|
|
3
|
+
import * as viem366 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
@@ -2365,7 +2365,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
2365
2365
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
2366
2366
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
2367
2367
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
2368
|
-
error:
|
|
2368
|
+
error: viem366.ReadContractErrorType;
|
|
2369
2369
|
isError: true;
|
|
2370
2370
|
isPending: false;
|
|
2371
2371
|
isLoading: false;
|
|
@@ -2377,7 +2377,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2377
2377
|
dataUpdatedAt: number;
|
|
2378
2378
|
errorUpdatedAt: number;
|
|
2379
2379
|
failureCount: number;
|
|
2380
|
-
failureReason:
|
|
2380
|
+
failureReason: viem366.ReadContractErrorType | null;
|
|
2381
2381
|
errorUpdateCount: number;
|
|
2382
2382
|
isFetched: boolean;
|
|
2383
2383
|
isFetchedAfterMount: boolean;
|
|
@@ -2397,7 +2397,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2397
2397
|
totalAmount1: bigint;
|
|
2398
2398
|
borrowedAmount0: bigint;
|
|
2399
2399
|
borrowedAmount1: bigint;
|
|
2400
|
-
}[],
|
|
2400
|
+
}[], viem366.ReadContractErrorType>>;
|
|
2401
2401
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2402
2402
|
promise: Promise<readonly {
|
|
2403
2403
|
tickLower: number;
|
|
@@ -2435,7 +2435,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2435
2435
|
dataUpdatedAt: number;
|
|
2436
2436
|
errorUpdatedAt: number;
|
|
2437
2437
|
failureCount: number;
|
|
2438
|
-
failureReason:
|
|
2438
|
+
failureReason: viem366.ReadContractErrorType | null;
|
|
2439
2439
|
errorUpdateCount: number;
|
|
2440
2440
|
isFetched: boolean;
|
|
2441
2441
|
isFetchedAfterMount: boolean;
|
|
@@ -2455,7 +2455,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2455
2455
|
totalAmount1: bigint;
|
|
2456
2456
|
borrowedAmount0: bigint;
|
|
2457
2457
|
borrowedAmount1: bigint;
|
|
2458
|
-
}[],
|
|
2458
|
+
}[], viem366.ReadContractErrorType>>;
|
|
2459
2459
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2460
2460
|
promise: Promise<readonly {
|
|
2461
2461
|
tickLower: number;
|
|
@@ -2481,7 +2481,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2481
2481
|
borrowedAmount1: bigint;
|
|
2482
2482
|
}[];
|
|
2483
2483
|
} | {
|
|
2484
|
-
error:
|
|
2484
|
+
error: viem366.ReadContractErrorType;
|
|
2485
2485
|
isError: true;
|
|
2486
2486
|
isPending: false;
|
|
2487
2487
|
isLoading: false;
|
|
@@ -2493,7 +2493,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2493
2493
|
dataUpdatedAt: number;
|
|
2494
2494
|
errorUpdatedAt: number;
|
|
2495
2495
|
failureCount: number;
|
|
2496
|
-
failureReason:
|
|
2496
|
+
failureReason: viem366.ReadContractErrorType | null;
|
|
2497
2497
|
errorUpdateCount: number;
|
|
2498
2498
|
isFetched: boolean;
|
|
2499
2499
|
isFetchedAfterMount: boolean;
|
|
@@ -2513,7 +2513,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2513
2513
|
totalAmount1: bigint;
|
|
2514
2514
|
borrowedAmount0: bigint;
|
|
2515
2515
|
borrowedAmount1: bigint;
|
|
2516
|
-
}[],
|
|
2516
|
+
}[], viem366.ReadContractErrorType>>;
|
|
2517
2517
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2518
2518
|
promise: Promise<readonly {
|
|
2519
2519
|
tickLower: number;
|
|
@@ -2551,7 +2551,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2551
2551
|
dataUpdatedAt: number;
|
|
2552
2552
|
errorUpdatedAt: number;
|
|
2553
2553
|
failureCount: number;
|
|
2554
|
-
failureReason:
|
|
2554
|
+
failureReason: viem366.ReadContractErrorType | null;
|
|
2555
2555
|
errorUpdateCount: number;
|
|
2556
2556
|
isFetched: boolean;
|
|
2557
2557
|
isFetchedAfterMount: boolean;
|
|
@@ -2571,7 +2571,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2571
2571
|
totalAmount1: bigint;
|
|
2572
2572
|
borrowedAmount0: bigint;
|
|
2573
2573
|
borrowedAmount1: bigint;
|
|
2574
|
-
}[],
|
|
2574
|
+
}[], viem366.ReadContractErrorType>>;
|
|
2575
2575
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2576
2576
|
promise: Promise<readonly {
|
|
2577
2577
|
tickLower: number;
|
|
@@ -2608,7 +2608,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2608
2608
|
dataUpdatedAt: number;
|
|
2609
2609
|
errorUpdatedAt: number;
|
|
2610
2610
|
failureCount: number;
|
|
2611
|
-
failureReason:
|
|
2611
|
+
failureReason: viem366.ReadContractErrorType | null;
|
|
2612
2612
|
errorUpdateCount: number;
|
|
2613
2613
|
isFetched: boolean;
|
|
2614
2614
|
isFetchedAfterMount: boolean;
|
|
@@ -2629,7 +2629,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2629
2629
|
totalAmount1: bigint;
|
|
2630
2630
|
borrowedAmount0: bigint;
|
|
2631
2631
|
borrowedAmount1: bigint;
|
|
2632
|
-
}[],
|
|
2632
|
+
}[], viem366.ReadContractErrorType>>;
|
|
2633
2633
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2634
2634
|
promise: Promise<readonly {
|
|
2635
2635
|
tickLower: number;
|
|
@@ -2667,7 +2667,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2667
2667
|
dataUpdatedAt: number;
|
|
2668
2668
|
errorUpdatedAt: number;
|
|
2669
2669
|
failureCount: number;
|
|
2670
|
-
failureReason:
|
|
2670
|
+
failureReason: viem366.ReadContractErrorType | null;
|
|
2671
2671
|
errorUpdateCount: number;
|
|
2672
2672
|
isFetched: boolean;
|
|
2673
2673
|
isFetchedAfterMount: boolean;
|
|
@@ -2687,7 +2687,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2687
2687
|
totalAmount1: bigint;
|
|
2688
2688
|
borrowedAmount0: bigint;
|
|
2689
2689
|
borrowedAmount1: bigint;
|
|
2690
|
-
}[],
|
|
2690
|
+
}[], viem366.ReadContractErrorType>>;
|
|
2691
2691
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2692
2692
|
promise: Promise<readonly {
|
|
2693
2693
|
tickLower: number;
|
|
@@ -2760,14 +2760,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
2760
2760
|
borrowedAmount0: Amount;
|
|
2761
2761
|
borrowedAmount1: Amount;
|
|
2762
2762
|
blocksCount: bigint;
|
|
2763
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
2763
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem366.ReadContractErrorType>>;
|
|
2764
2764
|
};
|
|
2765
2765
|
//#endregion
|
|
2766
2766
|
//#region src/hooks/useLens.d.ts
|
|
2767
2767
|
declare const useLens: () => {
|
|
2768
2768
|
timelockLens: {
|
|
2769
2769
|
read: {
|
|
2770
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
2770
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
2771
2771
|
readonly type: "function";
|
|
2772
2772
|
readonly name: "batchGetRefTick";
|
|
2773
2773
|
readonly inputs: readonly [{
|
|
@@ -2912,18 +2912,10 @@ declare const useLens: () => {
|
|
|
2912
2912
|
readonly name: "netOptionAssetToRepay";
|
|
2913
2913
|
readonly type: "uint256";
|
|
2914
2914
|
readonly internalType: "uint256";
|
|
2915
|
-
}, {
|
|
2916
|
-
readonly name: "premiumPaid";
|
|
2917
|
-
readonly type: "uint128";
|
|
2918
|
-
readonly internalType: "uint128";
|
|
2919
2915
|
}, {
|
|
2920
2916
|
readonly name: "expiresAt";
|
|
2921
2917
|
readonly type: "uint64";
|
|
2922
2918
|
readonly internalType: "uint64";
|
|
2923
|
-
}, {
|
|
2924
|
-
readonly name: "createdAt";
|
|
2925
|
-
readonly type: "uint64";
|
|
2926
|
-
readonly internalType: "uint64";
|
|
2927
2919
|
}, {
|
|
2928
2920
|
readonly name: "liquidities";
|
|
2929
2921
|
readonly type: "uint128[]";
|
|
@@ -3144,18 +3136,10 @@ declare const useLens: () => {
|
|
|
3144
3136
|
readonly name: "netOptionAssetToRepay";
|
|
3145
3137
|
readonly type: "uint256";
|
|
3146
3138
|
readonly internalType: "uint256";
|
|
3147
|
-
}, {
|
|
3148
|
-
readonly name: "premiumPaid";
|
|
3149
|
-
readonly type: "uint128";
|
|
3150
|
-
readonly internalType: "uint128";
|
|
3151
3139
|
}, {
|
|
3152
3140
|
readonly name: "expiresAt";
|
|
3153
3141
|
readonly type: "uint64";
|
|
3154
3142
|
readonly internalType: "uint64";
|
|
3155
|
-
}, {
|
|
3156
|
-
readonly name: "createdAt";
|
|
3157
|
-
readonly type: "uint64";
|
|
3158
|
-
readonly internalType: "uint64";
|
|
3159
3143
|
}, {
|
|
3160
3144
|
readonly name: "liquidities";
|
|
3161
3145
|
readonly type: "uint128[]";
|
|
@@ -3235,18 +3219,10 @@ declare const useLens: () => {
|
|
|
3235
3219
|
readonly name: "netOptionAssetToRepay";
|
|
3236
3220
|
readonly type: "uint256";
|
|
3237
3221
|
readonly internalType: "uint256";
|
|
3238
|
-
}, {
|
|
3239
|
-
readonly name: "premiumPaid";
|
|
3240
|
-
readonly type: "uint128";
|
|
3241
|
-
readonly internalType: "uint128";
|
|
3242
3222
|
}, {
|
|
3243
3223
|
readonly name: "expiresAt";
|
|
3244
3224
|
readonly type: "uint64";
|
|
3245
3225
|
readonly internalType: "uint64";
|
|
3246
|
-
}, {
|
|
3247
|
-
readonly name: "createdAt";
|
|
3248
|
-
readonly type: "uint64";
|
|
3249
|
-
readonly internalType: "uint64";
|
|
3250
3226
|
}, {
|
|
3251
3227
|
readonly name: "liquidities";
|
|
3252
3228
|
readonly type: "uint128[]";
|
|
@@ -3407,18 +3383,10 @@ declare const useLens: () => {
|
|
|
3407
3383
|
readonly name: "netOptionAssetToRepay";
|
|
3408
3384
|
readonly type: "uint256";
|
|
3409
3385
|
readonly internalType: "uint256";
|
|
3410
|
-
}, {
|
|
3411
|
-
readonly name: "premiumPaid";
|
|
3412
|
-
readonly type: "uint128";
|
|
3413
|
-
readonly internalType: "uint128";
|
|
3414
3386
|
}, {
|
|
3415
3387
|
readonly name: "expiresAt";
|
|
3416
3388
|
readonly type: "uint64";
|
|
3417
3389
|
readonly internalType: "uint64";
|
|
3418
|
-
}, {
|
|
3419
|
-
readonly name: "createdAt";
|
|
3420
|
-
readonly type: "uint64";
|
|
3421
|
-
readonly internalType: "uint64";
|
|
3422
3390
|
}, {
|
|
3423
3391
|
readonly name: "liquidities";
|
|
3424
3392
|
readonly type: "uint128[]";
|
|
@@ -3473,7 +3441,7 @@ declare const useLens: () => {
|
|
|
3473
3441
|
}];
|
|
3474
3442
|
readonly stateMutability: "view";
|
|
3475
3443
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
3476
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
3444
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
3477
3445
|
readonly type: "function";
|
|
3478
3446
|
readonly name: "batchGetRefTick";
|
|
3479
3447
|
readonly inputs: readonly [{
|
|
@@ -3618,18 +3586,10 @@ declare const useLens: () => {
|
|
|
3618
3586
|
readonly name: "netOptionAssetToRepay";
|
|
3619
3587
|
readonly type: "uint256";
|
|
3620
3588
|
readonly internalType: "uint256";
|
|
3621
|
-
}, {
|
|
3622
|
-
readonly name: "premiumPaid";
|
|
3623
|
-
readonly type: "uint128";
|
|
3624
|
-
readonly internalType: "uint128";
|
|
3625
3589
|
}, {
|
|
3626
3590
|
readonly name: "expiresAt";
|
|
3627
3591
|
readonly type: "uint64";
|
|
3628
3592
|
readonly internalType: "uint64";
|
|
3629
|
-
}, {
|
|
3630
|
-
readonly name: "createdAt";
|
|
3631
|
-
readonly type: "uint64";
|
|
3632
|
-
readonly internalType: "uint64";
|
|
3633
3593
|
}, {
|
|
3634
3594
|
readonly name: "liquidities";
|
|
3635
3595
|
readonly type: "uint128[]";
|
|
@@ -3850,18 +3810,10 @@ declare const useLens: () => {
|
|
|
3850
3810
|
readonly name: "netOptionAssetToRepay";
|
|
3851
3811
|
readonly type: "uint256";
|
|
3852
3812
|
readonly internalType: "uint256";
|
|
3853
|
-
}, {
|
|
3854
|
-
readonly name: "premiumPaid";
|
|
3855
|
-
readonly type: "uint128";
|
|
3856
|
-
readonly internalType: "uint128";
|
|
3857
3813
|
}, {
|
|
3858
3814
|
readonly name: "expiresAt";
|
|
3859
3815
|
readonly type: "uint64";
|
|
3860
3816
|
readonly internalType: "uint64";
|
|
3861
|
-
}, {
|
|
3862
|
-
readonly name: "createdAt";
|
|
3863
|
-
readonly type: "uint64";
|
|
3864
|
-
readonly internalType: "uint64";
|
|
3865
3817
|
}, {
|
|
3866
3818
|
readonly name: "liquidities";
|
|
3867
3819
|
readonly type: "uint128[]";
|
|
@@ -3941,18 +3893,10 @@ declare const useLens: () => {
|
|
|
3941
3893
|
readonly name: "netOptionAssetToRepay";
|
|
3942
3894
|
readonly type: "uint256";
|
|
3943
3895
|
readonly internalType: "uint256";
|
|
3944
|
-
}, {
|
|
3945
|
-
readonly name: "premiumPaid";
|
|
3946
|
-
readonly type: "uint128";
|
|
3947
|
-
readonly internalType: "uint128";
|
|
3948
3896
|
}, {
|
|
3949
3897
|
readonly name: "expiresAt";
|
|
3950
3898
|
readonly type: "uint64";
|
|
3951
3899
|
readonly internalType: "uint64";
|
|
3952
|
-
}, {
|
|
3953
|
-
readonly name: "createdAt";
|
|
3954
|
-
readonly type: "uint64";
|
|
3955
|
-
readonly internalType: "uint64";
|
|
3956
3900
|
}, {
|
|
3957
3901
|
readonly name: "liquidities";
|
|
3958
3902
|
readonly type: "uint128[]";
|
|
@@ -4113,18 +4057,10 @@ declare const useLens: () => {
|
|
|
4113
4057
|
readonly name: "netOptionAssetToRepay";
|
|
4114
4058
|
readonly type: "uint256";
|
|
4115
4059
|
readonly internalType: "uint256";
|
|
4116
|
-
}, {
|
|
4117
|
-
readonly name: "premiumPaid";
|
|
4118
|
-
readonly type: "uint128";
|
|
4119
|
-
readonly internalType: "uint128";
|
|
4120
4060
|
}, {
|
|
4121
4061
|
readonly name: "expiresAt";
|
|
4122
4062
|
readonly type: "uint64";
|
|
4123
4063
|
readonly internalType: "uint64";
|
|
4124
|
-
}, {
|
|
4125
|
-
readonly name: "createdAt";
|
|
4126
|
-
readonly type: "uint64";
|
|
4127
|
-
readonly internalType: "uint64";
|
|
4128
4064
|
}, {
|
|
4129
4065
|
readonly name: "liquidities";
|
|
4130
4066
|
readonly type: "uint128[]";
|
|
@@ -4189,7 +4125,7 @@ declare const useLens: () => {
|
|
|
4189
4125
|
borrowedAmount0: bigint;
|
|
4190
4126
|
borrowedAmount1: bigint;
|
|
4191
4127
|
}[]>;
|
|
4192
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
4128
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
4193
4129
|
readonly type: "function";
|
|
4194
4130
|
readonly name: "batchGetRefTick";
|
|
4195
4131
|
readonly inputs: readonly [{
|
|
@@ -4334,18 +4270,10 @@ declare const useLens: () => {
|
|
|
4334
4270
|
readonly name: "netOptionAssetToRepay";
|
|
4335
4271
|
readonly type: "uint256";
|
|
4336
4272
|
readonly internalType: "uint256";
|
|
4337
|
-
}, {
|
|
4338
|
-
readonly name: "premiumPaid";
|
|
4339
|
-
readonly type: "uint128";
|
|
4340
|
-
readonly internalType: "uint128";
|
|
4341
4273
|
}, {
|
|
4342
4274
|
readonly name: "expiresAt";
|
|
4343
4275
|
readonly type: "uint64";
|
|
4344
4276
|
readonly internalType: "uint64";
|
|
4345
|
-
}, {
|
|
4346
|
-
readonly name: "createdAt";
|
|
4347
|
-
readonly type: "uint64";
|
|
4348
|
-
readonly internalType: "uint64";
|
|
4349
4277
|
}, {
|
|
4350
4278
|
readonly name: "liquidities";
|
|
4351
4279
|
readonly type: "uint128[]";
|
|
@@ -4566,18 +4494,10 @@ declare const useLens: () => {
|
|
|
4566
4494
|
readonly name: "netOptionAssetToRepay";
|
|
4567
4495
|
readonly type: "uint256";
|
|
4568
4496
|
readonly internalType: "uint256";
|
|
4569
|
-
}, {
|
|
4570
|
-
readonly name: "premiumPaid";
|
|
4571
|
-
readonly type: "uint128";
|
|
4572
|
-
readonly internalType: "uint128";
|
|
4573
4497
|
}, {
|
|
4574
4498
|
readonly name: "expiresAt";
|
|
4575
4499
|
readonly type: "uint64";
|
|
4576
4500
|
readonly internalType: "uint64";
|
|
4577
|
-
}, {
|
|
4578
|
-
readonly name: "createdAt";
|
|
4579
|
-
readonly type: "uint64";
|
|
4580
|
-
readonly internalType: "uint64";
|
|
4581
4501
|
}, {
|
|
4582
4502
|
readonly name: "liquidities";
|
|
4583
4503
|
readonly type: "uint128[]";
|
|
@@ -4657,18 +4577,10 @@ declare const useLens: () => {
|
|
|
4657
4577
|
readonly name: "netOptionAssetToRepay";
|
|
4658
4578
|
readonly type: "uint256";
|
|
4659
4579
|
readonly internalType: "uint256";
|
|
4660
|
-
}, {
|
|
4661
|
-
readonly name: "premiumPaid";
|
|
4662
|
-
readonly type: "uint128";
|
|
4663
|
-
readonly internalType: "uint128";
|
|
4664
4580
|
}, {
|
|
4665
4581
|
readonly name: "expiresAt";
|
|
4666
4582
|
readonly type: "uint64";
|
|
4667
4583
|
readonly internalType: "uint64";
|
|
4668
|
-
}, {
|
|
4669
|
-
readonly name: "createdAt";
|
|
4670
|
-
readonly type: "uint64";
|
|
4671
|
-
readonly internalType: "uint64";
|
|
4672
4584
|
}, {
|
|
4673
4585
|
readonly name: "liquidities";
|
|
4674
4586
|
readonly type: "uint128[]";
|
|
@@ -4829,18 +4741,10 @@ declare const useLens: () => {
|
|
|
4829
4741
|
readonly name: "netOptionAssetToRepay";
|
|
4830
4742
|
readonly type: "uint256";
|
|
4831
4743
|
readonly internalType: "uint256";
|
|
4832
|
-
}, {
|
|
4833
|
-
readonly name: "premiumPaid";
|
|
4834
|
-
readonly type: "uint128";
|
|
4835
|
-
readonly internalType: "uint128";
|
|
4836
4744
|
}, {
|
|
4837
4745
|
readonly name: "expiresAt";
|
|
4838
4746
|
readonly type: "uint64";
|
|
4839
4747
|
readonly internalType: "uint64";
|
|
4840
|
-
}, {
|
|
4841
|
-
readonly name: "createdAt";
|
|
4842
|
-
readonly type: "uint64";
|
|
4843
|
-
readonly internalType: "uint64";
|
|
4844
4748
|
}, {
|
|
4845
4749
|
readonly name: "liquidities";
|
|
4846
4750
|
readonly type: "uint128[]";
|
|
@@ -4909,12 +4813,10 @@ declare const useLens: () => {
|
|
|
4909
4813
|
payoutAssetToRepay: bigint;
|
|
4910
4814
|
positionSize: bigint;
|
|
4911
4815
|
netOptionAssetToRepay: bigint;
|
|
4912
|
-
premiumPaid: bigint;
|
|
4913
4816
|
expiresAt: bigint;
|
|
4914
|
-
createdAt: bigint;
|
|
4915
4817
|
liquidities: readonly bigint[];
|
|
4916
4818
|
}[], bigint, boolean]>;
|
|
4917
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
4819
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
4918
4820
|
readonly type: "function";
|
|
4919
4821
|
readonly name: "batchGetRefTick";
|
|
4920
4822
|
readonly inputs: readonly [{
|
|
@@ -5059,18 +4961,10 @@ declare const useLens: () => {
|
|
|
5059
4961
|
readonly name: "netOptionAssetToRepay";
|
|
5060
4962
|
readonly type: "uint256";
|
|
5061
4963
|
readonly internalType: "uint256";
|
|
5062
|
-
}, {
|
|
5063
|
-
readonly name: "premiumPaid";
|
|
5064
|
-
readonly type: "uint128";
|
|
5065
|
-
readonly internalType: "uint128";
|
|
5066
4964
|
}, {
|
|
5067
4965
|
readonly name: "expiresAt";
|
|
5068
4966
|
readonly type: "uint64";
|
|
5069
4967
|
readonly internalType: "uint64";
|
|
5070
|
-
}, {
|
|
5071
|
-
readonly name: "createdAt";
|
|
5072
|
-
readonly type: "uint64";
|
|
5073
|
-
readonly internalType: "uint64";
|
|
5074
4968
|
}, {
|
|
5075
4969
|
readonly name: "liquidities";
|
|
5076
4970
|
readonly type: "uint128[]";
|
|
@@ -5291,18 +5185,10 @@ declare const useLens: () => {
|
|
|
5291
5185
|
readonly name: "netOptionAssetToRepay";
|
|
5292
5186
|
readonly type: "uint256";
|
|
5293
5187
|
readonly internalType: "uint256";
|
|
5294
|
-
}, {
|
|
5295
|
-
readonly name: "premiumPaid";
|
|
5296
|
-
readonly type: "uint128";
|
|
5297
|
-
readonly internalType: "uint128";
|
|
5298
5188
|
}, {
|
|
5299
5189
|
readonly name: "expiresAt";
|
|
5300
5190
|
readonly type: "uint64";
|
|
5301
5191
|
readonly internalType: "uint64";
|
|
5302
|
-
}, {
|
|
5303
|
-
readonly name: "createdAt";
|
|
5304
|
-
readonly type: "uint64";
|
|
5305
|
-
readonly internalType: "uint64";
|
|
5306
5192
|
}, {
|
|
5307
5193
|
readonly name: "liquidities";
|
|
5308
5194
|
readonly type: "uint128[]";
|
|
@@ -5382,18 +5268,10 @@ declare const useLens: () => {
|
|
|
5382
5268
|
readonly name: "netOptionAssetToRepay";
|
|
5383
5269
|
readonly type: "uint256";
|
|
5384
5270
|
readonly internalType: "uint256";
|
|
5385
|
-
}, {
|
|
5386
|
-
readonly name: "premiumPaid";
|
|
5387
|
-
readonly type: "uint128";
|
|
5388
|
-
readonly internalType: "uint128";
|
|
5389
5271
|
}, {
|
|
5390
5272
|
readonly name: "expiresAt";
|
|
5391
5273
|
readonly type: "uint64";
|
|
5392
5274
|
readonly internalType: "uint64";
|
|
5393
|
-
}, {
|
|
5394
|
-
readonly name: "createdAt";
|
|
5395
|
-
readonly type: "uint64";
|
|
5396
|
-
readonly internalType: "uint64";
|
|
5397
5275
|
}, {
|
|
5398
5276
|
readonly name: "liquidities";
|
|
5399
5277
|
readonly type: "uint128[]";
|
|
@@ -5554,18 +5432,10 @@ declare const useLens: () => {
|
|
|
5554
5432
|
readonly name: "netOptionAssetToRepay";
|
|
5555
5433
|
readonly type: "uint256";
|
|
5556
5434
|
readonly internalType: "uint256";
|
|
5557
|
-
}, {
|
|
5558
|
-
readonly name: "premiumPaid";
|
|
5559
|
-
readonly type: "uint128";
|
|
5560
|
-
readonly internalType: "uint128";
|
|
5561
5435
|
}, {
|
|
5562
5436
|
readonly name: "expiresAt";
|
|
5563
5437
|
readonly type: "uint64";
|
|
5564
5438
|
readonly internalType: "uint64";
|
|
5565
|
-
}, {
|
|
5566
|
-
readonly name: "createdAt";
|
|
5567
|
-
readonly type: "uint64";
|
|
5568
|
-
readonly internalType: "uint64";
|
|
5569
5439
|
}, {
|
|
5570
5440
|
readonly name: "liquidities";
|
|
5571
5441
|
readonly type: "uint128[]";
|
|
@@ -5620,7 +5490,7 @@ declare const useLens: () => {
|
|
|
5620
5490
|
}];
|
|
5621
5491
|
readonly stateMutability: "view";
|
|
5622
5492
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
5623
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
5493
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
5624
5494
|
readonly type: "function";
|
|
5625
5495
|
readonly name: "batchGetRefTick";
|
|
5626
5496
|
readonly inputs: readonly [{
|
|
@@ -5765,18 +5635,10 @@ declare const useLens: () => {
|
|
|
5765
5635
|
readonly name: "netOptionAssetToRepay";
|
|
5766
5636
|
readonly type: "uint256";
|
|
5767
5637
|
readonly internalType: "uint256";
|
|
5768
|
-
}, {
|
|
5769
|
-
readonly name: "premiumPaid";
|
|
5770
|
-
readonly type: "uint128";
|
|
5771
|
-
readonly internalType: "uint128";
|
|
5772
5638
|
}, {
|
|
5773
5639
|
readonly name: "expiresAt";
|
|
5774
5640
|
readonly type: "uint64";
|
|
5775
5641
|
readonly internalType: "uint64";
|
|
5776
|
-
}, {
|
|
5777
|
-
readonly name: "createdAt";
|
|
5778
|
-
readonly type: "uint64";
|
|
5779
|
-
readonly internalType: "uint64";
|
|
5780
5642
|
}, {
|
|
5781
5643
|
readonly name: "liquidities";
|
|
5782
5644
|
readonly type: "uint128[]";
|
|
@@ -5997,18 +5859,10 @@ declare const useLens: () => {
|
|
|
5997
5859
|
readonly name: "netOptionAssetToRepay";
|
|
5998
5860
|
readonly type: "uint256";
|
|
5999
5861
|
readonly internalType: "uint256";
|
|
6000
|
-
}, {
|
|
6001
|
-
readonly name: "premiumPaid";
|
|
6002
|
-
readonly type: "uint128";
|
|
6003
|
-
readonly internalType: "uint128";
|
|
6004
5862
|
}, {
|
|
6005
5863
|
readonly name: "expiresAt";
|
|
6006
5864
|
readonly type: "uint64";
|
|
6007
5865
|
readonly internalType: "uint64";
|
|
6008
|
-
}, {
|
|
6009
|
-
readonly name: "createdAt";
|
|
6010
|
-
readonly type: "uint64";
|
|
6011
|
-
readonly internalType: "uint64";
|
|
6012
5866
|
}, {
|
|
6013
5867
|
readonly name: "liquidities";
|
|
6014
5868
|
readonly type: "uint128[]";
|
|
@@ -6088,18 +5942,10 @@ declare const useLens: () => {
|
|
|
6088
5942
|
readonly name: "netOptionAssetToRepay";
|
|
6089
5943
|
readonly type: "uint256";
|
|
6090
5944
|
readonly internalType: "uint256";
|
|
6091
|
-
}, {
|
|
6092
|
-
readonly name: "premiumPaid";
|
|
6093
|
-
readonly type: "uint128";
|
|
6094
|
-
readonly internalType: "uint128";
|
|
6095
5945
|
}, {
|
|
6096
5946
|
readonly name: "expiresAt";
|
|
6097
5947
|
readonly type: "uint64";
|
|
6098
5948
|
readonly internalType: "uint64";
|
|
6099
|
-
}, {
|
|
6100
|
-
readonly name: "createdAt";
|
|
6101
|
-
readonly type: "uint64";
|
|
6102
|
-
readonly internalType: "uint64";
|
|
6103
5949
|
}, {
|
|
6104
5950
|
readonly name: "liquidities";
|
|
6105
5951
|
readonly type: "uint128[]";
|
|
@@ -6260,18 +6106,10 @@ declare const useLens: () => {
|
|
|
6260
6106
|
readonly name: "netOptionAssetToRepay";
|
|
6261
6107
|
readonly type: "uint256";
|
|
6262
6108
|
readonly internalType: "uint256";
|
|
6263
|
-
}, {
|
|
6264
|
-
readonly name: "premiumPaid";
|
|
6265
|
-
readonly type: "uint128";
|
|
6266
|
-
readonly internalType: "uint128";
|
|
6267
6109
|
}, {
|
|
6268
6110
|
readonly name: "expiresAt";
|
|
6269
6111
|
readonly type: "uint64";
|
|
6270
6112
|
readonly internalType: "uint64";
|
|
6271
|
-
}, {
|
|
6272
|
-
readonly name: "createdAt";
|
|
6273
|
-
readonly type: "uint64";
|
|
6274
|
-
readonly internalType: "uint64";
|
|
6275
6113
|
}, {
|
|
6276
6114
|
readonly name: "liquidities";
|
|
6277
6115
|
readonly type: "uint128[]";
|
|
@@ -6339,7 +6177,7 @@ declare const useLens: () => {
|
|
|
6339
6177
|
payoutAssetName: string;
|
|
6340
6178
|
optionsCount: bigint;
|
|
6341
6179
|
}>;
|
|
6342
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
6180
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
6343
6181
|
readonly type: "function";
|
|
6344
6182
|
readonly name: "batchGetRefTick";
|
|
6345
6183
|
readonly inputs: readonly [{
|
|
@@ -6484,18 +6322,10 @@ declare const useLens: () => {
|
|
|
6484
6322
|
readonly name: "netOptionAssetToRepay";
|
|
6485
6323
|
readonly type: "uint256";
|
|
6486
6324
|
readonly internalType: "uint256";
|
|
6487
|
-
}, {
|
|
6488
|
-
readonly name: "premiumPaid";
|
|
6489
|
-
readonly type: "uint128";
|
|
6490
|
-
readonly internalType: "uint128";
|
|
6491
6325
|
}, {
|
|
6492
6326
|
readonly name: "expiresAt";
|
|
6493
6327
|
readonly type: "uint64";
|
|
6494
6328
|
readonly internalType: "uint64";
|
|
6495
|
-
}, {
|
|
6496
|
-
readonly name: "createdAt";
|
|
6497
|
-
readonly type: "uint64";
|
|
6498
|
-
readonly internalType: "uint64";
|
|
6499
6329
|
}, {
|
|
6500
6330
|
readonly name: "liquidities";
|
|
6501
6331
|
readonly type: "uint128[]";
|
|
@@ -6716,18 +6546,10 @@ declare const useLens: () => {
|
|
|
6716
6546
|
readonly name: "netOptionAssetToRepay";
|
|
6717
6547
|
readonly type: "uint256";
|
|
6718
6548
|
readonly internalType: "uint256";
|
|
6719
|
-
}, {
|
|
6720
|
-
readonly name: "premiumPaid";
|
|
6721
|
-
readonly type: "uint128";
|
|
6722
|
-
readonly internalType: "uint128";
|
|
6723
6549
|
}, {
|
|
6724
6550
|
readonly name: "expiresAt";
|
|
6725
6551
|
readonly type: "uint64";
|
|
6726
6552
|
readonly internalType: "uint64";
|
|
6727
|
-
}, {
|
|
6728
|
-
readonly name: "createdAt";
|
|
6729
|
-
readonly type: "uint64";
|
|
6730
|
-
readonly internalType: "uint64";
|
|
6731
6553
|
}, {
|
|
6732
6554
|
readonly name: "liquidities";
|
|
6733
6555
|
readonly type: "uint128[]";
|
|
@@ -6807,18 +6629,10 @@ declare const useLens: () => {
|
|
|
6807
6629
|
readonly name: "netOptionAssetToRepay";
|
|
6808
6630
|
readonly type: "uint256";
|
|
6809
6631
|
readonly internalType: "uint256";
|
|
6810
|
-
}, {
|
|
6811
|
-
readonly name: "premiumPaid";
|
|
6812
|
-
readonly type: "uint128";
|
|
6813
|
-
readonly internalType: "uint128";
|
|
6814
6632
|
}, {
|
|
6815
6633
|
readonly name: "expiresAt";
|
|
6816
6634
|
readonly type: "uint64";
|
|
6817
6635
|
readonly internalType: "uint64";
|
|
6818
|
-
}, {
|
|
6819
|
-
readonly name: "createdAt";
|
|
6820
|
-
readonly type: "uint64";
|
|
6821
|
-
readonly internalType: "uint64";
|
|
6822
6636
|
}, {
|
|
6823
6637
|
readonly name: "liquidities";
|
|
6824
6638
|
readonly type: "uint128[]";
|
|
@@ -6979,18 +6793,10 @@ declare const useLens: () => {
|
|
|
6979
6793
|
readonly name: "netOptionAssetToRepay";
|
|
6980
6794
|
readonly type: "uint256";
|
|
6981
6795
|
readonly internalType: "uint256";
|
|
6982
|
-
}, {
|
|
6983
|
-
readonly name: "premiumPaid";
|
|
6984
|
-
readonly type: "uint128";
|
|
6985
|
-
readonly internalType: "uint128";
|
|
6986
6796
|
}, {
|
|
6987
6797
|
readonly name: "expiresAt";
|
|
6988
6798
|
readonly type: "uint64";
|
|
6989
6799
|
readonly internalType: "uint64";
|
|
6990
|
-
}, {
|
|
6991
|
-
readonly name: "createdAt";
|
|
6992
|
-
readonly type: "uint64";
|
|
6993
|
-
readonly internalType: "uint64";
|
|
6994
6800
|
}, {
|
|
6995
6801
|
readonly name: "liquidities";
|
|
6996
6802
|
readonly type: "uint128[]";
|
|
@@ -7045,7 +6851,7 @@ declare const useLens: () => {
|
|
|
7045
6851
|
}];
|
|
7046
6852
|
readonly stateMutability: "view";
|
|
7047
6853
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7048
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
6854
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
7049
6855
|
readonly type: "function";
|
|
7050
6856
|
readonly name: "batchGetRefTick";
|
|
7051
6857
|
readonly inputs: readonly [{
|
|
@@ -7190,18 +6996,10 @@ declare const useLens: () => {
|
|
|
7190
6996
|
readonly name: "netOptionAssetToRepay";
|
|
7191
6997
|
readonly type: "uint256";
|
|
7192
6998
|
readonly internalType: "uint256";
|
|
7193
|
-
}, {
|
|
7194
|
-
readonly name: "premiumPaid";
|
|
7195
|
-
readonly type: "uint128";
|
|
7196
|
-
readonly internalType: "uint128";
|
|
7197
6999
|
}, {
|
|
7198
7000
|
readonly name: "expiresAt";
|
|
7199
7001
|
readonly type: "uint64";
|
|
7200
7002
|
readonly internalType: "uint64";
|
|
7201
|
-
}, {
|
|
7202
|
-
readonly name: "createdAt";
|
|
7203
|
-
readonly type: "uint64";
|
|
7204
|
-
readonly internalType: "uint64";
|
|
7205
7003
|
}, {
|
|
7206
7004
|
readonly name: "liquidities";
|
|
7207
7005
|
readonly type: "uint128[]";
|
|
@@ -7422,18 +7220,10 @@ declare const useLens: () => {
|
|
|
7422
7220
|
readonly name: "netOptionAssetToRepay";
|
|
7423
7221
|
readonly type: "uint256";
|
|
7424
7222
|
readonly internalType: "uint256";
|
|
7425
|
-
}, {
|
|
7426
|
-
readonly name: "premiumPaid";
|
|
7427
|
-
readonly type: "uint128";
|
|
7428
|
-
readonly internalType: "uint128";
|
|
7429
7223
|
}, {
|
|
7430
7224
|
readonly name: "expiresAt";
|
|
7431
7225
|
readonly type: "uint64";
|
|
7432
7226
|
readonly internalType: "uint64";
|
|
7433
|
-
}, {
|
|
7434
|
-
readonly name: "createdAt";
|
|
7435
|
-
readonly type: "uint64";
|
|
7436
|
-
readonly internalType: "uint64";
|
|
7437
7227
|
}, {
|
|
7438
7228
|
readonly name: "liquidities";
|
|
7439
7229
|
readonly type: "uint128[]";
|
|
@@ -7513,18 +7303,10 @@ declare const useLens: () => {
|
|
|
7513
7303
|
readonly name: "netOptionAssetToRepay";
|
|
7514
7304
|
readonly type: "uint256";
|
|
7515
7305
|
readonly internalType: "uint256";
|
|
7516
|
-
}, {
|
|
7517
|
-
readonly name: "premiumPaid";
|
|
7518
|
-
readonly type: "uint128";
|
|
7519
|
-
readonly internalType: "uint128";
|
|
7520
7306
|
}, {
|
|
7521
7307
|
readonly name: "expiresAt";
|
|
7522
7308
|
readonly type: "uint64";
|
|
7523
7309
|
readonly internalType: "uint64";
|
|
7524
|
-
}, {
|
|
7525
|
-
readonly name: "createdAt";
|
|
7526
|
-
readonly type: "uint64";
|
|
7527
|
-
readonly internalType: "uint64";
|
|
7528
7310
|
}, {
|
|
7529
7311
|
readonly name: "liquidities";
|
|
7530
7312
|
readonly type: "uint128[]";
|
|
@@ -7685,18 +7467,10 @@ declare const useLens: () => {
|
|
|
7685
7467
|
readonly name: "netOptionAssetToRepay";
|
|
7686
7468
|
readonly type: "uint256";
|
|
7687
7469
|
readonly internalType: "uint256";
|
|
7688
|
-
}, {
|
|
7689
|
-
readonly name: "premiumPaid";
|
|
7690
|
-
readonly type: "uint128";
|
|
7691
|
-
readonly internalType: "uint128";
|
|
7692
7470
|
}, {
|
|
7693
7471
|
readonly name: "expiresAt";
|
|
7694
7472
|
readonly type: "uint64";
|
|
7695
7473
|
readonly internalType: "uint64";
|
|
7696
|
-
}, {
|
|
7697
|
-
readonly name: "createdAt";
|
|
7698
|
-
readonly type: "uint64";
|
|
7699
|
-
readonly internalType: "uint64";
|
|
7700
7474
|
}, {
|
|
7701
7475
|
readonly name: "liquidities";
|
|
7702
7476
|
readonly type: "uint128[]";
|
|
@@ -7751,7 +7525,7 @@ declare const useLens: () => {
|
|
|
7751
7525
|
}];
|
|
7752
7526
|
readonly stateMutability: "view";
|
|
7753
7527
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7754
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
7528
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
7755
7529
|
readonly type: "function";
|
|
7756
7530
|
readonly name: "batchGetRefTick";
|
|
7757
7531
|
readonly inputs: readonly [{
|
|
@@ -7896,18 +7670,10 @@ declare const useLens: () => {
|
|
|
7896
7670
|
readonly name: "netOptionAssetToRepay";
|
|
7897
7671
|
readonly type: "uint256";
|
|
7898
7672
|
readonly internalType: "uint256";
|
|
7899
|
-
}, {
|
|
7900
|
-
readonly name: "premiumPaid";
|
|
7901
|
-
readonly type: "uint128";
|
|
7902
|
-
readonly internalType: "uint128";
|
|
7903
7673
|
}, {
|
|
7904
7674
|
readonly name: "expiresAt";
|
|
7905
7675
|
readonly type: "uint64";
|
|
7906
7676
|
readonly internalType: "uint64";
|
|
7907
|
-
}, {
|
|
7908
|
-
readonly name: "createdAt";
|
|
7909
|
-
readonly type: "uint64";
|
|
7910
|
-
readonly internalType: "uint64";
|
|
7911
7677
|
}, {
|
|
7912
7678
|
readonly name: "liquidities";
|
|
7913
7679
|
readonly type: "uint128[]";
|
|
@@ -8128,18 +7894,10 @@ declare const useLens: () => {
|
|
|
8128
7894
|
readonly name: "netOptionAssetToRepay";
|
|
8129
7895
|
readonly type: "uint256";
|
|
8130
7896
|
readonly internalType: "uint256";
|
|
8131
|
-
}, {
|
|
8132
|
-
readonly name: "premiumPaid";
|
|
8133
|
-
readonly type: "uint128";
|
|
8134
|
-
readonly internalType: "uint128";
|
|
8135
7897
|
}, {
|
|
8136
7898
|
readonly name: "expiresAt";
|
|
8137
7899
|
readonly type: "uint64";
|
|
8138
7900
|
readonly internalType: "uint64";
|
|
8139
|
-
}, {
|
|
8140
|
-
readonly name: "createdAt";
|
|
8141
|
-
readonly type: "uint64";
|
|
8142
|
-
readonly internalType: "uint64";
|
|
8143
7901
|
}, {
|
|
8144
7902
|
readonly name: "liquidities";
|
|
8145
7903
|
readonly type: "uint128[]";
|
|
@@ -8219,18 +7977,10 @@ declare const useLens: () => {
|
|
|
8219
7977
|
readonly name: "netOptionAssetToRepay";
|
|
8220
7978
|
readonly type: "uint256";
|
|
8221
7979
|
readonly internalType: "uint256";
|
|
8222
|
-
}, {
|
|
8223
|
-
readonly name: "premiumPaid";
|
|
8224
|
-
readonly type: "uint128";
|
|
8225
|
-
readonly internalType: "uint128";
|
|
8226
7980
|
}, {
|
|
8227
7981
|
readonly name: "expiresAt";
|
|
8228
7982
|
readonly type: "uint64";
|
|
8229
7983
|
readonly internalType: "uint64";
|
|
8230
|
-
}, {
|
|
8231
|
-
readonly name: "createdAt";
|
|
8232
|
-
readonly type: "uint64";
|
|
8233
|
-
readonly internalType: "uint64";
|
|
8234
7984
|
}, {
|
|
8235
7985
|
readonly name: "liquidities";
|
|
8236
7986
|
readonly type: "uint128[]";
|
|
@@ -8391,18 +8141,10 @@ declare const useLens: () => {
|
|
|
8391
8141
|
readonly name: "netOptionAssetToRepay";
|
|
8392
8142
|
readonly type: "uint256";
|
|
8393
8143
|
readonly internalType: "uint256";
|
|
8394
|
-
}, {
|
|
8395
|
-
readonly name: "premiumPaid";
|
|
8396
|
-
readonly type: "uint128";
|
|
8397
|
-
readonly internalType: "uint128";
|
|
8398
8144
|
}, {
|
|
8399
8145
|
readonly name: "expiresAt";
|
|
8400
8146
|
readonly type: "uint64";
|
|
8401
8147
|
readonly internalType: "uint64";
|
|
8402
|
-
}, {
|
|
8403
|
-
readonly name: "createdAt";
|
|
8404
|
-
readonly type: "uint64";
|
|
8405
|
-
readonly internalType: "uint64";
|
|
8406
8148
|
}, {
|
|
8407
8149
|
readonly name: "liquidities";
|
|
8408
8150
|
readonly type: "uint128[]";
|
|
@@ -8471,12 +8213,10 @@ declare const useLens: () => {
|
|
|
8471
8213
|
payoutAssetToRepay: bigint;
|
|
8472
8214
|
positionSize: bigint;
|
|
8473
8215
|
netOptionAssetToRepay: bigint;
|
|
8474
|
-
premiumPaid: bigint;
|
|
8475
8216
|
expiresAt: bigint;
|
|
8476
|
-
createdAt: bigint;
|
|
8477
8217
|
liquidities: readonly bigint[];
|
|
8478
8218
|
}>;
|
|
8479
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
8219
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
8480
8220
|
readonly type: "function";
|
|
8481
8221
|
readonly name: "batchGetRefTick";
|
|
8482
8222
|
readonly inputs: readonly [{
|
|
@@ -8621,18 +8361,10 @@ declare const useLens: () => {
|
|
|
8621
8361
|
readonly name: "netOptionAssetToRepay";
|
|
8622
8362
|
readonly type: "uint256";
|
|
8623
8363
|
readonly internalType: "uint256";
|
|
8624
|
-
}, {
|
|
8625
|
-
readonly name: "premiumPaid";
|
|
8626
|
-
readonly type: "uint128";
|
|
8627
|
-
readonly internalType: "uint128";
|
|
8628
8364
|
}, {
|
|
8629
8365
|
readonly name: "expiresAt";
|
|
8630
8366
|
readonly type: "uint64";
|
|
8631
8367
|
readonly internalType: "uint64";
|
|
8632
|
-
}, {
|
|
8633
|
-
readonly name: "createdAt";
|
|
8634
|
-
readonly type: "uint64";
|
|
8635
|
-
readonly internalType: "uint64";
|
|
8636
8368
|
}, {
|
|
8637
8369
|
readonly name: "liquidities";
|
|
8638
8370
|
readonly type: "uint128[]";
|
|
@@ -8853,18 +8585,10 @@ declare const useLens: () => {
|
|
|
8853
8585
|
readonly name: "netOptionAssetToRepay";
|
|
8854
8586
|
readonly type: "uint256";
|
|
8855
8587
|
readonly internalType: "uint256";
|
|
8856
|
-
}, {
|
|
8857
|
-
readonly name: "premiumPaid";
|
|
8858
|
-
readonly type: "uint128";
|
|
8859
|
-
readonly internalType: "uint128";
|
|
8860
8588
|
}, {
|
|
8861
8589
|
readonly name: "expiresAt";
|
|
8862
8590
|
readonly type: "uint64";
|
|
8863
8591
|
readonly internalType: "uint64";
|
|
8864
|
-
}, {
|
|
8865
|
-
readonly name: "createdAt";
|
|
8866
|
-
readonly type: "uint64";
|
|
8867
|
-
readonly internalType: "uint64";
|
|
8868
8592
|
}, {
|
|
8869
8593
|
readonly name: "liquidities";
|
|
8870
8594
|
readonly type: "uint128[]";
|
|
@@ -8944,18 +8668,10 @@ declare const useLens: () => {
|
|
|
8944
8668
|
readonly name: "netOptionAssetToRepay";
|
|
8945
8669
|
readonly type: "uint256";
|
|
8946
8670
|
readonly internalType: "uint256";
|
|
8947
|
-
}, {
|
|
8948
|
-
readonly name: "premiumPaid";
|
|
8949
|
-
readonly type: "uint128";
|
|
8950
|
-
readonly internalType: "uint128";
|
|
8951
8671
|
}, {
|
|
8952
8672
|
readonly name: "expiresAt";
|
|
8953
8673
|
readonly type: "uint64";
|
|
8954
8674
|
readonly internalType: "uint64";
|
|
8955
|
-
}, {
|
|
8956
|
-
readonly name: "createdAt";
|
|
8957
|
-
readonly type: "uint64";
|
|
8958
|
-
readonly internalType: "uint64";
|
|
8959
8675
|
}, {
|
|
8960
8676
|
readonly name: "liquidities";
|
|
8961
8677
|
readonly type: "uint128[]";
|
|
@@ -9116,18 +8832,10 @@ declare const useLens: () => {
|
|
|
9116
8832
|
readonly name: "netOptionAssetToRepay";
|
|
9117
8833
|
readonly type: "uint256";
|
|
9118
8834
|
readonly internalType: "uint256";
|
|
9119
|
-
}, {
|
|
9120
|
-
readonly name: "premiumPaid";
|
|
9121
|
-
readonly type: "uint128";
|
|
9122
|
-
readonly internalType: "uint128";
|
|
9123
8835
|
}, {
|
|
9124
8836
|
readonly name: "expiresAt";
|
|
9125
8837
|
readonly type: "uint64";
|
|
9126
8838
|
readonly internalType: "uint64";
|
|
9127
|
-
}, {
|
|
9128
|
-
readonly name: "createdAt";
|
|
9129
|
-
readonly type: "uint64";
|
|
9130
|
-
readonly internalType: "uint64";
|
|
9131
8839
|
}, {
|
|
9132
8840
|
readonly name: "liquidities";
|
|
9133
8841
|
readonly type: "uint128[]";
|
|
@@ -9196,12 +8904,10 @@ declare const useLens: () => {
|
|
|
9196
8904
|
payoutAssetToRepay: bigint;
|
|
9197
8905
|
positionSize: bigint;
|
|
9198
8906
|
netOptionAssetToRepay: bigint;
|
|
9199
|
-
premiumPaid: bigint;
|
|
9200
8907
|
expiresAt: bigint;
|
|
9201
|
-
createdAt: bigint;
|
|
9202
8908
|
liquidities: readonly bigint[];
|
|
9203
8909
|
}[]>;
|
|
9204
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
8910
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
9205
8911
|
readonly type: "function";
|
|
9206
8912
|
readonly name: "batchGetRefTick";
|
|
9207
8913
|
readonly inputs: readonly [{
|
|
@@ -9346,18 +9052,10 @@ declare const useLens: () => {
|
|
|
9346
9052
|
readonly name: "netOptionAssetToRepay";
|
|
9347
9053
|
readonly type: "uint256";
|
|
9348
9054
|
readonly internalType: "uint256";
|
|
9349
|
-
}, {
|
|
9350
|
-
readonly name: "premiumPaid";
|
|
9351
|
-
readonly type: "uint128";
|
|
9352
|
-
readonly internalType: "uint128";
|
|
9353
9055
|
}, {
|
|
9354
9056
|
readonly name: "expiresAt";
|
|
9355
9057
|
readonly type: "uint64";
|
|
9356
9058
|
readonly internalType: "uint64";
|
|
9357
|
-
}, {
|
|
9358
|
-
readonly name: "createdAt";
|
|
9359
|
-
readonly type: "uint64";
|
|
9360
|
-
readonly internalType: "uint64";
|
|
9361
9059
|
}, {
|
|
9362
9060
|
readonly name: "liquidities";
|
|
9363
9061
|
readonly type: "uint128[]";
|
|
@@ -9578,18 +9276,10 @@ declare const useLens: () => {
|
|
|
9578
9276
|
readonly name: "netOptionAssetToRepay";
|
|
9579
9277
|
readonly type: "uint256";
|
|
9580
9278
|
readonly internalType: "uint256";
|
|
9581
|
-
}, {
|
|
9582
|
-
readonly name: "premiumPaid";
|
|
9583
|
-
readonly type: "uint128";
|
|
9584
|
-
readonly internalType: "uint128";
|
|
9585
9279
|
}, {
|
|
9586
9280
|
readonly name: "expiresAt";
|
|
9587
9281
|
readonly type: "uint64";
|
|
9588
9282
|
readonly internalType: "uint64";
|
|
9589
|
-
}, {
|
|
9590
|
-
readonly name: "createdAt";
|
|
9591
|
-
readonly type: "uint64";
|
|
9592
|
-
readonly internalType: "uint64";
|
|
9593
9283
|
}, {
|
|
9594
9284
|
readonly name: "liquidities";
|
|
9595
9285
|
readonly type: "uint128[]";
|
|
@@ -9669,18 +9359,10 @@ declare const useLens: () => {
|
|
|
9669
9359
|
readonly name: "netOptionAssetToRepay";
|
|
9670
9360
|
readonly type: "uint256";
|
|
9671
9361
|
readonly internalType: "uint256";
|
|
9672
|
-
}, {
|
|
9673
|
-
readonly name: "premiumPaid";
|
|
9674
|
-
readonly type: "uint128";
|
|
9675
|
-
readonly internalType: "uint128";
|
|
9676
9362
|
}, {
|
|
9677
9363
|
readonly name: "expiresAt";
|
|
9678
9364
|
readonly type: "uint64";
|
|
9679
9365
|
readonly internalType: "uint64";
|
|
9680
|
-
}, {
|
|
9681
|
-
readonly name: "createdAt";
|
|
9682
|
-
readonly type: "uint64";
|
|
9683
|
-
readonly internalType: "uint64";
|
|
9684
9366
|
}, {
|
|
9685
9367
|
readonly name: "liquidities";
|
|
9686
9368
|
readonly type: "uint128[]";
|
|
@@ -9841,18 +9523,10 @@ declare const useLens: () => {
|
|
|
9841
9523
|
readonly name: "netOptionAssetToRepay";
|
|
9842
9524
|
readonly type: "uint256";
|
|
9843
9525
|
readonly internalType: "uint256";
|
|
9844
|
-
}, {
|
|
9845
|
-
readonly name: "premiumPaid";
|
|
9846
|
-
readonly type: "uint128";
|
|
9847
|
-
readonly internalType: "uint128";
|
|
9848
9526
|
}, {
|
|
9849
9527
|
readonly name: "expiresAt";
|
|
9850
9528
|
readonly type: "uint64";
|
|
9851
9529
|
readonly internalType: "uint64";
|
|
9852
|
-
}, {
|
|
9853
|
-
readonly name: "createdAt";
|
|
9854
|
-
readonly type: "uint64";
|
|
9855
|
-
readonly internalType: "uint64";
|
|
9856
9530
|
}, {
|
|
9857
9531
|
readonly name: "liquidities";
|
|
9858
9532
|
readonly type: "uint128[]";
|
|
@@ -9918,7 +9592,7 @@ declare const useLens: () => {
|
|
|
9918
9592
|
tickSpacing: number;
|
|
9919
9593
|
fee: number;
|
|
9920
9594
|
}>;
|
|
9921
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
9595
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
9922
9596
|
readonly type: "function";
|
|
9923
9597
|
readonly name: "batchGetRefTick";
|
|
9924
9598
|
readonly inputs: readonly [{
|
|
@@ -10063,18 +9737,10 @@ declare const useLens: () => {
|
|
|
10063
9737
|
readonly name: "netOptionAssetToRepay";
|
|
10064
9738
|
readonly type: "uint256";
|
|
10065
9739
|
readonly internalType: "uint256";
|
|
10066
|
-
}, {
|
|
10067
|
-
readonly name: "premiumPaid";
|
|
10068
|
-
readonly type: "uint128";
|
|
10069
|
-
readonly internalType: "uint128";
|
|
10070
9740
|
}, {
|
|
10071
9741
|
readonly name: "expiresAt";
|
|
10072
9742
|
readonly type: "uint64";
|
|
10073
9743
|
readonly internalType: "uint64";
|
|
10074
|
-
}, {
|
|
10075
|
-
readonly name: "createdAt";
|
|
10076
|
-
readonly type: "uint64";
|
|
10077
|
-
readonly internalType: "uint64";
|
|
10078
9744
|
}, {
|
|
10079
9745
|
readonly name: "liquidities";
|
|
10080
9746
|
readonly type: "uint128[]";
|
|
@@ -10295,18 +9961,10 @@ declare const useLens: () => {
|
|
|
10295
9961
|
readonly name: "netOptionAssetToRepay";
|
|
10296
9962
|
readonly type: "uint256";
|
|
10297
9963
|
readonly internalType: "uint256";
|
|
10298
|
-
}, {
|
|
10299
|
-
readonly name: "premiumPaid";
|
|
10300
|
-
readonly type: "uint128";
|
|
10301
|
-
readonly internalType: "uint128";
|
|
10302
9964
|
}, {
|
|
10303
9965
|
readonly name: "expiresAt";
|
|
10304
9966
|
readonly type: "uint64";
|
|
10305
9967
|
readonly internalType: "uint64";
|
|
10306
|
-
}, {
|
|
10307
|
-
readonly name: "createdAt";
|
|
10308
|
-
readonly type: "uint64";
|
|
10309
|
-
readonly internalType: "uint64";
|
|
10310
9968
|
}, {
|
|
10311
9969
|
readonly name: "liquidities";
|
|
10312
9970
|
readonly type: "uint128[]";
|
|
@@ -10386,18 +10044,10 @@ declare const useLens: () => {
|
|
|
10386
10044
|
readonly name: "netOptionAssetToRepay";
|
|
10387
10045
|
readonly type: "uint256";
|
|
10388
10046
|
readonly internalType: "uint256";
|
|
10389
|
-
}, {
|
|
10390
|
-
readonly name: "premiumPaid";
|
|
10391
|
-
readonly type: "uint128";
|
|
10392
|
-
readonly internalType: "uint128";
|
|
10393
10047
|
}, {
|
|
10394
10048
|
readonly name: "expiresAt";
|
|
10395
10049
|
readonly type: "uint64";
|
|
10396
10050
|
readonly internalType: "uint64";
|
|
10397
|
-
}, {
|
|
10398
|
-
readonly name: "createdAt";
|
|
10399
|
-
readonly type: "uint64";
|
|
10400
|
-
readonly internalType: "uint64";
|
|
10401
10051
|
}, {
|
|
10402
10052
|
readonly name: "liquidities";
|
|
10403
10053
|
readonly type: "uint128[]";
|
|
@@ -10558,18 +10208,10 @@ declare const useLens: () => {
|
|
|
10558
10208
|
readonly name: "netOptionAssetToRepay";
|
|
10559
10209
|
readonly type: "uint256";
|
|
10560
10210
|
readonly internalType: "uint256";
|
|
10561
|
-
}, {
|
|
10562
|
-
readonly name: "premiumPaid";
|
|
10563
|
-
readonly type: "uint128";
|
|
10564
|
-
readonly internalType: "uint128";
|
|
10565
10211
|
}, {
|
|
10566
10212
|
readonly name: "expiresAt";
|
|
10567
10213
|
readonly type: "uint64";
|
|
10568
10214
|
readonly internalType: "uint64";
|
|
10569
|
-
}, {
|
|
10570
|
-
readonly name: "createdAt";
|
|
10571
|
-
readonly type: "uint64";
|
|
10572
|
-
readonly internalType: "uint64";
|
|
10573
10215
|
}, {
|
|
10574
10216
|
readonly name: "liquidities";
|
|
10575
10217
|
readonly type: "uint128[]";
|
|
@@ -10624,7 +10266,7 @@ declare const useLens: () => {
|
|
|
10624
10266
|
}];
|
|
10625
10267
|
readonly stateMutability: "view";
|
|
10626
10268
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
10627
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
10269
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
10628
10270
|
readonly type: "function";
|
|
10629
10271
|
readonly name: "batchGetRefTick";
|
|
10630
10272
|
readonly inputs: readonly [{
|
|
@@ -10769,18 +10411,10 @@ declare const useLens: () => {
|
|
|
10769
10411
|
readonly name: "netOptionAssetToRepay";
|
|
10770
10412
|
readonly type: "uint256";
|
|
10771
10413
|
readonly internalType: "uint256";
|
|
10772
|
-
}, {
|
|
10773
|
-
readonly name: "premiumPaid";
|
|
10774
|
-
readonly type: "uint128";
|
|
10775
|
-
readonly internalType: "uint128";
|
|
10776
10414
|
}, {
|
|
10777
10415
|
readonly name: "expiresAt";
|
|
10778
10416
|
readonly type: "uint64";
|
|
10779
10417
|
readonly internalType: "uint64";
|
|
10780
|
-
}, {
|
|
10781
|
-
readonly name: "createdAt";
|
|
10782
|
-
readonly type: "uint64";
|
|
10783
|
-
readonly internalType: "uint64";
|
|
10784
10418
|
}, {
|
|
10785
10419
|
readonly name: "liquidities";
|
|
10786
10420
|
readonly type: "uint128[]";
|
|
@@ -11001,18 +10635,10 @@ declare const useLens: () => {
|
|
|
11001
10635
|
readonly name: "netOptionAssetToRepay";
|
|
11002
10636
|
readonly type: "uint256";
|
|
11003
10637
|
readonly internalType: "uint256";
|
|
11004
|
-
}, {
|
|
11005
|
-
readonly name: "premiumPaid";
|
|
11006
|
-
readonly type: "uint128";
|
|
11007
|
-
readonly internalType: "uint128";
|
|
11008
10638
|
}, {
|
|
11009
10639
|
readonly name: "expiresAt";
|
|
11010
10640
|
readonly type: "uint64";
|
|
11011
10641
|
readonly internalType: "uint64";
|
|
11012
|
-
}, {
|
|
11013
|
-
readonly name: "createdAt";
|
|
11014
|
-
readonly type: "uint64";
|
|
11015
|
-
readonly internalType: "uint64";
|
|
11016
10642
|
}, {
|
|
11017
10643
|
readonly name: "liquidities";
|
|
11018
10644
|
readonly type: "uint128[]";
|
|
@@ -11092,18 +10718,10 @@ declare const useLens: () => {
|
|
|
11092
10718
|
readonly name: "netOptionAssetToRepay";
|
|
11093
10719
|
readonly type: "uint256";
|
|
11094
10720
|
readonly internalType: "uint256";
|
|
11095
|
-
}, {
|
|
11096
|
-
readonly name: "premiumPaid";
|
|
11097
|
-
readonly type: "uint128";
|
|
11098
|
-
readonly internalType: "uint128";
|
|
11099
10721
|
}, {
|
|
11100
10722
|
readonly name: "expiresAt";
|
|
11101
10723
|
readonly type: "uint64";
|
|
11102
10724
|
readonly internalType: "uint64";
|
|
11103
|
-
}, {
|
|
11104
|
-
readonly name: "createdAt";
|
|
11105
|
-
readonly type: "uint64";
|
|
11106
|
-
readonly internalType: "uint64";
|
|
11107
10725
|
}, {
|
|
11108
10726
|
readonly name: "liquidities";
|
|
11109
10727
|
readonly type: "uint128[]";
|
|
@@ -11264,18 +10882,10 @@ declare const useLens: () => {
|
|
|
11264
10882
|
readonly name: "netOptionAssetToRepay";
|
|
11265
10883
|
readonly type: "uint256";
|
|
11266
10884
|
readonly internalType: "uint256";
|
|
11267
|
-
}, {
|
|
11268
|
-
readonly name: "premiumPaid";
|
|
11269
|
-
readonly type: "uint128";
|
|
11270
|
-
readonly internalType: "uint128";
|
|
11271
10885
|
}, {
|
|
11272
10886
|
readonly name: "expiresAt";
|
|
11273
10887
|
readonly type: "uint64";
|
|
11274
10888
|
readonly internalType: "uint64";
|
|
11275
|
-
}, {
|
|
11276
|
-
readonly name: "createdAt";
|
|
11277
|
-
readonly type: "uint64";
|
|
11278
|
-
readonly internalType: "uint64";
|
|
11279
10889
|
}, {
|
|
11280
10890
|
readonly name: "liquidities";
|
|
11281
10891
|
readonly type: "uint128[]";
|
|
@@ -11344,12 +10954,10 @@ declare const useLens: () => {
|
|
|
11344
10954
|
payoutAssetToRepay: bigint;
|
|
11345
10955
|
positionSize: bigint;
|
|
11346
10956
|
netOptionAssetToRepay: bigint;
|
|
11347
|
-
premiumPaid: bigint;
|
|
11348
10957
|
expiresAt: bigint;
|
|
11349
|
-
createdAt: bigint;
|
|
11350
10958
|
liquidities: readonly bigint[];
|
|
11351
10959
|
}[], bigint, boolean]>;
|
|
11352
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
10960
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
11353
10961
|
readonly type: "function";
|
|
11354
10962
|
readonly name: "batchGetRefTick";
|
|
11355
10963
|
readonly inputs: readonly [{
|
|
@@ -11494,18 +11102,10 @@ declare const useLens: () => {
|
|
|
11494
11102
|
readonly name: "netOptionAssetToRepay";
|
|
11495
11103
|
readonly type: "uint256";
|
|
11496
11104
|
readonly internalType: "uint256";
|
|
11497
|
-
}, {
|
|
11498
|
-
readonly name: "premiumPaid";
|
|
11499
|
-
readonly type: "uint128";
|
|
11500
|
-
readonly internalType: "uint128";
|
|
11501
11105
|
}, {
|
|
11502
11106
|
readonly name: "expiresAt";
|
|
11503
11107
|
readonly type: "uint64";
|
|
11504
11108
|
readonly internalType: "uint64";
|
|
11505
|
-
}, {
|
|
11506
|
-
readonly name: "createdAt";
|
|
11507
|
-
readonly type: "uint64";
|
|
11508
|
-
readonly internalType: "uint64";
|
|
11509
11109
|
}, {
|
|
11510
11110
|
readonly name: "liquidities";
|
|
11511
11111
|
readonly type: "uint128[]";
|
|
@@ -11726,18 +11326,10 @@ declare const useLens: () => {
|
|
|
11726
11326
|
readonly name: "netOptionAssetToRepay";
|
|
11727
11327
|
readonly type: "uint256";
|
|
11728
11328
|
readonly internalType: "uint256";
|
|
11729
|
-
}, {
|
|
11730
|
-
readonly name: "premiumPaid";
|
|
11731
|
-
readonly type: "uint128";
|
|
11732
|
-
readonly internalType: "uint128";
|
|
11733
11329
|
}, {
|
|
11734
11330
|
readonly name: "expiresAt";
|
|
11735
11331
|
readonly type: "uint64";
|
|
11736
11332
|
readonly internalType: "uint64";
|
|
11737
|
-
}, {
|
|
11738
|
-
readonly name: "createdAt";
|
|
11739
|
-
readonly type: "uint64";
|
|
11740
|
-
readonly internalType: "uint64";
|
|
11741
11333
|
}, {
|
|
11742
11334
|
readonly name: "liquidities";
|
|
11743
11335
|
readonly type: "uint128[]";
|
|
@@ -11817,18 +11409,10 @@ declare const useLens: () => {
|
|
|
11817
11409
|
readonly name: "netOptionAssetToRepay";
|
|
11818
11410
|
readonly type: "uint256";
|
|
11819
11411
|
readonly internalType: "uint256";
|
|
11820
|
-
}, {
|
|
11821
|
-
readonly name: "premiumPaid";
|
|
11822
|
-
readonly type: "uint128";
|
|
11823
|
-
readonly internalType: "uint128";
|
|
11824
11412
|
}, {
|
|
11825
11413
|
readonly name: "expiresAt";
|
|
11826
11414
|
readonly type: "uint64";
|
|
11827
11415
|
readonly internalType: "uint64";
|
|
11828
|
-
}, {
|
|
11829
|
-
readonly name: "createdAt";
|
|
11830
|
-
readonly type: "uint64";
|
|
11831
|
-
readonly internalType: "uint64";
|
|
11832
11416
|
}, {
|
|
11833
11417
|
readonly name: "liquidities";
|
|
11834
11418
|
readonly type: "uint128[]";
|
|
@@ -11989,18 +11573,10 @@ declare const useLens: () => {
|
|
|
11989
11573
|
readonly name: "netOptionAssetToRepay";
|
|
11990
11574
|
readonly type: "uint256";
|
|
11991
11575
|
readonly internalType: "uint256";
|
|
11992
|
-
}, {
|
|
11993
|
-
readonly name: "premiumPaid";
|
|
11994
|
-
readonly type: "uint128";
|
|
11995
|
-
readonly internalType: "uint128";
|
|
11996
11576
|
}, {
|
|
11997
11577
|
readonly name: "expiresAt";
|
|
11998
11578
|
readonly type: "uint64";
|
|
11999
11579
|
readonly internalType: "uint64";
|
|
12000
|
-
}, {
|
|
12001
|
-
readonly name: "createdAt";
|
|
12002
|
-
readonly type: "uint64";
|
|
12003
|
-
readonly internalType: "uint64";
|
|
12004
11580
|
}, {
|
|
12005
11581
|
readonly name: "liquidities";
|
|
12006
11582
|
readonly type: "uint128[]";
|
|
@@ -12202,18 +11778,10 @@ declare const useLens: () => {
|
|
|
12202
11778
|
readonly name: "netOptionAssetToRepay";
|
|
12203
11779
|
readonly type: "uint256";
|
|
12204
11780
|
readonly internalType: "uint256";
|
|
12205
|
-
}, {
|
|
12206
|
-
readonly name: "premiumPaid";
|
|
12207
|
-
readonly type: "uint128";
|
|
12208
|
-
readonly internalType: "uint128";
|
|
12209
11781
|
}, {
|
|
12210
11782
|
readonly name: "expiresAt";
|
|
12211
11783
|
readonly type: "uint64";
|
|
12212
11784
|
readonly internalType: "uint64";
|
|
12213
|
-
}, {
|
|
12214
|
-
readonly name: "createdAt";
|
|
12215
|
-
readonly type: "uint64";
|
|
12216
|
-
readonly internalType: "uint64";
|
|
12217
11785
|
}, {
|
|
12218
11786
|
readonly name: "liquidities";
|
|
12219
11787
|
readonly type: "uint128[]";
|
|
@@ -12434,18 +12002,10 @@ declare const useLens: () => {
|
|
|
12434
12002
|
readonly name: "netOptionAssetToRepay";
|
|
12435
12003
|
readonly type: "uint256";
|
|
12436
12004
|
readonly internalType: "uint256";
|
|
12437
|
-
}, {
|
|
12438
|
-
readonly name: "premiumPaid";
|
|
12439
|
-
readonly type: "uint128";
|
|
12440
|
-
readonly internalType: "uint128";
|
|
12441
12005
|
}, {
|
|
12442
12006
|
readonly name: "expiresAt";
|
|
12443
12007
|
readonly type: "uint64";
|
|
12444
12008
|
readonly internalType: "uint64";
|
|
12445
|
-
}, {
|
|
12446
|
-
readonly name: "createdAt";
|
|
12447
|
-
readonly type: "uint64";
|
|
12448
|
-
readonly internalType: "uint64";
|
|
12449
12009
|
}, {
|
|
12450
12010
|
readonly name: "liquidities";
|
|
12451
12011
|
readonly type: "uint128[]";
|
|
@@ -12525,18 +12085,10 @@ declare const useLens: () => {
|
|
|
12525
12085
|
readonly name: "netOptionAssetToRepay";
|
|
12526
12086
|
readonly type: "uint256";
|
|
12527
12087
|
readonly internalType: "uint256";
|
|
12528
|
-
}, {
|
|
12529
|
-
readonly name: "premiumPaid";
|
|
12530
|
-
readonly type: "uint128";
|
|
12531
|
-
readonly internalType: "uint128";
|
|
12532
12088
|
}, {
|
|
12533
12089
|
readonly name: "expiresAt";
|
|
12534
12090
|
readonly type: "uint64";
|
|
12535
12091
|
readonly internalType: "uint64";
|
|
12536
|
-
}, {
|
|
12537
|
-
readonly name: "createdAt";
|
|
12538
|
-
readonly type: "uint64";
|
|
12539
|
-
readonly internalType: "uint64";
|
|
12540
12092
|
}, {
|
|
12541
12093
|
readonly name: "liquidities";
|
|
12542
12094
|
readonly type: "uint128[]";
|
|
@@ -12697,18 +12249,10 @@ declare const useLens: () => {
|
|
|
12697
12249
|
readonly name: "netOptionAssetToRepay";
|
|
12698
12250
|
readonly type: "uint256";
|
|
12699
12251
|
readonly internalType: "uint256";
|
|
12700
|
-
}, {
|
|
12701
|
-
readonly name: "premiumPaid";
|
|
12702
|
-
readonly type: "uint128";
|
|
12703
|
-
readonly internalType: "uint128";
|
|
12704
12252
|
}, {
|
|
12705
12253
|
readonly name: "expiresAt";
|
|
12706
12254
|
readonly type: "uint64";
|
|
12707
12255
|
readonly internalType: "uint64";
|
|
12708
|
-
}, {
|
|
12709
|
-
readonly name: "createdAt";
|
|
12710
|
-
readonly type: "uint64";
|
|
12711
|
-
readonly internalType: "uint64";
|
|
12712
12256
|
}, {
|
|
12713
12257
|
readonly name: "liquidities";
|
|
12714
12258
|
readonly type: "uint128[]";
|
|
@@ -12766,7 +12310,7 @@ declare const useLens: () => {
|
|
|
12766
12310
|
} | undefined;
|
|
12767
12311
|
uniswapLens: {
|
|
12768
12312
|
read: {
|
|
12769
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
12313
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
12770
12314
|
readonly type: "function";
|
|
12771
12315
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12772
12316
|
readonly inputs: readonly [{
|
|
@@ -13387,7 +12931,7 @@ declare const useLens: () => {
|
|
|
13387
12931
|
}];
|
|
13388
12932
|
readonly stateMutability: "pure";
|
|
13389
12933
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13390
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
12934
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
13391
12935
|
readonly type: "function";
|
|
13392
12936
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13393
12937
|
readonly inputs: readonly [{
|
|
@@ -14008,7 +13552,7 @@ declare const useLens: () => {
|
|
|
14008
13552
|
}];
|
|
14009
13553
|
readonly stateMutability: "pure";
|
|
14010
13554
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14011
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
13555
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
14012
13556
|
readonly type: "function";
|
|
14013
13557
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14014
13558
|
readonly inputs: readonly [{
|
|
@@ -14629,7 +14173,7 @@ declare const useLens: () => {
|
|
|
14629
14173
|
}];
|
|
14630
14174
|
readonly stateMutability: "pure";
|
|
14631
14175
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14632
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
14176
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
14633
14177
|
readonly type: "function";
|
|
14634
14178
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14635
14179
|
readonly inputs: readonly [{
|
|
@@ -15250,7 +14794,7 @@ declare const useLens: () => {
|
|
|
15250
14794
|
}];
|
|
15251
14795
|
readonly stateMutability: "pure";
|
|
15252
14796
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
15253
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
14797
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
15254
14798
|
readonly type: "function";
|
|
15255
14799
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15256
14800
|
readonly inputs: readonly [{
|
|
@@ -15871,7 +15415,7 @@ declare const useLens: () => {
|
|
|
15871
15415
|
}];
|
|
15872
15416
|
readonly stateMutability: "pure";
|
|
15873
15417
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
15874
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
15418
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
15875
15419
|
readonly type: "function";
|
|
15876
15420
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15877
15421
|
readonly inputs: readonly [{
|
|
@@ -16492,7 +16036,7 @@ declare const useLens: () => {
|
|
|
16492
16036
|
}];
|
|
16493
16037
|
readonly stateMutability: "pure";
|
|
16494
16038
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
16495
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
16039
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
16496
16040
|
readonly type: "function";
|
|
16497
16041
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16498
16042
|
readonly inputs: readonly [{
|
|
@@ -17113,7 +16657,7 @@ declare const useLens: () => {
|
|
|
17113
16657
|
}];
|
|
17114
16658
|
readonly stateMutability: "pure";
|
|
17115
16659
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17116
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
16660
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
17117
16661
|
readonly type: "function";
|
|
17118
16662
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17119
16663
|
readonly inputs: readonly [{
|
|
@@ -17734,7 +17278,7 @@ declare const useLens: () => {
|
|
|
17734
17278
|
}];
|
|
17735
17279
|
readonly stateMutability: "pure";
|
|
17736
17280
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17737
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
17281
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
17738
17282
|
readonly type: "function";
|
|
17739
17283
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17740
17284
|
readonly inputs: readonly [{
|
|
@@ -18355,7 +17899,7 @@ declare const useLens: () => {
|
|
|
18355
17899
|
}];
|
|
18356
17900
|
readonly stateMutability: "pure";
|
|
18357
17901
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18358
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
17902
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
18359
17903
|
readonly type: "function";
|
|
18360
17904
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18361
17905
|
readonly inputs: readonly [{
|
|
@@ -18976,7 +18520,7 @@ declare const useLens: () => {
|
|
|
18976
18520
|
}];
|
|
18977
18521
|
readonly stateMutability: "pure";
|
|
18978
18522
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18979
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
18523
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
18980
18524
|
readonly type: "function";
|
|
18981
18525
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18982
18526
|
readonly inputs: readonly [{
|
|
@@ -19597,7 +19141,7 @@ declare const useLens: () => {
|
|
|
19597
19141
|
}];
|
|
19598
19142
|
readonly stateMutability: "pure";
|
|
19599
19143
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19600
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
19144
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
19601
19145
|
readonly type: "function";
|
|
19602
19146
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19603
19147
|
readonly inputs: readonly [{
|
|
@@ -20218,7 +19762,7 @@ declare const useLens: () => {
|
|
|
20218
19762
|
}];
|
|
20219
19763
|
readonly stateMutability: "pure";
|
|
20220
19764
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20221
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
19765
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
20222
19766
|
readonly type: "function";
|
|
20223
19767
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20224
19768
|
readonly inputs: readonly [{
|
|
@@ -20839,7 +20383,7 @@ declare const useLens: () => {
|
|
|
20839
20383
|
}];
|
|
20840
20384
|
readonly stateMutability: "pure";
|
|
20841
20385
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20842
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
20386
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
20843
20387
|
readonly type: "function";
|
|
20844
20388
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20845
20389
|
readonly inputs: readonly [{
|
|
@@ -21460,7 +21004,7 @@ declare const useLens: () => {
|
|
|
21460
21004
|
}];
|
|
21461
21005
|
readonly stateMutability: "pure";
|
|
21462
21006
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21463
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21007
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
21464
21008
|
readonly type: "function";
|
|
21465
21009
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21466
21010
|
readonly inputs: readonly [{
|
|
@@ -22081,7 +21625,7 @@ declare const useLens: () => {
|
|
|
22081
21625
|
}];
|
|
22082
21626
|
readonly stateMutability: "pure";
|
|
22083
21627
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22084
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
21628
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
22085
21629
|
readonly type: "function";
|
|
22086
21630
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22087
21631
|
readonly inputs: readonly [{
|
|
@@ -22702,7 +22246,7 @@ declare const useLens: () => {
|
|
|
22702
22246
|
}];
|
|
22703
22247
|
readonly stateMutability: "pure";
|
|
22704
22248
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22705
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
22249
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
22706
22250
|
readonly type: "function";
|
|
22707
22251
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22708
22252
|
readonly inputs: readonly [{
|
|
@@ -23323,7 +22867,7 @@ declare const useLens: () => {
|
|
|
23323
22867
|
}];
|
|
23324
22868
|
readonly stateMutability: "pure";
|
|
23325
22869
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23326
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
22870
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
23327
22871
|
readonly type: "function";
|
|
23328
22872
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23329
22873
|
readonly inputs: readonly [{
|
|
@@ -23944,7 +23488,7 @@ declare const useLens: () => {
|
|
|
23944
23488
|
}];
|
|
23945
23489
|
readonly stateMutability: "pure";
|
|
23946
23490
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
23947
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
23491
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
23948
23492
|
readonly type: "function";
|
|
23949
23493
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23950
23494
|
readonly inputs: readonly [{
|
|
@@ -24565,7 +24109,7 @@ declare const useLens: () => {
|
|
|
24565
24109
|
}];
|
|
24566
24110
|
readonly stateMutability: "pure";
|
|
24567
24111
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
24568
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
24112
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
24569
24113
|
readonly type: "function";
|
|
24570
24114
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24571
24115
|
readonly inputs: readonly [{
|
|
@@ -25186,7 +24730,7 @@ declare const useLens: () => {
|
|
|
25186
24730
|
}];
|
|
25187
24731
|
readonly stateMutability: "pure";
|
|
25188
24732
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25189
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
24733
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
25190
24734
|
readonly type: "function";
|
|
25191
24735
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25192
24736
|
readonly inputs: readonly [{
|
|
@@ -25807,7 +25351,7 @@ declare const useLens: () => {
|
|
|
25807
25351
|
}];
|
|
25808
25352
|
readonly stateMutability: "pure";
|
|
25809
25353
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25810
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
25354
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
25811
25355
|
readonly type: "function";
|
|
25812
25356
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25813
25357
|
readonly inputs: readonly [{
|
|
@@ -26428,7 +25972,7 @@ declare const useLens: () => {
|
|
|
26428
25972
|
}];
|
|
26429
25973
|
readonly stateMutability: "pure";
|
|
26430
25974
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26431
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
25975
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
26432
25976
|
readonly type: "function";
|
|
26433
25977
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26434
25978
|
readonly inputs: readonly [{
|
|
@@ -27049,7 +26593,7 @@ declare const useLens: () => {
|
|
|
27049
26593
|
}];
|
|
27050
26594
|
readonly stateMutability: "pure";
|
|
27051
26595
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27052
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
26596
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
27053
26597
|
readonly type: "function";
|
|
27054
26598
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27055
26599
|
readonly inputs: readonly [{
|
|
@@ -27670,7 +27214,7 @@ declare const useLens: () => {
|
|
|
27670
27214
|
}];
|
|
27671
27215
|
readonly stateMutability: "pure";
|
|
27672
27216
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27673
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
27217
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
27674
27218
|
readonly type: "function";
|
|
27675
27219
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27676
27220
|
readonly inputs: readonly [{
|
|
@@ -28291,7 +27835,7 @@ declare const useLens: () => {
|
|
|
28291
27835
|
}];
|
|
28292
27836
|
readonly stateMutability: "pure";
|
|
28293
27837
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28294
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
27838
|
+
getPriceAtTick: (args: readonly [number], options?: viem366.Prettify<viem366.UnionOmit<viem366.ReadContractParameters<readonly [{
|
|
28295
27839
|
readonly type: "function";
|
|
28296
27840
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28297
27841
|
readonly inputs: readonly [{
|