timelock-sdk 0.0.138 → 0.0.140
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-CP_QHL05.d.cts → client-BLQCtXFi.d.ts} +44 -28
- package/dist/{client-D1p2JAlj.d.ts → client-FNWYyxxl.d.cts} +408 -392
- 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-BunZxBrW.js → optionUtils-9m2sevDs.js} +15 -5
- package/dist/optionUtils-9m2sevDs.js.map +1 -0
- package/dist/{optionUtils-BUJzXFyd.cjs → optionUtils-pIZ0mbRp.cjs} +19 -3
- package/dist/optionUtils-pIZ0mbRp.cjs.map +1 -0
- package/dist/package.cjs +2 -1
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/package.json +1 -1
- package/dist/optionUtils-BUJzXFyd.cjs.map +0 -1
- package/dist/optionUtils-BunZxBrW.js.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-
|
|
2
|
-
import * as
|
|
1
|
+
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-X6H7QwrK.cjs";
|
|
2
|
+
import * as viem184 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
|
-
import Big from "big.js";
|
|
5
|
-
import JSBI from "jsbi";
|
|
6
4
|
import React, { ReactNode } from "react";
|
|
5
|
+
import "graphql";
|
|
7
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
7
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
9
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
10
|
-
import "
|
|
11
|
-
import
|
|
9
|
+
import * as _tanstack_query_core23 from "@tanstack/query-core";
|
|
10
|
+
import Big from "big.js";
|
|
11
|
+
import JSBI from "jsbi";
|
|
12
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
13
13
|
|
|
14
14
|
//#region src/generated/graphql.d.ts
|
|
@@ -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?: viem184.Prettify<viem184.UnionOmit<viem184.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
|
+
decimals: (options?: viem184.Prettify<viem184.UnionOmit<viem184.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
|
+
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
606
|
+
name: (options?: viem184.Prettify<viem184.UnionOmit<viem184.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
|
+
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
785
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.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
|
+
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
964
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.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
|
+
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1143
|
+
totalSupply: (options?: viem184.Prettify<viem184.UnionOmit<viem184.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: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
1503
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
1682
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
1861
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
2040
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
2215
2219
|
} & {
|
|
2216
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2220
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
2399
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
2578
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
2757
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
2936
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.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], viem184.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem184.EstimateContractGasReturnType>;
|
|
3111
3115
|
};
|
|
3112
3116
|
simulate: {
|
|
3113
|
-
approve: <chainOverride extends
|
|
3117
|
+
approve: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.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], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.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], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
|
|
3474
|
+
decreaseAllowance: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.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], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.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], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
|
|
3831
|
+
increaseAllowance: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.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], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.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], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
|
|
4188
|
+
transfer: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem184.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], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.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], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
|
|
4545
|
+
transferFrom: <chainOverride extends viem184.Chain | undefined = undefined, accountOverride extends viem184.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem184.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], viem184.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem184.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], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
|
|
4898
4902
|
};
|
|
4899
4903
|
write: {
|
|
4900
|
-
approve: <chainOverride extends
|
|
4904
|
+
approve: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.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], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
|
|
5083
|
+
decreaseAllowance: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.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], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
|
|
5262
|
+
increaseAllowance: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.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], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
|
|
5441
|
+
transfer: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.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], viem184.Chain | undefined, viem184.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<viem184.WriteContractReturnType>;
|
|
5620
|
+
transferFrom: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.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], viem184.Chain | undefined, viem184.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<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.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?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
36045
36049
|
readonly type: "function";
|
|
36046
36050
|
readonly name: "batchGetRefTick";
|
|
36047
36051
|
readonly inputs: readonly [{
|
|
@@ -37448,6 +37452,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37448
37452
|
};
|
|
37449
37453
|
declare const swappers: Record<number, Address>;
|
|
37450
37454
|
declare const timelockLenses: Record<number, Address>;
|
|
37455
|
+
declare const swapRouters: Record<number, Address>;
|
|
37451
37456
|
declare const stateViews: Record<number, Address>;
|
|
37452
37457
|
//#endregion
|
|
37453
37458
|
//#region src/lib/perpsOperator.d.ts
|
|
@@ -37546,7 +37551,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37546
37551
|
isRefetching: boolean;
|
|
37547
37552
|
isStale: boolean;
|
|
37548
37553
|
isEnabled: boolean;
|
|
37549
|
-
refetch: (options?:
|
|
37554
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37550
37555
|
optionId: bigint;
|
|
37551
37556
|
marketAddr: Address;
|
|
37552
37557
|
ownerAddr: Address;
|
|
@@ -37576,7 +37581,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37576
37581
|
address: string;
|
|
37577
37582
|
} | null;
|
|
37578
37583
|
}[], Error>>;
|
|
37579
|
-
fetchStatus:
|
|
37584
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37580
37585
|
promise: Promise<{
|
|
37581
37586
|
optionId: bigint;
|
|
37582
37587
|
marketAddr: Address;
|
|
@@ -37660,7 +37665,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37660
37665
|
isRefetching: boolean;
|
|
37661
37666
|
isStale: boolean;
|
|
37662
37667
|
isEnabled: boolean;
|
|
37663
|
-
refetch: (options?:
|
|
37668
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37664
37669
|
optionId: bigint;
|
|
37665
37670
|
marketAddr: Address;
|
|
37666
37671
|
ownerAddr: Address;
|
|
@@ -37690,7 +37695,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37690
37695
|
address: string;
|
|
37691
37696
|
} | null;
|
|
37692
37697
|
}[], Error>>;
|
|
37693
|
-
fetchStatus:
|
|
37698
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37694
37699
|
promise: Promise<{
|
|
37695
37700
|
optionId: bigint;
|
|
37696
37701
|
marketAddr: Address;
|
|
@@ -37774,7 +37779,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37774
37779
|
isRefetching: boolean;
|
|
37775
37780
|
isStale: boolean;
|
|
37776
37781
|
isEnabled: boolean;
|
|
37777
|
-
refetch: (options?:
|
|
37782
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37778
37783
|
optionId: bigint;
|
|
37779
37784
|
marketAddr: Address;
|
|
37780
37785
|
ownerAddr: Address;
|
|
@@ -37804,7 +37809,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37804
37809
|
address: string;
|
|
37805
37810
|
} | null;
|
|
37806
37811
|
}[], Error>>;
|
|
37807
|
-
fetchStatus:
|
|
37812
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37808
37813
|
promise: Promise<{
|
|
37809
37814
|
optionId: bigint;
|
|
37810
37815
|
marketAddr: Address;
|
|
@@ -37888,7 +37893,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37888
37893
|
isRefetching: boolean;
|
|
37889
37894
|
isStale: boolean;
|
|
37890
37895
|
isEnabled: boolean;
|
|
37891
|
-
refetch: (options?:
|
|
37896
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
37892
37897
|
optionId: bigint;
|
|
37893
37898
|
marketAddr: Address;
|
|
37894
37899
|
ownerAddr: Address;
|
|
@@ -37918,7 +37923,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37918
37923
|
address: string;
|
|
37919
37924
|
} | null;
|
|
37920
37925
|
}[], Error>>;
|
|
37921
|
-
fetchStatus:
|
|
37926
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
37922
37927
|
promise: Promise<{
|
|
37923
37928
|
optionId: bigint;
|
|
37924
37929
|
marketAddr: Address;
|
|
@@ -38002,7 +38007,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38002
38007
|
isRefetching: boolean;
|
|
38003
38008
|
isStale: boolean;
|
|
38004
38009
|
isEnabled: boolean;
|
|
38005
|
-
refetch: (options?:
|
|
38010
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38006
38011
|
optionId: bigint;
|
|
38007
38012
|
marketAddr: Address;
|
|
38008
38013
|
ownerAddr: Address;
|
|
@@ -38032,7 +38037,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38032
38037
|
address: string;
|
|
38033
38038
|
} | null;
|
|
38034
38039
|
}[], Error>>;
|
|
38035
|
-
fetchStatus:
|
|
38040
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38036
38041
|
promise: Promise<{
|
|
38037
38042
|
optionId: bigint;
|
|
38038
38043
|
marketAddr: Address;
|
|
@@ -38116,7 +38121,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38116
38121
|
isRefetching: boolean;
|
|
38117
38122
|
isStale: boolean;
|
|
38118
38123
|
isEnabled: boolean;
|
|
38119
|
-
refetch: (options?:
|
|
38124
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38120
38125
|
optionId: bigint;
|
|
38121
38126
|
marketAddr: Address;
|
|
38122
38127
|
ownerAddr: Address;
|
|
@@ -38146,7 +38151,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38146
38151
|
address: string;
|
|
38147
38152
|
} | null;
|
|
38148
38153
|
}[], Error>>;
|
|
38149
|
-
fetchStatus:
|
|
38154
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38150
38155
|
promise: Promise<{
|
|
38151
38156
|
optionId: bigint;
|
|
38152
38157
|
marketAddr: Address;
|
|
@@ -38231,7 +38236,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38231
38236
|
isRefetching: boolean;
|
|
38232
38237
|
isStale: boolean;
|
|
38233
38238
|
isEnabled: boolean;
|
|
38234
|
-
refetch: (options?:
|
|
38239
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38235
38240
|
optionId: bigint;
|
|
38236
38241
|
marketAddr: Address;
|
|
38237
38242
|
ownerAddr: Address;
|
|
@@ -38261,7 +38266,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38261
38266
|
address: string;
|
|
38262
38267
|
} | null;
|
|
38263
38268
|
}[], Error>>;
|
|
38264
|
-
fetchStatus:
|
|
38269
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38265
38270
|
promise: Promise<{
|
|
38266
38271
|
optionId: bigint;
|
|
38267
38272
|
marketAddr: Address;
|
|
@@ -38345,7 +38350,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38345
38350
|
isRefetching: boolean;
|
|
38346
38351
|
isStale: boolean;
|
|
38347
38352
|
isEnabled: boolean;
|
|
38348
|
-
refetch: (options?:
|
|
38353
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38349
38354
|
optionId: bigint;
|
|
38350
38355
|
marketAddr: Address;
|
|
38351
38356
|
ownerAddr: Address;
|
|
@@ -38375,7 +38380,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38375
38380
|
address: string;
|
|
38376
38381
|
} | null;
|
|
38377
38382
|
}[], Error>>;
|
|
38378
|
-
fetchStatus:
|
|
38383
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38379
38384
|
promise: Promise<{
|
|
38380
38385
|
optionId: bigint;
|
|
38381
38386
|
marketAddr: Address;
|
|
@@ -38459,7 +38464,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38459
38464
|
isRefetching: boolean;
|
|
38460
38465
|
isStale: boolean;
|
|
38461
38466
|
isEnabled: boolean;
|
|
38462
|
-
refetch: (options?:
|
|
38467
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38463
38468
|
optionId: bigint;
|
|
38464
38469
|
marketAddr: Address;
|
|
38465
38470
|
ownerAddr: Address;
|
|
@@ -38489,7 +38494,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38489
38494
|
address: string;
|
|
38490
38495
|
} | null;
|
|
38491
38496
|
}[], Error>>;
|
|
38492
|
-
fetchStatus:
|
|
38497
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38493
38498
|
promise: Promise<{
|
|
38494
38499
|
optionId: bigint;
|
|
38495
38500
|
marketAddr: Address;
|
|
@@ -38573,7 +38578,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38573
38578
|
isRefetching: boolean;
|
|
38574
38579
|
isStale: boolean;
|
|
38575
38580
|
isEnabled: boolean;
|
|
38576
|
-
refetch: (options?:
|
|
38581
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38577
38582
|
optionId: bigint;
|
|
38578
38583
|
marketAddr: Address;
|
|
38579
38584
|
ownerAddr: Address;
|
|
@@ -38603,7 +38608,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38603
38608
|
address: string;
|
|
38604
38609
|
} | null;
|
|
38605
38610
|
}[], Error>>;
|
|
38606
|
-
fetchStatus:
|
|
38611
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38607
38612
|
promise: Promise<{
|
|
38608
38613
|
optionId: bigint;
|
|
38609
38614
|
marketAddr: Address;
|
|
@@ -38687,7 +38692,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38687
38692
|
isRefetching: boolean;
|
|
38688
38693
|
isStale: boolean;
|
|
38689
38694
|
isEnabled: boolean;
|
|
38690
|
-
refetch: (options?:
|
|
38695
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38691
38696
|
optionId: bigint;
|
|
38692
38697
|
marketAddr: Address;
|
|
38693
38698
|
ownerAddr: Address;
|
|
@@ -38717,7 +38722,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38717
38722
|
address: string;
|
|
38718
38723
|
} | null;
|
|
38719
38724
|
}[], Error>>;
|
|
38720
|
-
fetchStatus:
|
|
38725
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38721
38726
|
promise: Promise<{
|
|
38722
38727
|
optionId: bigint;
|
|
38723
38728
|
marketAddr: Address;
|
|
@@ -38801,7 +38806,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38801
38806
|
isRefetching: boolean;
|
|
38802
38807
|
isStale: boolean;
|
|
38803
38808
|
isEnabled: boolean;
|
|
38804
|
-
refetch: (options?:
|
|
38809
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38805
38810
|
optionId: bigint;
|
|
38806
38811
|
marketAddr: Address;
|
|
38807
38812
|
ownerAddr: Address;
|
|
@@ -38831,7 +38836,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38831
38836
|
address: string;
|
|
38832
38837
|
} | null;
|
|
38833
38838
|
}[], Error>>;
|
|
38834
|
-
fetchStatus:
|
|
38839
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38835
38840
|
promise: Promise<{
|
|
38836
38841
|
optionId: bigint;
|
|
38837
38842
|
marketAddr: Address;
|
|
@@ -38916,7 +38921,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38916
38921
|
isRefetching: boolean;
|
|
38917
38922
|
isStale: boolean;
|
|
38918
38923
|
isEnabled: boolean;
|
|
38919
|
-
refetch: (options?:
|
|
38924
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
38920
38925
|
optionId: bigint;
|
|
38921
38926
|
marketAddr: Address;
|
|
38922
38927
|
ownerAddr: Address;
|
|
@@ -38946,7 +38951,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38946
38951
|
address: string;
|
|
38947
38952
|
} | null;
|
|
38948
38953
|
}[], Error>>;
|
|
38949
|
-
fetchStatus:
|
|
38954
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
38950
38955
|
promise: Promise<{
|
|
38951
38956
|
optionId: bigint;
|
|
38952
38957
|
marketAddr: Address;
|
|
@@ -39030,7 +39035,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39030
39035
|
isRefetching: boolean;
|
|
39031
39036
|
isStale: boolean;
|
|
39032
39037
|
isEnabled: boolean;
|
|
39033
|
-
refetch: (options?:
|
|
39038
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39034
39039
|
optionId: bigint;
|
|
39035
39040
|
marketAddr: Address;
|
|
39036
39041
|
ownerAddr: Address;
|
|
@@ -39060,7 +39065,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39060
39065
|
address: string;
|
|
39061
39066
|
} | null;
|
|
39062
39067
|
}[], Error>>;
|
|
39063
|
-
fetchStatus:
|
|
39068
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39064
39069
|
promise: Promise<{
|
|
39065
39070
|
optionId: bigint;
|
|
39066
39071
|
marketAddr: Address;
|
|
@@ -39144,7 +39149,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39144
39149
|
isRefetching: boolean;
|
|
39145
39150
|
isStale: boolean;
|
|
39146
39151
|
isEnabled: boolean;
|
|
39147
|
-
refetch: (options?:
|
|
39152
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39148
39153
|
optionId: bigint;
|
|
39149
39154
|
marketAddr: Address;
|
|
39150
39155
|
ownerAddr: Address;
|
|
@@ -39174,7 +39179,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39174
39179
|
address: string;
|
|
39175
39180
|
} | null;
|
|
39176
39181
|
}[], Error>>;
|
|
39177
|
-
fetchStatus:
|
|
39182
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39178
39183
|
promise: Promise<{
|
|
39179
39184
|
optionId: bigint;
|
|
39180
39185
|
marketAddr: Address;
|
|
@@ -39258,7 +39263,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39258
39263
|
isRefetching: boolean;
|
|
39259
39264
|
isStale: boolean;
|
|
39260
39265
|
isEnabled: boolean;
|
|
39261
|
-
refetch: (options?:
|
|
39266
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39262
39267
|
optionId: bigint;
|
|
39263
39268
|
marketAddr: Address;
|
|
39264
39269
|
ownerAddr: Address;
|
|
@@ -39288,7 +39293,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39288
39293
|
address: string;
|
|
39289
39294
|
} | null;
|
|
39290
39295
|
}[], Error>>;
|
|
39291
|
-
fetchStatus:
|
|
39296
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39292
39297
|
promise: Promise<{
|
|
39293
39298
|
optionId: bigint;
|
|
39294
39299
|
marketAddr: Address;
|
|
@@ -39372,7 +39377,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39372
39377
|
isRefetching: boolean;
|
|
39373
39378
|
isStale: boolean;
|
|
39374
39379
|
isEnabled: boolean;
|
|
39375
|
-
refetch: (options?:
|
|
39380
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39376
39381
|
optionId: bigint;
|
|
39377
39382
|
marketAddr: Address;
|
|
39378
39383
|
ownerAddr: Address;
|
|
@@ -39402,7 +39407,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39402
39407
|
address: string;
|
|
39403
39408
|
} | null;
|
|
39404
39409
|
}[], Error>>;
|
|
39405
|
-
fetchStatus:
|
|
39410
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39406
39411
|
promise: Promise<{
|
|
39407
39412
|
optionId: bigint;
|
|
39408
39413
|
marketAddr: Address;
|
|
@@ -39486,7 +39491,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39486
39491
|
isRefetching: boolean;
|
|
39487
39492
|
isStale: boolean;
|
|
39488
39493
|
isEnabled: boolean;
|
|
39489
|
-
refetch: (options?:
|
|
39494
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
39490
39495
|
optionId: bigint;
|
|
39491
39496
|
marketAddr: Address;
|
|
39492
39497
|
ownerAddr: Address;
|
|
@@ -39516,7 +39521,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39516
39521
|
address: string;
|
|
39517
39522
|
} | null;
|
|
39518
39523
|
}[], Error>>;
|
|
39519
|
-
fetchStatus:
|
|
39524
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39520
39525
|
promise: Promise<{
|
|
39521
39526
|
optionId: bigint;
|
|
39522
39527
|
marketAddr: Address;
|
|
@@ -39588,7 +39593,14 @@ declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query
|
|
|
39588
39593
|
//#region src/hooks/options/useMarketData.d.ts
|
|
39589
39594
|
declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
39590
39595
|
address: Address;
|
|
39591
|
-
|
|
39596
|
+
poolManager: Address;
|
|
39597
|
+
poolKey: {
|
|
39598
|
+
currency0: Address;
|
|
39599
|
+
currency1: Address;
|
|
39600
|
+
fee: number;
|
|
39601
|
+
tickSpacing: number;
|
|
39602
|
+
hooks: Address;
|
|
39603
|
+
};
|
|
39592
39604
|
vault: Address;
|
|
39593
39605
|
optionAsset: Address;
|
|
39594
39606
|
payoutAsset: Address;
|
|
@@ -39602,6 +39614,10 @@ declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard
|
|
|
39602
39614
|
payoutAssetSymbol: string;
|
|
39603
39615
|
optionAssetName: string;
|
|
39604
39616
|
payoutAssetName: string;
|
|
39617
|
+
currency0: string;
|
|
39618
|
+
currency1: string;
|
|
39619
|
+
fee: number;
|
|
39620
|
+
hooks: string;
|
|
39605
39621
|
} | undefined>>;
|
|
39606
39622
|
//#endregion
|
|
39607
39623
|
//#region src/hooks/options/useMarketVolume.d.ts
|
|
@@ -39638,7 +39654,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
39638
39654
|
//#endregion
|
|
39639
39655
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
39640
39656
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowableRange?: number) => {
|
|
39641
|
-
error:
|
|
39657
|
+
error: viem184.ReadContractErrorType;
|
|
39642
39658
|
isError: true;
|
|
39643
39659
|
isPending: false;
|
|
39644
39660
|
isLoading: false;
|
|
@@ -39650,7 +39666,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39650
39666
|
dataUpdatedAt: number;
|
|
39651
39667
|
errorUpdatedAt: number;
|
|
39652
39668
|
failureCount: number;
|
|
39653
|
-
failureReason:
|
|
39669
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39654
39670
|
errorUpdateCount: number;
|
|
39655
39671
|
isFetched: boolean;
|
|
39656
39672
|
isFetchedAfterMount: boolean;
|
|
@@ -39660,10 +39676,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39660
39676
|
isRefetching: boolean;
|
|
39661
39677
|
isStale: boolean;
|
|
39662
39678
|
isEnabled: boolean;
|
|
39663
|
-
refetch: (options?:
|
|
39664
|
-
fetchStatus:
|
|
39679
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39680
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39665
39681
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39666
|
-
queryKey:
|
|
39682
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39667
39683
|
maxCallSize: Amount | undefined;
|
|
39668
39684
|
maxPutSize: Amount | undefined;
|
|
39669
39685
|
} | {
|
|
@@ -39679,7 +39695,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39679
39695
|
dataUpdatedAt: number;
|
|
39680
39696
|
errorUpdatedAt: number;
|
|
39681
39697
|
failureCount: number;
|
|
39682
|
-
failureReason:
|
|
39698
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39683
39699
|
errorUpdateCount: number;
|
|
39684
39700
|
isFetched: boolean;
|
|
39685
39701
|
isFetchedAfterMount: boolean;
|
|
@@ -39689,14 +39705,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39689
39705
|
isRefetching: boolean;
|
|
39690
39706
|
isStale: boolean;
|
|
39691
39707
|
isEnabled: boolean;
|
|
39692
|
-
refetch: (options?:
|
|
39693
|
-
fetchStatus:
|
|
39708
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39709
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39694
39710
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39695
|
-
queryKey:
|
|
39711
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39696
39712
|
maxCallSize: Amount | undefined;
|
|
39697
39713
|
maxPutSize: Amount | undefined;
|
|
39698
39714
|
} | {
|
|
39699
|
-
error:
|
|
39715
|
+
error: viem184.ReadContractErrorType;
|
|
39700
39716
|
isError: true;
|
|
39701
39717
|
isPending: false;
|
|
39702
39718
|
isLoading: false;
|
|
@@ -39708,7 +39724,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39708
39724
|
dataUpdatedAt: number;
|
|
39709
39725
|
errorUpdatedAt: number;
|
|
39710
39726
|
failureCount: number;
|
|
39711
|
-
failureReason:
|
|
39727
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39712
39728
|
errorUpdateCount: number;
|
|
39713
39729
|
isFetched: boolean;
|
|
39714
39730
|
isFetchedAfterMount: boolean;
|
|
@@ -39718,10 +39734,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39718
39734
|
isRefetching: boolean;
|
|
39719
39735
|
isStale: boolean;
|
|
39720
39736
|
isEnabled: boolean;
|
|
39721
|
-
refetch: (options?:
|
|
39722
|
-
fetchStatus:
|
|
39737
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39738
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39723
39739
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39724
|
-
queryKey:
|
|
39740
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39725
39741
|
maxCallSize: Amount | undefined;
|
|
39726
39742
|
maxPutSize: Amount | undefined;
|
|
39727
39743
|
} | {
|
|
@@ -39737,7 +39753,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39737
39753
|
dataUpdatedAt: number;
|
|
39738
39754
|
errorUpdatedAt: number;
|
|
39739
39755
|
failureCount: number;
|
|
39740
|
-
failureReason:
|
|
39756
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39741
39757
|
errorUpdateCount: number;
|
|
39742
39758
|
isFetched: boolean;
|
|
39743
39759
|
isFetchedAfterMount: boolean;
|
|
@@ -39747,10 +39763,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39747
39763
|
isRefetching: boolean;
|
|
39748
39764
|
isStale: boolean;
|
|
39749
39765
|
isEnabled: boolean;
|
|
39750
|
-
refetch: (options?:
|
|
39751
|
-
fetchStatus:
|
|
39766
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39767
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39752
39768
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39753
|
-
queryKey:
|
|
39769
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39754
39770
|
maxCallSize: Amount | undefined;
|
|
39755
39771
|
maxPutSize: Amount | undefined;
|
|
39756
39772
|
} | {
|
|
@@ -39765,7 +39781,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39765
39781
|
dataUpdatedAt: number;
|
|
39766
39782
|
errorUpdatedAt: number;
|
|
39767
39783
|
failureCount: number;
|
|
39768
|
-
failureReason:
|
|
39784
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39769
39785
|
errorUpdateCount: number;
|
|
39770
39786
|
isFetched: boolean;
|
|
39771
39787
|
isFetchedAfterMount: boolean;
|
|
@@ -39776,10 +39792,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39776
39792
|
isRefetching: boolean;
|
|
39777
39793
|
isStale: boolean;
|
|
39778
39794
|
isEnabled: boolean;
|
|
39779
|
-
refetch: (options?:
|
|
39780
|
-
fetchStatus:
|
|
39795
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39796
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39781
39797
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39782
|
-
queryKey:
|
|
39798
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39783
39799
|
maxCallSize: Amount | undefined;
|
|
39784
39800
|
maxPutSize: Amount | undefined;
|
|
39785
39801
|
} | {
|
|
@@ -39795,7 +39811,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39795
39811
|
dataUpdatedAt: number;
|
|
39796
39812
|
errorUpdatedAt: number;
|
|
39797
39813
|
failureCount: number;
|
|
39798
|
-
failureReason:
|
|
39814
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39799
39815
|
errorUpdateCount: number;
|
|
39800
39816
|
isFetched: boolean;
|
|
39801
39817
|
isFetchedAfterMount: boolean;
|
|
@@ -39805,10 +39821,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39805
39821
|
isRefetching: boolean;
|
|
39806
39822
|
isStale: boolean;
|
|
39807
39823
|
isEnabled: boolean;
|
|
39808
|
-
refetch: (options?:
|
|
39809
|
-
fetchStatus:
|
|
39824
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39825
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39810
39826
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39811
|
-
queryKey:
|
|
39827
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
39812
39828
|
maxCallSize: Amount | undefined;
|
|
39813
39829
|
maxPutSize: Amount | undefined;
|
|
39814
39830
|
};
|
|
@@ -39878,7 +39894,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39878
39894
|
isRefetching: boolean;
|
|
39879
39895
|
isStale: boolean;
|
|
39880
39896
|
isEnabled: boolean;
|
|
39881
|
-
refetch: (options?:
|
|
39897
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
39882
39898
|
type: "mint";
|
|
39883
39899
|
data: {
|
|
39884
39900
|
id: string;
|
|
@@ -39917,7 +39933,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39917
39933
|
transactionHash: string;
|
|
39918
39934
|
};
|
|
39919
39935
|
})[], Error>>;
|
|
39920
|
-
fetchStatus:
|
|
39936
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
39921
39937
|
promise: Promise<({
|
|
39922
39938
|
type: "mint";
|
|
39923
39939
|
data: {
|
|
@@ -40019,7 +40035,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40019
40035
|
isRefetching: boolean;
|
|
40020
40036
|
isStale: boolean;
|
|
40021
40037
|
isEnabled: boolean;
|
|
40022
|
-
refetch: (options?:
|
|
40038
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40023
40039
|
type: "mint";
|
|
40024
40040
|
data: {
|
|
40025
40041
|
id: string;
|
|
@@ -40058,7 +40074,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40058
40074
|
transactionHash: string;
|
|
40059
40075
|
};
|
|
40060
40076
|
})[], Error>>;
|
|
40061
|
-
fetchStatus:
|
|
40077
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40062
40078
|
promise: Promise<({
|
|
40063
40079
|
type: "mint";
|
|
40064
40080
|
data: {
|
|
@@ -40160,7 +40176,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40160
40176
|
isRefetching: boolean;
|
|
40161
40177
|
isStale: boolean;
|
|
40162
40178
|
isEnabled: boolean;
|
|
40163
|
-
refetch: (options?:
|
|
40179
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40164
40180
|
type: "mint";
|
|
40165
40181
|
data: {
|
|
40166
40182
|
id: string;
|
|
@@ -40199,7 +40215,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40199
40215
|
transactionHash: string;
|
|
40200
40216
|
};
|
|
40201
40217
|
})[], Error>>;
|
|
40202
|
-
fetchStatus:
|
|
40218
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40203
40219
|
promise: Promise<({
|
|
40204
40220
|
type: "mint";
|
|
40205
40221
|
data: {
|
|
@@ -40301,7 +40317,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40301
40317
|
isRefetching: boolean;
|
|
40302
40318
|
isStale: boolean;
|
|
40303
40319
|
isEnabled: boolean;
|
|
40304
|
-
refetch: (options?:
|
|
40320
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40305
40321
|
type: "mint";
|
|
40306
40322
|
data: {
|
|
40307
40323
|
id: string;
|
|
@@ -40340,7 +40356,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40340
40356
|
transactionHash: string;
|
|
40341
40357
|
};
|
|
40342
40358
|
})[], Error>>;
|
|
40343
|
-
fetchStatus:
|
|
40359
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40344
40360
|
promise: Promise<({
|
|
40345
40361
|
type: "mint";
|
|
40346
40362
|
data: {
|
|
@@ -40442,7 +40458,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40442
40458
|
isRefetching: boolean;
|
|
40443
40459
|
isStale: boolean;
|
|
40444
40460
|
isEnabled: boolean;
|
|
40445
|
-
refetch: (options?:
|
|
40461
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40446
40462
|
type: "mint";
|
|
40447
40463
|
data: {
|
|
40448
40464
|
id: string;
|
|
@@ -40481,7 +40497,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40481
40497
|
transactionHash: string;
|
|
40482
40498
|
};
|
|
40483
40499
|
})[], Error>>;
|
|
40484
|
-
fetchStatus:
|
|
40500
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40485
40501
|
promise: Promise<({
|
|
40486
40502
|
type: "mint";
|
|
40487
40503
|
data: {
|
|
@@ -40583,7 +40599,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40583
40599
|
isRefetching: boolean;
|
|
40584
40600
|
isStale: boolean;
|
|
40585
40601
|
isEnabled: boolean;
|
|
40586
|
-
refetch: (options?:
|
|
40602
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<({
|
|
40587
40603
|
type: "mint";
|
|
40588
40604
|
data: {
|
|
40589
40605
|
id: string;
|
|
@@ -40622,7 +40638,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40622
40638
|
transactionHash: string;
|
|
40623
40639
|
};
|
|
40624
40640
|
})[], Error>>;
|
|
40625
|
-
fetchStatus:
|
|
40641
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40626
40642
|
promise: Promise<({
|
|
40627
40643
|
type: "mint";
|
|
40628
40644
|
data: {
|
|
@@ -40745,7 +40761,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40745
40761
|
isRefetching: boolean;
|
|
40746
40762
|
isStale: boolean;
|
|
40747
40763
|
isEnabled: boolean;
|
|
40748
|
-
refetch: (options?:
|
|
40764
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40749
40765
|
optionId: bigint;
|
|
40750
40766
|
id: string;
|
|
40751
40767
|
ownerAddr: Address;
|
|
@@ -40754,7 +40770,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40754
40770
|
expiresAt: number;
|
|
40755
40771
|
closed: boolean;
|
|
40756
40772
|
}[] | undefined, Error>>;
|
|
40757
|
-
fetchStatus:
|
|
40773
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40758
40774
|
promise: Promise<{
|
|
40759
40775
|
optionId: bigint;
|
|
40760
40776
|
id: string;
|
|
@@ -40796,7 +40812,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40796
40812
|
isRefetching: boolean;
|
|
40797
40813
|
isStale: boolean;
|
|
40798
40814
|
isEnabled: boolean;
|
|
40799
|
-
refetch: (options?:
|
|
40815
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40800
40816
|
optionId: bigint;
|
|
40801
40817
|
id: string;
|
|
40802
40818
|
ownerAddr: Address;
|
|
@@ -40805,7 +40821,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40805
40821
|
expiresAt: number;
|
|
40806
40822
|
closed: boolean;
|
|
40807
40823
|
}[] | undefined, Error>>;
|
|
40808
|
-
fetchStatus:
|
|
40824
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40809
40825
|
promise: Promise<{
|
|
40810
40826
|
optionId: bigint;
|
|
40811
40827
|
id: string;
|
|
@@ -40847,7 +40863,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40847
40863
|
isRefetching: boolean;
|
|
40848
40864
|
isStale: boolean;
|
|
40849
40865
|
isEnabled: boolean;
|
|
40850
|
-
refetch: (options?:
|
|
40866
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40851
40867
|
optionId: bigint;
|
|
40852
40868
|
id: string;
|
|
40853
40869
|
ownerAddr: Address;
|
|
@@ -40856,7 +40872,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40856
40872
|
expiresAt: number;
|
|
40857
40873
|
closed: boolean;
|
|
40858
40874
|
}[] | undefined, Error>>;
|
|
40859
|
-
fetchStatus:
|
|
40875
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40860
40876
|
promise: Promise<{
|
|
40861
40877
|
optionId: bigint;
|
|
40862
40878
|
id: string;
|
|
@@ -40898,7 +40914,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40898
40914
|
isRefetching: boolean;
|
|
40899
40915
|
isStale: boolean;
|
|
40900
40916
|
isEnabled: boolean;
|
|
40901
|
-
refetch: (options?:
|
|
40917
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40902
40918
|
optionId: bigint;
|
|
40903
40919
|
id: string;
|
|
40904
40920
|
ownerAddr: Address;
|
|
@@ -40907,7 +40923,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40907
40923
|
expiresAt: number;
|
|
40908
40924
|
closed: boolean;
|
|
40909
40925
|
}[] | undefined, Error>>;
|
|
40910
|
-
fetchStatus:
|
|
40926
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40911
40927
|
promise: Promise<{
|
|
40912
40928
|
optionId: bigint;
|
|
40913
40929
|
id: string;
|
|
@@ -40949,7 +40965,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40949
40965
|
isRefetching: boolean;
|
|
40950
40966
|
isStale: boolean;
|
|
40951
40967
|
isEnabled: boolean;
|
|
40952
|
-
refetch: (options?:
|
|
40968
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
40953
40969
|
optionId: bigint;
|
|
40954
40970
|
id: string;
|
|
40955
40971
|
ownerAddr: Address;
|
|
@@ -40958,7 +40974,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40958
40974
|
expiresAt: number;
|
|
40959
40975
|
closed: boolean;
|
|
40960
40976
|
}[] | undefined, Error>>;
|
|
40961
|
-
fetchStatus:
|
|
40977
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
40962
40978
|
promise: Promise<{
|
|
40963
40979
|
optionId: bigint;
|
|
40964
40980
|
id: string;
|
|
@@ -41000,7 +41016,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41000
41016
|
isRefetching: boolean;
|
|
41001
41017
|
isStale: boolean;
|
|
41002
41018
|
isEnabled: boolean;
|
|
41003
|
-
refetch: (options?:
|
|
41019
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41004
41020
|
optionId: bigint;
|
|
41005
41021
|
id: string;
|
|
41006
41022
|
ownerAddr: Address;
|
|
@@ -41009,7 +41025,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41009
41025
|
expiresAt: number;
|
|
41010
41026
|
closed: boolean;
|
|
41011
41027
|
}[] | undefined, Error>>;
|
|
41012
|
-
fetchStatus:
|
|
41028
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41013
41029
|
promise: Promise<{
|
|
41014
41030
|
optionId: bigint;
|
|
41015
41031
|
id: string;
|
|
@@ -41052,7 +41068,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41052
41068
|
isRefetching: boolean;
|
|
41053
41069
|
isStale: boolean;
|
|
41054
41070
|
isEnabled: boolean;
|
|
41055
|
-
refetch: (options?:
|
|
41071
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41056
41072
|
optionId: bigint;
|
|
41057
41073
|
id: string;
|
|
41058
41074
|
ownerAddr: Address;
|
|
@@ -41061,7 +41077,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41061
41077
|
expiresAt: number;
|
|
41062
41078
|
closed: boolean;
|
|
41063
41079
|
}[] | undefined, Error>>;
|
|
41064
|
-
fetchStatus:
|
|
41080
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41065
41081
|
promise: Promise<{
|
|
41066
41082
|
optionId: bigint;
|
|
41067
41083
|
id: string;
|
|
@@ -41103,7 +41119,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41103
41119
|
isRefetching: boolean;
|
|
41104
41120
|
isStale: boolean;
|
|
41105
41121
|
isEnabled: boolean;
|
|
41106
|
-
refetch: (options?:
|
|
41122
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41107
41123
|
optionId: bigint;
|
|
41108
41124
|
id: string;
|
|
41109
41125
|
ownerAddr: Address;
|
|
@@ -41112,7 +41128,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41112
41128
|
expiresAt: number;
|
|
41113
41129
|
closed: boolean;
|
|
41114
41130
|
}[] | undefined, Error>>;
|
|
41115
|
-
fetchStatus:
|
|
41131
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41116
41132
|
promise: Promise<{
|
|
41117
41133
|
optionId: bigint;
|
|
41118
41134
|
id: string;
|
|
@@ -41154,7 +41170,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41154
41170
|
isRefetching: boolean;
|
|
41155
41171
|
isStale: boolean;
|
|
41156
41172
|
isEnabled: boolean;
|
|
41157
|
-
refetch: (options?:
|
|
41173
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41158
41174
|
optionId: bigint;
|
|
41159
41175
|
id: string;
|
|
41160
41176
|
ownerAddr: Address;
|
|
@@ -41163,7 +41179,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41163
41179
|
expiresAt: number;
|
|
41164
41180
|
closed: boolean;
|
|
41165
41181
|
}[] | undefined, Error>>;
|
|
41166
|
-
fetchStatus:
|
|
41182
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41167
41183
|
promise: Promise<{
|
|
41168
41184
|
optionId: bigint;
|
|
41169
41185
|
id: string;
|
|
@@ -41205,7 +41221,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41205
41221
|
isRefetching: boolean;
|
|
41206
41222
|
isStale: boolean;
|
|
41207
41223
|
isEnabled: boolean;
|
|
41208
|
-
refetch: (options?:
|
|
41224
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41209
41225
|
optionId: bigint;
|
|
41210
41226
|
id: string;
|
|
41211
41227
|
ownerAddr: Address;
|
|
@@ -41214,7 +41230,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41214
41230
|
expiresAt: number;
|
|
41215
41231
|
closed: boolean;
|
|
41216
41232
|
}[] | undefined, Error>>;
|
|
41217
|
-
fetchStatus:
|
|
41233
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41218
41234
|
promise: Promise<{
|
|
41219
41235
|
optionId: bigint;
|
|
41220
41236
|
id: string;
|
|
@@ -41256,7 +41272,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41256
41272
|
isRefetching: boolean;
|
|
41257
41273
|
isStale: boolean;
|
|
41258
41274
|
isEnabled: boolean;
|
|
41259
|
-
refetch: (options?:
|
|
41275
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41260
41276
|
optionId: bigint;
|
|
41261
41277
|
id: string;
|
|
41262
41278
|
ownerAddr: Address;
|
|
@@ -41265,7 +41281,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41265
41281
|
expiresAt: number;
|
|
41266
41282
|
closed: boolean;
|
|
41267
41283
|
}[] | undefined, Error>>;
|
|
41268
|
-
fetchStatus:
|
|
41284
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41269
41285
|
promise: Promise<{
|
|
41270
41286
|
optionId: bigint;
|
|
41271
41287
|
id: string;
|
|
@@ -41307,7 +41323,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41307
41323
|
isRefetching: boolean;
|
|
41308
41324
|
isStale: boolean;
|
|
41309
41325
|
isEnabled: boolean;
|
|
41310
|
-
refetch: (options?:
|
|
41326
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41311
41327
|
optionId: bigint;
|
|
41312
41328
|
id: string;
|
|
41313
41329
|
ownerAddr: Address;
|
|
@@ -41316,7 +41332,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41316
41332
|
expiresAt: number;
|
|
41317
41333
|
closed: boolean;
|
|
41318
41334
|
}[] | undefined, Error>>;
|
|
41319
|
-
fetchStatus:
|
|
41335
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41320
41336
|
promise: Promise<{
|
|
41321
41337
|
optionId: bigint;
|
|
41322
41338
|
id: string;
|
|
@@ -41359,7 +41375,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41359
41375
|
isRefetching: boolean;
|
|
41360
41376
|
isStale: boolean;
|
|
41361
41377
|
isEnabled: boolean;
|
|
41362
|
-
refetch: (options?:
|
|
41378
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41363
41379
|
optionId: bigint;
|
|
41364
41380
|
id: string;
|
|
41365
41381
|
ownerAddr: Address;
|
|
@@ -41368,7 +41384,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41368
41384
|
expiresAt: number;
|
|
41369
41385
|
closed: boolean;
|
|
41370
41386
|
}[] | undefined, Error>>;
|
|
41371
|
-
fetchStatus:
|
|
41387
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41372
41388
|
promise: Promise<{
|
|
41373
41389
|
optionId: bigint;
|
|
41374
41390
|
id: string;
|
|
@@ -41410,7 +41426,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41410
41426
|
isRefetching: boolean;
|
|
41411
41427
|
isStale: boolean;
|
|
41412
41428
|
isEnabled: boolean;
|
|
41413
|
-
refetch: (options?:
|
|
41429
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41414
41430
|
optionId: bigint;
|
|
41415
41431
|
id: string;
|
|
41416
41432
|
ownerAddr: Address;
|
|
@@ -41419,7 +41435,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41419
41435
|
expiresAt: number;
|
|
41420
41436
|
closed: boolean;
|
|
41421
41437
|
}[] | undefined, Error>>;
|
|
41422
|
-
fetchStatus:
|
|
41438
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41423
41439
|
promise: Promise<{
|
|
41424
41440
|
optionId: bigint;
|
|
41425
41441
|
id: string;
|
|
@@ -41461,7 +41477,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41461
41477
|
isRefetching: boolean;
|
|
41462
41478
|
isStale: boolean;
|
|
41463
41479
|
isEnabled: boolean;
|
|
41464
|
-
refetch: (options?:
|
|
41480
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41465
41481
|
optionId: bigint;
|
|
41466
41482
|
id: string;
|
|
41467
41483
|
ownerAddr: Address;
|
|
@@ -41470,7 +41486,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41470
41486
|
expiresAt: number;
|
|
41471
41487
|
closed: boolean;
|
|
41472
41488
|
}[] | undefined, Error>>;
|
|
41473
|
-
fetchStatus:
|
|
41489
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41474
41490
|
promise: Promise<{
|
|
41475
41491
|
optionId: bigint;
|
|
41476
41492
|
id: string;
|
|
@@ -41512,7 +41528,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41512
41528
|
isRefetching: boolean;
|
|
41513
41529
|
isStale: boolean;
|
|
41514
41530
|
isEnabled: boolean;
|
|
41515
|
-
refetch: (options?:
|
|
41531
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41516
41532
|
optionId: bigint;
|
|
41517
41533
|
id: string;
|
|
41518
41534
|
ownerAddr: Address;
|
|
@@ -41521,7 +41537,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41521
41537
|
expiresAt: number;
|
|
41522
41538
|
closed: boolean;
|
|
41523
41539
|
}[] | undefined, Error>>;
|
|
41524
|
-
fetchStatus:
|
|
41540
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41525
41541
|
promise: Promise<{
|
|
41526
41542
|
optionId: bigint;
|
|
41527
41543
|
id: string;
|
|
@@ -41563,7 +41579,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41563
41579
|
isRefetching: boolean;
|
|
41564
41580
|
isStale: boolean;
|
|
41565
41581
|
isEnabled: boolean;
|
|
41566
|
-
refetch: (options?:
|
|
41582
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41567
41583
|
optionId: bigint;
|
|
41568
41584
|
id: string;
|
|
41569
41585
|
ownerAddr: Address;
|
|
@@ -41572,7 +41588,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41572
41588
|
expiresAt: number;
|
|
41573
41589
|
closed: boolean;
|
|
41574
41590
|
}[] | undefined, Error>>;
|
|
41575
|
-
fetchStatus:
|
|
41591
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41576
41592
|
promise: Promise<{
|
|
41577
41593
|
optionId: bigint;
|
|
41578
41594
|
id: string;
|
|
@@ -41614,7 +41630,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41614
41630
|
isRefetching: boolean;
|
|
41615
41631
|
isStale: boolean;
|
|
41616
41632
|
isEnabled: boolean;
|
|
41617
|
-
refetch: (options?:
|
|
41633
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41618
41634
|
optionId: bigint;
|
|
41619
41635
|
id: string;
|
|
41620
41636
|
ownerAddr: Address;
|
|
@@ -41623,7 +41639,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41623
41639
|
expiresAt: number;
|
|
41624
41640
|
closed: boolean;
|
|
41625
41641
|
}[] | undefined, Error>>;
|
|
41626
|
-
fetchStatus:
|
|
41642
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41627
41643
|
promise: Promise<{
|
|
41628
41644
|
optionId: bigint;
|
|
41629
41645
|
id: string;
|
|
@@ -41646,7 +41662,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41646
41662
|
//#endregion
|
|
41647
41663
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
41648
41664
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
41649
|
-
error:
|
|
41665
|
+
error: viem184.ReadContractErrorType;
|
|
41650
41666
|
isError: true;
|
|
41651
41667
|
isPending: false;
|
|
41652
41668
|
isLoading: false;
|
|
@@ -41658,7 +41674,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41658
41674
|
dataUpdatedAt: number;
|
|
41659
41675
|
errorUpdatedAt: number;
|
|
41660
41676
|
failureCount: number;
|
|
41661
|
-
failureReason:
|
|
41677
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41662
41678
|
errorUpdateCount: number;
|
|
41663
41679
|
isFetched: boolean;
|
|
41664
41680
|
isFetchedAfterMount: boolean;
|
|
@@ -41668,10 +41684,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41668
41684
|
isRefetching: boolean;
|
|
41669
41685
|
isStale: boolean;
|
|
41670
41686
|
isEnabled: boolean;
|
|
41671
|
-
refetch: (options?:
|
|
41672
|
-
fetchStatus:
|
|
41687
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41688
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41673
41689
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41674
|
-
queryKey:
|
|
41690
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41675
41691
|
data: {
|
|
41676
41692
|
canExtend: boolean | undefined;
|
|
41677
41693
|
canExercise: boolean | undefined;
|
|
@@ -41693,7 +41709,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41693
41709
|
dataUpdatedAt: number;
|
|
41694
41710
|
errorUpdatedAt: number;
|
|
41695
41711
|
failureCount: number;
|
|
41696
|
-
failureReason:
|
|
41712
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41697
41713
|
errorUpdateCount: number;
|
|
41698
41714
|
isFetched: boolean;
|
|
41699
41715
|
isFetchedAfterMount: boolean;
|
|
@@ -41703,10 +41719,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41703
41719
|
isRefetching: boolean;
|
|
41704
41720
|
isStale: boolean;
|
|
41705
41721
|
isEnabled: boolean;
|
|
41706
|
-
refetch: (options?:
|
|
41707
|
-
fetchStatus:
|
|
41722
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41723
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41708
41724
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41709
|
-
queryKey:
|
|
41725
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41710
41726
|
data: {
|
|
41711
41727
|
canExtend: boolean | undefined;
|
|
41712
41728
|
canExercise: boolean | undefined;
|
|
@@ -41716,7 +41732,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41716
41732
|
effectiveApproval: bigint;
|
|
41717
41733
|
};
|
|
41718
41734
|
} | {
|
|
41719
|
-
error:
|
|
41735
|
+
error: viem184.ReadContractErrorType;
|
|
41720
41736
|
isError: true;
|
|
41721
41737
|
isPending: false;
|
|
41722
41738
|
isLoading: false;
|
|
@@ -41728,7 +41744,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41728
41744
|
dataUpdatedAt: number;
|
|
41729
41745
|
errorUpdatedAt: number;
|
|
41730
41746
|
failureCount: number;
|
|
41731
|
-
failureReason:
|
|
41747
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41732
41748
|
errorUpdateCount: number;
|
|
41733
41749
|
isFetched: boolean;
|
|
41734
41750
|
isFetchedAfterMount: boolean;
|
|
@@ -41738,10 +41754,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41738
41754
|
isRefetching: boolean;
|
|
41739
41755
|
isStale: boolean;
|
|
41740
41756
|
isEnabled: boolean;
|
|
41741
|
-
refetch: (options?:
|
|
41742
|
-
fetchStatus:
|
|
41757
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41758
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41743
41759
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41744
|
-
queryKey:
|
|
41760
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41745
41761
|
data: {
|
|
41746
41762
|
canExtend: boolean | undefined;
|
|
41747
41763
|
canExercise: boolean | undefined;
|
|
@@ -41763,7 +41779,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41763
41779
|
dataUpdatedAt: number;
|
|
41764
41780
|
errorUpdatedAt: number;
|
|
41765
41781
|
failureCount: number;
|
|
41766
|
-
failureReason:
|
|
41782
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41767
41783
|
errorUpdateCount: number;
|
|
41768
41784
|
isFetched: boolean;
|
|
41769
41785
|
isFetchedAfterMount: boolean;
|
|
@@ -41773,10 +41789,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41773
41789
|
isRefetching: boolean;
|
|
41774
41790
|
isStale: boolean;
|
|
41775
41791
|
isEnabled: boolean;
|
|
41776
|
-
refetch: (options?:
|
|
41777
|
-
fetchStatus:
|
|
41792
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41793
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41778
41794
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41779
|
-
queryKey:
|
|
41795
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41780
41796
|
data: {
|
|
41781
41797
|
canExtend: boolean | undefined;
|
|
41782
41798
|
canExercise: boolean | undefined;
|
|
@@ -41797,7 +41813,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41797
41813
|
dataUpdatedAt: number;
|
|
41798
41814
|
errorUpdatedAt: number;
|
|
41799
41815
|
failureCount: number;
|
|
41800
|
-
failureReason:
|
|
41816
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41801
41817
|
errorUpdateCount: number;
|
|
41802
41818
|
isFetched: boolean;
|
|
41803
41819
|
isFetchedAfterMount: boolean;
|
|
@@ -41808,10 +41824,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41808
41824
|
isRefetching: boolean;
|
|
41809
41825
|
isStale: boolean;
|
|
41810
41826
|
isEnabled: boolean;
|
|
41811
|
-
refetch: (options?:
|
|
41812
|
-
fetchStatus:
|
|
41827
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41828
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41813
41829
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41814
|
-
queryKey:
|
|
41830
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41815
41831
|
data: {
|
|
41816
41832
|
canExtend: boolean | undefined;
|
|
41817
41833
|
canExercise: boolean | undefined;
|
|
@@ -41833,7 +41849,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41833
41849
|
dataUpdatedAt: number;
|
|
41834
41850
|
errorUpdatedAt: number;
|
|
41835
41851
|
failureCount: number;
|
|
41836
|
-
failureReason:
|
|
41852
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41837
41853
|
errorUpdateCount: number;
|
|
41838
41854
|
isFetched: boolean;
|
|
41839
41855
|
isFetchedAfterMount: boolean;
|
|
@@ -41843,10 +41859,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41843
41859
|
isRefetching: boolean;
|
|
41844
41860
|
isStale: boolean;
|
|
41845
41861
|
isEnabled: boolean;
|
|
41846
|
-
refetch: (options?:
|
|
41847
|
-
fetchStatus:
|
|
41862
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41863
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41848
41864
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41849
|
-
queryKey:
|
|
41865
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
41850
41866
|
data: {
|
|
41851
41867
|
canExtend: boolean | undefined;
|
|
41852
41868
|
canExercise: boolean | undefined;
|
|
@@ -41895,7 +41911,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41895
41911
|
isRefetching: boolean;
|
|
41896
41912
|
isStale: boolean;
|
|
41897
41913
|
isEnabled: boolean;
|
|
41898
|
-
refetch: (options?:
|
|
41914
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41899
41915
|
spendingApproval: bigint;
|
|
41900
41916
|
operatorAddr: string;
|
|
41901
41917
|
__typename: "UserMarketOperator";
|
|
@@ -41909,7 +41925,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41909
41925
|
address: string;
|
|
41910
41926
|
} | null;
|
|
41911
41927
|
}[] | undefined, Error>>;
|
|
41912
|
-
fetchStatus:
|
|
41928
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41913
41929
|
promise: Promise<{
|
|
41914
41930
|
spendingApproval: bigint;
|
|
41915
41931
|
operatorAddr: string;
|
|
@@ -41961,7 +41977,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41961
41977
|
isRefetching: boolean;
|
|
41962
41978
|
isStale: boolean;
|
|
41963
41979
|
isEnabled: boolean;
|
|
41964
|
-
refetch: (options?:
|
|
41980
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
41965
41981
|
spendingApproval: bigint;
|
|
41966
41982
|
operatorAddr: string;
|
|
41967
41983
|
__typename: "UserMarketOperator";
|
|
@@ -41975,7 +41991,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41975
41991
|
address: string;
|
|
41976
41992
|
} | null;
|
|
41977
41993
|
}[] | undefined, Error>>;
|
|
41978
|
-
fetchStatus:
|
|
41994
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
41979
41995
|
promise: Promise<{
|
|
41980
41996
|
spendingApproval: bigint;
|
|
41981
41997
|
operatorAddr: string;
|
|
@@ -42027,7 +42043,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42027
42043
|
isRefetching: boolean;
|
|
42028
42044
|
isStale: boolean;
|
|
42029
42045
|
isEnabled: boolean;
|
|
42030
|
-
refetch: (options?:
|
|
42046
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42031
42047
|
spendingApproval: bigint;
|
|
42032
42048
|
operatorAddr: string;
|
|
42033
42049
|
__typename: "UserMarketOperator";
|
|
@@ -42041,7 +42057,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42041
42057
|
address: string;
|
|
42042
42058
|
} | null;
|
|
42043
42059
|
}[] | undefined, Error>>;
|
|
42044
|
-
fetchStatus:
|
|
42060
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42045
42061
|
promise: Promise<{
|
|
42046
42062
|
spendingApproval: bigint;
|
|
42047
42063
|
operatorAddr: string;
|
|
@@ -42093,7 +42109,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42093
42109
|
isRefetching: boolean;
|
|
42094
42110
|
isStale: boolean;
|
|
42095
42111
|
isEnabled: boolean;
|
|
42096
|
-
refetch: (options?:
|
|
42112
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42097
42113
|
spendingApproval: bigint;
|
|
42098
42114
|
operatorAddr: string;
|
|
42099
42115
|
__typename: "UserMarketOperator";
|
|
@@ -42107,7 +42123,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42107
42123
|
address: string;
|
|
42108
42124
|
} | null;
|
|
42109
42125
|
}[] | undefined, Error>>;
|
|
42110
|
-
fetchStatus:
|
|
42126
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42111
42127
|
promise: Promise<{
|
|
42112
42128
|
spendingApproval: bigint;
|
|
42113
42129
|
operatorAddr: string;
|
|
@@ -42159,7 +42175,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42159
42175
|
isRefetching: boolean;
|
|
42160
42176
|
isStale: boolean;
|
|
42161
42177
|
isEnabled: boolean;
|
|
42162
|
-
refetch: (options?:
|
|
42178
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42163
42179
|
spendingApproval: bigint;
|
|
42164
42180
|
operatorAddr: string;
|
|
42165
42181
|
__typename: "UserMarketOperator";
|
|
@@ -42173,7 +42189,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42173
42189
|
address: string;
|
|
42174
42190
|
} | null;
|
|
42175
42191
|
}[] | undefined, Error>>;
|
|
42176
|
-
fetchStatus:
|
|
42192
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42177
42193
|
promise: Promise<{
|
|
42178
42194
|
spendingApproval: bigint;
|
|
42179
42195
|
operatorAddr: string;
|
|
@@ -42225,7 +42241,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42225
42241
|
isRefetching: boolean;
|
|
42226
42242
|
isStale: boolean;
|
|
42227
42243
|
isEnabled: boolean;
|
|
42228
|
-
refetch: (options?:
|
|
42244
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42229
42245
|
spendingApproval: bigint;
|
|
42230
42246
|
operatorAddr: string;
|
|
42231
42247
|
__typename: "UserMarketOperator";
|
|
@@ -42239,7 +42255,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42239
42255
|
address: string;
|
|
42240
42256
|
} | null;
|
|
42241
42257
|
}[] | undefined, Error>>;
|
|
42242
|
-
fetchStatus:
|
|
42258
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42243
42259
|
promise: Promise<{
|
|
42244
42260
|
spendingApproval: bigint;
|
|
42245
42261
|
operatorAddr: string;
|
|
@@ -42302,16 +42318,6 @@ declare const liquiditiesToAmounts: (liquidities: bigint[], startTick: number, p
|
|
|
42302
42318
|
declare const getPayoutAtTick: (option: OptionData, liquidities: bigint[], tick: number, tickSpacing: number, optionAssetIsToken0: boolean) => bigint;
|
|
42303
42319
|
declare const getPayoutAtPrice: (option: OptionData, liquidities: bigint[], price: bigint, tickSpacing: number, optionAssetIsToken0: boolean) => bigint;
|
|
42304
42320
|
//#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
42321
|
//#region src/hooks/pool/usePoolData.d.ts
|
|
42316
42322
|
type PoolKey = {
|
|
42317
42323
|
currency0: Address;
|
|
@@ -42334,9 +42340,19 @@ declare const usePoolData: (poolManager?: Address, poolKey?: PoolKey) => Partial
|
|
|
42334
42340
|
fee: number;
|
|
42335
42341
|
} | undefined>>;
|
|
42336
42342
|
//#endregion
|
|
42343
|
+
//#region src/hooks/pool/useCurrentPrice.d.ts
|
|
42344
|
+
declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
42345
|
+
currentPrice: Amount | undefined;
|
|
42346
|
+
sqrtPriceX96: bigint | undefined;
|
|
42347
|
+
currentTick: {
|
|
42348
|
+
exact: number | undefined;
|
|
42349
|
+
rounded: number | undefined;
|
|
42350
|
+
};
|
|
42351
|
+
};
|
|
42352
|
+
//#endregion
|
|
42337
42353
|
//#region src/hooks/pool/useCurrentTick.d.ts
|
|
42338
42354
|
declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
42339
|
-
error:
|
|
42355
|
+
error: viem184.ReadContractErrorType;
|
|
42340
42356
|
isError: true;
|
|
42341
42357
|
isPending: false;
|
|
42342
42358
|
isLoading: false;
|
|
@@ -42348,7 +42364,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42348
42364
|
dataUpdatedAt: number;
|
|
42349
42365
|
errorUpdatedAt: number;
|
|
42350
42366
|
failureCount: number;
|
|
42351
|
-
failureReason:
|
|
42367
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42352
42368
|
errorUpdateCount: number;
|
|
42353
42369
|
isFetched: boolean;
|
|
42354
42370
|
isFetchedAfterMount: boolean;
|
|
@@ -42358,18 +42374,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42358
42374
|
isRefetching: boolean;
|
|
42359
42375
|
isStale: boolean;
|
|
42360
42376
|
isEnabled: boolean;
|
|
42361
|
-
refetch: (options?:
|
|
42377
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42362
42378
|
exact: number;
|
|
42363
42379
|
rounded: number | undefined;
|
|
42364
42380
|
sqrtPriceX96: bigint;
|
|
42365
|
-
},
|
|
42366
|
-
fetchStatus:
|
|
42381
|
+
}, viem184.ReadContractErrorType>>;
|
|
42382
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42367
42383
|
promise: Promise<{
|
|
42368
42384
|
exact: number;
|
|
42369
42385
|
rounded: number | undefined;
|
|
42370
42386
|
sqrtPriceX96: bigint;
|
|
42371
42387
|
}>;
|
|
42372
|
-
queryKey:
|
|
42388
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42373
42389
|
exact: number | undefined;
|
|
42374
42390
|
rounded: number | undefined;
|
|
42375
42391
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42386,7 +42402,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42386
42402
|
dataUpdatedAt: number;
|
|
42387
42403
|
errorUpdatedAt: number;
|
|
42388
42404
|
failureCount: number;
|
|
42389
|
-
failureReason:
|
|
42405
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42390
42406
|
errorUpdateCount: number;
|
|
42391
42407
|
isFetched: boolean;
|
|
42392
42408
|
isFetchedAfterMount: boolean;
|
|
@@ -42396,23 +42412,23 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42396
42412
|
isRefetching: boolean;
|
|
42397
42413
|
isStale: boolean;
|
|
42398
42414
|
isEnabled: boolean;
|
|
42399
|
-
refetch: (options?:
|
|
42415
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42400
42416
|
exact: number;
|
|
42401
42417
|
rounded: number | undefined;
|
|
42402
42418
|
sqrtPriceX96: bigint;
|
|
42403
|
-
},
|
|
42404
|
-
fetchStatus:
|
|
42419
|
+
}, viem184.ReadContractErrorType>>;
|
|
42420
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42405
42421
|
promise: Promise<{
|
|
42406
42422
|
exact: number;
|
|
42407
42423
|
rounded: number | undefined;
|
|
42408
42424
|
sqrtPriceX96: bigint;
|
|
42409
42425
|
}>;
|
|
42410
|
-
queryKey:
|
|
42426
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42411
42427
|
exact: number | undefined;
|
|
42412
42428
|
rounded: number | undefined;
|
|
42413
42429
|
sqrtPriceX96: bigint | undefined;
|
|
42414
42430
|
} | {
|
|
42415
|
-
error:
|
|
42431
|
+
error: viem184.ReadContractErrorType;
|
|
42416
42432
|
isError: true;
|
|
42417
42433
|
isPending: false;
|
|
42418
42434
|
isLoading: false;
|
|
@@ -42424,7 +42440,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42424
42440
|
dataUpdatedAt: number;
|
|
42425
42441
|
errorUpdatedAt: number;
|
|
42426
42442
|
failureCount: number;
|
|
42427
|
-
failureReason:
|
|
42443
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42428
42444
|
errorUpdateCount: number;
|
|
42429
42445
|
isFetched: boolean;
|
|
42430
42446
|
isFetchedAfterMount: boolean;
|
|
@@ -42434,18 +42450,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42434
42450
|
isRefetching: boolean;
|
|
42435
42451
|
isStale: boolean;
|
|
42436
42452
|
isEnabled: boolean;
|
|
42437
|
-
refetch: (options?:
|
|
42453
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42438
42454
|
exact: number;
|
|
42439
42455
|
rounded: number | undefined;
|
|
42440
42456
|
sqrtPriceX96: bigint;
|
|
42441
|
-
},
|
|
42442
|
-
fetchStatus:
|
|
42457
|
+
}, viem184.ReadContractErrorType>>;
|
|
42458
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42443
42459
|
promise: Promise<{
|
|
42444
42460
|
exact: number;
|
|
42445
42461
|
rounded: number | undefined;
|
|
42446
42462
|
sqrtPriceX96: bigint;
|
|
42447
42463
|
}>;
|
|
42448
|
-
queryKey:
|
|
42464
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42449
42465
|
exact: number | undefined;
|
|
42450
42466
|
rounded: number | undefined;
|
|
42451
42467
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42462,7 +42478,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42462
42478
|
dataUpdatedAt: number;
|
|
42463
42479
|
errorUpdatedAt: number;
|
|
42464
42480
|
failureCount: number;
|
|
42465
|
-
failureReason:
|
|
42481
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42466
42482
|
errorUpdateCount: number;
|
|
42467
42483
|
isFetched: boolean;
|
|
42468
42484
|
isFetchedAfterMount: boolean;
|
|
@@ -42472,18 +42488,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42472
42488
|
isRefetching: boolean;
|
|
42473
42489
|
isStale: boolean;
|
|
42474
42490
|
isEnabled: boolean;
|
|
42475
|
-
refetch: (options?:
|
|
42491
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42476
42492
|
exact: number;
|
|
42477
42493
|
rounded: number | undefined;
|
|
42478
42494
|
sqrtPriceX96: bigint;
|
|
42479
|
-
},
|
|
42480
|
-
fetchStatus:
|
|
42495
|
+
}, viem184.ReadContractErrorType>>;
|
|
42496
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42481
42497
|
promise: Promise<{
|
|
42482
42498
|
exact: number;
|
|
42483
42499
|
rounded: number | undefined;
|
|
42484
42500
|
sqrtPriceX96: bigint;
|
|
42485
42501
|
}>;
|
|
42486
|
-
queryKey:
|
|
42502
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42487
42503
|
exact: number | undefined;
|
|
42488
42504
|
rounded: number | undefined;
|
|
42489
42505
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42499,7 +42515,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42499
42515
|
dataUpdatedAt: number;
|
|
42500
42516
|
errorUpdatedAt: number;
|
|
42501
42517
|
failureCount: number;
|
|
42502
|
-
failureReason:
|
|
42518
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42503
42519
|
errorUpdateCount: number;
|
|
42504
42520
|
isFetched: boolean;
|
|
42505
42521
|
isFetchedAfterMount: boolean;
|
|
@@ -42510,18 +42526,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42510
42526
|
isRefetching: boolean;
|
|
42511
42527
|
isStale: boolean;
|
|
42512
42528
|
isEnabled: boolean;
|
|
42513
|
-
refetch: (options?:
|
|
42529
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42514
42530
|
exact: number;
|
|
42515
42531
|
rounded: number | undefined;
|
|
42516
42532
|
sqrtPriceX96: bigint;
|
|
42517
|
-
},
|
|
42518
|
-
fetchStatus:
|
|
42533
|
+
}, viem184.ReadContractErrorType>>;
|
|
42534
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42519
42535
|
promise: Promise<{
|
|
42520
42536
|
exact: number;
|
|
42521
42537
|
rounded: number | undefined;
|
|
42522
42538
|
sqrtPriceX96: bigint;
|
|
42523
42539
|
}>;
|
|
42524
|
-
queryKey:
|
|
42540
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42525
42541
|
exact: number | undefined;
|
|
42526
42542
|
rounded: number | undefined;
|
|
42527
42543
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42538,7 +42554,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42538
42554
|
dataUpdatedAt: number;
|
|
42539
42555
|
errorUpdatedAt: number;
|
|
42540
42556
|
failureCount: number;
|
|
42541
|
-
failureReason:
|
|
42557
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42542
42558
|
errorUpdateCount: number;
|
|
42543
42559
|
isFetched: boolean;
|
|
42544
42560
|
isFetchedAfterMount: boolean;
|
|
@@ -42548,26 +42564,26 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42548
42564
|
isRefetching: boolean;
|
|
42549
42565
|
isStale: boolean;
|
|
42550
42566
|
isEnabled: boolean;
|
|
42551
|
-
refetch: (options?:
|
|
42567
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<{
|
|
42552
42568
|
exact: number;
|
|
42553
42569
|
rounded: number | undefined;
|
|
42554
42570
|
sqrtPriceX96: bigint;
|
|
42555
|
-
},
|
|
42556
|
-
fetchStatus:
|
|
42571
|
+
}, viem184.ReadContractErrorType>>;
|
|
42572
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42557
42573
|
promise: Promise<{
|
|
42558
42574
|
exact: number;
|
|
42559
42575
|
rounded: number | undefined;
|
|
42560
42576
|
sqrtPriceX96: bigint;
|
|
42561
42577
|
}>;
|
|
42562
|
-
queryKey:
|
|
42578
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42563
42579
|
exact: number | undefined;
|
|
42564
42580
|
rounded: number | undefined;
|
|
42565
42581
|
sqrtPriceX96: bigint | undefined;
|
|
42566
42582
|
};
|
|
42567
42583
|
//#endregion
|
|
42568
42584
|
//#region src/hooks/pool/usePriceAtTick.d.ts
|
|
42569
|
-
declare const usePriceAtTick: (
|
|
42570
|
-
declare const
|
|
42585
|
+
declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?: number) => Amount | undefined;
|
|
42586
|
+
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
42571
42587
|
//#endregion
|
|
42572
42588
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
42573
42589
|
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
@@ -42593,7 +42609,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
42593
42609
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
42594
42610
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
42595
42611
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
42596
|
-
error:
|
|
42612
|
+
error: viem184.ReadContractErrorType;
|
|
42597
42613
|
isError: true;
|
|
42598
42614
|
isPending: false;
|
|
42599
42615
|
isLoading: false;
|
|
@@ -42605,7 +42621,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42605
42621
|
dataUpdatedAt: number;
|
|
42606
42622
|
errorUpdatedAt: number;
|
|
42607
42623
|
failureCount: number;
|
|
42608
|
-
failureReason:
|
|
42624
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42609
42625
|
errorUpdateCount: number;
|
|
42610
42626
|
isFetched: boolean;
|
|
42611
42627
|
isFetchedAfterMount: boolean;
|
|
@@ -42615,7 +42631,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42615
42631
|
isRefetching: boolean;
|
|
42616
42632
|
isStale: boolean;
|
|
42617
42633
|
isEnabled: boolean;
|
|
42618
|
-
refetch: (options?:
|
|
42634
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42619
42635
|
tickLower: number;
|
|
42620
42636
|
tickUpper: number;
|
|
42621
42637
|
prevTickLower: number;
|
|
@@ -42625,8 +42641,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42625
42641
|
totalAmount1: bigint;
|
|
42626
42642
|
borrowedAmount0: bigint;
|
|
42627
42643
|
borrowedAmount1: bigint;
|
|
42628
|
-
}[],
|
|
42629
|
-
fetchStatus:
|
|
42644
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42645
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42630
42646
|
promise: Promise<readonly {
|
|
42631
42647
|
tickLower: number;
|
|
42632
42648
|
tickUpper: number;
|
|
@@ -42638,7 +42654,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42638
42654
|
borrowedAmount0: bigint;
|
|
42639
42655
|
borrowedAmount1: bigint;
|
|
42640
42656
|
}[]>;
|
|
42641
|
-
queryKey:
|
|
42657
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42642
42658
|
data: readonly {
|
|
42643
42659
|
tickLower: number;
|
|
42644
42660
|
tickUpper: number;
|
|
@@ -42663,7 +42679,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42663
42679
|
dataUpdatedAt: number;
|
|
42664
42680
|
errorUpdatedAt: number;
|
|
42665
42681
|
failureCount: number;
|
|
42666
|
-
failureReason:
|
|
42682
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42667
42683
|
errorUpdateCount: number;
|
|
42668
42684
|
isFetched: boolean;
|
|
42669
42685
|
isFetchedAfterMount: boolean;
|
|
@@ -42673,7 +42689,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42673
42689
|
isRefetching: boolean;
|
|
42674
42690
|
isStale: boolean;
|
|
42675
42691
|
isEnabled: boolean;
|
|
42676
|
-
refetch: (options?:
|
|
42692
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42677
42693
|
tickLower: number;
|
|
42678
42694
|
tickUpper: number;
|
|
42679
42695
|
prevTickLower: number;
|
|
@@ -42683,8 +42699,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42683
42699
|
totalAmount1: bigint;
|
|
42684
42700
|
borrowedAmount0: bigint;
|
|
42685
42701
|
borrowedAmount1: bigint;
|
|
42686
|
-
}[],
|
|
42687
|
-
fetchStatus:
|
|
42702
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42703
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42688
42704
|
promise: Promise<readonly {
|
|
42689
42705
|
tickLower: number;
|
|
42690
42706
|
tickUpper: number;
|
|
@@ -42696,7 +42712,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42696
42712
|
borrowedAmount0: bigint;
|
|
42697
42713
|
borrowedAmount1: bigint;
|
|
42698
42714
|
}[]>;
|
|
42699
|
-
queryKey:
|
|
42715
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42700
42716
|
data: readonly {
|
|
42701
42717
|
tickLower: number;
|
|
42702
42718
|
tickUpper: number;
|
|
@@ -42709,7 +42725,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42709
42725
|
borrowedAmount1: bigint;
|
|
42710
42726
|
}[];
|
|
42711
42727
|
} | {
|
|
42712
|
-
error:
|
|
42728
|
+
error: viem184.ReadContractErrorType;
|
|
42713
42729
|
isError: true;
|
|
42714
42730
|
isPending: false;
|
|
42715
42731
|
isLoading: false;
|
|
@@ -42721,7 +42737,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42721
42737
|
dataUpdatedAt: number;
|
|
42722
42738
|
errorUpdatedAt: number;
|
|
42723
42739
|
failureCount: number;
|
|
42724
|
-
failureReason:
|
|
42740
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42725
42741
|
errorUpdateCount: number;
|
|
42726
42742
|
isFetched: boolean;
|
|
42727
42743
|
isFetchedAfterMount: boolean;
|
|
@@ -42731,7 +42747,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42731
42747
|
isRefetching: boolean;
|
|
42732
42748
|
isStale: boolean;
|
|
42733
42749
|
isEnabled: boolean;
|
|
42734
|
-
refetch: (options?:
|
|
42750
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42735
42751
|
tickLower: number;
|
|
42736
42752
|
tickUpper: number;
|
|
42737
42753
|
prevTickLower: number;
|
|
@@ -42741,8 +42757,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42741
42757
|
totalAmount1: bigint;
|
|
42742
42758
|
borrowedAmount0: bigint;
|
|
42743
42759
|
borrowedAmount1: bigint;
|
|
42744
|
-
}[],
|
|
42745
|
-
fetchStatus:
|
|
42760
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42761
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42746
42762
|
promise: Promise<readonly {
|
|
42747
42763
|
tickLower: number;
|
|
42748
42764
|
tickUpper: number;
|
|
@@ -42754,7 +42770,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42754
42770
|
borrowedAmount0: bigint;
|
|
42755
42771
|
borrowedAmount1: bigint;
|
|
42756
42772
|
}[]>;
|
|
42757
|
-
queryKey:
|
|
42773
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42758
42774
|
data: readonly {
|
|
42759
42775
|
tickLower: number;
|
|
42760
42776
|
tickUpper: number;
|
|
@@ -42779,7 +42795,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42779
42795
|
dataUpdatedAt: number;
|
|
42780
42796
|
errorUpdatedAt: number;
|
|
42781
42797
|
failureCount: number;
|
|
42782
|
-
failureReason:
|
|
42798
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42783
42799
|
errorUpdateCount: number;
|
|
42784
42800
|
isFetched: boolean;
|
|
42785
42801
|
isFetchedAfterMount: boolean;
|
|
@@ -42789,7 +42805,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42789
42805
|
isRefetching: boolean;
|
|
42790
42806
|
isStale: boolean;
|
|
42791
42807
|
isEnabled: boolean;
|
|
42792
|
-
refetch: (options?:
|
|
42808
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42793
42809
|
tickLower: number;
|
|
42794
42810
|
tickUpper: number;
|
|
42795
42811
|
prevTickLower: number;
|
|
@@ -42799,8 +42815,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42799
42815
|
totalAmount1: bigint;
|
|
42800
42816
|
borrowedAmount0: bigint;
|
|
42801
42817
|
borrowedAmount1: bigint;
|
|
42802
|
-
}[],
|
|
42803
|
-
fetchStatus:
|
|
42818
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42819
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42804
42820
|
promise: Promise<readonly {
|
|
42805
42821
|
tickLower: number;
|
|
42806
42822
|
tickUpper: number;
|
|
@@ -42812,7 +42828,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42812
42828
|
borrowedAmount0: bigint;
|
|
42813
42829
|
borrowedAmount1: bigint;
|
|
42814
42830
|
}[]>;
|
|
42815
|
-
queryKey:
|
|
42831
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42816
42832
|
data: readonly {
|
|
42817
42833
|
tickLower: number;
|
|
42818
42834
|
tickUpper: number;
|
|
@@ -42836,7 +42852,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42836
42852
|
dataUpdatedAt: number;
|
|
42837
42853
|
errorUpdatedAt: number;
|
|
42838
42854
|
failureCount: number;
|
|
42839
|
-
failureReason:
|
|
42855
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42840
42856
|
errorUpdateCount: number;
|
|
42841
42857
|
isFetched: boolean;
|
|
42842
42858
|
isFetchedAfterMount: boolean;
|
|
@@ -42847,7 +42863,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42847
42863
|
isRefetching: boolean;
|
|
42848
42864
|
isStale: boolean;
|
|
42849
42865
|
isEnabled: boolean;
|
|
42850
|
-
refetch: (options?:
|
|
42866
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42851
42867
|
tickLower: number;
|
|
42852
42868
|
tickUpper: number;
|
|
42853
42869
|
prevTickLower: number;
|
|
@@ -42857,8 +42873,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42857
42873
|
totalAmount1: bigint;
|
|
42858
42874
|
borrowedAmount0: bigint;
|
|
42859
42875
|
borrowedAmount1: bigint;
|
|
42860
|
-
}[],
|
|
42861
|
-
fetchStatus:
|
|
42876
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42877
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42862
42878
|
promise: Promise<readonly {
|
|
42863
42879
|
tickLower: number;
|
|
42864
42880
|
tickUpper: number;
|
|
@@ -42870,7 +42886,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42870
42886
|
borrowedAmount0: bigint;
|
|
42871
42887
|
borrowedAmount1: bigint;
|
|
42872
42888
|
}[]>;
|
|
42873
|
-
queryKey:
|
|
42889
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42874
42890
|
data: readonly {
|
|
42875
42891
|
tickLower: number;
|
|
42876
42892
|
tickUpper: number;
|
|
@@ -42895,7 +42911,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42895
42911
|
dataUpdatedAt: number;
|
|
42896
42912
|
errorUpdatedAt: number;
|
|
42897
42913
|
failureCount: number;
|
|
42898
|
-
failureReason:
|
|
42914
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42899
42915
|
errorUpdateCount: number;
|
|
42900
42916
|
isFetched: boolean;
|
|
42901
42917
|
isFetchedAfterMount: boolean;
|
|
@@ -42905,7 +42921,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42905
42921
|
isRefetching: boolean;
|
|
42906
42922
|
isStale: boolean;
|
|
42907
42923
|
isEnabled: boolean;
|
|
42908
|
-
refetch: (options?:
|
|
42924
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly {
|
|
42909
42925
|
tickLower: number;
|
|
42910
42926
|
tickUpper: number;
|
|
42911
42927
|
prevTickLower: number;
|
|
@@ -42915,8 +42931,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42915
42931
|
totalAmount1: bigint;
|
|
42916
42932
|
borrowedAmount0: bigint;
|
|
42917
42933
|
borrowedAmount1: bigint;
|
|
42918
|
-
}[],
|
|
42919
|
-
fetchStatus:
|
|
42934
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42935
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
42920
42936
|
promise: Promise<readonly {
|
|
42921
42937
|
tickLower: number;
|
|
42922
42938
|
tickUpper: number;
|
|
@@ -42928,7 +42944,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42928
42944
|
borrowedAmount0: bigint;
|
|
42929
42945
|
borrowedAmount1: bigint;
|
|
42930
42946
|
}[]>;
|
|
42931
|
-
queryKey:
|
|
42947
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
42932
42948
|
data: readonly {
|
|
42933
42949
|
tickLower: number;
|
|
42934
42950
|
tickUpper: number;
|
|
@@ -42986,7 +43002,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
42986
43002
|
borrowed0: Amount;
|
|
42987
43003
|
borrowed1: Amount;
|
|
42988
43004
|
blocksCount: bigint;
|
|
42989
|
-
refetch: (options?:
|
|
43005
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem184.ReadContractErrorType>>;
|
|
42990
43006
|
};
|
|
42991
43007
|
//#endregion
|
|
42992
43008
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -42999,7 +43015,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
42999
43015
|
//#endregion
|
|
43000
43016
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
43001
43017
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
43002
|
-
error:
|
|
43018
|
+
error: viem184.ReadContractErrorType;
|
|
43003
43019
|
isError: true;
|
|
43004
43020
|
isPending: false;
|
|
43005
43021
|
isLoading: false;
|
|
@@ -43011,7 +43027,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43011
43027
|
dataUpdatedAt: number;
|
|
43012
43028
|
errorUpdatedAt: number;
|
|
43013
43029
|
failureCount: number;
|
|
43014
|
-
failureReason:
|
|
43030
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43015
43031
|
errorUpdateCount: number;
|
|
43016
43032
|
isFetched: boolean;
|
|
43017
43033
|
isFetchedAfterMount: boolean;
|
|
@@ -43021,10 +43037,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43021
43037
|
isRefetching: boolean;
|
|
43022
43038
|
isStale: boolean;
|
|
43023
43039
|
isEnabled: boolean;
|
|
43024
|
-
refetch: (options?:
|
|
43025
|
-
fetchStatus:
|
|
43040
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43041
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43026
43042
|
promise: Promise<bigint>;
|
|
43027
|
-
queryKey:
|
|
43043
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43028
43044
|
data: Amount | undefined;
|
|
43029
43045
|
} | {
|
|
43030
43046
|
error: null;
|
|
@@ -43039,7 +43055,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43039
43055
|
dataUpdatedAt: number;
|
|
43040
43056
|
errorUpdatedAt: number;
|
|
43041
43057
|
failureCount: number;
|
|
43042
|
-
failureReason:
|
|
43058
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43043
43059
|
errorUpdateCount: number;
|
|
43044
43060
|
isFetched: boolean;
|
|
43045
43061
|
isFetchedAfterMount: boolean;
|
|
@@ -43049,13 +43065,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43049
43065
|
isRefetching: boolean;
|
|
43050
43066
|
isStale: boolean;
|
|
43051
43067
|
isEnabled: boolean;
|
|
43052
|
-
refetch: (options?:
|
|
43053
|
-
fetchStatus:
|
|
43068
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43069
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43054
43070
|
promise: Promise<bigint>;
|
|
43055
|
-
queryKey:
|
|
43071
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43056
43072
|
data: Amount | undefined;
|
|
43057
43073
|
} | {
|
|
43058
|
-
error:
|
|
43074
|
+
error: viem184.ReadContractErrorType;
|
|
43059
43075
|
isError: true;
|
|
43060
43076
|
isPending: false;
|
|
43061
43077
|
isLoading: false;
|
|
@@ -43067,7 +43083,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43067
43083
|
dataUpdatedAt: number;
|
|
43068
43084
|
errorUpdatedAt: number;
|
|
43069
43085
|
failureCount: number;
|
|
43070
|
-
failureReason:
|
|
43086
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43071
43087
|
errorUpdateCount: number;
|
|
43072
43088
|
isFetched: boolean;
|
|
43073
43089
|
isFetchedAfterMount: boolean;
|
|
@@ -43077,10 +43093,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43077
43093
|
isRefetching: boolean;
|
|
43078
43094
|
isStale: boolean;
|
|
43079
43095
|
isEnabled: boolean;
|
|
43080
|
-
refetch: (options?:
|
|
43081
|
-
fetchStatus:
|
|
43096
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43097
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43082
43098
|
promise: Promise<bigint>;
|
|
43083
|
-
queryKey:
|
|
43099
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43084
43100
|
data: Amount | undefined;
|
|
43085
43101
|
} | {
|
|
43086
43102
|
error: null;
|
|
@@ -43095,7 +43111,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43095
43111
|
dataUpdatedAt: number;
|
|
43096
43112
|
errorUpdatedAt: number;
|
|
43097
43113
|
failureCount: number;
|
|
43098
|
-
failureReason:
|
|
43114
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43099
43115
|
errorUpdateCount: number;
|
|
43100
43116
|
isFetched: boolean;
|
|
43101
43117
|
isFetchedAfterMount: boolean;
|
|
@@ -43105,10 +43121,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43105
43121
|
isRefetching: boolean;
|
|
43106
43122
|
isStale: boolean;
|
|
43107
43123
|
isEnabled: boolean;
|
|
43108
|
-
refetch: (options?:
|
|
43109
|
-
fetchStatus:
|
|
43124
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43125
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43110
43126
|
promise: Promise<bigint>;
|
|
43111
|
-
queryKey:
|
|
43127
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43112
43128
|
data: Amount | undefined;
|
|
43113
43129
|
} | {
|
|
43114
43130
|
error: null;
|
|
@@ -43122,7 +43138,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43122
43138
|
dataUpdatedAt: number;
|
|
43123
43139
|
errorUpdatedAt: number;
|
|
43124
43140
|
failureCount: number;
|
|
43125
|
-
failureReason:
|
|
43141
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43126
43142
|
errorUpdateCount: number;
|
|
43127
43143
|
isFetched: boolean;
|
|
43128
43144
|
isFetchedAfterMount: boolean;
|
|
@@ -43133,10 +43149,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43133
43149
|
isRefetching: boolean;
|
|
43134
43150
|
isStale: boolean;
|
|
43135
43151
|
isEnabled: boolean;
|
|
43136
|
-
refetch: (options?:
|
|
43137
|
-
fetchStatus:
|
|
43152
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43153
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43138
43154
|
promise: Promise<bigint>;
|
|
43139
|
-
queryKey:
|
|
43155
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43140
43156
|
data: Amount | undefined;
|
|
43141
43157
|
} | {
|
|
43142
43158
|
isError: false;
|
|
@@ -43151,7 +43167,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43151
43167
|
dataUpdatedAt: number;
|
|
43152
43168
|
errorUpdatedAt: number;
|
|
43153
43169
|
failureCount: number;
|
|
43154
|
-
failureReason:
|
|
43170
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43155
43171
|
errorUpdateCount: number;
|
|
43156
43172
|
isFetched: boolean;
|
|
43157
43173
|
isFetchedAfterMount: boolean;
|
|
@@ -43161,10 +43177,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43161
43177
|
isRefetching: boolean;
|
|
43162
43178
|
isStale: boolean;
|
|
43163
43179
|
isEnabled: boolean;
|
|
43164
|
-
refetch: (options?:
|
|
43165
|
-
fetchStatus:
|
|
43180
|
+
refetch: (options?: _tanstack_query_core23.RefetchOptions) => Promise<_tanstack_query_core23.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43181
|
+
fetchStatus: _tanstack_query_core23.FetchStatus;
|
|
43166
43182
|
promise: Promise<bigint>;
|
|
43167
|
-
queryKey:
|
|
43183
|
+
queryKey: _tanstack_query_core23.QueryKey;
|
|
43168
43184
|
data: Amount | undefined;
|
|
43169
43185
|
};
|
|
43170
43186
|
//#endregion
|
|
@@ -43181,7 +43197,7 @@ declare const useApproval: () => {
|
|
|
43181
43197
|
declare const useLens: () => {
|
|
43182
43198
|
timelockLens: {
|
|
43183
43199
|
read: {
|
|
43184
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
43200
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
43185
43201
|
readonly type: "function";
|
|
43186
43202
|
readonly name: "batchGetRefTick";
|
|
43187
43203
|
readonly inputs: readonly [{
|
|
@@ -43882,7 +43898,7 @@ declare const useLens: () => {
|
|
|
43882
43898
|
}];
|
|
43883
43899
|
readonly stateMutability: "view";
|
|
43884
43900
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
43885
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
43901
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
43886
43902
|
readonly type: "function";
|
|
43887
43903
|
readonly name: "batchGetRefTick";
|
|
43888
43904
|
readonly inputs: readonly [{
|
|
@@ -44593,7 +44609,7 @@ declare const useLens: () => {
|
|
|
44593
44609
|
borrowedAmount0: bigint;
|
|
44594
44610
|
borrowedAmount1: bigint;
|
|
44595
44611
|
}[]>;
|
|
44596
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
44612
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
44597
44613
|
readonly type: "function";
|
|
44598
44614
|
readonly name: "batchGetRefTick";
|
|
44599
44615
|
readonly inputs: readonly [{
|
|
@@ -45304,7 +45320,7 @@ declare const useLens: () => {
|
|
|
45304
45320
|
expiresAt: number;
|
|
45305
45321
|
liquidities: readonly bigint[];
|
|
45306
45322
|
}[], bigint, boolean]>;
|
|
45307
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
45323
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
45308
45324
|
readonly type: "function";
|
|
45309
45325
|
readonly name: "batchGetRefTick";
|
|
45310
45326
|
readonly inputs: readonly [{
|
|
@@ -46005,7 +46021,7 @@ declare const useLens: () => {
|
|
|
46005
46021
|
}];
|
|
46006
46022
|
readonly stateMutability: "view";
|
|
46007
46023
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
46008
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
46024
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
46009
46025
|
readonly type: "function";
|
|
46010
46026
|
readonly name: "batchGetRefTick";
|
|
46011
46027
|
readonly inputs: readonly [{
|
|
@@ -46726,7 +46742,7 @@ declare const useLens: () => {
|
|
|
46726
46742
|
payoutAssetName: string;
|
|
46727
46743
|
optionsCount: bigint;
|
|
46728
46744
|
}>;
|
|
46729
|
-
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?:
|
|
46745
|
+
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
46730
46746
|
readonly type: "function";
|
|
46731
46747
|
readonly name: "batchGetRefTick";
|
|
46732
46748
|
readonly inputs: readonly [{
|
|
@@ -47427,7 +47443,7 @@ declare const useLens: () => {
|
|
|
47427
47443
|
}];
|
|
47428
47444
|
readonly stateMutability: "view";
|
|
47429
47445
|
}], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
47430
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
47446
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
47431
47447
|
readonly type: "function";
|
|
47432
47448
|
readonly name: "batchGetRefTick";
|
|
47433
47449
|
readonly inputs: readonly [{
|
|
@@ -48128,7 +48144,7 @@ declare const useLens: () => {
|
|
|
48128
48144
|
}];
|
|
48129
48145
|
readonly stateMutability: "view";
|
|
48130
48146
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
48131
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
48147
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
48132
48148
|
readonly type: "function";
|
|
48133
48149
|
readonly name: "batchGetRefTick";
|
|
48134
48150
|
readonly inputs: readonly [{
|
|
@@ -48829,7 +48845,7 @@ declare const useLens: () => {
|
|
|
48829
48845
|
}];
|
|
48830
48846
|
readonly stateMutability: "view";
|
|
48831
48847
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
48832
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
48848
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
48833
48849
|
readonly type: "function";
|
|
48834
48850
|
readonly name: "batchGetRefTick";
|
|
48835
48851
|
readonly inputs: readonly [{
|
|
@@ -49540,7 +49556,7 @@ declare const useLens: () => {
|
|
|
49540
49556
|
expiresAt: number;
|
|
49541
49557
|
liquidities: readonly bigint[];
|
|
49542
49558
|
}>;
|
|
49543
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
49559
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
49544
49560
|
readonly type: "function";
|
|
49545
49561
|
readonly name: "batchGetRefTick";
|
|
49546
49562
|
readonly inputs: readonly [{
|
|
@@ -50257,7 +50273,7 @@ declare const useLens: () => {
|
|
|
50257
50273
|
fee: number;
|
|
50258
50274
|
tickSpacing: number;
|
|
50259
50275
|
hooks: `0x${string}`;
|
|
50260
|
-
}], options?:
|
|
50276
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
50261
50277
|
readonly type: "function";
|
|
50262
50278
|
readonly name: "batchGetRefTick";
|
|
50263
50279
|
readonly inputs: readonly [{
|
|
@@ -50975,7 +50991,7 @@ declare const useLens: () => {
|
|
|
50975
50991
|
tickSpacing: number;
|
|
50976
50992
|
fee: number;
|
|
50977
50993
|
}>;
|
|
50978
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
50994
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
50979
50995
|
readonly type: "function";
|
|
50980
50996
|
readonly name: "batchGetRefTick";
|
|
50981
50997
|
readonly inputs: readonly [{
|
|
@@ -51676,7 +51692,7 @@ declare const useLens: () => {
|
|
|
51676
51692
|
}];
|
|
51677
51693
|
readonly stateMutability: "view";
|
|
51678
51694
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
51679
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
51695
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
51680
51696
|
readonly type: "function";
|
|
51681
51697
|
readonly name: "batchGetRefTick";
|
|
51682
51698
|
readonly inputs: readonly [{
|
|
@@ -52381,7 +52397,7 @@ declare const useLens: () => {
|
|
|
52381
52397
|
symbol: string;
|
|
52382
52398
|
name: string;
|
|
52383
52399
|
}>;
|
|
52384
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
52400
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
52385
52401
|
readonly type: "function";
|
|
52386
52402
|
readonly name: "batchGetRefTick";
|
|
52387
52403
|
readonly inputs: readonly [{
|
|
@@ -53092,7 +53108,7 @@ declare const useLens: () => {
|
|
|
53092
53108
|
expiresAt: number;
|
|
53093
53109
|
liquidities: readonly bigint[];
|
|
53094
53110
|
}[], bigint, boolean]>;
|
|
53095
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
53111
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
53096
53112
|
readonly type: "function";
|
|
53097
53113
|
readonly name: "batchGetRefTick";
|
|
53098
53114
|
readonly inputs: readonly [{
|
|
@@ -53802,7 +53818,7 @@ declare const useLens: () => {
|
|
|
53802
53818
|
hooks: `0x${string}`;
|
|
53803
53819
|
};
|
|
53804
53820
|
}>;
|
|
53805
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
53821
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
53806
53822
|
readonly type: "function";
|
|
53807
53823
|
readonly name: "batchGetRefTick";
|
|
53808
53824
|
readonly inputs: readonly [{
|
|
@@ -55209,7 +55225,7 @@ declare const useLens: () => {
|
|
|
55209
55225
|
} | undefined;
|
|
55210
55226
|
stateView: {
|
|
55211
55227
|
read: {
|
|
55212
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
55228
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
55213
55229
|
readonly type: "function";
|
|
55214
55230
|
readonly name: "getFeeGrowthGlobals";
|
|
55215
55231
|
readonly inputs: readonly [{
|
|
@@ -56056,7 +56072,7 @@ declare const useLens: () => {
|
|
|
56056
56072
|
fee: number;
|
|
56057
56073
|
tickSpacing: number;
|
|
56058
56074
|
hooks: `0x${string}`;
|
|
56059
|
-
}], options?:
|
|
56075
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
56060
56076
|
readonly type: "function";
|
|
56061
56077
|
readonly name: "getFeeGrowthGlobals";
|
|
56062
56078
|
readonly inputs: readonly [{
|
|
@@ -56898,7 +56914,7 @@ declare const useLens: () => {
|
|
|
56898
56914
|
tickSpacing: number;
|
|
56899
56915
|
hooks: `0x${string}`;
|
|
56900
56916
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
56901
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
56917
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
56902
56918
|
readonly type: "function";
|
|
56903
56919
|
readonly name: "getFeeGrowthGlobals";
|
|
56904
56920
|
readonly inputs: readonly [{
|
|
@@ -57745,7 +57761,7 @@ declare const useLens: () => {
|
|
|
57745
57761
|
fee: number;
|
|
57746
57762
|
tickSpacing: number;
|
|
57747
57763
|
hooks: `0x${string}`;
|
|
57748
|
-
}, number, number], options?:
|
|
57764
|
+
}, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
57749
57765
|
readonly type: "function";
|
|
57750
57766
|
readonly name: "getFeeGrowthGlobals";
|
|
57751
57767
|
readonly inputs: readonly [{
|
|
@@ -58587,7 +58603,7 @@ declare const useLens: () => {
|
|
|
58587
58603
|
tickSpacing: number;
|
|
58588
58604
|
hooks: `0x${string}`;
|
|
58589
58605
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
58590
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
58606
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
58591
58607
|
readonly type: "function";
|
|
58592
58608
|
readonly name: "getFeeGrowthGlobals";
|
|
58593
58609
|
readonly inputs: readonly [{
|
|
@@ -59434,7 +59450,7 @@ declare const useLens: () => {
|
|
|
59434
59450
|
fee: number;
|
|
59435
59451
|
tickSpacing: number;
|
|
59436
59452
|
hooks: `0x${string}`;
|
|
59437
|
-
}], options?:
|
|
59453
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
59438
59454
|
readonly type: "function";
|
|
59439
59455
|
readonly name: "getFeeGrowthGlobals";
|
|
59440
59456
|
readonly inputs: readonly [{
|
|
@@ -60276,7 +60292,7 @@ declare const useLens: () => {
|
|
|
60276
60292
|
tickSpacing: number;
|
|
60277
60293
|
hooks: `0x${string}`;
|
|
60278
60294
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
60279
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
60295
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
60280
60296
|
readonly type: "function";
|
|
60281
60297
|
readonly name: "getFeeGrowthGlobals";
|
|
60282
60298
|
readonly inputs: readonly [{
|
|
@@ -61123,7 +61139,7 @@ declare const useLens: () => {
|
|
|
61123
61139
|
fee: number;
|
|
61124
61140
|
tickSpacing: number;
|
|
61125
61141
|
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?:
|
|
61142
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
61127
61143
|
readonly type: "function";
|
|
61128
61144
|
readonly name: "getFeeGrowthGlobals";
|
|
61129
61145
|
readonly inputs: readonly [{
|
|
@@ -61976,7 +61992,7 @@ declare const useLens: () => {
|
|
|
61976
61992
|
fee: number;
|
|
61977
61993
|
tickSpacing: number;
|
|
61978
61994
|
hooks: `0x${string}`;
|
|
61979
|
-
}, `0x${string}`], options?:
|
|
61995
|
+
}, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
61980
61996
|
readonly type: "function";
|
|
61981
61997
|
readonly name: "getFeeGrowthGlobals";
|
|
61982
61998
|
readonly inputs: readonly [{
|
|
@@ -62829,7 +62845,7 @@ declare const useLens: () => {
|
|
|
62829
62845
|
fee: number;
|
|
62830
62846
|
tickSpacing: number;
|
|
62831
62847
|
hooks: `0x${string}`;
|
|
62832
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
62848
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
62833
62849
|
readonly type: "function";
|
|
62834
62850
|
readonly name: "getFeeGrowthGlobals";
|
|
62835
62851
|
readonly inputs: readonly [{
|
|
@@ -63677,7 +63693,7 @@ declare const useLens: () => {
|
|
|
63677
63693
|
tickSpacing: number;
|
|
63678
63694
|
hooks: `0x${string}`;
|
|
63679
63695
|
}, `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?:
|
|
63696
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
63681
63697
|
readonly type: "function";
|
|
63682
63698
|
readonly name: "getFeeGrowthGlobals";
|
|
63683
63699
|
readonly inputs: readonly [{
|
|
@@ -64524,7 +64540,7 @@ declare const useLens: () => {
|
|
|
64524
64540
|
fee: number;
|
|
64525
64541
|
tickSpacing: number;
|
|
64526
64542
|
hooks: `0x${string}`;
|
|
64527
|
-
}, `0x${string}`], options?:
|
|
64543
|
+
}, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
64528
64544
|
readonly type: "function";
|
|
64529
64545
|
readonly name: "getFeeGrowthGlobals";
|
|
64530
64546
|
readonly inputs: readonly [{
|
|
@@ -65366,7 +65382,7 @@ declare const useLens: () => {
|
|
|
65366
65382
|
tickSpacing: number;
|
|
65367
65383
|
hooks: `0x${string}`;
|
|
65368
65384
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
65369
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
65385
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
65370
65386
|
readonly type: "function";
|
|
65371
65387
|
readonly name: "getFeeGrowthGlobals";
|
|
65372
65388
|
readonly inputs: readonly [{
|
|
@@ -66213,7 +66229,7 @@ declare const useLens: () => {
|
|
|
66213
66229
|
fee: number;
|
|
66214
66230
|
tickSpacing: number;
|
|
66215
66231
|
hooks: `0x${string}`;
|
|
66216
|
-
}], options?:
|
|
66232
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
66217
66233
|
readonly type: "function";
|
|
66218
66234
|
readonly name: "getFeeGrowthGlobals";
|
|
66219
66235
|
readonly inputs: readonly [{
|
|
@@ -67055,7 +67071,7 @@ declare const useLens: () => {
|
|
|
67055
67071
|
tickSpacing: number;
|
|
67056
67072
|
hooks: `0x${string}`;
|
|
67057
67073
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
67058
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
67074
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
67059
67075
|
readonly type: "function";
|
|
67060
67076
|
readonly name: "getFeeGrowthGlobals";
|
|
67061
67077
|
readonly inputs: readonly [{
|
|
@@ -67902,7 +67918,7 @@ declare const useLens: () => {
|
|
|
67902
67918
|
fee: number;
|
|
67903
67919
|
tickSpacing: number;
|
|
67904
67920
|
hooks: `0x${string}`;
|
|
67905
|
-
}, number], options?:
|
|
67921
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
67906
67922
|
readonly type: "function";
|
|
67907
67923
|
readonly name: "getFeeGrowthGlobals";
|
|
67908
67924
|
readonly inputs: readonly [{
|
|
@@ -68744,7 +68760,7 @@ declare const useLens: () => {
|
|
|
68744
68760
|
tickSpacing: number;
|
|
68745
68761
|
hooks: `0x${string}`;
|
|
68746
68762
|
}, 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?:
|
|
68763
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
68748
68764
|
readonly type: "function";
|
|
68749
68765
|
readonly name: "getFeeGrowthGlobals";
|
|
68750
68766
|
readonly inputs: readonly [{
|
|
@@ -69591,7 +69607,7 @@ declare const useLens: () => {
|
|
|
69591
69607
|
fee: number;
|
|
69592
69608
|
tickSpacing: number;
|
|
69593
69609
|
hooks: `0x${string}`;
|
|
69594
|
-
}, number], options?:
|
|
69610
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
69595
69611
|
readonly type: "function";
|
|
69596
69612
|
readonly name: "getFeeGrowthGlobals";
|
|
69597
69613
|
readonly inputs: readonly [{
|
|
@@ -70433,7 +70449,7 @@ declare const useLens: () => {
|
|
|
70433
70449
|
tickSpacing: number;
|
|
70434
70450
|
hooks: `0x${string}`;
|
|
70435
70451
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
70436
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
70452
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
70437
70453
|
readonly type: "function";
|
|
70438
70454
|
readonly name: "getFeeGrowthGlobals";
|
|
70439
70455
|
readonly inputs: readonly [{
|
|
@@ -71280,7 +71296,7 @@ declare const useLens: () => {
|
|
|
71280
71296
|
fee: number;
|
|
71281
71297
|
tickSpacing: number;
|
|
71282
71298
|
hooks: `0x${string}`;
|
|
71283
|
-
}, number], options?:
|
|
71299
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
71284
71300
|
readonly type: "function";
|
|
71285
71301
|
readonly name: "getFeeGrowthGlobals";
|
|
71286
71302
|
readonly inputs: readonly [{
|
|
@@ -72122,7 +72138,7 @@ declare const useLens: () => {
|
|
|
72122
72138
|
tickSpacing: number;
|
|
72123
72139
|
hooks: `0x${string}`;
|
|
72124
72140
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
72125
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
72141
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
72126
72142
|
readonly type: "function";
|
|
72127
72143
|
readonly name: "getFeeGrowthGlobals";
|
|
72128
72144
|
readonly inputs: readonly [{
|
|
@@ -72969,7 +72985,7 @@ declare const useLens: () => {
|
|
|
72969
72985
|
fee: number;
|
|
72970
72986
|
tickSpacing: number;
|
|
72971
72987
|
hooks: `0x${string}`;
|
|
72972
|
-
}, number], options?:
|
|
72988
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
72973
72989
|
readonly type: "function";
|
|
72974
72990
|
readonly name: "getFeeGrowthGlobals";
|
|
72975
72991
|
readonly inputs: readonly [{
|
|
@@ -74652,5 +74668,5 @@ declare const useLens: () => {
|
|
|
74652
74668
|
} | undefined;
|
|
74653
74669
|
};
|
|
74654
74670
|
//#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,
|
|
74656
|
-
//# sourceMappingURL=client-
|
|
74671
|
+
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, swapRouters 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, swappers as Ut, PriceResolution as V, stateViews as Vt, useSetOperatorPerms as W, timelockLenses as Wt, 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 };
|
|
74672
|
+
//# sourceMappingURL=client-FNWYyxxl.d.cts.map
|