timelock-sdk 0.0.46 → 0.0.47
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.cjs +2 -2
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +113 -113
- package/dist/client.d.ts +58 -58
- package/dist/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/{index-B7b3c8cu.d.cts → index-B20z73_3.d.ts} +2 -2
- package/dist/{index-CRhFaRiq.d.ts → index-CA5kB-yT.d.cts} +2 -2
- 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,12 +1,12 @@
|
|
|
1
1
|
import "./uniswapMathLens-B1MIL2yT.cjs";
|
|
2
|
-
import { Amount, TimelockMarketData, UniswapMathLens } from "./index-
|
|
3
|
-
import * as
|
|
2
|
+
import { Amount, TimelockMarketData, UniswapMathLens } from "./index-CA5kB-yT.cjs";
|
|
3
|
+
import * as viem249 from "viem";
|
|
4
4
|
import { Address } from "viem";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
6
6
|
import "graphql";
|
|
7
7
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
8
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
10
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
11
11
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
12
12
|
|
|
@@ -202,7 +202,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
202
202
|
isRefetching: boolean;
|
|
203
203
|
isStale: boolean;
|
|
204
204
|
isEnabled: boolean;
|
|
205
|
-
refetch: (options?:
|
|
205
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
206
206
|
optionId: bigint;
|
|
207
207
|
marketAddr: Address;
|
|
208
208
|
optionType: "CALL" | "PUT";
|
|
@@ -232,7 +232,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
232
232
|
transactionHash: string;
|
|
233
233
|
} | null;
|
|
234
234
|
}[], Error>>;
|
|
235
|
-
fetchStatus:
|
|
235
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
236
236
|
promise: Promise<{
|
|
237
237
|
optionId: bigint;
|
|
238
238
|
marketAddr: Address;
|
|
@@ -316,7 +316,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
316
316
|
isRefetching: boolean;
|
|
317
317
|
isStale: boolean;
|
|
318
318
|
isEnabled: boolean;
|
|
319
|
-
refetch: (options?:
|
|
319
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
320
320
|
optionId: bigint;
|
|
321
321
|
marketAddr: Address;
|
|
322
322
|
optionType: "CALL" | "PUT";
|
|
@@ -346,7 +346,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
346
346
|
transactionHash: string;
|
|
347
347
|
} | null;
|
|
348
348
|
}[], Error>>;
|
|
349
|
-
fetchStatus:
|
|
349
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
350
350
|
promise: Promise<{
|
|
351
351
|
optionId: bigint;
|
|
352
352
|
marketAddr: Address;
|
|
@@ -430,7 +430,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
430
430
|
isRefetching: boolean;
|
|
431
431
|
isStale: boolean;
|
|
432
432
|
isEnabled: boolean;
|
|
433
|
-
refetch: (options?:
|
|
433
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
434
434
|
optionId: bigint;
|
|
435
435
|
marketAddr: Address;
|
|
436
436
|
optionType: "CALL" | "PUT";
|
|
@@ -460,7 +460,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
460
460
|
transactionHash: string;
|
|
461
461
|
} | null;
|
|
462
462
|
}[], Error>>;
|
|
463
|
-
fetchStatus:
|
|
463
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
464
464
|
promise: Promise<{
|
|
465
465
|
optionId: bigint;
|
|
466
466
|
marketAddr: Address;
|
|
@@ -544,7 +544,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
544
544
|
isRefetching: boolean;
|
|
545
545
|
isStale: boolean;
|
|
546
546
|
isEnabled: boolean;
|
|
547
|
-
refetch: (options?:
|
|
547
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
548
548
|
optionId: bigint;
|
|
549
549
|
marketAddr: Address;
|
|
550
550
|
optionType: "CALL" | "PUT";
|
|
@@ -574,7 +574,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
574
574
|
transactionHash: string;
|
|
575
575
|
} | null;
|
|
576
576
|
}[], Error>>;
|
|
577
|
-
fetchStatus:
|
|
577
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
578
578
|
promise: Promise<{
|
|
579
579
|
optionId: bigint;
|
|
580
580
|
marketAddr: Address;
|
|
@@ -658,7 +658,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
658
658
|
isRefetching: boolean;
|
|
659
659
|
isStale: boolean;
|
|
660
660
|
isEnabled: boolean;
|
|
661
|
-
refetch: (options?:
|
|
661
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
662
662
|
optionId: bigint;
|
|
663
663
|
marketAddr: Address;
|
|
664
664
|
optionType: "CALL" | "PUT";
|
|
@@ -688,7 +688,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
688
688
|
transactionHash: string;
|
|
689
689
|
} | null;
|
|
690
690
|
}[], Error>>;
|
|
691
|
-
fetchStatus:
|
|
691
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
692
692
|
promise: Promise<{
|
|
693
693
|
optionId: bigint;
|
|
694
694
|
marketAddr: Address;
|
|
@@ -772,7 +772,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
772
772
|
isRefetching: boolean;
|
|
773
773
|
isStale: boolean;
|
|
774
774
|
isEnabled: boolean;
|
|
775
|
-
refetch: (options?:
|
|
775
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
776
776
|
optionId: bigint;
|
|
777
777
|
marketAddr: Address;
|
|
778
778
|
optionType: "CALL" | "PUT";
|
|
@@ -802,7 +802,7 @@ declare const useUserOptions: (user?: string, active?: boolean) => {
|
|
|
802
802
|
transactionHash: string;
|
|
803
803
|
} | null;
|
|
804
804
|
}[], Error>>;
|
|
805
|
-
fetchStatus:
|
|
805
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
806
806
|
promise: Promise<{
|
|
807
807
|
optionId: bigint;
|
|
808
808
|
marketAddr: Address;
|
|
@@ -887,7 +887,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
887
887
|
isRefetching: boolean;
|
|
888
888
|
isStale: boolean;
|
|
889
889
|
isEnabled: boolean;
|
|
890
|
-
refetch: (options?:
|
|
890
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
891
891
|
optionId: bigint;
|
|
892
892
|
marketAddr: Address;
|
|
893
893
|
optionType: "CALL" | "PUT";
|
|
@@ -917,7 +917,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
917
917
|
transactionHash: string;
|
|
918
918
|
} | null;
|
|
919
919
|
}[], Error>>;
|
|
920
|
-
fetchStatus:
|
|
920
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
921
921
|
promise: Promise<{
|
|
922
922
|
optionId: bigint;
|
|
923
923
|
marketAddr: Address;
|
|
@@ -1001,7 +1001,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1001
1001
|
isRefetching: boolean;
|
|
1002
1002
|
isStale: boolean;
|
|
1003
1003
|
isEnabled: boolean;
|
|
1004
|
-
refetch: (options?:
|
|
1004
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1005
1005
|
optionId: bigint;
|
|
1006
1006
|
marketAddr: Address;
|
|
1007
1007
|
optionType: "CALL" | "PUT";
|
|
@@ -1031,7 +1031,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1031
1031
|
transactionHash: string;
|
|
1032
1032
|
} | null;
|
|
1033
1033
|
}[], Error>>;
|
|
1034
|
-
fetchStatus:
|
|
1034
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1035
1035
|
promise: Promise<{
|
|
1036
1036
|
optionId: bigint;
|
|
1037
1037
|
marketAddr: Address;
|
|
@@ -1115,7 +1115,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1115
1115
|
isRefetching: boolean;
|
|
1116
1116
|
isStale: boolean;
|
|
1117
1117
|
isEnabled: boolean;
|
|
1118
|
-
refetch: (options?:
|
|
1118
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1119
1119
|
optionId: bigint;
|
|
1120
1120
|
marketAddr: Address;
|
|
1121
1121
|
optionType: "CALL" | "PUT";
|
|
@@ -1145,7 +1145,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1145
1145
|
transactionHash: string;
|
|
1146
1146
|
} | null;
|
|
1147
1147
|
}[], Error>>;
|
|
1148
|
-
fetchStatus:
|
|
1148
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1149
1149
|
promise: Promise<{
|
|
1150
1150
|
optionId: bigint;
|
|
1151
1151
|
marketAddr: Address;
|
|
@@ -1229,7 +1229,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1229
1229
|
isRefetching: boolean;
|
|
1230
1230
|
isStale: boolean;
|
|
1231
1231
|
isEnabled: boolean;
|
|
1232
|
-
refetch: (options?:
|
|
1232
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1233
1233
|
optionId: bigint;
|
|
1234
1234
|
marketAddr: Address;
|
|
1235
1235
|
optionType: "CALL" | "PUT";
|
|
@@ -1259,7 +1259,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1259
1259
|
transactionHash: string;
|
|
1260
1260
|
} | null;
|
|
1261
1261
|
}[], Error>>;
|
|
1262
|
-
fetchStatus:
|
|
1262
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1263
1263
|
promise: Promise<{
|
|
1264
1264
|
optionId: bigint;
|
|
1265
1265
|
marketAddr: Address;
|
|
@@ -1343,7 +1343,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1343
1343
|
isRefetching: boolean;
|
|
1344
1344
|
isStale: boolean;
|
|
1345
1345
|
isEnabled: boolean;
|
|
1346
|
-
refetch: (options?:
|
|
1346
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1347
1347
|
optionId: bigint;
|
|
1348
1348
|
marketAddr: Address;
|
|
1349
1349
|
optionType: "CALL" | "PUT";
|
|
@@ -1373,7 +1373,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1373
1373
|
transactionHash: string;
|
|
1374
1374
|
} | null;
|
|
1375
1375
|
}[], Error>>;
|
|
1376
|
-
fetchStatus:
|
|
1376
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1377
1377
|
promise: Promise<{
|
|
1378
1378
|
optionId: bigint;
|
|
1379
1379
|
marketAddr: Address;
|
|
@@ -1457,7 +1457,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1457
1457
|
isRefetching: boolean;
|
|
1458
1458
|
isStale: boolean;
|
|
1459
1459
|
isEnabled: boolean;
|
|
1460
|
-
refetch: (options?:
|
|
1460
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1461
1461
|
optionId: bigint;
|
|
1462
1462
|
marketAddr: Address;
|
|
1463
1463
|
optionType: "CALL" | "PUT";
|
|
@@ -1487,7 +1487,7 @@ declare const useActiveUserOptions: (user?: string) => {
|
|
|
1487
1487
|
transactionHash: string;
|
|
1488
1488
|
} | null;
|
|
1489
1489
|
}[], Error>>;
|
|
1490
|
-
fetchStatus:
|
|
1490
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1491
1491
|
promise: Promise<{
|
|
1492
1492
|
optionId: bigint;
|
|
1493
1493
|
marketAddr: Address;
|
|
@@ -1572,7 +1572,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1572
1572
|
isRefetching: boolean;
|
|
1573
1573
|
isStale: boolean;
|
|
1574
1574
|
isEnabled: boolean;
|
|
1575
|
-
refetch: (options?:
|
|
1575
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1576
1576
|
optionId: bigint;
|
|
1577
1577
|
marketAddr: Address;
|
|
1578
1578
|
optionType: "CALL" | "PUT";
|
|
@@ -1602,7 +1602,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1602
1602
|
transactionHash: string;
|
|
1603
1603
|
} | null;
|
|
1604
1604
|
}[], Error>>;
|
|
1605
|
-
fetchStatus:
|
|
1605
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1606
1606
|
promise: Promise<{
|
|
1607
1607
|
optionId: bigint;
|
|
1608
1608
|
marketAddr: Address;
|
|
@@ -1686,7 +1686,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1686
1686
|
isRefetching: boolean;
|
|
1687
1687
|
isStale: boolean;
|
|
1688
1688
|
isEnabled: boolean;
|
|
1689
|
-
refetch: (options?:
|
|
1689
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1690
1690
|
optionId: bigint;
|
|
1691
1691
|
marketAddr: Address;
|
|
1692
1692
|
optionType: "CALL" | "PUT";
|
|
@@ -1716,7 +1716,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1716
1716
|
transactionHash: string;
|
|
1717
1717
|
} | null;
|
|
1718
1718
|
}[], Error>>;
|
|
1719
|
-
fetchStatus:
|
|
1719
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1720
1720
|
promise: Promise<{
|
|
1721
1721
|
optionId: bigint;
|
|
1722
1722
|
marketAddr: Address;
|
|
@@ -1800,7 +1800,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1800
1800
|
isRefetching: boolean;
|
|
1801
1801
|
isStale: boolean;
|
|
1802
1802
|
isEnabled: boolean;
|
|
1803
|
-
refetch: (options?:
|
|
1803
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1804
1804
|
optionId: bigint;
|
|
1805
1805
|
marketAddr: Address;
|
|
1806
1806
|
optionType: "CALL" | "PUT";
|
|
@@ -1830,7 +1830,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1830
1830
|
transactionHash: string;
|
|
1831
1831
|
} | null;
|
|
1832
1832
|
}[], Error>>;
|
|
1833
|
-
fetchStatus:
|
|
1833
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1834
1834
|
promise: Promise<{
|
|
1835
1835
|
optionId: bigint;
|
|
1836
1836
|
marketAddr: Address;
|
|
@@ -1914,7 +1914,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1914
1914
|
isRefetching: boolean;
|
|
1915
1915
|
isStale: boolean;
|
|
1916
1916
|
isEnabled: boolean;
|
|
1917
|
-
refetch: (options?:
|
|
1917
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
1918
1918
|
optionId: bigint;
|
|
1919
1919
|
marketAddr: Address;
|
|
1920
1920
|
optionType: "CALL" | "PUT";
|
|
@@ -1944,7 +1944,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
1944
1944
|
transactionHash: string;
|
|
1945
1945
|
} | null;
|
|
1946
1946
|
}[], Error>>;
|
|
1947
|
-
fetchStatus:
|
|
1947
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
1948
1948
|
promise: Promise<{
|
|
1949
1949
|
optionId: bigint;
|
|
1950
1950
|
marketAddr: Address;
|
|
@@ -2028,7 +2028,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2028
2028
|
isRefetching: boolean;
|
|
2029
2029
|
isStale: boolean;
|
|
2030
2030
|
isEnabled: boolean;
|
|
2031
|
-
refetch: (options?:
|
|
2031
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
2032
2032
|
optionId: bigint;
|
|
2033
2033
|
marketAddr: Address;
|
|
2034
2034
|
optionType: "CALL" | "PUT";
|
|
@@ -2058,7 +2058,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2058
2058
|
transactionHash: string;
|
|
2059
2059
|
} | null;
|
|
2060
2060
|
}[], Error>>;
|
|
2061
|
-
fetchStatus:
|
|
2061
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2062
2062
|
promise: Promise<{
|
|
2063
2063
|
optionId: bigint;
|
|
2064
2064
|
marketAddr: Address;
|
|
@@ -2142,7 +2142,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2142
2142
|
isRefetching: boolean;
|
|
2143
2143
|
isStale: boolean;
|
|
2144
2144
|
isEnabled: boolean;
|
|
2145
|
-
refetch: (options?:
|
|
2145
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<{
|
|
2146
2146
|
optionId: bigint;
|
|
2147
2147
|
marketAddr: Address;
|
|
2148
2148
|
optionType: "CALL" | "PUT";
|
|
@@ -2172,7 +2172,7 @@ declare const useClosedUserOptions: (user?: string) => {
|
|
|
2172
2172
|
transactionHash: string;
|
|
2173
2173
|
} | null;
|
|
2174
2174
|
}[], Error>>;
|
|
2175
|
-
fetchStatus:
|
|
2175
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2176
2176
|
promise: Promise<{
|
|
2177
2177
|
optionId: bigint;
|
|
2178
2178
|
marketAddr: Address;
|
|
@@ -2286,8 +2286,8 @@ declare const useMintOption: (marketAddr?: Address) => {
|
|
|
2286
2286
|
//#endregion
|
|
2287
2287
|
//#region src/hooks/market/useOptionPnl.d.ts
|
|
2288
2288
|
declare const useOptionPnl: (option: OptionData) => {
|
|
2289
|
-
unrealizedPayout:
|
|
2290
|
-
displayPnl:
|
|
2289
|
+
unrealizedPayout: Amount | undefined;
|
|
2290
|
+
displayPnl: Amount | undefined;
|
|
2291
2291
|
};
|
|
2292
2292
|
//#endregion
|
|
2293
2293
|
//#region src/hooks/market/useOptionPremium.d.ts
|
|
@@ -2357,7 +2357,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
2357
2357
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
2358
2358
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
2359
2359
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
2360
|
-
error:
|
|
2360
|
+
error: viem249.ReadContractErrorType;
|
|
2361
2361
|
isError: true;
|
|
2362
2362
|
isPending: false;
|
|
2363
2363
|
isLoading: false;
|
|
@@ -2369,7 +2369,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2369
2369
|
dataUpdatedAt: number;
|
|
2370
2370
|
errorUpdatedAt: number;
|
|
2371
2371
|
failureCount: number;
|
|
2372
|
-
failureReason:
|
|
2372
|
+
failureReason: viem249.ReadContractErrorType | null;
|
|
2373
2373
|
errorUpdateCount: number;
|
|
2374
2374
|
isFetched: boolean;
|
|
2375
2375
|
isFetchedAfterMount: boolean;
|
|
@@ -2379,7 +2379,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2379
2379
|
isRefetching: boolean;
|
|
2380
2380
|
isStale: boolean;
|
|
2381
2381
|
isEnabled: boolean;
|
|
2382
|
-
refetch: (options?:
|
|
2382
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2383
2383
|
tickLower: number;
|
|
2384
2384
|
tickUpper: number;
|
|
2385
2385
|
prevTickLower: number;
|
|
@@ -2389,8 +2389,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2389
2389
|
totalAmount1: bigint;
|
|
2390
2390
|
borrowedAmount0: bigint;
|
|
2391
2391
|
borrowedAmount1: bigint;
|
|
2392
|
-
}[],
|
|
2393
|
-
fetchStatus:
|
|
2392
|
+
}[], viem249.ReadContractErrorType>>;
|
|
2393
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2394
2394
|
promise: Promise<readonly {
|
|
2395
2395
|
tickLower: number;
|
|
2396
2396
|
tickUpper: number;
|
|
@@ -2402,7 +2402,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2402
2402
|
borrowedAmount0: bigint;
|
|
2403
2403
|
borrowedAmount1: bigint;
|
|
2404
2404
|
}[]>;
|
|
2405
|
-
queryKey:
|
|
2405
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2406
2406
|
data: readonly {
|
|
2407
2407
|
tickLower: number;
|
|
2408
2408
|
tickUpper: number;
|
|
@@ -2427,7 +2427,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2427
2427
|
dataUpdatedAt: number;
|
|
2428
2428
|
errorUpdatedAt: number;
|
|
2429
2429
|
failureCount: number;
|
|
2430
|
-
failureReason:
|
|
2430
|
+
failureReason: viem249.ReadContractErrorType | null;
|
|
2431
2431
|
errorUpdateCount: number;
|
|
2432
2432
|
isFetched: boolean;
|
|
2433
2433
|
isFetchedAfterMount: boolean;
|
|
@@ -2437,7 +2437,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2437
2437
|
isRefetching: boolean;
|
|
2438
2438
|
isStale: boolean;
|
|
2439
2439
|
isEnabled: boolean;
|
|
2440
|
-
refetch: (options?:
|
|
2440
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2441
2441
|
tickLower: number;
|
|
2442
2442
|
tickUpper: number;
|
|
2443
2443
|
prevTickLower: number;
|
|
@@ -2447,8 +2447,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2447
2447
|
totalAmount1: bigint;
|
|
2448
2448
|
borrowedAmount0: bigint;
|
|
2449
2449
|
borrowedAmount1: bigint;
|
|
2450
|
-
}[],
|
|
2451
|
-
fetchStatus:
|
|
2450
|
+
}[], viem249.ReadContractErrorType>>;
|
|
2451
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2452
2452
|
promise: Promise<readonly {
|
|
2453
2453
|
tickLower: number;
|
|
2454
2454
|
tickUpper: number;
|
|
@@ -2460,7 +2460,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2460
2460
|
borrowedAmount0: bigint;
|
|
2461
2461
|
borrowedAmount1: bigint;
|
|
2462
2462
|
}[]>;
|
|
2463
|
-
queryKey:
|
|
2463
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2464
2464
|
data: readonly {
|
|
2465
2465
|
tickLower: number;
|
|
2466
2466
|
tickUpper: number;
|
|
@@ -2473,7 +2473,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2473
2473
|
borrowedAmount1: bigint;
|
|
2474
2474
|
}[];
|
|
2475
2475
|
} | {
|
|
2476
|
-
error:
|
|
2476
|
+
error: viem249.ReadContractErrorType;
|
|
2477
2477
|
isError: true;
|
|
2478
2478
|
isPending: false;
|
|
2479
2479
|
isLoading: false;
|
|
@@ -2485,7 +2485,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2485
2485
|
dataUpdatedAt: number;
|
|
2486
2486
|
errorUpdatedAt: number;
|
|
2487
2487
|
failureCount: number;
|
|
2488
|
-
failureReason:
|
|
2488
|
+
failureReason: viem249.ReadContractErrorType | null;
|
|
2489
2489
|
errorUpdateCount: number;
|
|
2490
2490
|
isFetched: boolean;
|
|
2491
2491
|
isFetchedAfterMount: boolean;
|
|
@@ -2495,7 +2495,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2495
2495
|
isRefetching: boolean;
|
|
2496
2496
|
isStale: boolean;
|
|
2497
2497
|
isEnabled: boolean;
|
|
2498
|
-
refetch: (options?:
|
|
2498
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2499
2499
|
tickLower: number;
|
|
2500
2500
|
tickUpper: number;
|
|
2501
2501
|
prevTickLower: number;
|
|
@@ -2505,8 +2505,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2505
2505
|
totalAmount1: bigint;
|
|
2506
2506
|
borrowedAmount0: bigint;
|
|
2507
2507
|
borrowedAmount1: bigint;
|
|
2508
|
-
}[],
|
|
2509
|
-
fetchStatus:
|
|
2508
|
+
}[], viem249.ReadContractErrorType>>;
|
|
2509
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2510
2510
|
promise: Promise<readonly {
|
|
2511
2511
|
tickLower: number;
|
|
2512
2512
|
tickUpper: number;
|
|
@@ -2518,7 +2518,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2518
2518
|
borrowedAmount0: bigint;
|
|
2519
2519
|
borrowedAmount1: bigint;
|
|
2520
2520
|
}[]>;
|
|
2521
|
-
queryKey:
|
|
2521
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2522
2522
|
data: readonly {
|
|
2523
2523
|
tickLower: number;
|
|
2524
2524
|
tickUpper: number;
|
|
@@ -2543,7 +2543,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2543
2543
|
dataUpdatedAt: number;
|
|
2544
2544
|
errorUpdatedAt: number;
|
|
2545
2545
|
failureCount: number;
|
|
2546
|
-
failureReason:
|
|
2546
|
+
failureReason: viem249.ReadContractErrorType | null;
|
|
2547
2547
|
errorUpdateCount: number;
|
|
2548
2548
|
isFetched: boolean;
|
|
2549
2549
|
isFetchedAfterMount: boolean;
|
|
@@ -2553,7 +2553,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2553
2553
|
isRefetching: boolean;
|
|
2554
2554
|
isStale: boolean;
|
|
2555
2555
|
isEnabled: boolean;
|
|
2556
|
-
refetch: (options?:
|
|
2556
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2557
2557
|
tickLower: number;
|
|
2558
2558
|
tickUpper: number;
|
|
2559
2559
|
prevTickLower: number;
|
|
@@ -2563,8 +2563,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2563
2563
|
totalAmount1: bigint;
|
|
2564
2564
|
borrowedAmount0: bigint;
|
|
2565
2565
|
borrowedAmount1: bigint;
|
|
2566
|
-
}[],
|
|
2567
|
-
fetchStatus:
|
|
2566
|
+
}[], viem249.ReadContractErrorType>>;
|
|
2567
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2568
2568
|
promise: Promise<readonly {
|
|
2569
2569
|
tickLower: number;
|
|
2570
2570
|
tickUpper: number;
|
|
@@ -2576,7 +2576,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2576
2576
|
borrowedAmount0: bigint;
|
|
2577
2577
|
borrowedAmount1: bigint;
|
|
2578
2578
|
}[]>;
|
|
2579
|
-
queryKey:
|
|
2579
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2580
2580
|
data: readonly {
|
|
2581
2581
|
tickLower: number;
|
|
2582
2582
|
tickUpper: number;
|
|
@@ -2600,7 +2600,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2600
2600
|
dataUpdatedAt: number;
|
|
2601
2601
|
errorUpdatedAt: number;
|
|
2602
2602
|
failureCount: number;
|
|
2603
|
-
failureReason:
|
|
2603
|
+
failureReason: viem249.ReadContractErrorType | null;
|
|
2604
2604
|
errorUpdateCount: number;
|
|
2605
2605
|
isFetched: boolean;
|
|
2606
2606
|
isFetchedAfterMount: boolean;
|
|
@@ -2611,7 +2611,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2611
2611
|
isRefetching: boolean;
|
|
2612
2612
|
isStale: boolean;
|
|
2613
2613
|
isEnabled: boolean;
|
|
2614
|
-
refetch: (options?:
|
|
2614
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2615
2615
|
tickLower: number;
|
|
2616
2616
|
tickUpper: number;
|
|
2617
2617
|
prevTickLower: number;
|
|
@@ -2621,8 +2621,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2621
2621
|
totalAmount1: bigint;
|
|
2622
2622
|
borrowedAmount0: bigint;
|
|
2623
2623
|
borrowedAmount1: bigint;
|
|
2624
|
-
}[],
|
|
2625
|
-
fetchStatus:
|
|
2624
|
+
}[], viem249.ReadContractErrorType>>;
|
|
2625
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2626
2626
|
promise: Promise<readonly {
|
|
2627
2627
|
tickLower: number;
|
|
2628
2628
|
tickUpper: number;
|
|
@@ -2634,7 +2634,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2634
2634
|
borrowedAmount0: bigint;
|
|
2635
2635
|
borrowedAmount1: bigint;
|
|
2636
2636
|
}[]>;
|
|
2637
|
-
queryKey:
|
|
2637
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2638
2638
|
data: readonly {
|
|
2639
2639
|
tickLower: number;
|
|
2640
2640
|
tickUpper: number;
|
|
@@ -2659,7 +2659,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2659
2659
|
dataUpdatedAt: number;
|
|
2660
2660
|
errorUpdatedAt: number;
|
|
2661
2661
|
failureCount: number;
|
|
2662
|
-
failureReason:
|
|
2662
|
+
failureReason: viem249.ReadContractErrorType | null;
|
|
2663
2663
|
errorUpdateCount: number;
|
|
2664
2664
|
isFetched: boolean;
|
|
2665
2665
|
isFetchedAfterMount: boolean;
|
|
@@ -2669,7 +2669,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2669
2669
|
isRefetching: boolean;
|
|
2670
2670
|
isStale: boolean;
|
|
2671
2671
|
isEnabled: boolean;
|
|
2672
|
-
refetch: (options?:
|
|
2672
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly {
|
|
2673
2673
|
tickLower: number;
|
|
2674
2674
|
tickUpper: number;
|
|
2675
2675
|
prevTickLower: number;
|
|
@@ -2679,8 +2679,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2679
2679
|
totalAmount1: bigint;
|
|
2680
2680
|
borrowedAmount0: bigint;
|
|
2681
2681
|
borrowedAmount1: bigint;
|
|
2682
|
-
}[],
|
|
2683
|
-
fetchStatus:
|
|
2682
|
+
}[], viem249.ReadContractErrorType>>;
|
|
2683
|
+
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
2684
2684
|
promise: Promise<readonly {
|
|
2685
2685
|
tickLower: number;
|
|
2686
2686
|
tickUpper: number;
|
|
@@ -2692,7 +2692,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
2692
2692
|
borrowedAmount0: bigint;
|
|
2693
2693
|
borrowedAmount1: bigint;
|
|
2694
2694
|
}[]>;
|
|
2695
|
-
queryKey:
|
|
2695
|
+
queryKey: _tanstack_query_core0.QueryKey;
|
|
2696
2696
|
data: readonly {
|
|
2697
2697
|
tickLower: number;
|
|
2698
2698
|
tickUpper: number;
|
|
@@ -2752,14 +2752,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
2752
2752
|
borrowedAmount0: Amount;
|
|
2753
2753
|
borrowedAmount1: Amount;
|
|
2754
2754
|
blocksCount: bigint;
|
|
2755
|
-
refetch: (options?:
|
|
2755
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem249.ReadContractErrorType>>;
|
|
2756
2756
|
};
|
|
2757
2757
|
//#endregion
|
|
2758
2758
|
//#region src/hooks/useLens.d.ts
|
|
2759
2759
|
declare const useLens: () => {
|
|
2760
2760
|
timelockLens: {
|
|
2761
2761
|
read: {
|
|
2762
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
2762
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
2763
2763
|
readonly type: "function";
|
|
2764
2764
|
readonly name: "batchGetRefTick";
|
|
2765
2765
|
readonly inputs: readonly [{
|
|
@@ -3465,7 +3465,7 @@ declare const useLens: () => {
|
|
|
3465
3465
|
}];
|
|
3466
3466
|
readonly stateMutability: "view";
|
|
3467
3467
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
3468
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
3468
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
3469
3469
|
readonly type: "function";
|
|
3470
3470
|
readonly name: "batchGetRefTick";
|
|
3471
3471
|
readonly inputs: readonly [{
|
|
@@ -4181,7 +4181,7 @@ declare const useLens: () => {
|
|
|
4181
4181
|
borrowedAmount0: bigint;
|
|
4182
4182
|
borrowedAmount1: bigint;
|
|
4183
4183
|
}[]>;
|
|
4184
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
4184
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
4185
4185
|
readonly type: "function";
|
|
4186
4186
|
readonly name: "batchGetRefTick";
|
|
4187
4187
|
readonly inputs: readonly [{
|
|
@@ -4906,7 +4906,7 @@ declare const useLens: () => {
|
|
|
4906
4906
|
createdAt: bigint;
|
|
4907
4907
|
liquidities: readonly bigint[];
|
|
4908
4908
|
}[], bigint, boolean]>;
|
|
4909
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
4909
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
4910
4910
|
readonly type: "function";
|
|
4911
4911
|
readonly name: "batchGetRefTick";
|
|
4912
4912
|
readonly inputs: readonly [{
|
|
@@ -5612,7 +5612,7 @@ declare const useLens: () => {
|
|
|
5612
5612
|
}];
|
|
5613
5613
|
readonly stateMutability: "view";
|
|
5614
5614
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
5615
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
5615
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
5616
5616
|
readonly type: "function";
|
|
5617
5617
|
readonly name: "batchGetRefTick";
|
|
5618
5618
|
readonly inputs: readonly [{
|
|
@@ -6331,7 +6331,7 @@ declare const useLens: () => {
|
|
|
6331
6331
|
payoutAssetName: string;
|
|
6332
6332
|
optionsCount: bigint;
|
|
6333
6333
|
}>;
|
|
6334
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
6334
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
6335
6335
|
readonly type: "function";
|
|
6336
6336
|
readonly name: "batchGetRefTick";
|
|
6337
6337
|
readonly inputs: readonly [{
|
|
@@ -7037,7 +7037,7 @@ declare const useLens: () => {
|
|
|
7037
7037
|
}];
|
|
7038
7038
|
readonly stateMutability: "view";
|
|
7039
7039
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7040
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
7040
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
7041
7041
|
readonly type: "function";
|
|
7042
7042
|
readonly name: "batchGetRefTick";
|
|
7043
7043
|
readonly inputs: readonly [{
|
|
@@ -7743,7 +7743,7 @@ declare const useLens: () => {
|
|
|
7743
7743
|
}];
|
|
7744
7744
|
readonly stateMutability: "view";
|
|
7745
7745
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
7746
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
7746
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
7747
7747
|
readonly type: "function";
|
|
7748
7748
|
readonly name: "batchGetRefTick";
|
|
7749
7749
|
readonly inputs: readonly [{
|
|
@@ -8468,7 +8468,7 @@ declare const useLens: () => {
|
|
|
8468
8468
|
createdAt: bigint;
|
|
8469
8469
|
liquidities: readonly bigint[];
|
|
8470
8470
|
}>;
|
|
8471
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
8471
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
8472
8472
|
readonly type: "function";
|
|
8473
8473
|
readonly name: "batchGetRefTick";
|
|
8474
8474
|
readonly inputs: readonly [{
|
|
@@ -9193,7 +9193,7 @@ declare const useLens: () => {
|
|
|
9193
9193
|
createdAt: bigint;
|
|
9194
9194
|
liquidities: readonly bigint[];
|
|
9195
9195
|
}[]>;
|
|
9196
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
9196
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
9197
9197
|
readonly type: "function";
|
|
9198
9198
|
readonly name: "batchGetRefTick";
|
|
9199
9199
|
readonly inputs: readonly [{
|
|
@@ -9910,7 +9910,7 @@ declare const useLens: () => {
|
|
|
9910
9910
|
tickSpacing: number;
|
|
9911
9911
|
fee: number;
|
|
9912
9912
|
}>;
|
|
9913
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
9913
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
9914
9914
|
readonly type: "function";
|
|
9915
9915
|
readonly name: "batchGetRefTick";
|
|
9916
9916
|
readonly inputs: readonly [{
|
|
@@ -10616,7 +10616,7 @@ declare const useLens: () => {
|
|
|
10616
10616
|
}];
|
|
10617
10617
|
readonly stateMutability: "view";
|
|
10618
10618
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
10619
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
10619
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
10620
10620
|
readonly type: "function";
|
|
10621
10621
|
readonly name: "batchGetRefTick";
|
|
10622
10622
|
readonly inputs: readonly [{
|
|
@@ -11341,7 +11341,7 @@ declare const useLens: () => {
|
|
|
11341
11341
|
createdAt: bigint;
|
|
11342
11342
|
liquidities: readonly bigint[];
|
|
11343
11343
|
}[], bigint, boolean]>;
|
|
11344
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
11344
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
11345
11345
|
readonly type: "function";
|
|
11346
11346
|
readonly name: "batchGetRefTick";
|
|
11347
11347
|
readonly inputs: readonly [{
|
|
@@ -12758,7 +12758,7 @@ declare const useLens: () => {
|
|
|
12758
12758
|
} | undefined;
|
|
12759
12759
|
uniswapLens: {
|
|
12760
12760
|
read: {
|
|
12761
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
12761
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
12762
12762
|
readonly type: "function";
|
|
12763
12763
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12764
12764
|
readonly inputs: readonly [{
|
|
@@ -13379,7 +13379,7 @@ declare const useLens: () => {
|
|
|
13379
13379
|
}];
|
|
13380
13380
|
readonly stateMutability: "pure";
|
|
13381
13381
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13382
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
13382
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
13383
13383
|
readonly type: "function";
|
|
13384
13384
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13385
13385
|
readonly inputs: readonly [{
|
|
@@ -14000,7 +14000,7 @@ declare const useLens: () => {
|
|
|
14000
14000
|
}];
|
|
14001
14001
|
readonly stateMutability: "pure";
|
|
14002
14002
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14003
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
14003
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
14004
14004
|
readonly type: "function";
|
|
14005
14005
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14006
14006
|
readonly inputs: readonly [{
|
|
@@ -14621,7 +14621,7 @@ declare const useLens: () => {
|
|
|
14621
14621
|
}];
|
|
14622
14622
|
readonly stateMutability: "pure";
|
|
14623
14623
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14624
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
14624
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
14625
14625
|
readonly type: "function";
|
|
14626
14626
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14627
14627
|
readonly inputs: readonly [{
|
|
@@ -15242,7 +15242,7 @@ declare const useLens: () => {
|
|
|
15242
15242
|
}];
|
|
15243
15243
|
readonly stateMutability: "pure";
|
|
15244
15244
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
15245
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
15245
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
15246
15246
|
readonly type: "function";
|
|
15247
15247
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15248
15248
|
readonly inputs: readonly [{
|
|
@@ -15863,7 +15863,7 @@ declare const useLens: () => {
|
|
|
15863
15863
|
}];
|
|
15864
15864
|
readonly stateMutability: "pure";
|
|
15865
15865
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
15866
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
15866
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
15867
15867
|
readonly type: "function";
|
|
15868
15868
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15869
15869
|
readonly inputs: readonly [{
|
|
@@ -16484,7 +16484,7 @@ declare const useLens: () => {
|
|
|
16484
16484
|
}];
|
|
16485
16485
|
readonly stateMutability: "pure";
|
|
16486
16486
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
16487
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
16487
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
16488
16488
|
readonly type: "function";
|
|
16489
16489
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16490
16490
|
readonly inputs: readonly [{
|
|
@@ -17105,7 +17105,7 @@ declare const useLens: () => {
|
|
|
17105
17105
|
}];
|
|
17106
17106
|
readonly stateMutability: "pure";
|
|
17107
17107
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17108
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
17108
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
17109
17109
|
readonly type: "function";
|
|
17110
17110
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17111
17111
|
readonly inputs: readonly [{
|
|
@@ -17726,7 +17726,7 @@ declare const useLens: () => {
|
|
|
17726
17726
|
}];
|
|
17727
17727
|
readonly stateMutability: "pure";
|
|
17728
17728
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17729
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
17729
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
17730
17730
|
readonly type: "function";
|
|
17731
17731
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17732
17732
|
readonly inputs: readonly [{
|
|
@@ -18347,7 +18347,7 @@ declare const useLens: () => {
|
|
|
18347
18347
|
}];
|
|
18348
18348
|
readonly stateMutability: "pure";
|
|
18349
18349
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18350
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
18350
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
18351
18351
|
readonly type: "function";
|
|
18352
18352
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18353
18353
|
readonly inputs: readonly [{
|
|
@@ -18968,7 +18968,7 @@ declare const useLens: () => {
|
|
|
18968
18968
|
}];
|
|
18969
18969
|
readonly stateMutability: "pure";
|
|
18970
18970
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18971
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
18971
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
18972
18972
|
readonly type: "function";
|
|
18973
18973
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18974
18974
|
readonly inputs: readonly [{
|
|
@@ -19589,7 +19589,7 @@ declare const useLens: () => {
|
|
|
19589
19589
|
}];
|
|
19590
19590
|
readonly stateMutability: "pure";
|
|
19591
19591
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19592
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
19592
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
19593
19593
|
readonly type: "function";
|
|
19594
19594
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19595
19595
|
readonly inputs: readonly [{
|
|
@@ -20210,7 +20210,7 @@ declare const useLens: () => {
|
|
|
20210
20210
|
}];
|
|
20211
20211
|
readonly stateMutability: "pure";
|
|
20212
20212
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20213
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
20213
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
20214
20214
|
readonly type: "function";
|
|
20215
20215
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20216
20216
|
readonly inputs: readonly [{
|
|
@@ -20831,7 +20831,7 @@ declare const useLens: () => {
|
|
|
20831
20831
|
}];
|
|
20832
20832
|
readonly stateMutability: "pure";
|
|
20833
20833
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20834
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
20834
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
20835
20835
|
readonly type: "function";
|
|
20836
20836
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20837
20837
|
readonly inputs: readonly [{
|
|
@@ -21452,7 +21452,7 @@ declare const useLens: () => {
|
|
|
21452
21452
|
}];
|
|
21453
21453
|
readonly stateMutability: "pure";
|
|
21454
21454
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21455
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21455
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
21456
21456
|
readonly type: "function";
|
|
21457
21457
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21458
21458
|
readonly inputs: readonly [{
|
|
@@ -22073,7 +22073,7 @@ declare const useLens: () => {
|
|
|
22073
22073
|
}];
|
|
22074
22074
|
readonly stateMutability: "pure";
|
|
22075
22075
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22076
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
22076
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
22077
22077
|
readonly type: "function";
|
|
22078
22078
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22079
22079
|
readonly inputs: readonly [{
|
|
@@ -22694,7 +22694,7 @@ declare const useLens: () => {
|
|
|
22694
22694
|
}];
|
|
22695
22695
|
readonly stateMutability: "pure";
|
|
22696
22696
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22697
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
22697
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
22698
22698
|
readonly type: "function";
|
|
22699
22699
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22700
22700
|
readonly inputs: readonly [{
|
|
@@ -23315,7 +23315,7 @@ declare const useLens: () => {
|
|
|
23315
23315
|
}];
|
|
23316
23316
|
readonly stateMutability: "pure";
|
|
23317
23317
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
23318
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
23318
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
23319
23319
|
readonly type: "function";
|
|
23320
23320
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23321
23321
|
readonly inputs: readonly [{
|
|
@@ -23936,7 +23936,7 @@ declare const useLens: () => {
|
|
|
23936
23936
|
}];
|
|
23937
23937
|
readonly stateMutability: "pure";
|
|
23938
23938
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
23939
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
23939
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
23940
23940
|
readonly type: "function";
|
|
23941
23941
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23942
23942
|
readonly inputs: readonly [{
|
|
@@ -24557,7 +24557,7 @@ declare const useLens: () => {
|
|
|
24557
24557
|
}];
|
|
24558
24558
|
readonly stateMutability: "pure";
|
|
24559
24559
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
24560
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
24560
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
24561
24561
|
readonly type: "function";
|
|
24562
24562
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24563
24563
|
readonly inputs: readonly [{
|
|
@@ -25178,7 +25178,7 @@ declare const useLens: () => {
|
|
|
25178
25178
|
}];
|
|
25179
25179
|
readonly stateMutability: "pure";
|
|
25180
25180
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25181
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
25181
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
25182
25182
|
readonly type: "function";
|
|
25183
25183
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25184
25184
|
readonly inputs: readonly [{
|
|
@@ -25799,7 +25799,7 @@ declare const useLens: () => {
|
|
|
25799
25799
|
}];
|
|
25800
25800
|
readonly stateMutability: "pure";
|
|
25801
25801
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25802
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
25802
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
25803
25803
|
readonly type: "function";
|
|
25804
25804
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25805
25805
|
readonly inputs: readonly [{
|
|
@@ -26420,7 +26420,7 @@ declare const useLens: () => {
|
|
|
26420
26420
|
}];
|
|
26421
26421
|
readonly stateMutability: "pure";
|
|
26422
26422
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26423
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
26423
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
26424
26424
|
readonly type: "function";
|
|
26425
26425
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26426
26426
|
readonly inputs: readonly [{
|
|
@@ -27041,7 +27041,7 @@ declare const useLens: () => {
|
|
|
27041
27041
|
}];
|
|
27042
27042
|
readonly stateMutability: "pure";
|
|
27043
27043
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27044
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
27044
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
27045
27045
|
readonly type: "function";
|
|
27046
27046
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27047
27047
|
readonly inputs: readonly [{
|
|
@@ -27662,7 +27662,7 @@ declare const useLens: () => {
|
|
|
27662
27662
|
}];
|
|
27663
27663
|
readonly stateMutability: "pure";
|
|
27664
27664
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27665
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
27665
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
27666
27666
|
readonly type: "function";
|
|
27667
27667
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27668
27668
|
readonly inputs: readonly [{
|
|
@@ -28283,7 +28283,7 @@ declare const useLens: () => {
|
|
|
28283
28283
|
}];
|
|
28284
28284
|
readonly stateMutability: "pure";
|
|
28285
28285
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
28286
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
28286
|
+
getPriceAtTick: (args: readonly [number], options?: viem249.Prettify<viem249.UnionOmit<viem249.ReadContractParameters<readonly [{
|
|
28287
28287
|
readonly type: "function";
|
|
28288
28288
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
28289
28289
|
readonly inputs: readonly [{
|