timelock-sdk 0.0.137 → 0.0.139
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-Dsczyw8I.d.ts → client-40kJVPoc.d.ts} +227 -212
- package/dist/{client-C64SeTLH.d.cts → client-DTyVaDKH.d.cts} +403 -388
- package/dist/client.cjs +40 -22
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/client.js +40 -22
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-DDpDZ7BO.cjs → optionUtils-BUJzXFyd.cjs} +2 -2
- package/dist/{optionUtils-DDpDZ7BO.cjs.map → optionUtils-BUJzXFyd.cjs.map} +1 -1
- package/dist/{optionUtils-Bd1IcFT8.js → optionUtils-BunZxBrW.js} +2 -2
- package/dist/{optionUtils-Bd1IcFT8.js.map → optionUtils-BunZxBrW.js.map} +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-X6H7QwrK.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as viem0 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import "graphql";
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
7
7
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
8
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _tanstack_query_core23 from "@tanstack/query-core";
|
|
10
10
|
import Big from "big.js";
|
|
11
11
|
import JSBI from "jsbi";
|
|
12
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
@@ -131,7 +131,6 @@ type GetMarketDataQuery = {
|
|
|
131
131
|
id: string;
|
|
132
132
|
address: string;
|
|
133
133
|
vault: string;
|
|
134
|
-
pool: string;
|
|
135
134
|
tickSpacing: number;
|
|
136
135
|
optionAssetIsToken0: boolean;
|
|
137
136
|
optionAsset: string;
|
|
@@ -142,6 +141,11 @@ type GetMarketDataQuery = {
|
|
|
142
141
|
payoutAssetSymbol: string;
|
|
143
142
|
optionAssetName: string;
|
|
144
143
|
payoutAssetName: string;
|
|
144
|
+
poolManager: string;
|
|
145
|
+
currency0: string;
|
|
146
|
+
currency1: string;
|
|
147
|
+
fee: number;
|
|
148
|
+
hooks: string;
|
|
145
149
|
}>;
|
|
146
150
|
};
|
|
147
151
|
type GetMarketVolumeQueryVariables = Exact<{
|
|
@@ -241,7 +245,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
|
|
|
241
245
|
};
|
|
242
246
|
declare const getErc20: (address: Address, client: Client) => {
|
|
243
247
|
read: {
|
|
244
|
-
symbol: (options?:
|
|
248
|
+
symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
245
249
|
readonly type: "constructor";
|
|
246
250
|
readonly inputs: readonly [{
|
|
247
251
|
readonly name: "name_";
|
|
@@ -420,7 +424,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
420
424
|
}];
|
|
421
425
|
readonly stateMutability: "nonpayable";
|
|
422
426
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
423
|
-
|
|
427
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
424
428
|
readonly type: "constructor";
|
|
425
429
|
readonly inputs: readonly [{
|
|
426
430
|
readonly name: "name_";
|
|
@@ -598,8 +602,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
598
602
|
readonly internalType: "bool";
|
|
599
603
|
}];
|
|
600
604
|
readonly stateMutability: "nonpayable";
|
|
601
|
-
}], "
|
|
602
|
-
|
|
605
|
+
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
606
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
603
607
|
readonly type: "constructor";
|
|
604
608
|
readonly inputs: readonly [{
|
|
605
609
|
readonly name: "name_";
|
|
@@ -777,8 +781,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
777
781
|
readonly internalType: "bool";
|
|
778
782
|
}];
|
|
779
783
|
readonly stateMutability: "nonpayable";
|
|
780
|
-
}], "
|
|
781
|
-
|
|
784
|
+
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
785
|
+
decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
782
786
|
readonly type: "constructor";
|
|
783
787
|
readonly inputs: readonly [{
|
|
784
788
|
readonly name: "name_";
|
|
@@ -956,8 +960,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
956
960
|
readonly internalType: "bool";
|
|
957
961
|
}];
|
|
958
962
|
readonly stateMutability: "nonpayable";
|
|
959
|
-
}], "
|
|
960
|
-
|
|
963
|
+
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
964
|
+
name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
961
965
|
readonly type: "constructor";
|
|
962
966
|
readonly inputs: readonly [{
|
|
963
967
|
readonly name: "name_";
|
|
@@ -1135,8 +1139,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1135
1139
|
readonly internalType: "bool";
|
|
1136
1140
|
}];
|
|
1137
1141
|
readonly stateMutability: "nonpayable";
|
|
1138
|
-
}], "
|
|
1139
|
-
totalSupply: (options?:
|
|
1142
|
+
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
1143
|
+
totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
1140
1144
|
readonly type: "constructor";
|
|
1141
1145
|
readonly inputs: readonly [{
|
|
1142
1146
|
readonly name: "name_";
|
|
@@ -1317,7 +1321,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1317
1321
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1318
1322
|
};
|
|
1319
1323
|
estimateGas: {
|
|
1320
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1324
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1321
1325
|
readonly type: "constructor";
|
|
1322
1326
|
readonly inputs: readonly [{
|
|
1323
1327
|
readonly name: "name_";
|
|
@@ -1495,8 +1499,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1495
1499
|
readonly internalType: "bool";
|
|
1496
1500
|
}];
|
|
1497
1501
|
readonly stateMutability: "nonpayable";
|
|
1498
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
1499
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1502
|
+
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1503
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1500
1504
|
readonly type: "constructor";
|
|
1501
1505
|
readonly inputs: readonly [{
|
|
1502
1506
|
readonly name: "name_";
|
|
@@ -1674,8 +1678,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1674
1678
|
readonly internalType: "bool";
|
|
1675
1679
|
}];
|
|
1676
1680
|
readonly stateMutability: "nonpayable";
|
|
1677
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
1678
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1681
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1682
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1679
1683
|
readonly type: "constructor";
|
|
1680
1684
|
readonly inputs: readonly [{
|
|
1681
1685
|
readonly name: "name_";
|
|
@@ -1853,8 +1857,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1853
1857
|
readonly internalType: "bool";
|
|
1854
1858
|
}];
|
|
1855
1859
|
readonly stateMutability: "nonpayable";
|
|
1856
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
1857
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
1860
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1861
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1858
1862
|
readonly type: "constructor";
|
|
1859
1863
|
readonly inputs: readonly [{
|
|
1860
1864
|
readonly name: "name_";
|
|
@@ -2032,8 +2036,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2032
2036
|
readonly internalType: "bool";
|
|
2033
2037
|
}];
|
|
2034
2038
|
readonly stateMutability: "nonpayable";
|
|
2035
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2036
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2039
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2040
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2037
2041
|
readonly type: "constructor";
|
|
2038
2042
|
readonly inputs: readonly [{
|
|
2039
2043
|
readonly name: "name_";
|
|
@@ -2211,9 +2215,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2211
2215
|
readonly internalType: "bool";
|
|
2212
2216
|
}];
|
|
2213
2217
|
readonly stateMutability: "nonpayable";
|
|
2214
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
2218
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2215
2219
|
} & {
|
|
2216
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2220
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2217
2221
|
readonly type: "constructor";
|
|
2218
2222
|
readonly inputs: readonly [{
|
|
2219
2223
|
readonly name: "name_";
|
|
@@ -2391,8 +2395,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2391
2395
|
readonly internalType: "bool";
|
|
2392
2396
|
}];
|
|
2393
2397
|
readonly stateMutability: "nonpayable";
|
|
2394
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
2395
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2398
|
+
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2399
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2396
2400
|
readonly type: "constructor";
|
|
2397
2401
|
readonly inputs: readonly [{
|
|
2398
2402
|
readonly name: "name_";
|
|
@@ -2570,8 +2574,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2570
2574
|
readonly internalType: "bool";
|
|
2571
2575
|
}];
|
|
2572
2576
|
readonly stateMutability: "nonpayable";
|
|
2573
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
2574
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2577
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2578
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2575
2579
|
readonly type: "constructor";
|
|
2576
2580
|
readonly inputs: readonly [{
|
|
2577
2581
|
readonly name: "name_";
|
|
@@ -2749,8 +2753,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2749
2753
|
readonly internalType: "bool";
|
|
2750
2754
|
}];
|
|
2751
2755
|
readonly stateMutability: "nonpayable";
|
|
2752
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
2753
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
2756
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2757
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2754
2758
|
readonly type: "constructor";
|
|
2755
2759
|
readonly inputs: readonly [{
|
|
2756
2760
|
readonly name: "name_";
|
|
@@ -2928,8 +2932,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2928
2932
|
readonly internalType: "bool";
|
|
2929
2933
|
}];
|
|
2930
2934
|
readonly stateMutability: "nonpayable";
|
|
2931
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2932
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2935
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2936
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2933
2937
|
readonly type: "constructor";
|
|
2934
2938
|
readonly inputs: readonly [{
|
|
2935
2939
|
readonly name: "name_";
|
|
@@ -3107,10 +3111,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3107
3111
|
readonly internalType: "bool";
|
|
3108
3112
|
}];
|
|
3109
3113
|
readonly stateMutability: "nonpayable";
|
|
3110
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
3114
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
3111
3115
|
};
|
|
3112
3116
|
simulate: {
|
|
3113
|
-
approve: <chainOverride extends
|
|
3117
|
+
approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3114
3118
|
readonly type: "constructor";
|
|
3115
3119
|
readonly inputs: readonly [{
|
|
3116
3120
|
readonly name: "name_";
|
|
@@ -3288,7 +3292,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3288
3292
|
readonly internalType: "bool";
|
|
3289
3293
|
}];
|
|
3290
3294
|
readonly stateMutability: "nonpayable";
|
|
3291
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3295
|
+
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
3292
3296
|
readonly type: "constructor";
|
|
3293
3297
|
readonly inputs: readonly [{
|
|
3294
3298
|
readonly name: "name_";
|
|
@@ -3466,8 +3470,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3466
3470
|
readonly internalType: "bool";
|
|
3467
3471
|
}];
|
|
3468
3472
|
readonly stateMutability: "nonpayable";
|
|
3469
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3470
|
-
decreaseAllowance: <chainOverride extends
|
|
3473
|
+
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3474
|
+
decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3471
3475
|
readonly type: "constructor";
|
|
3472
3476
|
readonly inputs: readonly [{
|
|
3473
3477
|
readonly name: "name_";
|
|
@@ -3645,7 +3649,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3645
3649
|
readonly internalType: "bool";
|
|
3646
3650
|
}];
|
|
3647
3651
|
readonly stateMutability: "nonpayable";
|
|
3648
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3652
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
3649
3653
|
readonly type: "constructor";
|
|
3650
3654
|
readonly inputs: readonly [{
|
|
3651
3655
|
readonly name: "name_";
|
|
@@ -3823,8 +3827,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3823
3827
|
readonly internalType: "bool";
|
|
3824
3828
|
}];
|
|
3825
3829
|
readonly stateMutability: "nonpayable";
|
|
3826
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3827
|
-
increaseAllowance: <chainOverride extends
|
|
3830
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3831
|
+
increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3828
3832
|
readonly type: "constructor";
|
|
3829
3833
|
readonly inputs: readonly [{
|
|
3830
3834
|
readonly name: "name_";
|
|
@@ -4002,7 +4006,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4002
4006
|
readonly internalType: "bool";
|
|
4003
4007
|
}];
|
|
4004
4008
|
readonly stateMutability: "nonpayable";
|
|
4005
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4009
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
4006
4010
|
readonly type: "constructor";
|
|
4007
4011
|
readonly inputs: readonly [{
|
|
4008
4012
|
readonly name: "name_";
|
|
@@ -4180,8 +4184,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4180
4184
|
readonly internalType: "bool";
|
|
4181
4185
|
}];
|
|
4182
4186
|
readonly stateMutability: "nonpayable";
|
|
4183
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4184
|
-
transfer: <chainOverride extends
|
|
4187
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4188
|
+
transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
4185
4189
|
readonly type: "constructor";
|
|
4186
4190
|
readonly inputs: readonly [{
|
|
4187
4191
|
readonly name: "name_";
|
|
@@ -4359,7 +4363,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4359
4363
|
readonly internalType: "bool";
|
|
4360
4364
|
}];
|
|
4361
4365
|
readonly stateMutability: "nonpayable";
|
|
4362
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4366
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
4363
4367
|
readonly type: "constructor";
|
|
4364
4368
|
readonly inputs: readonly [{
|
|
4365
4369
|
readonly name: "name_";
|
|
@@ -4537,8 +4541,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4537
4541
|
readonly internalType: "bool";
|
|
4538
4542
|
}];
|
|
4539
4543
|
readonly stateMutability: "nonpayable";
|
|
4540
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4541
|
-
transferFrom: <chainOverride extends
|
|
4544
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4545
|
+
transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
4542
4546
|
readonly type: "constructor";
|
|
4543
4547
|
readonly inputs: readonly [{
|
|
4544
4548
|
readonly name: "name_";
|
|
@@ -4716,7 +4720,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4716
4720
|
readonly internalType: "bool";
|
|
4717
4721
|
}];
|
|
4718
4722
|
readonly stateMutability: "nonpayable";
|
|
4719
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4723
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
4720
4724
|
readonly type: "constructor";
|
|
4721
4725
|
readonly inputs: readonly [{
|
|
4722
4726
|
readonly name: "name_";
|
|
@@ -4894,10 +4898,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4894
4898
|
readonly internalType: "bool";
|
|
4895
4899
|
}];
|
|
4896
4900
|
readonly stateMutability: "nonpayable";
|
|
4897
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4901
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4898
4902
|
};
|
|
4899
4903
|
write: {
|
|
4900
|
-
approve: <chainOverride extends
|
|
4904
|
+
approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
4901
4905
|
readonly type: "constructor";
|
|
4902
4906
|
readonly inputs: readonly [{
|
|
4903
4907
|
readonly name: "name_";
|
|
@@ -5075,8 +5079,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5075
5079
|
readonly internalType: "bool";
|
|
5076
5080
|
}];
|
|
5077
5081
|
readonly stateMutability: "nonpayable";
|
|
5078
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5079
|
-
decreaseAllowance: <chainOverride extends
|
|
5082
|
+
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5083
|
+
decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5080
5084
|
readonly type: "constructor";
|
|
5081
5085
|
readonly inputs: readonly [{
|
|
5082
5086
|
readonly name: "name_";
|
|
@@ -5254,8 +5258,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5254
5258
|
readonly internalType: "bool";
|
|
5255
5259
|
}];
|
|
5256
5260
|
readonly stateMutability: "nonpayable";
|
|
5257
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5258
|
-
increaseAllowance: <chainOverride extends
|
|
5261
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5262
|
+
increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5259
5263
|
readonly type: "constructor";
|
|
5260
5264
|
readonly inputs: readonly [{
|
|
5261
5265
|
readonly name: "name_";
|
|
@@ -5433,8 +5437,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5433
5437
|
readonly internalType: "bool";
|
|
5434
5438
|
}];
|
|
5435
5439
|
readonly stateMutability: "nonpayable";
|
|
5436
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5437
|
-
transfer: <chainOverride extends
|
|
5440
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5441
|
+
transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5438
5442
|
readonly type: "constructor";
|
|
5439
5443
|
readonly inputs: readonly [{
|
|
5440
5444
|
readonly name: "name_";
|
|
@@ -5612,8 +5616,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5612
5616
|
readonly internalType: "bool";
|
|
5613
5617
|
}];
|
|
5614
5618
|
readonly stateMutability: "nonpayable";
|
|
5615
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5616
|
-
transferFrom: <chainOverride extends
|
|
5619
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5620
|
+
transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5617
5621
|
readonly type: "constructor";
|
|
5618
5622
|
readonly inputs: readonly [{
|
|
5619
5623
|
readonly name: "name_";
|
|
@@ -5791,7 +5795,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5791
5795
|
readonly internalType: "bool";
|
|
5792
5796
|
}];
|
|
5793
5797
|
readonly stateMutability: "nonpayable";
|
|
5794
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
5798
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5795
5799
|
};
|
|
5796
5800
|
address: `0x${string}`;
|
|
5797
5801
|
abi: readonly [{
|
|
@@ -5977,7 +5981,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5977
5981
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5978
5982
|
declare const getStateView: (client: Client | PublicClient) => {
|
|
5979
5983
|
read: {
|
|
5980
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
5984
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
5981
5985
|
readonly type: "function";
|
|
5982
5986
|
readonly name: "getFeeGrowthGlobals";
|
|
5983
5987
|
readonly inputs: readonly [{
|
|
@@ -6824,7 +6828,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
6824
6828
|
fee: number;
|
|
6825
6829
|
tickSpacing: number;
|
|
6826
6830
|
hooks: `0x${string}`;
|
|
6827
|
-
}], options?:
|
|
6831
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
6828
6832
|
readonly type: "function";
|
|
6829
6833
|
readonly name: "getFeeGrowthGlobals";
|
|
6830
6834
|
readonly inputs: readonly [{
|
|
@@ -7666,7 +7670,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
7666
7670
|
tickSpacing: number;
|
|
7667
7671
|
hooks: `0x${string}`;
|
|
7668
7672
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
7669
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
7673
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
7670
7674
|
readonly type: "function";
|
|
7671
7675
|
readonly name: "getFeeGrowthGlobals";
|
|
7672
7676
|
readonly inputs: readonly [{
|
|
@@ -8513,7 +8517,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
8513
8517
|
fee: number;
|
|
8514
8518
|
tickSpacing: number;
|
|
8515
8519
|
hooks: `0x${string}`;
|
|
8516
|
-
}, number, number], options?:
|
|
8520
|
+
}, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
8517
8521
|
readonly type: "function";
|
|
8518
8522
|
readonly name: "getFeeGrowthGlobals";
|
|
8519
8523
|
readonly inputs: readonly [{
|
|
@@ -9355,7 +9359,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
9355
9359
|
tickSpacing: number;
|
|
9356
9360
|
hooks: `0x${string}`;
|
|
9357
9361
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
9358
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
9362
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
9359
9363
|
readonly type: "function";
|
|
9360
9364
|
readonly name: "getFeeGrowthGlobals";
|
|
9361
9365
|
readonly inputs: readonly [{
|
|
@@ -10202,7 +10206,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
10202
10206
|
fee: number;
|
|
10203
10207
|
tickSpacing: number;
|
|
10204
10208
|
hooks: `0x${string}`;
|
|
10205
|
-
}], options?:
|
|
10209
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
10206
10210
|
readonly type: "function";
|
|
10207
10211
|
readonly name: "getFeeGrowthGlobals";
|
|
10208
10212
|
readonly inputs: readonly [{
|
|
@@ -11044,7 +11048,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11044
11048
|
tickSpacing: number;
|
|
11045
11049
|
hooks: `0x${string}`;
|
|
11046
11050
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
11047
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
11051
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11048
11052
|
readonly type: "function";
|
|
11049
11053
|
readonly name: "getFeeGrowthGlobals";
|
|
11050
11054
|
readonly inputs: readonly [{
|
|
@@ -11891,7 +11895,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11891
11895
|
fee: number;
|
|
11892
11896
|
tickSpacing: number;
|
|
11893
11897
|
hooks: `0x${string}`;
|
|
11894
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
11898
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11895
11899
|
readonly type: "function";
|
|
11896
11900
|
readonly name: "getFeeGrowthGlobals";
|
|
11897
11901
|
readonly inputs: readonly [{
|
|
@@ -12744,7 +12748,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
12744
12748
|
fee: number;
|
|
12745
12749
|
tickSpacing: number;
|
|
12746
12750
|
hooks: `0x${string}`;
|
|
12747
|
-
}, `0x${string}`], options?:
|
|
12751
|
+
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
12748
12752
|
readonly type: "function";
|
|
12749
12753
|
readonly name: "getFeeGrowthGlobals";
|
|
12750
12754
|
readonly inputs: readonly [{
|
|
@@ -13597,7 +13601,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
13597
13601
|
fee: number;
|
|
13598
13602
|
tickSpacing: number;
|
|
13599
13603
|
hooks: `0x${string}`;
|
|
13600
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
13604
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
13601
13605
|
readonly type: "function";
|
|
13602
13606
|
readonly name: "getFeeGrowthGlobals";
|
|
13603
13607
|
readonly inputs: readonly [{
|
|
@@ -14445,7 +14449,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
14445
14449
|
tickSpacing: number;
|
|
14446
14450
|
hooks: `0x${string}`;
|
|
14447
14451
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
14448
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
14452
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
14449
14453
|
readonly type: "function";
|
|
14450
14454
|
readonly name: "getFeeGrowthGlobals";
|
|
14451
14455
|
readonly inputs: readonly [{
|
|
@@ -15292,7 +15296,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
15292
15296
|
fee: number;
|
|
15293
15297
|
tickSpacing: number;
|
|
15294
15298
|
hooks: `0x${string}`;
|
|
15295
|
-
}, `0x${string}`], options?:
|
|
15299
|
+
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
15296
15300
|
readonly type: "function";
|
|
15297
15301
|
readonly name: "getFeeGrowthGlobals";
|
|
15298
15302
|
readonly inputs: readonly [{
|
|
@@ -16134,7 +16138,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16134
16138
|
tickSpacing: number;
|
|
16135
16139
|
hooks: `0x${string}`;
|
|
16136
16140
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
16137
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
16141
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
16138
16142
|
readonly type: "function";
|
|
16139
16143
|
readonly name: "getFeeGrowthGlobals";
|
|
16140
16144
|
readonly inputs: readonly [{
|
|
@@ -16981,7 +16985,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16981
16985
|
fee: number;
|
|
16982
16986
|
tickSpacing: number;
|
|
16983
16987
|
hooks: `0x${string}`;
|
|
16984
|
-
}], options?:
|
|
16988
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
16985
16989
|
readonly type: "function";
|
|
16986
16990
|
readonly name: "getFeeGrowthGlobals";
|
|
16987
16991
|
readonly inputs: readonly [{
|
|
@@ -17823,7 +17827,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
17823
17827
|
tickSpacing: number;
|
|
17824
17828
|
hooks: `0x${string}`;
|
|
17825
17829
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17826
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
17830
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
17827
17831
|
readonly type: "function";
|
|
17828
17832
|
readonly name: "getFeeGrowthGlobals";
|
|
17829
17833
|
readonly inputs: readonly [{
|
|
@@ -18670,7 +18674,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
18670
18674
|
fee: number;
|
|
18671
18675
|
tickSpacing: number;
|
|
18672
18676
|
hooks: `0x${string}`;
|
|
18673
|
-
}, number], options?:
|
|
18677
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
18674
18678
|
readonly type: "function";
|
|
18675
18679
|
readonly name: "getFeeGrowthGlobals";
|
|
18676
18680
|
readonly inputs: readonly [{
|
|
@@ -19512,7 +19516,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
19512
19516
|
tickSpacing: number;
|
|
19513
19517
|
hooks: `0x${string}`;
|
|
19514
19518
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
19515
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
19519
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
19516
19520
|
readonly type: "function";
|
|
19517
19521
|
readonly name: "getFeeGrowthGlobals";
|
|
19518
19522
|
readonly inputs: readonly [{
|
|
@@ -20359,7 +20363,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
20359
20363
|
fee: number;
|
|
20360
20364
|
tickSpacing: number;
|
|
20361
20365
|
hooks: `0x${string}`;
|
|
20362
|
-
}, number], options?:
|
|
20366
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
20363
20367
|
readonly type: "function";
|
|
20364
20368
|
readonly name: "getFeeGrowthGlobals";
|
|
20365
20369
|
readonly inputs: readonly [{
|
|
@@ -21201,7 +21205,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
21201
21205
|
tickSpacing: number;
|
|
21202
21206
|
hooks: `0x${string}`;
|
|
21203
21207
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
21204
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
21208
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
21205
21209
|
readonly type: "function";
|
|
21206
21210
|
readonly name: "getFeeGrowthGlobals";
|
|
21207
21211
|
readonly inputs: readonly [{
|
|
@@ -22048,7 +22052,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22048
22052
|
fee: number;
|
|
22049
22053
|
tickSpacing: number;
|
|
22050
22054
|
hooks: `0x${string}`;
|
|
22051
|
-
}, number], options?:
|
|
22055
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22052
22056
|
readonly type: "function";
|
|
22053
22057
|
readonly name: "getFeeGrowthGlobals";
|
|
22054
22058
|
readonly inputs: readonly [{
|
|
@@ -22890,7 +22894,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22890
22894
|
tickSpacing: number;
|
|
22891
22895
|
hooks: `0x${string}`;
|
|
22892
22896
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
22893
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
22897
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22894
22898
|
readonly type: "function";
|
|
22895
22899
|
readonly name: "getFeeGrowthGlobals";
|
|
22896
22900
|
readonly inputs: readonly [{
|
|
@@ -23737,7 +23741,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
23737
23741
|
fee: number;
|
|
23738
23742
|
tickSpacing: number;
|
|
23739
23743
|
hooks: `0x${string}`;
|
|
23740
|
-
}, number], options?:
|
|
23744
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
23741
23745
|
readonly type: "function";
|
|
23742
23746
|
readonly name: "getFeeGrowthGlobals";
|
|
23743
23747
|
readonly inputs: readonly [{
|
|
@@ -25420,7 +25424,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
25420
25424
|
};
|
|
25421
25425
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
25422
25426
|
read: {
|
|
25423
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
25427
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
25424
25428
|
readonly type: "function";
|
|
25425
25429
|
readonly name: "batchGetRefTick";
|
|
25426
25430
|
readonly inputs: readonly [{
|
|
@@ -26121,7 +26125,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26121
26125
|
}];
|
|
26122
26126
|
readonly stateMutability: "view";
|
|
26123
26127
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
26124
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
26128
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26125
26129
|
readonly type: "function";
|
|
26126
26130
|
readonly name: "batchGetRefTick";
|
|
26127
26131
|
readonly inputs: readonly [{
|
|
@@ -26832,7 +26836,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26832
26836
|
borrowedAmount0: bigint;
|
|
26833
26837
|
borrowedAmount1: bigint;
|
|
26834
26838
|
}[]>;
|
|
26835
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
26839
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26836
26840
|
readonly type: "function";
|
|
26837
26841
|
readonly name: "batchGetRefTick";
|
|
26838
26842
|
readonly inputs: readonly [{
|
|
@@ -27543,7 +27547,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27543
27547
|
expiresAt: number;
|
|
27544
27548
|
liquidities: readonly bigint[];
|
|
27545
27549
|
}[], bigint, boolean]>;
|
|
27546
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
27550
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
27547
27551
|
readonly type: "function";
|
|
27548
27552
|
readonly name: "batchGetRefTick";
|
|
27549
27553
|
readonly inputs: readonly [{
|
|
@@ -28244,7 +28248,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28244
28248
|
}];
|
|
28245
28249
|
readonly stateMutability: "view";
|
|
28246
28250
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
28247
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
28251
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
28248
28252
|
readonly type: "function";
|
|
28249
28253
|
readonly name: "batchGetRefTick";
|
|
28250
28254
|
readonly inputs: readonly [{
|
|
@@ -28965,7 +28969,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28965
28969
|
payoutAssetName: string;
|
|
28966
28970
|
optionsCount: bigint;
|
|
28967
28971
|
}>;
|
|
28968
|
-
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?:
|
|
28972
|
+
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
28969
28973
|
readonly type: "function";
|
|
28970
28974
|
readonly name: "batchGetRefTick";
|
|
28971
28975
|
readonly inputs: readonly [{
|
|
@@ -29666,7 +29670,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29666
29670
|
}];
|
|
29667
29671
|
readonly stateMutability: "view";
|
|
29668
29672
|
}], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
29669
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
29673
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
29670
29674
|
readonly type: "function";
|
|
29671
29675
|
readonly name: "batchGetRefTick";
|
|
29672
29676
|
readonly inputs: readonly [{
|
|
@@ -30367,7 +30371,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30367
30371
|
}];
|
|
30368
30372
|
readonly stateMutability: "view";
|
|
30369
30373
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
30370
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
30374
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
30371
30375
|
readonly type: "function";
|
|
30372
30376
|
readonly name: "batchGetRefTick";
|
|
30373
30377
|
readonly inputs: readonly [{
|
|
@@ -31068,7 +31072,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31068
31072
|
}];
|
|
31069
31073
|
readonly stateMutability: "view";
|
|
31070
31074
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
31071
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
31075
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
31072
31076
|
readonly type: "function";
|
|
31073
31077
|
readonly name: "batchGetRefTick";
|
|
31074
31078
|
readonly inputs: readonly [{
|
|
@@ -31779,7 +31783,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31779
31783
|
expiresAt: number;
|
|
31780
31784
|
liquidities: readonly bigint[];
|
|
31781
31785
|
}>;
|
|
31782
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
31786
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
31783
31787
|
readonly type: "function";
|
|
31784
31788
|
readonly name: "batchGetRefTick";
|
|
31785
31789
|
readonly inputs: readonly [{
|
|
@@ -32496,7 +32500,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32496
32500
|
fee: number;
|
|
32497
32501
|
tickSpacing: number;
|
|
32498
32502
|
hooks: `0x${string}`;
|
|
32499
|
-
}], options?:
|
|
32503
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
32500
32504
|
readonly type: "function";
|
|
32501
32505
|
readonly name: "batchGetRefTick";
|
|
32502
32506
|
readonly inputs: readonly [{
|
|
@@ -33214,7 +33218,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33214
33218
|
tickSpacing: number;
|
|
33215
33219
|
fee: number;
|
|
33216
33220
|
}>;
|
|
33217
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
33221
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
33218
33222
|
readonly type: "function";
|
|
33219
33223
|
readonly name: "batchGetRefTick";
|
|
33220
33224
|
readonly inputs: readonly [{
|
|
@@ -33915,7 +33919,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33915
33919
|
}];
|
|
33916
33920
|
readonly stateMutability: "view";
|
|
33917
33921
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
33918
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
33922
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
33919
33923
|
readonly type: "function";
|
|
33920
33924
|
readonly name: "batchGetRefTick";
|
|
33921
33925
|
readonly inputs: readonly [{
|
|
@@ -34620,7 +34624,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34620
34624
|
symbol: string;
|
|
34621
34625
|
name: string;
|
|
34622
34626
|
}>;
|
|
34623
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
34627
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
34624
34628
|
readonly type: "function";
|
|
34625
34629
|
readonly name: "batchGetRefTick";
|
|
34626
34630
|
readonly inputs: readonly [{
|
|
@@ -35331,7 +35335,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35331
35335
|
expiresAt: number;
|
|
35332
35336
|
liquidities: readonly bigint[];
|
|
35333
35337
|
}[], bigint, boolean]>;
|
|
35334
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
35338
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
35335
35339
|
readonly type: "function";
|
|
35336
35340
|
readonly name: "batchGetRefTick";
|
|
35337
35341
|
readonly inputs: readonly [{
|
|
@@ -36041,7 +36045,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36041
36045
|
hooks: `0x${string}`;
|
|
36042
36046
|
};
|
|
36043
36047
|
}>;
|
|
36044
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
36048
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
36045
36049
|
readonly type: "function";
|
|
36046
36050
|
readonly name: "batchGetRefTick";
|
|
36047
36051
|
readonly inputs: readonly [{
|
|
@@ -37546,7 +37550,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37546
37550
|
isRefetching: boolean;
|
|
37547
37551
|
isStale: boolean;
|
|
37548
37552
|
isEnabled: boolean;
|
|
37549
|
-
refetch: (options?:
|
|
37553
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37550
37554
|
optionId: bigint;
|
|
37551
37555
|
marketAddr: Address;
|
|
37552
37556
|
ownerAddr: Address;
|
|
@@ -37576,7 +37580,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37576
37580
|
address: string;
|
|
37577
37581
|
} | null;
|
|
37578
37582
|
}[], Error>>;
|
|
37579
|
-
fetchStatus:
|
|
37583
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37580
37584
|
promise: Promise<{
|
|
37581
37585
|
optionId: bigint;
|
|
37582
37586
|
marketAddr: Address;
|
|
@@ -37660,7 +37664,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37660
37664
|
isRefetching: boolean;
|
|
37661
37665
|
isStale: boolean;
|
|
37662
37666
|
isEnabled: boolean;
|
|
37663
|
-
refetch: (options?:
|
|
37667
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37664
37668
|
optionId: bigint;
|
|
37665
37669
|
marketAddr: Address;
|
|
37666
37670
|
ownerAddr: Address;
|
|
@@ -37690,7 +37694,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37690
37694
|
address: string;
|
|
37691
37695
|
} | null;
|
|
37692
37696
|
}[], Error>>;
|
|
37693
|
-
fetchStatus:
|
|
37697
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37694
37698
|
promise: Promise<{
|
|
37695
37699
|
optionId: bigint;
|
|
37696
37700
|
marketAddr: Address;
|
|
@@ -37774,7 +37778,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37774
37778
|
isRefetching: boolean;
|
|
37775
37779
|
isStale: boolean;
|
|
37776
37780
|
isEnabled: boolean;
|
|
37777
|
-
refetch: (options?:
|
|
37781
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37778
37782
|
optionId: bigint;
|
|
37779
37783
|
marketAddr: Address;
|
|
37780
37784
|
ownerAddr: Address;
|
|
@@ -37804,7 +37808,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37804
37808
|
address: string;
|
|
37805
37809
|
} | null;
|
|
37806
37810
|
}[], Error>>;
|
|
37807
|
-
fetchStatus:
|
|
37811
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37808
37812
|
promise: Promise<{
|
|
37809
37813
|
optionId: bigint;
|
|
37810
37814
|
marketAddr: Address;
|
|
@@ -37888,7 +37892,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37888
37892
|
isRefetching: boolean;
|
|
37889
37893
|
isStale: boolean;
|
|
37890
37894
|
isEnabled: boolean;
|
|
37891
|
-
refetch: (options?:
|
|
37895
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37892
37896
|
optionId: bigint;
|
|
37893
37897
|
marketAddr: Address;
|
|
37894
37898
|
ownerAddr: Address;
|
|
@@ -37918,7 +37922,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37918
37922
|
address: string;
|
|
37919
37923
|
} | null;
|
|
37920
37924
|
}[], Error>>;
|
|
37921
|
-
fetchStatus:
|
|
37925
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37922
37926
|
promise: Promise<{
|
|
37923
37927
|
optionId: bigint;
|
|
37924
37928
|
marketAddr: Address;
|
|
@@ -38002,7 +38006,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38002
38006
|
isRefetching: boolean;
|
|
38003
38007
|
isStale: boolean;
|
|
38004
38008
|
isEnabled: boolean;
|
|
38005
|
-
refetch: (options?:
|
|
38009
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38006
38010
|
optionId: bigint;
|
|
38007
38011
|
marketAddr: Address;
|
|
38008
38012
|
ownerAddr: Address;
|
|
@@ -38032,7 +38036,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38032
38036
|
address: string;
|
|
38033
38037
|
} | null;
|
|
38034
38038
|
}[], Error>>;
|
|
38035
|
-
fetchStatus:
|
|
38039
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38036
38040
|
promise: Promise<{
|
|
38037
38041
|
optionId: bigint;
|
|
38038
38042
|
marketAddr: Address;
|
|
@@ -38116,7 +38120,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38116
38120
|
isRefetching: boolean;
|
|
38117
38121
|
isStale: boolean;
|
|
38118
38122
|
isEnabled: boolean;
|
|
38119
|
-
refetch: (options?:
|
|
38123
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38120
38124
|
optionId: bigint;
|
|
38121
38125
|
marketAddr: Address;
|
|
38122
38126
|
ownerAddr: Address;
|
|
@@ -38146,7 +38150,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38146
38150
|
address: string;
|
|
38147
38151
|
} | null;
|
|
38148
38152
|
}[], Error>>;
|
|
38149
|
-
fetchStatus:
|
|
38153
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38150
38154
|
promise: Promise<{
|
|
38151
38155
|
optionId: bigint;
|
|
38152
38156
|
marketAddr: Address;
|
|
@@ -38231,7 +38235,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38231
38235
|
isRefetching: boolean;
|
|
38232
38236
|
isStale: boolean;
|
|
38233
38237
|
isEnabled: boolean;
|
|
38234
|
-
refetch: (options?:
|
|
38238
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38235
38239
|
optionId: bigint;
|
|
38236
38240
|
marketAddr: Address;
|
|
38237
38241
|
ownerAddr: Address;
|
|
@@ -38261,7 +38265,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38261
38265
|
address: string;
|
|
38262
38266
|
} | null;
|
|
38263
38267
|
}[], Error>>;
|
|
38264
|
-
fetchStatus:
|
|
38268
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38265
38269
|
promise: Promise<{
|
|
38266
38270
|
optionId: bigint;
|
|
38267
38271
|
marketAddr: Address;
|
|
@@ -38345,7 +38349,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38345
38349
|
isRefetching: boolean;
|
|
38346
38350
|
isStale: boolean;
|
|
38347
38351
|
isEnabled: boolean;
|
|
38348
|
-
refetch: (options?:
|
|
38352
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38349
38353
|
optionId: bigint;
|
|
38350
38354
|
marketAddr: Address;
|
|
38351
38355
|
ownerAddr: Address;
|
|
@@ -38375,7 +38379,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38375
38379
|
address: string;
|
|
38376
38380
|
} | null;
|
|
38377
38381
|
}[], Error>>;
|
|
38378
|
-
fetchStatus:
|
|
38382
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38379
38383
|
promise: Promise<{
|
|
38380
38384
|
optionId: bigint;
|
|
38381
38385
|
marketAddr: Address;
|
|
@@ -38459,7 +38463,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38459
38463
|
isRefetching: boolean;
|
|
38460
38464
|
isStale: boolean;
|
|
38461
38465
|
isEnabled: boolean;
|
|
38462
|
-
refetch: (options?:
|
|
38466
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38463
38467
|
optionId: bigint;
|
|
38464
38468
|
marketAddr: Address;
|
|
38465
38469
|
ownerAddr: Address;
|
|
@@ -38489,7 +38493,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38489
38493
|
address: string;
|
|
38490
38494
|
} | null;
|
|
38491
38495
|
}[], Error>>;
|
|
38492
|
-
fetchStatus:
|
|
38496
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38493
38497
|
promise: Promise<{
|
|
38494
38498
|
optionId: bigint;
|
|
38495
38499
|
marketAddr: Address;
|
|
@@ -38573,7 +38577,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38573
38577
|
isRefetching: boolean;
|
|
38574
38578
|
isStale: boolean;
|
|
38575
38579
|
isEnabled: boolean;
|
|
38576
|
-
refetch: (options?:
|
|
38580
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38577
38581
|
optionId: bigint;
|
|
38578
38582
|
marketAddr: Address;
|
|
38579
38583
|
ownerAddr: Address;
|
|
@@ -38603,7 +38607,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38603
38607
|
address: string;
|
|
38604
38608
|
} | null;
|
|
38605
38609
|
}[], Error>>;
|
|
38606
|
-
fetchStatus:
|
|
38610
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38607
38611
|
promise: Promise<{
|
|
38608
38612
|
optionId: bigint;
|
|
38609
38613
|
marketAddr: Address;
|
|
@@ -38687,7 +38691,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38687
38691
|
isRefetching: boolean;
|
|
38688
38692
|
isStale: boolean;
|
|
38689
38693
|
isEnabled: boolean;
|
|
38690
|
-
refetch: (options?:
|
|
38694
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38691
38695
|
optionId: bigint;
|
|
38692
38696
|
marketAddr: Address;
|
|
38693
38697
|
ownerAddr: Address;
|
|
@@ -38717,7 +38721,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38717
38721
|
address: string;
|
|
38718
38722
|
} | null;
|
|
38719
38723
|
}[], Error>>;
|
|
38720
|
-
fetchStatus:
|
|
38724
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38721
38725
|
promise: Promise<{
|
|
38722
38726
|
optionId: bigint;
|
|
38723
38727
|
marketAddr: Address;
|
|
@@ -38801,7 +38805,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38801
38805
|
isRefetching: boolean;
|
|
38802
38806
|
isStale: boolean;
|
|
38803
38807
|
isEnabled: boolean;
|
|
38804
|
-
refetch: (options?:
|
|
38808
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38805
38809
|
optionId: bigint;
|
|
38806
38810
|
marketAddr: Address;
|
|
38807
38811
|
ownerAddr: Address;
|
|
@@ -38831,7 +38835,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38831
38835
|
address: string;
|
|
38832
38836
|
} | null;
|
|
38833
38837
|
}[], Error>>;
|
|
38834
|
-
fetchStatus:
|
|
38838
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38835
38839
|
promise: Promise<{
|
|
38836
38840
|
optionId: bigint;
|
|
38837
38841
|
marketAddr: Address;
|
|
@@ -38916,7 +38920,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38916
38920
|
isRefetching: boolean;
|
|
38917
38921
|
isStale: boolean;
|
|
38918
38922
|
isEnabled: boolean;
|
|
38919
|
-
refetch: (options?:
|
|
38923
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38920
38924
|
optionId: bigint;
|
|
38921
38925
|
marketAddr: Address;
|
|
38922
38926
|
ownerAddr: Address;
|
|
@@ -38946,7 +38950,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38946
38950
|
address: string;
|
|
38947
38951
|
} | null;
|
|
38948
38952
|
}[], Error>>;
|
|
38949
|
-
fetchStatus:
|
|
38953
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38950
38954
|
promise: Promise<{
|
|
38951
38955
|
optionId: bigint;
|
|
38952
38956
|
marketAddr: Address;
|
|
@@ -39030,7 +39034,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39030
39034
|
isRefetching: boolean;
|
|
39031
39035
|
isStale: boolean;
|
|
39032
39036
|
isEnabled: boolean;
|
|
39033
|
-
refetch: (options?:
|
|
39037
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39034
39038
|
optionId: bigint;
|
|
39035
39039
|
marketAddr: Address;
|
|
39036
39040
|
ownerAddr: Address;
|
|
@@ -39060,7 +39064,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39060
39064
|
address: string;
|
|
39061
39065
|
} | null;
|
|
39062
39066
|
}[], Error>>;
|
|
39063
|
-
fetchStatus:
|
|
39067
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39064
39068
|
promise: Promise<{
|
|
39065
39069
|
optionId: bigint;
|
|
39066
39070
|
marketAddr: Address;
|
|
@@ -39144,7 +39148,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39144
39148
|
isRefetching: boolean;
|
|
39145
39149
|
isStale: boolean;
|
|
39146
39150
|
isEnabled: boolean;
|
|
39147
|
-
refetch: (options?:
|
|
39151
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39148
39152
|
optionId: bigint;
|
|
39149
39153
|
marketAddr: Address;
|
|
39150
39154
|
ownerAddr: Address;
|
|
@@ -39174,7 +39178,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39174
39178
|
address: string;
|
|
39175
39179
|
} | null;
|
|
39176
39180
|
}[], Error>>;
|
|
39177
|
-
fetchStatus:
|
|
39181
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39178
39182
|
promise: Promise<{
|
|
39179
39183
|
optionId: bigint;
|
|
39180
39184
|
marketAddr: Address;
|
|
@@ -39258,7 +39262,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39258
39262
|
isRefetching: boolean;
|
|
39259
39263
|
isStale: boolean;
|
|
39260
39264
|
isEnabled: boolean;
|
|
39261
|
-
refetch: (options?:
|
|
39265
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39262
39266
|
optionId: bigint;
|
|
39263
39267
|
marketAddr: Address;
|
|
39264
39268
|
ownerAddr: Address;
|
|
@@ -39288,7 +39292,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39288
39292
|
address: string;
|
|
39289
39293
|
} | null;
|
|
39290
39294
|
}[], Error>>;
|
|
39291
|
-
fetchStatus:
|
|
39295
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39292
39296
|
promise: Promise<{
|
|
39293
39297
|
optionId: bigint;
|
|
39294
39298
|
marketAddr: Address;
|
|
@@ -39372,7 +39376,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39372
39376
|
isRefetching: boolean;
|
|
39373
39377
|
isStale: boolean;
|
|
39374
39378
|
isEnabled: boolean;
|
|
39375
|
-
refetch: (options?:
|
|
39379
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39376
39380
|
optionId: bigint;
|
|
39377
39381
|
marketAddr: Address;
|
|
39378
39382
|
ownerAddr: Address;
|
|
@@ -39402,7 +39406,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39402
39406
|
address: string;
|
|
39403
39407
|
} | null;
|
|
39404
39408
|
}[], Error>>;
|
|
39405
|
-
fetchStatus:
|
|
39409
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39406
39410
|
promise: Promise<{
|
|
39407
39411
|
optionId: bigint;
|
|
39408
39412
|
marketAddr: Address;
|
|
@@ -39486,7 +39490,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39486
39490
|
isRefetching: boolean;
|
|
39487
39491
|
isStale: boolean;
|
|
39488
39492
|
isEnabled: boolean;
|
|
39489
|
-
refetch: (options?:
|
|
39493
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39490
39494
|
optionId: bigint;
|
|
39491
39495
|
marketAddr: Address;
|
|
39492
39496
|
ownerAddr: Address;
|
|
@@ -39516,7 +39520,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39516
39520
|
address: string;
|
|
39517
39521
|
} | null;
|
|
39518
39522
|
}[], Error>>;
|
|
39519
|
-
fetchStatus:
|
|
39523
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39520
39524
|
promise: Promise<{
|
|
39521
39525
|
optionId: bigint;
|
|
39522
39526
|
marketAddr: Address;
|
|
@@ -39588,7 +39592,14 @@ declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query
|
|
|
39588
39592
|
//#region src/hooks/options/useMarketData.d.ts
|
|
39589
39593
|
declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
39590
39594
|
address: Address;
|
|
39591
|
-
|
|
39595
|
+
poolManager: Address;
|
|
39596
|
+
poolKey: {
|
|
39597
|
+
currency0: Address;
|
|
39598
|
+
currency1: Address;
|
|
39599
|
+
fee: number;
|
|
39600
|
+
tickSpacing: number;
|
|
39601
|
+
hooks: Address;
|
|
39602
|
+
};
|
|
39592
39603
|
vault: Address;
|
|
39593
39604
|
optionAsset: Address;
|
|
39594
39605
|
payoutAsset: Address;
|
|
@@ -39602,6 +39613,10 @@ declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard
|
|
|
39602
39613
|
payoutAssetSymbol: string;
|
|
39603
39614
|
optionAssetName: string;
|
|
39604
39615
|
payoutAssetName: string;
|
|
39616
|
+
currency0: string;
|
|
39617
|
+
currency1: string;
|
|
39618
|
+
fee: number;
|
|
39619
|
+
hooks: string;
|
|
39605
39620
|
} | undefined>>;
|
|
39606
39621
|
//#endregion
|
|
39607
39622
|
//#region src/hooks/options/useMarketVolume.d.ts
|
|
@@ -39638,7 +39653,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
39638
39653
|
//#endregion
|
|
39639
39654
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
39640
39655
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowableRange?: number) => {
|
|
39641
|
-
error:
|
|
39656
|
+
error: viem0.ReadContractErrorType;
|
|
39642
39657
|
isError: true;
|
|
39643
39658
|
isPending: false;
|
|
39644
39659
|
isLoading: false;
|
|
@@ -39650,7 +39665,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39650
39665
|
dataUpdatedAt: number;
|
|
39651
39666
|
errorUpdatedAt: number;
|
|
39652
39667
|
failureCount: number;
|
|
39653
|
-
failureReason:
|
|
39668
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
39654
39669
|
errorUpdateCount: number;
|
|
39655
39670
|
isFetched: boolean;
|
|
39656
39671
|
isFetchedAfterMount: boolean;
|
|
@@ -39660,10 +39675,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39660
39675
|
isRefetching: boolean;
|
|
39661
39676
|
isStale: boolean;
|
|
39662
39677
|
isEnabled: boolean;
|
|
39663
|
-
refetch: (options?:
|
|
39664
|
-
fetchStatus:
|
|
39678
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
|
|
39679
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39665
39680
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39666
|
-
queryKey:
|
|
39681
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39667
39682
|
maxCallSize: Amount | undefined;
|
|
39668
39683
|
maxPutSize: Amount | undefined;
|
|
39669
39684
|
} | {
|
|
@@ -39679,7 +39694,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39679
39694
|
dataUpdatedAt: number;
|
|
39680
39695
|
errorUpdatedAt: number;
|
|
39681
39696
|
failureCount: number;
|
|
39682
|
-
failureReason:
|
|
39697
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
39683
39698
|
errorUpdateCount: number;
|
|
39684
39699
|
isFetched: boolean;
|
|
39685
39700
|
isFetchedAfterMount: boolean;
|
|
@@ -39689,14 +39704,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39689
39704
|
isRefetching: boolean;
|
|
39690
39705
|
isStale: boolean;
|
|
39691
39706
|
isEnabled: boolean;
|
|
39692
|
-
refetch: (options?:
|
|
39693
|
-
fetchStatus:
|
|
39707
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
|
|
39708
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39694
39709
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39695
|
-
queryKey:
|
|
39710
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39696
39711
|
maxCallSize: Amount | undefined;
|
|
39697
39712
|
maxPutSize: Amount | undefined;
|
|
39698
39713
|
} | {
|
|
39699
|
-
error:
|
|
39714
|
+
error: viem0.ReadContractErrorType;
|
|
39700
39715
|
isError: true;
|
|
39701
39716
|
isPending: false;
|
|
39702
39717
|
isLoading: false;
|
|
@@ -39708,7 +39723,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39708
39723
|
dataUpdatedAt: number;
|
|
39709
39724
|
errorUpdatedAt: number;
|
|
39710
39725
|
failureCount: number;
|
|
39711
|
-
failureReason:
|
|
39726
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
39712
39727
|
errorUpdateCount: number;
|
|
39713
39728
|
isFetched: boolean;
|
|
39714
39729
|
isFetchedAfterMount: boolean;
|
|
@@ -39718,10 +39733,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39718
39733
|
isRefetching: boolean;
|
|
39719
39734
|
isStale: boolean;
|
|
39720
39735
|
isEnabled: boolean;
|
|
39721
|
-
refetch: (options?:
|
|
39722
|
-
fetchStatus:
|
|
39736
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
|
|
39737
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39723
39738
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39724
|
-
queryKey:
|
|
39739
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39725
39740
|
maxCallSize: Amount | undefined;
|
|
39726
39741
|
maxPutSize: Amount | undefined;
|
|
39727
39742
|
} | {
|
|
@@ -39737,7 +39752,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39737
39752
|
dataUpdatedAt: number;
|
|
39738
39753
|
errorUpdatedAt: number;
|
|
39739
39754
|
failureCount: number;
|
|
39740
|
-
failureReason:
|
|
39755
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
39741
39756
|
errorUpdateCount: number;
|
|
39742
39757
|
isFetched: boolean;
|
|
39743
39758
|
isFetchedAfterMount: boolean;
|
|
@@ -39747,10 +39762,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39747
39762
|
isRefetching: boolean;
|
|
39748
39763
|
isStale: boolean;
|
|
39749
39764
|
isEnabled: boolean;
|
|
39750
|
-
refetch: (options?:
|
|
39751
|
-
fetchStatus:
|
|
39765
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
|
|
39766
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39752
39767
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39753
|
-
queryKey:
|
|
39768
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39754
39769
|
maxCallSize: Amount | undefined;
|
|
39755
39770
|
maxPutSize: Amount | undefined;
|
|
39756
39771
|
} | {
|
|
@@ -39765,7 +39780,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39765
39780
|
dataUpdatedAt: number;
|
|
39766
39781
|
errorUpdatedAt: number;
|
|
39767
39782
|
failureCount: number;
|
|
39768
|
-
failureReason:
|
|
39783
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
39769
39784
|
errorUpdateCount: number;
|
|
39770
39785
|
isFetched: boolean;
|
|
39771
39786
|
isFetchedAfterMount: boolean;
|
|
@@ -39776,10 +39791,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39776
39791
|
isRefetching: boolean;
|
|
39777
39792
|
isStale: boolean;
|
|
39778
39793
|
isEnabled: boolean;
|
|
39779
|
-
refetch: (options?:
|
|
39780
|
-
fetchStatus:
|
|
39794
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
|
|
39795
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39781
39796
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39782
|
-
queryKey:
|
|
39797
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39783
39798
|
maxCallSize: Amount | undefined;
|
|
39784
39799
|
maxPutSize: Amount | undefined;
|
|
39785
39800
|
} | {
|
|
@@ -39795,7 +39810,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39795
39810
|
dataUpdatedAt: number;
|
|
39796
39811
|
errorUpdatedAt: number;
|
|
39797
39812
|
failureCount: number;
|
|
39798
|
-
failureReason:
|
|
39813
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
39799
39814
|
errorUpdateCount: number;
|
|
39800
39815
|
isFetched: boolean;
|
|
39801
39816
|
isFetchedAfterMount: boolean;
|
|
@@ -39805,10 +39820,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39805
39820
|
isRefetching: boolean;
|
|
39806
39821
|
isStale: boolean;
|
|
39807
39822
|
isEnabled: boolean;
|
|
39808
|
-
refetch: (options?:
|
|
39809
|
-
fetchStatus:
|
|
39823
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem0.ReadContractErrorType>>;
|
|
39824
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39810
39825
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39811
|
-
queryKey:
|
|
39826
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39812
39827
|
maxCallSize: Amount | undefined;
|
|
39813
39828
|
maxPutSize: Amount | undefined;
|
|
39814
39829
|
};
|
|
@@ -39878,7 +39893,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39878
39893
|
isRefetching: boolean;
|
|
39879
39894
|
isStale: boolean;
|
|
39880
39895
|
isEnabled: boolean;
|
|
39881
|
-
refetch: (options?:
|
|
39896
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
39882
39897
|
type: "mint";
|
|
39883
39898
|
data: {
|
|
39884
39899
|
id: string;
|
|
@@ -39917,7 +39932,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39917
39932
|
transactionHash: string;
|
|
39918
39933
|
};
|
|
39919
39934
|
})[], Error>>;
|
|
39920
|
-
fetchStatus:
|
|
39935
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39921
39936
|
promise: Promise<({
|
|
39922
39937
|
type: "mint";
|
|
39923
39938
|
data: {
|
|
@@ -40019,7 +40034,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40019
40034
|
isRefetching: boolean;
|
|
40020
40035
|
isStale: boolean;
|
|
40021
40036
|
isEnabled: boolean;
|
|
40022
|
-
refetch: (options?:
|
|
40037
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40023
40038
|
type: "mint";
|
|
40024
40039
|
data: {
|
|
40025
40040
|
id: string;
|
|
@@ -40058,7 +40073,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40058
40073
|
transactionHash: string;
|
|
40059
40074
|
};
|
|
40060
40075
|
})[], Error>>;
|
|
40061
|
-
fetchStatus:
|
|
40076
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40062
40077
|
promise: Promise<({
|
|
40063
40078
|
type: "mint";
|
|
40064
40079
|
data: {
|
|
@@ -40160,7 +40175,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40160
40175
|
isRefetching: boolean;
|
|
40161
40176
|
isStale: boolean;
|
|
40162
40177
|
isEnabled: boolean;
|
|
40163
|
-
refetch: (options?:
|
|
40178
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40164
40179
|
type: "mint";
|
|
40165
40180
|
data: {
|
|
40166
40181
|
id: string;
|
|
@@ -40199,7 +40214,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40199
40214
|
transactionHash: string;
|
|
40200
40215
|
};
|
|
40201
40216
|
})[], Error>>;
|
|
40202
|
-
fetchStatus:
|
|
40217
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40203
40218
|
promise: Promise<({
|
|
40204
40219
|
type: "mint";
|
|
40205
40220
|
data: {
|
|
@@ -40301,7 +40316,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40301
40316
|
isRefetching: boolean;
|
|
40302
40317
|
isStale: boolean;
|
|
40303
40318
|
isEnabled: boolean;
|
|
40304
|
-
refetch: (options?:
|
|
40319
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40305
40320
|
type: "mint";
|
|
40306
40321
|
data: {
|
|
40307
40322
|
id: string;
|
|
@@ -40340,7 +40355,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40340
40355
|
transactionHash: string;
|
|
40341
40356
|
};
|
|
40342
40357
|
})[], Error>>;
|
|
40343
|
-
fetchStatus:
|
|
40358
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40344
40359
|
promise: Promise<({
|
|
40345
40360
|
type: "mint";
|
|
40346
40361
|
data: {
|
|
@@ -40442,7 +40457,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40442
40457
|
isRefetching: boolean;
|
|
40443
40458
|
isStale: boolean;
|
|
40444
40459
|
isEnabled: boolean;
|
|
40445
|
-
refetch: (options?:
|
|
40460
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40446
40461
|
type: "mint";
|
|
40447
40462
|
data: {
|
|
40448
40463
|
id: string;
|
|
@@ -40481,7 +40496,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40481
40496
|
transactionHash: string;
|
|
40482
40497
|
};
|
|
40483
40498
|
})[], Error>>;
|
|
40484
|
-
fetchStatus:
|
|
40499
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40485
40500
|
promise: Promise<({
|
|
40486
40501
|
type: "mint";
|
|
40487
40502
|
data: {
|
|
@@ -40583,7 +40598,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40583
40598
|
isRefetching: boolean;
|
|
40584
40599
|
isStale: boolean;
|
|
40585
40600
|
isEnabled: boolean;
|
|
40586
|
-
refetch: (options?:
|
|
40601
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40587
40602
|
type: "mint";
|
|
40588
40603
|
data: {
|
|
40589
40604
|
id: string;
|
|
@@ -40622,7 +40637,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40622
40637
|
transactionHash: string;
|
|
40623
40638
|
};
|
|
40624
40639
|
})[], Error>>;
|
|
40625
|
-
fetchStatus:
|
|
40640
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40626
40641
|
promise: Promise<({
|
|
40627
40642
|
type: "mint";
|
|
40628
40643
|
data: {
|
|
@@ -40745,7 +40760,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40745
40760
|
isRefetching: boolean;
|
|
40746
40761
|
isStale: boolean;
|
|
40747
40762
|
isEnabled: boolean;
|
|
40748
|
-
refetch: (options?:
|
|
40763
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40749
40764
|
optionId: bigint;
|
|
40750
40765
|
id: string;
|
|
40751
40766
|
ownerAddr: Address;
|
|
@@ -40754,7 +40769,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40754
40769
|
expiresAt: number;
|
|
40755
40770
|
closed: boolean;
|
|
40756
40771
|
}[] | undefined, Error>>;
|
|
40757
|
-
fetchStatus:
|
|
40772
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40758
40773
|
promise: Promise<{
|
|
40759
40774
|
optionId: bigint;
|
|
40760
40775
|
id: string;
|
|
@@ -40796,7 +40811,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40796
40811
|
isRefetching: boolean;
|
|
40797
40812
|
isStale: boolean;
|
|
40798
40813
|
isEnabled: boolean;
|
|
40799
|
-
refetch: (options?:
|
|
40814
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40800
40815
|
optionId: bigint;
|
|
40801
40816
|
id: string;
|
|
40802
40817
|
ownerAddr: Address;
|
|
@@ -40805,7 +40820,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40805
40820
|
expiresAt: number;
|
|
40806
40821
|
closed: boolean;
|
|
40807
40822
|
}[] | undefined, Error>>;
|
|
40808
|
-
fetchStatus:
|
|
40823
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40809
40824
|
promise: Promise<{
|
|
40810
40825
|
optionId: bigint;
|
|
40811
40826
|
id: string;
|
|
@@ -40847,7 +40862,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40847
40862
|
isRefetching: boolean;
|
|
40848
40863
|
isStale: boolean;
|
|
40849
40864
|
isEnabled: boolean;
|
|
40850
|
-
refetch: (options?:
|
|
40865
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40851
40866
|
optionId: bigint;
|
|
40852
40867
|
id: string;
|
|
40853
40868
|
ownerAddr: Address;
|
|
@@ -40856,7 +40871,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40856
40871
|
expiresAt: number;
|
|
40857
40872
|
closed: boolean;
|
|
40858
40873
|
}[] | undefined, Error>>;
|
|
40859
|
-
fetchStatus:
|
|
40874
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40860
40875
|
promise: Promise<{
|
|
40861
40876
|
optionId: bigint;
|
|
40862
40877
|
id: string;
|
|
@@ -40898,7 +40913,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40898
40913
|
isRefetching: boolean;
|
|
40899
40914
|
isStale: boolean;
|
|
40900
40915
|
isEnabled: boolean;
|
|
40901
|
-
refetch: (options?:
|
|
40916
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40902
40917
|
optionId: bigint;
|
|
40903
40918
|
id: string;
|
|
40904
40919
|
ownerAddr: Address;
|
|
@@ -40907,7 +40922,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40907
40922
|
expiresAt: number;
|
|
40908
40923
|
closed: boolean;
|
|
40909
40924
|
}[] | undefined, Error>>;
|
|
40910
|
-
fetchStatus:
|
|
40925
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40911
40926
|
promise: Promise<{
|
|
40912
40927
|
optionId: bigint;
|
|
40913
40928
|
id: string;
|
|
@@ -40949,7 +40964,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40949
40964
|
isRefetching: boolean;
|
|
40950
40965
|
isStale: boolean;
|
|
40951
40966
|
isEnabled: boolean;
|
|
40952
|
-
refetch: (options?:
|
|
40967
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40953
40968
|
optionId: bigint;
|
|
40954
40969
|
id: string;
|
|
40955
40970
|
ownerAddr: Address;
|
|
@@ -40958,7 +40973,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40958
40973
|
expiresAt: number;
|
|
40959
40974
|
closed: boolean;
|
|
40960
40975
|
}[] | undefined, Error>>;
|
|
40961
|
-
fetchStatus:
|
|
40976
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40962
40977
|
promise: Promise<{
|
|
40963
40978
|
optionId: bigint;
|
|
40964
40979
|
id: string;
|
|
@@ -41000,7 +41015,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41000
41015
|
isRefetching: boolean;
|
|
41001
41016
|
isStale: boolean;
|
|
41002
41017
|
isEnabled: boolean;
|
|
41003
|
-
refetch: (options?:
|
|
41018
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41004
41019
|
optionId: bigint;
|
|
41005
41020
|
id: string;
|
|
41006
41021
|
ownerAddr: Address;
|
|
@@ -41009,7 +41024,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41009
41024
|
expiresAt: number;
|
|
41010
41025
|
closed: boolean;
|
|
41011
41026
|
}[] | undefined, Error>>;
|
|
41012
|
-
fetchStatus:
|
|
41027
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41013
41028
|
promise: Promise<{
|
|
41014
41029
|
optionId: bigint;
|
|
41015
41030
|
id: string;
|
|
@@ -41052,7 +41067,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41052
41067
|
isRefetching: boolean;
|
|
41053
41068
|
isStale: boolean;
|
|
41054
41069
|
isEnabled: boolean;
|
|
41055
|
-
refetch: (options?:
|
|
41070
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41056
41071
|
optionId: bigint;
|
|
41057
41072
|
id: string;
|
|
41058
41073
|
ownerAddr: Address;
|
|
@@ -41061,7 +41076,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41061
41076
|
expiresAt: number;
|
|
41062
41077
|
closed: boolean;
|
|
41063
41078
|
}[] | undefined, Error>>;
|
|
41064
|
-
fetchStatus:
|
|
41079
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41065
41080
|
promise: Promise<{
|
|
41066
41081
|
optionId: bigint;
|
|
41067
41082
|
id: string;
|
|
@@ -41103,7 +41118,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41103
41118
|
isRefetching: boolean;
|
|
41104
41119
|
isStale: boolean;
|
|
41105
41120
|
isEnabled: boolean;
|
|
41106
|
-
refetch: (options?:
|
|
41121
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41107
41122
|
optionId: bigint;
|
|
41108
41123
|
id: string;
|
|
41109
41124
|
ownerAddr: Address;
|
|
@@ -41112,7 +41127,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41112
41127
|
expiresAt: number;
|
|
41113
41128
|
closed: boolean;
|
|
41114
41129
|
}[] | undefined, Error>>;
|
|
41115
|
-
fetchStatus:
|
|
41130
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41116
41131
|
promise: Promise<{
|
|
41117
41132
|
optionId: bigint;
|
|
41118
41133
|
id: string;
|
|
@@ -41154,7 +41169,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41154
41169
|
isRefetching: boolean;
|
|
41155
41170
|
isStale: boolean;
|
|
41156
41171
|
isEnabled: boolean;
|
|
41157
|
-
refetch: (options?:
|
|
41172
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41158
41173
|
optionId: bigint;
|
|
41159
41174
|
id: string;
|
|
41160
41175
|
ownerAddr: Address;
|
|
@@ -41163,7 +41178,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41163
41178
|
expiresAt: number;
|
|
41164
41179
|
closed: boolean;
|
|
41165
41180
|
}[] | undefined, Error>>;
|
|
41166
|
-
fetchStatus:
|
|
41181
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41167
41182
|
promise: Promise<{
|
|
41168
41183
|
optionId: bigint;
|
|
41169
41184
|
id: string;
|
|
@@ -41205,7 +41220,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41205
41220
|
isRefetching: boolean;
|
|
41206
41221
|
isStale: boolean;
|
|
41207
41222
|
isEnabled: boolean;
|
|
41208
|
-
refetch: (options?:
|
|
41223
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41209
41224
|
optionId: bigint;
|
|
41210
41225
|
id: string;
|
|
41211
41226
|
ownerAddr: Address;
|
|
@@ -41214,7 +41229,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41214
41229
|
expiresAt: number;
|
|
41215
41230
|
closed: boolean;
|
|
41216
41231
|
}[] | undefined, Error>>;
|
|
41217
|
-
fetchStatus:
|
|
41232
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41218
41233
|
promise: Promise<{
|
|
41219
41234
|
optionId: bigint;
|
|
41220
41235
|
id: string;
|
|
@@ -41256,7 +41271,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41256
41271
|
isRefetching: boolean;
|
|
41257
41272
|
isStale: boolean;
|
|
41258
41273
|
isEnabled: boolean;
|
|
41259
|
-
refetch: (options?:
|
|
41274
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41260
41275
|
optionId: bigint;
|
|
41261
41276
|
id: string;
|
|
41262
41277
|
ownerAddr: Address;
|
|
@@ -41265,7 +41280,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41265
41280
|
expiresAt: number;
|
|
41266
41281
|
closed: boolean;
|
|
41267
41282
|
}[] | undefined, Error>>;
|
|
41268
|
-
fetchStatus:
|
|
41283
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41269
41284
|
promise: Promise<{
|
|
41270
41285
|
optionId: bigint;
|
|
41271
41286
|
id: string;
|
|
@@ -41307,7 +41322,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41307
41322
|
isRefetching: boolean;
|
|
41308
41323
|
isStale: boolean;
|
|
41309
41324
|
isEnabled: boolean;
|
|
41310
|
-
refetch: (options?:
|
|
41325
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41311
41326
|
optionId: bigint;
|
|
41312
41327
|
id: string;
|
|
41313
41328
|
ownerAddr: Address;
|
|
@@ -41316,7 +41331,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41316
41331
|
expiresAt: number;
|
|
41317
41332
|
closed: boolean;
|
|
41318
41333
|
}[] | undefined, Error>>;
|
|
41319
|
-
fetchStatus:
|
|
41334
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41320
41335
|
promise: Promise<{
|
|
41321
41336
|
optionId: bigint;
|
|
41322
41337
|
id: string;
|
|
@@ -41359,7 +41374,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41359
41374
|
isRefetching: boolean;
|
|
41360
41375
|
isStale: boolean;
|
|
41361
41376
|
isEnabled: boolean;
|
|
41362
|
-
refetch: (options?:
|
|
41377
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41363
41378
|
optionId: bigint;
|
|
41364
41379
|
id: string;
|
|
41365
41380
|
ownerAddr: Address;
|
|
@@ -41368,7 +41383,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41368
41383
|
expiresAt: number;
|
|
41369
41384
|
closed: boolean;
|
|
41370
41385
|
}[] | undefined, Error>>;
|
|
41371
|
-
fetchStatus:
|
|
41386
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41372
41387
|
promise: Promise<{
|
|
41373
41388
|
optionId: bigint;
|
|
41374
41389
|
id: string;
|
|
@@ -41410,7 +41425,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41410
41425
|
isRefetching: boolean;
|
|
41411
41426
|
isStale: boolean;
|
|
41412
41427
|
isEnabled: boolean;
|
|
41413
|
-
refetch: (options?:
|
|
41428
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41414
41429
|
optionId: bigint;
|
|
41415
41430
|
id: string;
|
|
41416
41431
|
ownerAddr: Address;
|
|
@@ -41419,7 +41434,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41419
41434
|
expiresAt: number;
|
|
41420
41435
|
closed: boolean;
|
|
41421
41436
|
}[] | undefined, Error>>;
|
|
41422
|
-
fetchStatus:
|
|
41437
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41423
41438
|
promise: Promise<{
|
|
41424
41439
|
optionId: bigint;
|
|
41425
41440
|
id: string;
|
|
@@ -41461,7 +41476,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41461
41476
|
isRefetching: boolean;
|
|
41462
41477
|
isStale: boolean;
|
|
41463
41478
|
isEnabled: boolean;
|
|
41464
|
-
refetch: (options?:
|
|
41479
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41465
41480
|
optionId: bigint;
|
|
41466
41481
|
id: string;
|
|
41467
41482
|
ownerAddr: Address;
|
|
@@ -41470,7 +41485,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41470
41485
|
expiresAt: number;
|
|
41471
41486
|
closed: boolean;
|
|
41472
41487
|
}[] | undefined, Error>>;
|
|
41473
|
-
fetchStatus:
|
|
41488
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41474
41489
|
promise: Promise<{
|
|
41475
41490
|
optionId: bigint;
|
|
41476
41491
|
id: string;
|
|
@@ -41512,7 +41527,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41512
41527
|
isRefetching: boolean;
|
|
41513
41528
|
isStale: boolean;
|
|
41514
41529
|
isEnabled: boolean;
|
|
41515
|
-
refetch: (options?:
|
|
41530
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41516
41531
|
optionId: bigint;
|
|
41517
41532
|
id: string;
|
|
41518
41533
|
ownerAddr: Address;
|
|
@@ -41521,7 +41536,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41521
41536
|
expiresAt: number;
|
|
41522
41537
|
closed: boolean;
|
|
41523
41538
|
}[] | undefined, Error>>;
|
|
41524
|
-
fetchStatus:
|
|
41539
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41525
41540
|
promise: Promise<{
|
|
41526
41541
|
optionId: bigint;
|
|
41527
41542
|
id: string;
|
|
@@ -41563,7 +41578,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41563
41578
|
isRefetching: boolean;
|
|
41564
41579
|
isStale: boolean;
|
|
41565
41580
|
isEnabled: boolean;
|
|
41566
|
-
refetch: (options?:
|
|
41581
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41567
41582
|
optionId: bigint;
|
|
41568
41583
|
id: string;
|
|
41569
41584
|
ownerAddr: Address;
|
|
@@ -41572,7 +41587,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41572
41587
|
expiresAt: number;
|
|
41573
41588
|
closed: boolean;
|
|
41574
41589
|
}[] | undefined, Error>>;
|
|
41575
|
-
fetchStatus:
|
|
41590
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41576
41591
|
promise: Promise<{
|
|
41577
41592
|
optionId: bigint;
|
|
41578
41593
|
id: string;
|
|
@@ -41614,7 +41629,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41614
41629
|
isRefetching: boolean;
|
|
41615
41630
|
isStale: boolean;
|
|
41616
41631
|
isEnabled: boolean;
|
|
41617
|
-
refetch: (options?:
|
|
41632
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41618
41633
|
optionId: bigint;
|
|
41619
41634
|
id: string;
|
|
41620
41635
|
ownerAddr: Address;
|
|
@@ -41623,7 +41638,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41623
41638
|
expiresAt: number;
|
|
41624
41639
|
closed: boolean;
|
|
41625
41640
|
}[] | undefined, Error>>;
|
|
41626
|
-
fetchStatus:
|
|
41641
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41627
41642
|
promise: Promise<{
|
|
41628
41643
|
optionId: bigint;
|
|
41629
41644
|
id: string;
|
|
@@ -41646,7 +41661,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41646
41661
|
//#endregion
|
|
41647
41662
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
41648
41663
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
41649
|
-
error:
|
|
41664
|
+
error: viem0.ReadContractErrorType;
|
|
41650
41665
|
isError: true;
|
|
41651
41666
|
isPending: false;
|
|
41652
41667
|
isLoading: false;
|
|
@@ -41658,7 +41673,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41658
41673
|
dataUpdatedAt: number;
|
|
41659
41674
|
errorUpdatedAt: number;
|
|
41660
41675
|
failureCount: number;
|
|
41661
|
-
failureReason:
|
|
41676
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41662
41677
|
errorUpdateCount: number;
|
|
41663
41678
|
isFetched: boolean;
|
|
41664
41679
|
isFetchedAfterMount: boolean;
|
|
@@ -41668,10 +41683,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41668
41683
|
isRefetching: boolean;
|
|
41669
41684
|
isStale: boolean;
|
|
41670
41685
|
isEnabled: boolean;
|
|
41671
|
-
refetch: (options?:
|
|
41672
|
-
fetchStatus:
|
|
41686
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
41687
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41673
41688
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41674
|
-
queryKey:
|
|
41689
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41675
41690
|
data: {
|
|
41676
41691
|
canExtend: boolean | undefined;
|
|
41677
41692
|
canExercise: boolean | undefined;
|
|
@@ -41693,7 +41708,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41693
41708
|
dataUpdatedAt: number;
|
|
41694
41709
|
errorUpdatedAt: number;
|
|
41695
41710
|
failureCount: number;
|
|
41696
|
-
failureReason:
|
|
41711
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41697
41712
|
errorUpdateCount: number;
|
|
41698
41713
|
isFetched: boolean;
|
|
41699
41714
|
isFetchedAfterMount: boolean;
|
|
@@ -41703,10 +41718,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41703
41718
|
isRefetching: boolean;
|
|
41704
41719
|
isStale: boolean;
|
|
41705
41720
|
isEnabled: boolean;
|
|
41706
|
-
refetch: (options?:
|
|
41707
|
-
fetchStatus:
|
|
41721
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
41722
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41708
41723
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41709
|
-
queryKey:
|
|
41724
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41710
41725
|
data: {
|
|
41711
41726
|
canExtend: boolean | undefined;
|
|
41712
41727
|
canExercise: boolean | undefined;
|
|
@@ -41716,7 +41731,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41716
41731
|
effectiveApproval: bigint;
|
|
41717
41732
|
};
|
|
41718
41733
|
} | {
|
|
41719
|
-
error:
|
|
41734
|
+
error: viem0.ReadContractErrorType;
|
|
41720
41735
|
isError: true;
|
|
41721
41736
|
isPending: false;
|
|
41722
41737
|
isLoading: false;
|
|
@@ -41728,7 +41743,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41728
41743
|
dataUpdatedAt: number;
|
|
41729
41744
|
errorUpdatedAt: number;
|
|
41730
41745
|
failureCount: number;
|
|
41731
|
-
failureReason:
|
|
41746
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41732
41747
|
errorUpdateCount: number;
|
|
41733
41748
|
isFetched: boolean;
|
|
41734
41749
|
isFetchedAfterMount: boolean;
|
|
@@ -41738,10 +41753,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41738
41753
|
isRefetching: boolean;
|
|
41739
41754
|
isStale: boolean;
|
|
41740
41755
|
isEnabled: boolean;
|
|
41741
|
-
refetch: (options?:
|
|
41742
|
-
fetchStatus:
|
|
41756
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
41757
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41743
41758
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41744
|
-
queryKey:
|
|
41759
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41745
41760
|
data: {
|
|
41746
41761
|
canExtend: boolean | undefined;
|
|
41747
41762
|
canExercise: boolean | undefined;
|
|
@@ -41763,7 +41778,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41763
41778
|
dataUpdatedAt: number;
|
|
41764
41779
|
errorUpdatedAt: number;
|
|
41765
41780
|
failureCount: number;
|
|
41766
|
-
failureReason:
|
|
41781
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41767
41782
|
errorUpdateCount: number;
|
|
41768
41783
|
isFetched: boolean;
|
|
41769
41784
|
isFetchedAfterMount: boolean;
|
|
@@ -41773,10 +41788,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41773
41788
|
isRefetching: boolean;
|
|
41774
41789
|
isStale: boolean;
|
|
41775
41790
|
isEnabled: boolean;
|
|
41776
|
-
refetch: (options?:
|
|
41777
|
-
fetchStatus:
|
|
41791
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
41792
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41778
41793
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41779
|
-
queryKey:
|
|
41794
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41780
41795
|
data: {
|
|
41781
41796
|
canExtend: boolean | undefined;
|
|
41782
41797
|
canExercise: boolean | undefined;
|
|
@@ -41797,7 +41812,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41797
41812
|
dataUpdatedAt: number;
|
|
41798
41813
|
errorUpdatedAt: number;
|
|
41799
41814
|
failureCount: number;
|
|
41800
|
-
failureReason:
|
|
41815
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41801
41816
|
errorUpdateCount: number;
|
|
41802
41817
|
isFetched: boolean;
|
|
41803
41818
|
isFetchedAfterMount: boolean;
|
|
@@ -41808,10 +41823,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41808
41823
|
isRefetching: boolean;
|
|
41809
41824
|
isStale: boolean;
|
|
41810
41825
|
isEnabled: boolean;
|
|
41811
|
-
refetch: (options?:
|
|
41812
|
-
fetchStatus:
|
|
41826
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
41827
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41813
41828
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41814
|
-
queryKey:
|
|
41829
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41815
41830
|
data: {
|
|
41816
41831
|
canExtend: boolean | undefined;
|
|
41817
41832
|
canExercise: boolean | undefined;
|
|
@@ -41833,7 +41848,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41833
41848
|
dataUpdatedAt: number;
|
|
41834
41849
|
errorUpdatedAt: number;
|
|
41835
41850
|
failureCount: number;
|
|
41836
|
-
failureReason:
|
|
41851
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41837
41852
|
errorUpdateCount: number;
|
|
41838
41853
|
isFetched: boolean;
|
|
41839
41854
|
isFetchedAfterMount: boolean;
|
|
@@ -41843,10 +41858,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41843
41858
|
isRefetching: boolean;
|
|
41844
41859
|
isStale: boolean;
|
|
41845
41860
|
isEnabled: boolean;
|
|
41846
|
-
refetch: (options?:
|
|
41847
|
-
fetchStatus:
|
|
41861
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
41862
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41848
41863
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41849
|
-
queryKey:
|
|
41864
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41850
41865
|
data: {
|
|
41851
41866
|
canExtend: boolean | undefined;
|
|
41852
41867
|
canExercise: boolean | undefined;
|
|
@@ -41895,7 +41910,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41895
41910
|
isRefetching: boolean;
|
|
41896
41911
|
isStale: boolean;
|
|
41897
41912
|
isEnabled: boolean;
|
|
41898
|
-
refetch: (options?:
|
|
41913
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41899
41914
|
spendingApproval: bigint;
|
|
41900
41915
|
operatorAddr: string;
|
|
41901
41916
|
__typename: "UserMarketOperator";
|
|
@@ -41909,7 +41924,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41909
41924
|
address: string;
|
|
41910
41925
|
} | null;
|
|
41911
41926
|
}[] | undefined, Error>>;
|
|
41912
|
-
fetchStatus:
|
|
41927
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41913
41928
|
promise: Promise<{
|
|
41914
41929
|
spendingApproval: bigint;
|
|
41915
41930
|
operatorAddr: string;
|
|
@@ -41961,7 +41976,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41961
41976
|
isRefetching: boolean;
|
|
41962
41977
|
isStale: boolean;
|
|
41963
41978
|
isEnabled: boolean;
|
|
41964
|
-
refetch: (options?:
|
|
41979
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41965
41980
|
spendingApproval: bigint;
|
|
41966
41981
|
operatorAddr: string;
|
|
41967
41982
|
__typename: "UserMarketOperator";
|
|
@@ -41975,7 +41990,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41975
41990
|
address: string;
|
|
41976
41991
|
} | null;
|
|
41977
41992
|
}[] | undefined, Error>>;
|
|
41978
|
-
fetchStatus:
|
|
41993
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41979
41994
|
promise: Promise<{
|
|
41980
41995
|
spendingApproval: bigint;
|
|
41981
41996
|
operatorAddr: string;
|
|
@@ -42027,7 +42042,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42027
42042
|
isRefetching: boolean;
|
|
42028
42043
|
isStale: boolean;
|
|
42029
42044
|
isEnabled: boolean;
|
|
42030
|
-
refetch: (options?:
|
|
42045
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42031
42046
|
spendingApproval: bigint;
|
|
42032
42047
|
operatorAddr: string;
|
|
42033
42048
|
__typename: "UserMarketOperator";
|
|
@@ -42041,7 +42056,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42041
42056
|
address: string;
|
|
42042
42057
|
} | null;
|
|
42043
42058
|
}[] | undefined, Error>>;
|
|
42044
|
-
fetchStatus:
|
|
42059
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42045
42060
|
promise: Promise<{
|
|
42046
42061
|
spendingApproval: bigint;
|
|
42047
42062
|
operatorAddr: string;
|
|
@@ -42093,7 +42108,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42093
42108
|
isRefetching: boolean;
|
|
42094
42109
|
isStale: boolean;
|
|
42095
42110
|
isEnabled: boolean;
|
|
42096
|
-
refetch: (options?:
|
|
42111
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42097
42112
|
spendingApproval: bigint;
|
|
42098
42113
|
operatorAddr: string;
|
|
42099
42114
|
__typename: "UserMarketOperator";
|
|
@@ -42107,7 +42122,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42107
42122
|
address: string;
|
|
42108
42123
|
} | null;
|
|
42109
42124
|
}[] | undefined, Error>>;
|
|
42110
|
-
fetchStatus:
|
|
42125
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42111
42126
|
promise: Promise<{
|
|
42112
42127
|
spendingApproval: bigint;
|
|
42113
42128
|
operatorAddr: string;
|
|
@@ -42159,7 +42174,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42159
42174
|
isRefetching: boolean;
|
|
42160
42175
|
isStale: boolean;
|
|
42161
42176
|
isEnabled: boolean;
|
|
42162
|
-
refetch: (options?:
|
|
42177
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42163
42178
|
spendingApproval: bigint;
|
|
42164
42179
|
operatorAddr: string;
|
|
42165
42180
|
__typename: "UserMarketOperator";
|
|
@@ -42173,7 +42188,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42173
42188
|
address: string;
|
|
42174
42189
|
} | null;
|
|
42175
42190
|
}[] | undefined, Error>>;
|
|
42176
|
-
fetchStatus:
|
|
42191
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42177
42192
|
promise: Promise<{
|
|
42178
42193
|
spendingApproval: bigint;
|
|
42179
42194
|
operatorAddr: string;
|
|
@@ -42225,7 +42240,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42225
42240
|
isRefetching: boolean;
|
|
42226
42241
|
isStale: boolean;
|
|
42227
42242
|
isEnabled: boolean;
|
|
42228
|
-
refetch: (options?:
|
|
42243
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42229
42244
|
spendingApproval: bigint;
|
|
42230
42245
|
operatorAddr: string;
|
|
42231
42246
|
__typename: "UserMarketOperator";
|
|
@@ -42239,7 +42254,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42239
42254
|
address: string;
|
|
42240
42255
|
} | null;
|
|
42241
42256
|
}[] | undefined, Error>>;
|
|
42242
|
-
fetchStatus:
|
|
42257
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42243
42258
|
promise: Promise<{
|
|
42244
42259
|
spendingApproval: bigint;
|
|
42245
42260
|
operatorAddr: string;
|
|
@@ -42302,16 +42317,6 @@ declare const liquiditiesToAmounts: (liquidities: bigint[], startTick: number, p
|
|
|
42302
42317
|
declare const getPayoutAtTick: (option: OptionData, liquidities: bigint[], tick: number, tickSpacing: number, optionAssetIsToken0: boolean) => bigint;
|
|
42303
42318
|
declare const getPayoutAtPrice: (option: OptionData, liquidities: bigint[], price: bigint, tickSpacing: number, optionAssetIsToken0: boolean) => bigint;
|
|
42304
42319
|
//#endregion
|
|
42305
|
-
//#region src/hooks/pool/useCurrentPrice.d.ts
|
|
42306
|
-
declare const useCurrentPrice: (poolAddr?: Address) => {
|
|
42307
|
-
currentPrice: Amount | undefined;
|
|
42308
|
-
sqrtPriceX96: bigint | undefined;
|
|
42309
|
-
currentTick: {
|
|
42310
|
-
exact: number | undefined;
|
|
42311
|
-
rounded: number | undefined;
|
|
42312
|
-
};
|
|
42313
|
-
};
|
|
42314
|
-
//#endregion
|
|
42315
42320
|
//#region src/hooks/pool/usePoolData.d.ts
|
|
42316
42321
|
type PoolKey = {
|
|
42317
42322
|
currency0: Address;
|
|
@@ -42334,9 +42339,19 @@ declare const usePoolData: (poolManager?: Address, poolKey?: PoolKey) => Partial
|
|
|
42334
42339
|
fee: number;
|
|
42335
42340
|
} | undefined>>;
|
|
42336
42341
|
//#endregion
|
|
42342
|
+
//#region src/hooks/pool/useCurrentPrice.d.ts
|
|
42343
|
+
declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
42344
|
+
currentPrice: Amount | undefined;
|
|
42345
|
+
sqrtPriceX96: bigint | undefined;
|
|
42346
|
+
currentTick: {
|
|
42347
|
+
exact: number | undefined;
|
|
42348
|
+
rounded: number | undefined;
|
|
42349
|
+
};
|
|
42350
|
+
};
|
|
42351
|
+
//#endregion
|
|
42337
42352
|
//#region src/hooks/pool/useCurrentTick.d.ts
|
|
42338
42353
|
declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
42339
|
-
error:
|
|
42354
|
+
error: viem0.ReadContractErrorType;
|
|
42340
42355
|
isError: true;
|
|
42341
42356
|
isPending: false;
|
|
42342
42357
|
isLoading: false;
|
|
@@ -42348,7 +42363,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42348
42363
|
dataUpdatedAt: number;
|
|
42349
42364
|
errorUpdatedAt: number;
|
|
42350
42365
|
failureCount: number;
|
|
42351
|
-
failureReason:
|
|
42366
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42352
42367
|
errorUpdateCount: number;
|
|
42353
42368
|
isFetched: boolean;
|
|
42354
42369
|
isFetchedAfterMount: boolean;
|
|
@@ -42358,18 +42373,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42358
42373
|
isRefetching: boolean;
|
|
42359
42374
|
isStale: boolean;
|
|
42360
42375
|
isEnabled: boolean;
|
|
42361
|
-
refetch: (options?:
|
|
42376
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42362
42377
|
exact: number;
|
|
42363
42378
|
rounded: number | undefined;
|
|
42364
42379
|
sqrtPriceX96: bigint;
|
|
42365
|
-
},
|
|
42366
|
-
fetchStatus:
|
|
42380
|
+
}, viem0.ReadContractErrorType>>;
|
|
42381
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42367
42382
|
promise: Promise<{
|
|
42368
42383
|
exact: number;
|
|
42369
42384
|
rounded: number | undefined;
|
|
42370
42385
|
sqrtPriceX96: bigint;
|
|
42371
42386
|
}>;
|
|
42372
|
-
queryKey:
|
|
42387
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42373
42388
|
exact: number | undefined;
|
|
42374
42389
|
rounded: number | undefined;
|
|
42375
42390
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42386,7 +42401,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42386
42401
|
dataUpdatedAt: number;
|
|
42387
42402
|
errorUpdatedAt: number;
|
|
42388
42403
|
failureCount: number;
|
|
42389
|
-
failureReason:
|
|
42404
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42390
42405
|
errorUpdateCount: number;
|
|
42391
42406
|
isFetched: boolean;
|
|
42392
42407
|
isFetchedAfterMount: boolean;
|
|
@@ -42396,23 +42411,23 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42396
42411
|
isRefetching: boolean;
|
|
42397
42412
|
isStale: boolean;
|
|
42398
42413
|
isEnabled: boolean;
|
|
42399
|
-
refetch: (options?:
|
|
42414
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42400
42415
|
exact: number;
|
|
42401
42416
|
rounded: number | undefined;
|
|
42402
42417
|
sqrtPriceX96: bigint;
|
|
42403
|
-
},
|
|
42404
|
-
fetchStatus:
|
|
42418
|
+
}, viem0.ReadContractErrorType>>;
|
|
42419
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42405
42420
|
promise: Promise<{
|
|
42406
42421
|
exact: number;
|
|
42407
42422
|
rounded: number | undefined;
|
|
42408
42423
|
sqrtPriceX96: bigint;
|
|
42409
42424
|
}>;
|
|
42410
|
-
queryKey:
|
|
42425
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42411
42426
|
exact: number | undefined;
|
|
42412
42427
|
rounded: number | undefined;
|
|
42413
42428
|
sqrtPriceX96: bigint | undefined;
|
|
42414
42429
|
} | {
|
|
42415
|
-
error:
|
|
42430
|
+
error: viem0.ReadContractErrorType;
|
|
42416
42431
|
isError: true;
|
|
42417
42432
|
isPending: false;
|
|
42418
42433
|
isLoading: false;
|
|
@@ -42424,7 +42439,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42424
42439
|
dataUpdatedAt: number;
|
|
42425
42440
|
errorUpdatedAt: number;
|
|
42426
42441
|
failureCount: number;
|
|
42427
|
-
failureReason:
|
|
42442
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42428
42443
|
errorUpdateCount: number;
|
|
42429
42444
|
isFetched: boolean;
|
|
42430
42445
|
isFetchedAfterMount: boolean;
|
|
@@ -42434,18 +42449,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42434
42449
|
isRefetching: boolean;
|
|
42435
42450
|
isStale: boolean;
|
|
42436
42451
|
isEnabled: boolean;
|
|
42437
|
-
refetch: (options?:
|
|
42452
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42438
42453
|
exact: number;
|
|
42439
42454
|
rounded: number | undefined;
|
|
42440
42455
|
sqrtPriceX96: bigint;
|
|
42441
|
-
},
|
|
42442
|
-
fetchStatus:
|
|
42456
|
+
}, viem0.ReadContractErrorType>>;
|
|
42457
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42443
42458
|
promise: Promise<{
|
|
42444
42459
|
exact: number;
|
|
42445
42460
|
rounded: number | undefined;
|
|
42446
42461
|
sqrtPriceX96: bigint;
|
|
42447
42462
|
}>;
|
|
42448
|
-
queryKey:
|
|
42463
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42449
42464
|
exact: number | undefined;
|
|
42450
42465
|
rounded: number | undefined;
|
|
42451
42466
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42462,7 +42477,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42462
42477
|
dataUpdatedAt: number;
|
|
42463
42478
|
errorUpdatedAt: number;
|
|
42464
42479
|
failureCount: number;
|
|
42465
|
-
failureReason:
|
|
42480
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42466
42481
|
errorUpdateCount: number;
|
|
42467
42482
|
isFetched: boolean;
|
|
42468
42483
|
isFetchedAfterMount: boolean;
|
|
@@ -42472,18 +42487,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42472
42487
|
isRefetching: boolean;
|
|
42473
42488
|
isStale: boolean;
|
|
42474
42489
|
isEnabled: boolean;
|
|
42475
|
-
refetch: (options?:
|
|
42490
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42476
42491
|
exact: number;
|
|
42477
42492
|
rounded: number | undefined;
|
|
42478
42493
|
sqrtPriceX96: bigint;
|
|
42479
|
-
},
|
|
42480
|
-
fetchStatus:
|
|
42494
|
+
}, viem0.ReadContractErrorType>>;
|
|
42495
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42481
42496
|
promise: Promise<{
|
|
42482
42497
|
exact: number;
|
|
42483
42498
|
rounded: number | undefined;
|
|
42484
42499
|
sqrtPriceX96: bigint;
|
|
42485
42500
|
}>;
|
|
42486
|
-
queryKey:
|
|
42501
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42487
42502
|
exact: number | undefined;
|
|
42488
42503
|
rounded: number | undefined;
|
|
42489
42504
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42499,7 +42514,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42499
42514
|
dataUpdatedAt: number;
|
|
42500
42515
|
errorUpdatedAt: number;
|
|
42501
42516
|
failureCount: number;
|
|
42502
|
-
failureReason:
|
|
42517
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42503
42518
|
errorUpdateCount: number;
|
|
42504
42519
|
isFetched: boolean;
|
|
42505
42520
|
isFetchedAfterMount: boolean;
|
|
@@ -42510,18 +42525,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42510
42525
|
isRefetching: boolean;
|
|
42511
42526
|
isStale: boolean;
|
|
42512
42527
|
isEnabled: boolean;
|
|
42513
|
-
refetch: (options?:
|
|
42528
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42514
42529
|
exact: number;
|
|
42515
42530
|
rounded: number | undefined;
|
|
42516
42531
|
sqrtPriceX96: bigint;
|
|
42517
|
-
},
|
|
42518
|
-
fetchStatus:
|
|
42532
|
+
}, viem0.ReadContractErrorType>>;
|
|
42533
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42519
42534
|
promise: Promise<{
|
|
42520
42535
|
exact: number;
|
|
42521
42536
|
rounded: number | undefined;
|
|
42522
42537
|
sqrtPriceX96: bigint;
|
|
42523
42538
|
}>;
|
|
42524
|
-
queryKey:
|
|
42539
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42525
42540
|
exact: number | undefined;
|
|
42526
42541
|
rounded: number | undefined;
|
|
42527
42542
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42538,7 +42553,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42538
42553
|
dataUpdatedAt: number;
|
|
42539
42554
|
errorUpdatedAt: number;
|
|
42540
42555
|
failureCount: number;
|
|
42541
|
-
failureReason:
|
|
42556
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42542
42557
|
errorUpdateCount: number;
|
|
42543
42558
|
isFetched: boolean;
|
|
42544
42559
|
isFetchedAfterMount: boolean;
|
|
@@ -42548,26 +42563,26 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42548
42563
|
isRefetching: boolean;
|
|
42549
42564
|
isStale: boolean;
|
|
42550
42565
|
isEnabled: boolean;
|
|
42551
|
-
refetch: (options?:
|
|
42566
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42552
42567
|
exact: number;
|
|
42553
42568
|
rounded: number | undefined;
|
|
42554
42569
|
sqrtPriceX96: bigint;
|
|
42555
|
-
},
|
|
42556
|
-
fetchStatus:
|
|
42570
|
+
}, viem0.ReadContractErrorType>>;
|
|
42571
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42557
42572
|
promise: Promise<{
|
|
42558
42573
|
exact: number;
|
|
42559
42574
|
rounded: number | undefined;
|
|
42560
42575
|
sqrtPriceX96: bigint;
|
|
42561
42576
|
}>;
|
|
42562
|
-
queryKey:
|
|
42577
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42563
42578
|
exact: number | undefined;
|
|
42564
42579
|
rounded: number | undefined;
|
|
42565
42580
|
sqrtPriceX96: bigint | undefined;
|
|
42566
42581
|
};
|
|
42567
42582
|
//#endregion
|
|
42568
42583
|
//#region src/hooks/pool/usePriceAtTick.d.ts
|
|
42569
|
-
declare const usePriceAtTick: (
|
|
42570
|
-
declare const
|
|
42584
|
+
declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?: number) => Amount | undefined;
|
|
42585
|
+
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
42571
42586
|
//#endregion
|
|
42572
42587
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
42573
42588
|
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
@@ -42593,7 +42608,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
42593
42608
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
42594
42609
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
42595
42610
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
42596
|
-
error:
|
|
42611
|
+
error: viem0.ReadContractErrorType;
|
|
42597
42612
|
isError: true;
|
|
42598
42613
|
isPending: false;
|
|
42599
42614
|
isLoading: false;
|
|
@@ -42605,7 +42620,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42605
42620
|
dataUpdatedAt: number;
|
|
42606
42621
|
errorUpdatedAt: number;
|
|
42607
42622
|
failureCount: number;
|
|
42608
|
-
failureReason:
|
|
42623
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42609
42624
|
errorUpdateCount: number;
|
|
42610
42625
|
isFetched: boolean;
|
|
42611
42626
|
isFetchedAfterMount: boolean;
|
|
@@ -42615,7 +42630,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42615
42630
|
isRefetching: boolean;
|
|
42616
42631
|
isStale: boolean;
|
|
42617
42632
|
isEnabled: boolean;
|
|
42618
|
-
refetch: (options?:
|
|
42633
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42619
42634
|
tickLower: number;
|
|
42620
42635
|
tickUpper: number;
|
|
42621
42636
|
prevTickLower: number;
|
|
@@ -42625,8 +42640,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42625
42640
|
totalAmount1: bigint;
|
|
42626
42641
|
borrowedAmount0: bigint;
|
|
42627
42642
|
borrowedAmount1: bigint;
|
|
42628
|
-
}[],
|
|
42629
|
-
fetchStatus:
|
|
42643
|
+
}[], viem0.ReadContractErrorType>>;
|
|
42644
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42630
42645
|
promise: Promise<readonly {
|
|
42631
42646
|
tickLower: number;
|
|
42632
42647
|
tickUpper: number;
|
|
@@ -42638,7 +42653,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42638
42653
|
borrowedAmount0: bigint;
|
|
42639
42654
|
borrowedAmount1: bigint;
|
|
42640
42655
|
}[]>;
|
|
42641
|
-
queryKey:
|
|
42656
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42642
42657
|
data: readonly {
|
|
42643
42658
|
tickLower: number;
|
|
42644
42659
|
tickUpper: number;
|
|
@@ -42663,7 +42678,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42663
42678
|
dataUpdatedAt: number;
|
|
42664
42679
|
errorUpdatedAt: number;
|
|
42665
42680
|
failureCount: number;
|
|
42666
|
-
failureReason:
|
|
42681
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42667
42682
|
errorUpdateCount: number;
|
|
42668
42683
|
isFetched: boolean;
|
|
42669
42684
|
isFetchedAfterMount: boolean;
|
|
@@ -42673,7 +42688,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42673
42688
|
isRefetching: boolean;
|
|
42674
42689
|
isStale: boolean;
|
|
42675
42690
|
isEnabled: boolean;
|
|
42676
|
-
refetch: (options?:
|
|
42691
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42677
42692
|
tickLower: number;
|
|
42678
42693
|
tickUpper: number;
|
|
42679
42694
|
prevTickLower: number;
|
|
@@ -42683,8 +42698,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42683
42698
|
totalAmount1: bigint;
|
|
42684
42699
|
borrowedAmount0: bigint;
|
|
42685
42700
|
borrowedAmount1: bigint;
|
|
42686
|
-
}[],
|
|
42687
|
-
fetchStatus:
|
|
42701
|
+
}[], viem0.ReadContractErrorType>>;
|
|
42702
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42688
42703
|
promise: Promise<readonly {
|
|
42689
42704
|
tickLower: number;
|
|
42690
42705
|
tickUpper: number;
|
|
@@ -42696,7 +42711,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42696
42711
|
borrowedAmount0: bigint;
|
|
42697
42712
|
borrowedAmount1: bigint;
|
|
42698
42713
|
}[]>;
|
|
42699
|
-
queryKey:
|
|
42714
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42700
42715
|
data: readonly {
|
|
42701
42716
|
tickLower: number;
|
|
42702
42717
|
tickUpper: number;
|
|
@@ -42709,7 +42724,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42709
42724
|
borrowedAmount1: bigint;
|
|
42710
42725
|
}[];
|
|
42711
42726
|
} | {
|
|
42712
|
-
error:
|
|
42727
|
+
error: viem0.ReadContractErrorType;
|
|
42713
42728
|
isError: true;
|
|
42714
42729
|
isPending: false;
|
|
42715
42730
|
isLoading: false;
|
|
@@ -42721,7 +42736,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42721
42736
|
dataUpdatedAt: number;
|
|
42722
42737
|
errorUpdatedAt: number;
|
|
42723
42738
|
failureCount: number;
|
|
42724
|
-
failureReason:
|
|
42739
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42725
42740
|
errorUpdateCount: number;
|
|
42726
42741
|
isFetched: boolean;
|
|
42727
42742
|
isFetchedAfterMount: boolean;
|
|
@@ -42731,7 +42746,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42731
42746
|
isRefetching: boolean;
|
|
42732
42747
|
isStale: boolean;
|
|
42733
42748
|
isEnabled: boolean;
|
|
42734
|
-
refetch: (options?:
|
|
42749
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42735
42750
|
tickLower: number;
|
|
42736
42751
|
tickUpper: number;
|
|
42737
42752
|
prevTickLower: number;
|
|
@@ -42741,8 +42756,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42741
42756
|
totalAmount1: bigint;
|
|
42742
42757
|
borrowedAmount0: bigint;
|
|
42743
42758
|
borrowedAmount1: bigint;
|
|
42744
|
-
}[],
|
|
42745
|
-
fetchStatus:
|
|
42759
|
+
}[], viem0.ReadContractErrorType>>;
|
|
42760
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42746
42761
|
promise: Promise<readonly {
|
|
42747
42762
|
tickLower: number;
|
|
42748
42763
|
tickUpper: number;
|
|
@@ -42754,7 +42769,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42754
42769
|
borrowedAmount0: bigint;
|
|
42755
42770
|
borrowedAmount1: bigint;
|
|
42756
42771
|
}[]>;
|
|
42757
|
-
queryKey:
|
|
42772
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42758
42773
|
data: readonly {
|
|
42759
42774
|
tickLower: number;
|
|
42760
42775
|
tickUpper: number;
|
|
@@ -42779,7 +42794,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42779
42794
|
dataUpdatedAt: number;
|
|
42780
42795
|
errorUpdatedAt: number;
|
|
42781
42796
|
failureCount: number;
|
|
42782
|
-
failureReason:
|
|
42797
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42783
42798
|
errorUpdateCount: number;
|
|
42784
42799
|
isFetched: boolean;
|
|
42785
42800
|
isFetchedAfterMount: boolean;
|
|
@@ -42789,7 +42804,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42789
42804
|
isRefetching: boolean;
|
|
42790
42805
|
isStale: boolean;
|
|
42791
42806
|
isEnabled: boolean;
|
|
42792
|
-
refetch: (options?:
|
|
42807
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42793
42808
|
tickLower: number;
|
|
42794
42809
|
tickUpper: number;
|
|
42795
42810
|
prevTickLower: number;
|
|
@@ -42799,8 +42814,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42799
42814
|
totalAmount1: bigint;
|
|
42800
42815
|
borrowedAmount0: bigint;
|
|
42801
42816
|
borrowedAmount1: bigint;
|
|
42802
|
-
}[],
|
|
42803
|
-
fetchStatus:
|
|
42817
|
+
}[], viem0.ReadContractErrorType>>;
|
|
42818
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42804
42819
|
promise: Promise<readonly {
|
|
42805
42820
|
tickLower: number;
|
|
42806
42821
|
tickUpper: number;
|
|
@@ -42812,7 +42827,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42812
42827
|
borrowedAmount0: bigint;
|
|
42813
42828
|
borrowedAmount1: bigint;
|
|
42814
42829
|
}[]>;
|
|
42815
|
-
queryKey:
|
|
42830
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42816
42831
|
data: readonly {
|
|
42817
42832
|
tickLower: number;
|
|
42818
42833
|
tickUpper: number;
|
|
@@ -42836,7 +42851,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42836
42851
|
dataUpdatedAt: number;
|
|
42837
42852
|
errorUpdatedAt: number;
|
|
42838
42853
|
failureCount: number;
|
|
42839
|
-
failureReason:
|
|
42854
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42840
42855
|
errorUpdateCount: number;
|
|
42841
42856
|
isFetched: boolean;
|
|
42842
42857
|
isFetchedAfterMount: boolean;
|
|
@@ -42847,7 +42862,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42847
42862
|
isRefetching: boolean;
|
|
42848
42863
|
isStale: boolean;
|
|
42849
42864
|
isEnabled: boolean;
|
|
42850
|
-
refetch: (options?:
|
|
42865
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42851
42866
|
tickLower: number;
|
|
42852
42867
|
tickUpper: number;
|
|
42853
42868
|
prevTickLower: number;
|
|
@@ -42857,8 +42872,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42857
42872
|
totalAmount1: bigint;
|
|
42858
42873
|
borrowedAmount0: bigint;
|
|
42859
42874
|
borrowedAmount1: bigint;
|
|
42860
|
-
}[],
|
|
42861
|
-
fetchStatus:
|
|
42875
|
+
}[], viem0.ReadContractErrorType>>;
|
|
42876
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42862
42877
|
promise: Promise<readonly {
|
|
42863
42878
|
tickLower: number;
|
|
42864
42879
|
tickUpper: number;
|
|
@@ -42870,7 +42885,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42870
42885
|
borrowedAmount0: bigint;
|
|
42871
42886
|
borrowedAmount1: bigint;
|
|
42872
42887
|
}[]>;
|
|
42873
|
-
queryKey:
|
|
42888
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42874
42889
|
data: readonly {
|
|
42875
42890
|
tickLower: number;
|
|
42876
42891
|
tickUpper: number;
|
|
@@ -42895,7 +42910,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42895
42910
|
dataUpdatedAt: number;
|
|
42896
42911
|
errorUpdatedAt: number;
|
|
42897
42912
|
failureCount: number;
|
|
42898
|
-
failureReason:
|
|
42913
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42899
42914
|
errorUpdateCount: number;
|
|
42900
42915
|
isFetched: boolean;
|
|
42901
42916
|
isFetchedAfterMount: boolean;
|
|
@@ -42905,7 +42920,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42905
42920
|
isRefetching: boolean;
|
|
42906
42921
|
isStale: boolean;
|
|
42907
42922
|
isEnabled: boolean;
|
|
42908
|
-
refetch: (options?:
|
|
42923
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42909
42924
|
tickLower: number;
|
|
42910
42925
|
tickUpper: number;
|
|
42911
42926
|
prevTickLower: number;
|
|
@@ -42915,8 +42930,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42915
42930
|
totalAmount1: bigint;
|
|
42916
42931
|
borrowedAmount0: bigint;
|
|
42917
42932
|
borrowedAmount1: bigint;
|
|
42918
|
-
}[],
|
|
42919
|
-
fetchStatus:
|
|
42933
|
+
}[], viem0.ReadContractErrorType>>;
|
|
42934
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42920
42935
|
promise: Promise<readonly {
|
|
42921
42936
|
tickLower: number;
|
|
42922
42937
|
tickUpper: number;
|
|
@@ -42928,7 +42943,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42928
42943
|
borrowedAmount0: bigint;
|
|
42929
42944
|
borrowedAmount1: bigint;
|
|
42930
42945
|
}[]>;
|
|
42931
|
-
queryKey:
|
|
42946
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42932
42947
|
data: readonly {
|
|
42933
42948
|
tickLower: number;
|
|
42934
42949
|
tickUpper: number;
|
|
@@ -42986,7 +43001,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
42986
43001
|
borrowed0: Amount;
|
|
42987
43002
|
borrowed1: Amount;
|
|
42988
43003
|
blocksCount: bigint;
|
|
42989
|
-
refetch: (options?:
|
|
43004
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
|
|
42990
43005
|
};
|
|
42991
43006
|
//#endregion
|
|
42992
43007
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -42999,7 +43014,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
42999
43014
|
//#endregion
|
|
43000
43015
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
43001
43016
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
43002
|
-
error:
|
|
43017
|
+
error: viem0.ReadContractErrorType;
|
|
43003
43018
|
isError: true;
|
|
43004
43019
|
isPending: false;
|
|
43005
43020
|
isLoading: false;
|
|
@@ -43011,7 +43026,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43011
43026
|
dataUpdatedAt: number;
|
|
43012
43027
|
errorUpdatedAt: number;
|
|
43013
43028
|
failureCount: number;
|
|
43014
|
-
failureReason:
|
|
43029
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43015
43030
|
errorUpdateCount: number;
|
|
43016
43031
|
isFetched: boolean;
|
|
43017
43032
|
isFetchedAfterMount: boolean;
|
|
@@ -43021,10 +43036,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43021
43036
|
isRefetching: boolean;
|
|
43022
43037
|
isStale: boolean;
|
|
43023
43038
|
isEnabled: boolean;
|
|
43024
|
-
refetch: (options?:
|
|
43025
|
-
fetchStatus:
|
|
43039
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
43040
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43026
43041
|
promise: Promise<bigint>;
|
|
43027
|
-
queryKey:
|
|
43042
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43028
43043
|
data: Amount | undefined;
|
|
43029
43044
|
} | {
|
|
43030
43045
|
error: null;
|
|
@@ -43039,7 +43054,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43039
43054
|
dataUpdatedAt: number;
|
|
43040
43055
|
errorUpdatedAt: number;
|
|
43041
43056
|
failureCount: number;
|
|
43042
|
-
failureReason:
|
|
43057
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43043
43058
|
errorUpdateCount: number;
|
|
43044
43059
|
isFetched: boolean;
|
|
43045
43060
|
isFetchedAfterMount: boolean;
|
|
@@ -43049,13 +43064,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43049
43064
|
isRefetching: boolean;
|
|
43050
43065
|
isStale: boolean;
|
|
43051
43066
|
isEnabled: boolean;
|
|
43052
|
-
refetch: (options?:
|
|
43053
|
-
fetchStatus:
|
|
43067
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
43068
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43054
43069
|
promise: Promise<bigint>;
|
|
43055
|
-
queryKey:
|
|
43070
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43056
43071
|
data: Amount | undefined;
|
|
43057
43072
|
} | {
|
|
43058
|
-
error:
|
|
43073
|
+
error: viem0.ReadContractErrorType;
|
|
43059
43074
|
isError: true;
|
|
43060
43075
|
isPending: false;
|
|
43061
43076
|
isLoading: false;
|
|
@@ -43067,7 +43082,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43067
43082
|
dataUpdatedAt: number;
|
|
43068
43083
|
errorUpdatedAt: number;
|
|
43069
43084
|
failureCount: number;
|
|
43070
|
-
failureReason:
|
|
43085
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43071
43086
|
errorUpdateCount: number;
|
|
43072
43087
|
isFetched: boolean;
|
|
43073
43088
|
isFetchedAfterMount: boolean;
|
|
@@ -43077,10 +43092,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43077
43092
|
isRefetching: boolean;
|
|
43078
43093
|
isStale: boolean;
|
|
43079
43094
|
isEnabled: boolean;
|
|
43080
|
-
refetch: (options?:
|
|
43081
|
-
fetchStatus:
|
|
43095
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
43096
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43082
43097
|
promise: Promise<bigint>;
|
|
43083
|
-
queryKey:
|
|
43098
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43084
43099
|
data: Amount | undefined;
|
|
43085
43100
|
} | {
|
|
43086
43101
|
error: null;
|
|
@@ -43095,7 +43110,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43095
43110
|
dataUpdatedAt: number;
|
|
43096
43111
|
errorUpdatedAt: number;
|
|
43097
43112
|
failureCount: number;
|
|
43098
|
-
failureReason:
|
|
43113
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43099
43114
|
errorUpdateCount: number;
|
|
43100
43115
|
isFetched: boolean;
|
|
43101
43116
|
isFetchedAfterMount: boolean;
|
|
@@ -43105,10 +43120,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43105
43120
|
isRefetching: boolean;
|
|
43106
43121
|
isStale: boolean;
|
|
43107
43122
|
isEnabled: boolean;
|
|
43108
|
-
refetch: (options?:
|
|
43109
|
-
fetchStatus:
|
|
43123
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
43124
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43110
43125
|
promise: Promise<bigint>;
|
|
43111
|
-
queryKey:
|
|
43126
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43112
43127
|
data: Amount | undefined;
|
|
43113
43128
|
} | {
|
|
43114
43129
|
error: null;
|
|
@@ -43122,7 +43137,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43122
43137
|
dataUpdatedAt: number;
|
|
43123
43138
|
errorUpdatedAt: number;
|
|
43124
43139
|
failureCount: number;
|
|
43125
|
-
failureReason:
|
|
43140
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43126
43141
|
errorUpdateCount: number;
|
|
43127
43142
|
isFetched: boolean;
|
|
43128
43143
|
isFetchedAfterMount: boolean;
|
|
@@ -43133,10 +43148,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43133
43148
|
isRefetching: boolean;
|
|
43134
43149
|
isStale: boolean;
|
|
43135
43150
|
isEnabled: boolean;
|
|
43136
|
-
refetch: (options?:
|
|
43137
|
-
fetchStatus:
|
|
43151
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
43152
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43138
43153
|
promise: Promise<bigint>;
|
|
43139
|
-
queryKey:
|
|
43154
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43140
43155
|
data: Amount | undefined;
|
|
43141
43156
|
} | {
|
|
43142
43157
|
isError: false;
|
|
@@ -43151,7 +43166,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43151
43166
|
dataUpdatedAt: number;
|
|
43152
43167
|
errorUpdatedAt: number;
|
|
43153
43168
|
failureCount: number;
|
|
43154
|
-
failureReason:
|
|
43169
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43155
43170
|
errorUpdateCount: number;
|
|
43156
43171
|
isFetched: boolean;
|
|
43157
43172
|
isFetchedAfterMount: boolean;
|
|
@@ -43161,10 +43176,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43161
43176
|
isRefetching: boolean;
|
|
43162
43177
|
isStale: boolean;
|
|
43163
43178
|
isEnabled: boolean;
|
|
43164
|
-
refetch: (options?:
|
|
43165
|
-
fetchStatus:
|
|
43179
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
43180
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43166
43181
|
promise: Promise<bigint>;
|
|
43167
|
-
queryKey:
|
|
43182
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43168
43183
|
data: Amount | undefined;
|
|
43169
43184
|
};
|
|
43170
43185
|
//#endregion
|
|
@@ -43181,7 +43196,7 @@ declare const useApproval: () => {
|
|
|
43181
43196
|
declare const useLens: () => {
|
|
43182
43197
|
timelockLens: {
|
|
43183
43198
|
read: {
|
|
43184
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
43199
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
43185
43200
|
readonly type: "function";
|
|
43186
43201
|
readonly name: "batchGetRefTick";
|
|
43187
43202
|
readonly inputs: readonly [{
|
|
@@ -43882,7 +43897,7 @@ declare const useLens: () => {
|
|
|
43882
43897
|
}];
|
|
43883
43898
|
readonly stateMutability: "view";
|
|
43884
43899
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
43885
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
43900
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
43886
43901
|
readonly type: "function";
|
|
43887
43902
|
readonly name: "batchGetRefTick";
|
|
43888
43903
|
readonly inputs: readonly [{
|
|
@@ -44593,7 +44608,7 @@ declare const useLens: () => {
|
|
|
44593
44608
|
borrowedAmount0: bigint;
|
|
44594
44609
|
borrowedAmount1: bigint;
|
|
44595
44610
|
}[]>;
|
|
44596
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
44611
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
44597
44612
|
readonly type: "function";
|
|
44598
44613
|
readonly name: "batchGetRefTick";
|
|
44599
44614
|
readonly inputs: readonly [{
|
|
@@ -45304,7 +45319,7 @@ declare const useLens: () => {
|
|
|
45304
45319
|
expiresAt: number;
|
|
45305
45320
|
liquidities: readonly bigint[];
|
|
45306
45321
|
}[], bigint, boolean]>;
|
|
45307
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
45322
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
45308
45323
|
readonly type: "function";
|
|
45309
45324
|
readonly name: "batchGetRefTick";
|
|
45310
45325
|
readonly inputs: readonly [{
|
|
@@ -46005,7 +46020,7 @@ declare const useLens: () => {
|
|
|
46005
46020
|
}];
|
|
46006
46021
|
readonly stateMutability: "view";
|
|
46007
46022
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
46008
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
46023
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46009
46024
|
readonly type: "function";
|
|
46010
46025
|
readonly name: "batchGetRefTick";
|
|
46011
46026
|
readonly inputs: readonly [{
|
|
@@ -46726,7 +46741,7 @@ declare const useLens: () => {
|
|
|
46726
46741
|
payoutAssetName: string;
|
|
46727
46742
|
optionsCount: bigint;
|
|
46728
46743
|
}>;
|
|
46729
|
-
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?:
|
|
46744
|
+
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46730
46745
|
readonly type: "function";
|
|
46731
46746
|
readonly name: "batchGetRefTick";
|
|
46732
46747
|
readonly inputs: readonly [{
|
|
@@ -47427,7 +47442,7 @@ declare const useLens: () => {
|
|
|
47427
47442
|
}];
|
|
47428
47443
|
readonly stateMutability: "view";
|
|
47429
47444
|
}], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
47430
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
47445
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
47431
47446
|
readonly type: "function";
|
|
47432
47447
|
readonly name: "batchGetRefTick";
|
|
47433
47448
|
readonly inputs: readonly [{
|
|
@@ -48128,7 +48143,7 @@ declare const useLens: () => {
|
|
|
48128
48143
|
}];
|
|
48129
48144
|
readonly stateMutability: "view";
|
|
48130
48145
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
48131
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
48146
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
48132
48147
|
readonly type: "function";
|
|
48133
48148
|
readonly name: "batchGetRefTick";
|
|
48134
48149
|
readonly inputs: readonly [{
|
|
@@ -48829,7 +48844,7 @@ declare const useLens: () => {
|
|
|
48829
48844
|
}];
|
|
48830
48845
|
readonly stateMutability: "view";
|
|
48831
48846
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
48832
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
48847
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
48833
48848
|
readonly type: "function";
|
|
48834
48849
|
readonly name: "batchGetRefTick";
|
|
48835
48850
|
readonly inputs: readonly [{
|
|
@@ -49540,7 +49555,7 @@ declare const useLens: () => {
|
|
|
49540
49555
|
expiresAt: number;
|
|
49541
49556
|
liquidities: readonly bigint[];
|
|
49542
49557
|
}>;
|
|
49543
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
49558
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
49544
49559
|
readonly type: "function";
|
|
49545
49560
|
readonly name: "batchGetRefTick";
|
|
49546
49561
|
readonly inputs: readonly [{
|
|
@@ -50257,7 +50272,7 @@ declare const useLens: () => {
|
|
|
50257
50272
|
fee: number;
|
|
50258
50273
|
tickSpacing: number;
|
|
50259
50274
|
hooks: `0x${string}`;
|
|
50260
|
-
}], options?:
|
|
50275
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
50261
50276
|
readonly type: "function";
|
|
50262
50277
|
readonly name: "batchGetRefTick";
|
|
50263
50278
|
readonly inputs: readonly [{
|
|
@@ -50975,7 +50990,7 @@ declare const useLens: () => {
|
|
|
50975
50990
|
tickSpacing: number;
|
|
50976
50991
|
fee: number;
|
|
50977
50992
|
}>;
|
|
50978
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
50993
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
50979
50994
|
readonly type: "function";
|
|
50980
50995
|
readonly name: "batchGetRefTick";
|
|
50981
50996
|
readonly inputs: readonly [{
|
|
@@ -51676,7 +51691,7 @@ declare const useLens: () => {
|
|
|
51676
51691
|
}];
|
|
51677
51692
|
readonly stateMutability: "view";
|
|
51678
51693
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
51679
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
51694
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
51680
51695
|
readonly type: "function";
|
|
51681
51696
|
readonly name: "batchGetRefTick";
|
|
51682
51697
|
readonly inputs: readonly [{
|
|
@@ -52381,7 +52396,7 @@ declare const useLens: () => {
|
|
|
52381
52396
|
symbol: string;
|
|
52382
52397
|
name: string;
|
|
52383
52398
|
}>;
|
|
52384
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
52399
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
52385
52400
|
readonly type: "function";
|
|
52386
52401
|
readonly name: "batchGetRefTick";
|
|
52387
52402
|
readonly inputs: readonly [{
|
|
@@ -53092,7 +53107,7 @@ declare const useLens: () => {
|
|
|
53092
53107
|
expiresAt: number;
|
|
53093
53108
|
liquidities: readonly bigint[];
|
|
53094
53109
|
}[], bigint, boolean]>;
|
|
53095
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
53110
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
53096
53111
|
readonly type: "function";
|
|
53097
53112
|
readonly name: "batchGetRefTick";
|
|
53098
53113
|
readonly inputs: readonly [{
|
|
@@ -53802,7 +53817,7 @@ declare const useLens: () => {
|
|
|
53802
53817
|
hooks: `0x${string}`;
|
|
53803
53818
|
};
|
|
53804
53819
|
}>;
|
|
53805
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
53820
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
53806
53821
|
readonly type: "function";
|
|
53807
53822
|
readonly name: "batchGetRefTick";
|
|
53808
53823
|
readonly inputs: readonly [{
|
|
@@ -55209,7 +55224,7 @@ declare const useLens: () => {
|
|
|
55209
55224
|
} | undefined;
|
|
55210
55225
|
stateView: {
|
|
55211
55226
|
read: {
|
|
55212
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
55227
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
55213
55228
|
readonly type: "function";
|
|
55214
55229
|
readonly name: "getFeeGrowthGlobals";
|
|
55215
55230
|
readonly inputs: readonly [{
|
|
@@ -56056,7 +56071,7 @@ declare const useLens: () => {
|
|
|
56056
56071
|
fee: number;
|
|
56057
56072
|
tickSpacing: number;
|
|
56058
56073
|
hooks: `0x${string}`;
|
|
56059
|
-
}], options?:
|
|
56074
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
56060
56075
|
readonly type: "function";
|
|
56061
56076
|
readonly name: "getFeeGrowthGlobals";
|
|
56062
56077
|
readonly inputs: readonly [{
|
|
@@ -56898,7 +56913,7 @@ declare const useLens: () => {
|
|
|
56898
56913
|
tickSpacing: number;
|
|
56899
56914
|
hooks: `0x${string}`;
|
|
56900
56915
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
56901
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
56916
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
56902
56917
|
readonly type: "function";
|
|
56903
56918
|
readonly name: "getFeeGrowthGlobals";
|
|
56904
56919
|
readonly inputs: readonly [{
|
|
@@ -57745,7 +57760,7 @@ declare const useLens: () => {
|
|
|
57745
57760
|
fee: number;
|
|
57746
57761
|
tickSpacing: number;
|
|
57747
57762
|
hooks: `0x${string}`;
|
|
57748
|
-
}, number, number], options?:
|
|
57763
|
+
}, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
57749
57764
|
readonly type: "function";
|
|
57750
57765
|
readonly name: "getFeeGrowthGlobals";
|
|
57751
57766
|
readonly inputs: readonly [{
|
|
@@ -58587,7 +58602,7 @@ declare const useLens: () => {
|
|
|
58587
58602
|
tickSpacing: number;
|
|
58588
58603
|
hooks: `0x${string}`;
|
|
58589
58604
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
58590
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
58605
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
58591
58606
|
readonly type: "function";
|
|
58592
58607
|
readonly name: "getFeeGrowthGlobals";
|
|
58593
58608
|
readonly inputs: readonly [{
|
|
@@ -59434,7 +59449,7 @@ declare const useLens: () => {
|
|
|
59434
59449
|
fee: number;
|
|
59435
59450
|
tickSpacing: number;
|
|
59436
59451
|
hooks: `0x${string}`;
|
|
59437
|
-
}], options?:
|
|
59452
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
59438
59453
|
readonly type: "function";
|
|
59439
59454
|
readonly name: "getFeeGrowthGlobals";
|
|
59440
59455
|
readonly inputs: readonly [{
|
|
@@ -60276,7 +60291,7 @@ declare const useLens: () => {
|
|
|
60276
60291
|
tickSpacing: number;
|
|
60277
60292
|
hooks: `0x${string}`;
|
|
60278
60293
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
60279
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
60294
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
60280
60295
|
readonly type: "function";
|
|
60281
60296
|
readonly name: "getFeeGrowthGlobals";
|
|
60282
60297
|
readonly inputs: readonly [{
|
|
@@ -61123,7 +61138,7 @@ declare const useLens: () => {
|
|
|
61123
61138
|
fee: number;
|
|
61124
61139
|
tickSpacing: number;
|
|
61125
61140
|
hooks: `0x${string}`;
|
|
61126
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
61141
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
61127
61142
|
readonly type: "function";
|
|
61128
61143
|
readonly name: "getFeeGrowthGlobals";
|
|
61129
61144
|
readonly inputs: readonly [{
|
|
@@ -61976,7 +61991,7 @@ declare const useLens: () => {
|
|
|
61976
61991
|
fee: number;
|
|
61977
61992
|
tickSpacing: number;
|
|
61978
61993
|
hooks: `0x${string}`;
|
|
61979
|
-
}, `0x${string}`], options?:
|
|
61994
|
+
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
61980
61995
|
readonly type: "function";
|
|
61981
61996
|
readonly name: "getFeeGrowthGlobals";
|
|
61982
61997
|
readonly inputs: readonly [{
|
|
@@ -62829,7 +62844,7 @@ declare const useLens: () => {
|
|
|
62829
62844
|
fee: number;
|
|
62830
62845
|
tickSpacing: number;
|
|
62831
62846
|
hooks: `0x${string}`;
|
|
62832
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
62847
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
62833
62848
|
readonly type: "function";
|
|
62834
62849
|
readonly name: "getFeeGrowthGlobals";
|
|
62835
62850
|
readonly inputs: readonly [{
|
|
@@ -63677,7 +63692,7 @@ declare const useLens: () => {
|
|
|
63677
63692
|
tickSpacing: number;
|
|
63678
63693
|
hooks: `0x${string}`;
|
|
63679
63694
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
63680
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
63695
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
63681
63696
|
readonly type: "function";
|
|
63682
63697
|
readonly name: "getFeeGrowthGlobals";
|
|
63683
63698
|
readonly inputs: readonly [{
|
|
@@ -64524,7 +64539,7 @@ declare const useLens: () => {
|
|
|
64524
64539
|
fee: number;
|
|
64525
64540
|
tickSpacing: number;
|
|
64526
64541
|
hooks: `0x${string}`;
|
|
64527
|
-
}, `0x${string}`], options?:
|
|
64542
|
+
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
64528
64543
|
readonly type: "function";
|
|
64529
64544
|
readonly name: "getFeeGrowthGlobals";
|
|
64530
64545
|
readonly inputs: readonly [{
|
|
@@ -65366,7 +65381,7 @@ declare const useLens: () => {
|
|
|
65366
65381
|
tickSpacing: number;
|
|
65367
65382
|
hooks: `0x${string}`;
|
|
65368
65383
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
65369
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
65384
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
65370
65385
|
readonly type: "function";
|
|
65371
65386
|
readonly name: "getFeeGrowthGlobals";
|
|
65372
65387
|
readonly inputs: readonly [{
|
|
@@ -66213,7 +66228,7 @@ declare const useLens: () => {
|
|
|
66213
66228
|
fee: number;
|
|
66214
66229
|
tickSpacing: number;
|
|
66215
66230
|
hooks: `0x${string}`;
|
|
66216
|
-
}], options?:
|
|
66231
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
66217
66232
|
readonly type: "function";
|
|
66218
66233
|
readonly name: "getFeeGrowthGlobals";
|
|
66219
66234
|
readonly inputs: readonly [{
|
|
@@ -67055,7 +67070,7 @@ declare const useLens: () => {
|
|
|
67055
67070
|
tickSpacing: number;
|
|
67056
67071
|
hooks: `0x${string}`;
|
|
67057
67072
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
67058
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
67073
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
67059
67074
|
readonly type: "function";
|
|
67060
67075
|
readonly name: "getFeeGrowthGlobals";
|
|
67061
67076
|
readonly inputs: readonly [{
|
|
@@ -67902,7 +67917,7 @@ declare const useLens: () => {
|
|
|
67902
67917
|
fee: number;
|
|
67903
67918
|
tickSpacing: number;
|
|
67904
67919
|
hooks: `0x${string}`;
|
|
67905
|
-
}, number], options?:
|
|
67920
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
67906
67921
|
readonly type: "function";
|
|
67907
67922
|
readonly name: "getFeeGrowthGlobals";
|
|
67908
67923
|
readonly inputs: readonly [{
|
|
@@ -68744,7 +68759,7 @@ declare const useLens: () => {
|
|
|
68744
68759
|
tickSpacing: number;
|
|
68745
68760
|
hooks: `0x${string}`;
|
|
68746
68761
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
68747
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
68762
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
68748
68763
|
readonly type: "function";
|
|
68749
68764
|
readonly name: "getFeeGrowthGlobals";
|
|
68750
68765
|
readonly inputs: readonly [{
|
|
@@ -69591,7 +69606,7 @@ declare const useLens: () => {
|
|
|
69591
69606
|
fee: number;
|
|
69592
69607
|
tickSpacing: number;
|
|
69593
69608
|
hooks: `0x${string}`;
|
|
69594
|
-
}, number], options?:
|
|
69609
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
69595
69610
|
readonly type: "function";
|
|
69596
69611
|
readonly name: "getFeeGrowthGlobals";
|
|
69597
69612
|
readonly inputs: readonly [{
|
|
@@ -70433,7 +70448,7 @@ declare const useLens: () => {
|
|
|
70433
70448
|
tickSpacing: number;
|
|
70434
70449
|
hooks: `0x${string}`;
|
|
70435
70450
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
70436
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
70451
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
70437
70452
|
readonly type: "function";
|
|
70438
70453
|
readonly name: "getFeeGrowthGlobals";
|
|
70439
70454
|
readonly inputs: readonly [{
|
|
@@ -71280,7 +71295,7 @@ declare const useLens: () => {
|
|
|
71280
71295
|
fee: number;
|
|
71281
71296
|
tickSpacing: number;
|
|
71282
71297
|
hooks: `0x${string}`;
|
|
71283
|
-
}, number], options?:
|
|
71298
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
71284
71299
|
readonly type: "function";
|
|
71285
71300
|
readonly name: "getFeeGrowthGlobals";
|
|
71286
71301
|
readonly inputs: readonly [{
|
|
@@ -72122,7 +72137,7 @@ declare const useLens: () => {
|
|
|
72122
72137
|
tickSpacing: number;
|
|
72123
72138
|
hooks: `0x${string}`;
|
|
72124
72139
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
72125
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
72140
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
72126
72141
|
readonly type: "function";
|
|
72127
72142
|
readonly name: "getFeeGrowthGlobals";
|
|
72128
72143
|
readonly inputs: readonly [{
|
|
@@ -72969,7 +72984,7 @@ declare const useLens: () => {
|
|
|
72969
72984
|
fee: number;
|
|
72970
72985
|
tickSpacing: number;
|
|
72971
72986
|
hooks: `0x${string}`;
|
|
72972
|
-
}, number], options?:
|
|
72987
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
72973
72988
|
readonly type: "function";
|
|
72974
72989
|
readonly name: "getFeeGrowthGlobals";
|
|
72975
72990
|
readonly inputs: readonly [{
|
|
@@ -74652,5 +74667,5 @@ declare const useLens: () => {
|
|
|
74652
74667
|
} | undefined;
|
|
74653
74668
|
};
|
|
74654
74669
|
//#endregion
|
|
74655
|
-
export { ExerciseOptionEvent as $, getTickAtPrice as A, TimelockProvider as At, PriceDataPoint as B, getTimelockMarket as Bt, getPayoutAtTick as C, zero as Ct, getPriceAtSqrtPriceX96 as D, OptionData as Dt, getNearestValidStrikeTick as E, useExerciseOption as Et, token0ToToken1 as F, TimelockMarketData as Ft, useUserOperators as G, getCurrentPrice as H, swappers as Ht, token0ToToken1AtTick as I, UniswapMathLens as It, useClosedUserPerps as J, useOperatorPerms as K, token1ToToken0 as L, getErc20 as Lt, liquiditiesToAmount1 as M, useTimelockConfig as Mt, liquiditiesToAmounts as N, TimelockLens as Nt, getPriceAtTick as O, useActiveUserOptions as Ot, roundTick as P, TimelockMarket as Pt, useMintPerp as Q, token1ToToken0AtTick as R, getStateView as Rt, getPayoutAtPrice as S, wrapPriceUnscaled as St, getAmountsFromLiquidity as T, useMarketData as Tt, getPriceHistory as U, timelockLenses as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, usePerpsOperator as X, useUserPerps as Y, useClosePerp as Z, useCurrentTick as _, unscaleAmount as _t, useTokenData as a, useOptionPremium as at,
|
|
74656
|
-
//# sourceMappingURL=client-
|
|
74670
|
+
export { ExerciseOptionEvent as $, getTickAtPrice as A, TimelockProvider as At, PriceDataPoint as B, getTimelockMarket as Bt, getPayoutAtTick as C, zero as Ct, getPriceAtSqrtPriceX96 as D, OptionData as Dt, getNearestValidStrikeTick as E, useExerciseOption as Et, token0ToToken1 as F, TimelockMarketData as Ft, useUserOperators as G, getCurrentPrice as H, swappers as Ht, token0ToToken1AtTick as I, UniswapMathLens as It, useClosedUserPerps as J, useOperatorPerms as K, token1ToToken0 as L, getErc20 as Lt, liquiditiesToAmount1 as M, useTimelockConfig as Mt, liquiditiesToAmounts as N, TimelockLens as Nt, getPriceAtTick as O, useActiveUserOptions as Ot, roundTick as P, TimelockMarket as Pt, useMintPerp as Q, token1ToToken0AtTick as R, getStateView as Rt, getPayoutAtPrice as S, wrapPriceUnscaled as St, getAmountsFromLiquidity as T, useMarketData as Tt, getPriceHistory as U, timelockLenses as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, usePerpsOperator as X, useUserPerps as Y, useClosePerp as Z, useCurrentTick as _, unscaleAmount as _t, useTokenData as a, useOptionPremium as at, UniswapPoolData as b, wrapAmountUnscaled as bt, batchGetAmountsFromLiquidity as c, useMaxPositionSize as ct, useLiquidityBlocks as d, formatAmount as dt, ExtendEvent as et, useBurnLiquidity as f, formatCondensed as ft, usePriceAtTick as g, scalePrice as gt, usePriceAtSqrtPriceX96 as h, scaleAmount as ht, TokenData as i, useExtendOption as it, liquiditiesToAmount0 as j, useCurrentMarket as jt, getSqrtPriceX96AtPrice as k, useClosedUserOptions as kt, useMintLiquidity as l, Amount as lt, usePriceHistory as m, formatVagueAmount as mt, useApproval as n, OptionEvent as nt, useVaultTVL as o, useOptionPnl as ot, useMarketPriceHistory as p, formatUSD as pt, useActiveUserPerps as q, useTokenBalance as r, useOptionTimeline as rt, useVaultData as s, useMintOption as st, useLens as t, MintOptionEvent as tt, LiquidityBlockData as u, EMPTY_ARRAY as ut, useCurrentPrice as v, unscalePrice as vt, PRICE_PRECISION as w, useMarketVolume as wt, usePoolData as x, wrapPrice as xt, PoolKey as y, wrapAmount as yt, PriceData as z, getTimelockLens as zt };
|
|
74671
|
+
//# sourceMappingURL=client-DTyVaDKH.d.cts.map
|