timelock-sdk 0.0.146 → 0.0.148
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/{client--xA1te-V.d.ts → client-CuKpzxpi.d.ts} +379 -378
- package/dist/{client-jAKjSAlA.d.cts → client-X8wiNH4U.d.cts} +390 -389
- package/dist/client.cjs +5 -3
- 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 +5 -3
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-CFucfVf-.cjs → optionUtils-Cd3aDeDW.cjs} +2 -2
- package/dist/{optionUtils-CFucfVf-.cjs.map → optionUtils-Cd3aDeDW.cjs.map} +1 -1
- package/dist/{optionUtils-DuJzVAs5.js → optionUtils-oXYx-RlH.js} +2 -2
- package/dist/{optionUtils-DuJzVAs5.js.map → optionUtils-oXYx-RlH.js.map} +1 -1
- package/dist/{optionsMarket-ohPoVcdm.cjs → optionsMarket-BvsHPNmm.cjs} +73 -35
- package/dist/optionsMarket-BvsHPNmm.cjs.map +1 -0
- package/dist/{optionsMarket-DpvbjVFL.js → optionsMarket-GXvAI9ym.js} +73 -35
- package/dist/optionsMarket-GXvAI9ym.js.map +1 -0
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-29cU_Tnv.d.ts → uniswapMathLens-DLVBzRq6.d.ts} +61 -26
- package/dist/{uniswapMathLens-X6H7QwrK.d.cts → uniswapMathLens-NRnucfmK.d.cts} +61 -26
- package/package.json +1 -1
- package/dist/optionsMarket-DpvbjVFL.js.map +0 -1
- package/dist/optionsMarket-ohPoVcdm.cjs.map +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
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-NRnucfmK.cjs";
|
|
2
|
+
import * as viem184 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import "graphql";
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
8
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
9
|
-
import * as
|
|
9
|
+
import * as _tanstack_query_core17 from "@tanstack/query-core";
|
|
10
10
|
import Big from "big.js";
|
|
11
11
|
import JSBI from "jsbi";
|
|
12
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
@@ -245,7 +245,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
|
|
|
245
245
|
};
|
|
246
246
|
declare const getErc20: (address: Address, client: Client) => {
|
|
247
247
|
read: {
|
|
248
|
-
symbol: (options?:
|
|
248
|
+
symbol: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
249
249
|
readonly type: "constructor";
|
|
250
250
|
readonly inputs: readonly [{
|
|
251
251
|
readonly name: "name_";
|
|
@@ -424,7 +424,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
424
424
|
}];
|
|
425
425
|
readonly stateMutability: "nonpayable";
|
|
426
426
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
427
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
427
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
428
428
|
readonly type: "constructor";
|
|
429
429
|
readonly inputs: readonly [{
|
|
430
430
|
readonly name: "name_";
|
|
@@ -603,7 +603,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
603
603
|
}];
|
|
604
604
|
readonly stateMutability: "nonpayable";
|
|
605
605
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
606
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
606
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
607
607
|
readonly type: "constructor";
|
|
608
608
|
readonly inputs: readonly [{
|
|
609
609
|
readonly name: "name_";
|
|
@@ -782,7 +782,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
782
782
|
}];
|
|
783
783
|
readonly stateMutability: "nonpayable";
|
|
784
784
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
785
|
-
decimals: (options?:
|
|
785
|
+
decimals: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
786
786
|
readonly type: "constructor";
|
|
787
787
|
readonly inputs: readonly [{
|
|
788
788
|
readonly name: "name_";
|
|
@@ -961,7 +961,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
961
961
|
}];
|
|
962
962
|
readonly stateMutability: "nonpayable";
|
|
963
963
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
964
|
-
name: (options?:
|
|
964
|
+
name: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
965
965
|
readonly type: "constructor";
|
|
966
966
|
readonly inputs: readonly [{
|
|
967
967
|
readonly name: "name_";
|
|
@@ -1140,7 +1140,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1140
1140
|
}];
|
|
1141
1141
|
readonly stateMutability: "nonpayable";
|
|
1142
1142
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
1143
|
-
totalSupply: (options?:
|
|
1143
|
+
totalSupply: (options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
1144
1144
|
readonly type: "constructor";
|
|
1145
1145
|
readonly inputs: readonly [{
|
|
1146
1146
|
readonly name: "name_";
|
|
@@ -1321,7 +1321,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1321
1321
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1322
1322
|
};
|
|
1323
1323
|
estimateGas: {
|
|
1324
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1324
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
|
|
1325
1325
|
readonly type: "constructor";
|
|
1326
1326
|
readonly inputs: readonly [{
|
|
1327
1327
|
readonly name: "name_";
|
|
@@ -1499,8 +1499,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1499
1499
|
readonly internalType: "bool";
|
|
1500
1500
|
}];
|
|
1501
1501
|
readonly stateMutability: "nonpayable";
|
|
1502
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
1503
|
-
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 [{
|
|
1504
1504
|
readonly type: "constructor";
|
|
1505
1505
|
readonly inputs: readonly [{
|
|
1506
1506
|
readonly name: "name_";
|
|
@@ -1678,8 +1678,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1678
1678
|
readonly internalType: "bool";
|
|
1679
1679
|
}];
|
|
1680
1680
|
readonly stateMutability: "nonpayable";
|
|
1681
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
1682
|
-
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 [{
|
|
1683
1683
|
readonly type: "constructor";
|
|
1684
1684
|
readonly inputs: readonly [{
|
|
1685
1685
|
readonly name: "name_";
|
|
@@ -1857,8 +1857,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1857
1857
|
readonly internalType: "bool";
|
|
1858
1858
|
}];
|
|
1859
1859
|
readonly stateMutability: "nonpayable";
|
|
1860
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
1861
|
-
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 [{
|
|
1862
1862
|
readonly type: "constructor";
|
|
1863
1863
|
readonly inputs: readonly [{
|
|
1864
1864
|
readonly name: "name_";
|
|
@@ -2036,8 +2036,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2036
2036
|
readonly internalType: "bool";
|
|
2037
2037
|
}];
|
|
2038
2038
|
readonly stateMutability: "nonpayable";
|
|
2039
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2040
|
-
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 [{
|
|
2041
2041
|
readonly type: "constructor";
|
|
2042
2042
|
readonly inputs: readonly [{
|
|
2043
2043
|
readonly name: "name_";
|
|
@@ -2215,9 +2215,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2215
2215
|
readonly internalType: "bool";
|
|
2216
2216
|
}];
|
|
2217
2217
|
readonly stateMutability: "nonpayable";
|
|
2218
|
-
}], "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>;
|
|
2219
2219
|
} & {
|
|
2220
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2220
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem184.Prettify<viem184.UnionOmit<viem184.EstimateContractGasParameters<readonly [{
|
|
2221
2221
|
readonly type: "constructor";
|
|
2222
2222
|
readonly inputs: readonly [{
|
|
2223
2223
|
readonly name: "name_";
|
|
@@ -2395,8 +2395,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2395
2395
|
readonly internalType: "bool";
|
|
2396
2396
|
}];
|
|
2397
2397
|
readonly stateMutability: "nonpayable";
|
|
2398
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
2399
|
-
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 [{
|
|
2400
2400
|
readonly type: "constructor";
|
|
2401
2401
|
readonly inputs: readonly [{
|
|
2402
2402
|
readonly name: "name_";
|
|
@@ -2574,8 +2574,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2574
2574
|
readonly internalType: "bool";
|
|
2575
2575
|
}];
|
|
2576
2576
|
readonly stateMutability: "nonpayable";
|
|
2577
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
2578
|
-
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 [{
|
|
2579
2579
|
readonly type: "constructor";
|
|
2580
2580
|
readonly inputs: readonly [{
|
|
2581
2581
|
readonly name: "name_";
|
|
@@ -2753,8 +2753,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2753
2753
|
readonly internalType: "bool";
|
|
2754
2754
|
}];
|
|
2755
2755
|
readonly stateMutability: "nonpayable";
|
|
2756
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
2757
|
-
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 [{
|
|
2758
2758
|
readonly type: "constructor";
|
|
2759
2759
|
readonly inputs: readonly [{
|
|
2760
2760
|
readonly name: "name_";
|
|
@@ -2932,8 +2932,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2932
2932
|
readonly internalType: "bool";
|
|
2933
2933
|
}];
|
|
2934
2934
|
readonly stateMutability: "nonpayable";
|
|
2935
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2936
|
-
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 [{
|
|
2937
2937
|
readonly type: "constructor";
|
|
2938
2938
|
readonly inputs: readonly [{
|
|
2939
2939
|
readonly name: "name_";
|
|
@@ -3111,10 +3111,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3111
3111
|
readonly internalType: "bool";
|
|
3112
3112
|
}];
|
|
3113
3113
|
readonly stateMutability: "nonpayable";
|
|
3114
|
-
}], "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>;
|
|
3115
3115
|
};
|
|
3116
3116
|
simulate: {
|
|
3117
|
-
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 [{
|
|
3118
3118
|
readonly type: "constructor";
|
|
3119
3119
|
readonly inputs: readonly [{
|
|
3120
3120
|
readonly name: "name_";
|
|
@@ -3292,7 +3292,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3292
3292
|
readonly internalType: "bool";
|
|
3293
3293
|
}];
|
|
3294
3294
|
readonly stateMutability: "nonpayable";
|
|
3295
|
-
}], "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 [{
|
|
3296
3296
|
readonly type: "constructor";
|
|
3297
3297
|
readonly inputs: readonly [{
|
|
3298
3298
|
readonly name: "name_";
|
|
@@ -3470,8 +3470,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3470
3470
|
readonly internalType: "bool";
|
|
3471
3471
|
}];
|
|
3472
3472
|
readonly stateMutability: "nonpayable";
|
|
3473
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3474
|
-
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 [{
|
|
3475
3475
|
readonly type: "constructor";
|
|
3476
3476
|
readonly inputs: readonly [{
|
|
3477
3477
|
readonly name: "name_";
|
|
@@ -3649,7 +3649,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3649
3649
|
readonly internalType: "bool";
|
|
3650
3650
|
}];
|
|
3651
3651
|
readonly stateMutability: "nonpayable";
|
|
3652
|
-
}], "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 [{
|
|
3653
3653
|
readonly type: "constructor";
|
|
3654
3654
|
readonly inputs: readonly [{
|
|
3655
3655
|
readonly name: "name_";
|
|
@@ -3827,8 +3827,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3827
3827
|
readonly internalType: "bool";
|
|
3828
3828
|
}];
|
|
3829
3829
|
readonly stateMutability: "nonpayable";
|
|
3830
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3831
|
-
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 [{
|
|
3832
3832
|
readonly type: "constructor";
|
|
3833
3833
|
readonly inputs: readonly [{
|
|
3834
3834
|
readonly name: "name_";
|
|
@@ -4006,7 +4006,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4006
4006
|
readonly internalType: "bool";
|
|
4007
4007
|
}];
|
|
4008
4008
|
readonly stateMutability: "nonpayable";
|
|
4009
|
-
}], "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 [{
|
|
4010
4010
|
readonly type: "constructor";
|
|
4011
4011
|
readonly inputs: readonly [{
|
|
4012
4012
|
readonly name: "name_";
|
|
@@ -4184,8 +4184,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4184
4184
|
readonly internalType: "bool";
|
|
4185
4185
|
}];
|
|
4186
4186
|
readonly stateMutability: "nonpayable";
|
|
4187
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4188
|
-
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 [{
|
|
4189
4189
|
readonly type: "constructor";
|
|
4190
4190
|
readonly inputs: readonly [{
|
|
4191
4191
|
readonly name: "name_";
|
|
@@ -4363,7 +4363,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4363
4363
|
readonly internalType: "bool";
|
|
4364
4364
|
}];
|
|
4365
4365
|
readonly stateMutability: "nonpayable";
|
|
4366
|
-
}], "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 [{
|
|
4367
4367
|
readonly type: "constructor";
|
|
4368
4368
|
readonly inputs: readonly [{
|
|
4369
4369
|
readonly name: "name_";
|
|
@@ -4541,8 +4541,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4541
4541
|
readonly internalType: "bool";
|
|
4542
4542
|
}];
|
|
4543
4543
|
readonly stateMutability: "nonpayable";
|
|
4544
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4545
|
-
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 [{
|
|
4546
4546
|
readonly type: "constructor";
|
|
4547
4547
|
readonly inputs: readonly [{
|
|
4548
4548
|
readonly name: "name_";
|
|
@@ -4720,7 +4720,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4720
4720
|
readonly internalType: "bool";
|
|
4721
4721
|
}];
|
|
4722
4722
|
readonly stateMutability: "nonpayable";
|
|
4723
|
-
}], "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 [{
|
|
4724
4724
|
readonly type: "constructor";
|
|
4725
4725
|
readonly inputs: readonly [{
|
|
4726
4726
|
readonly name: "name_";
|
|
@@ -4898,10 +4898,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4898
4898
|
readonly internalType: "bool";
|
|
4899
4899
|
}];
|
|
4900
4900
|
readonly stateMutability: "nonpayable";
|
|
4901
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4901
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem184.Chain | undefined, viem184.Account | undefined, chainOverride, accountOverride>>;
|
|
4902
4902
|
};
|
|
4903
4903
|
write: {
|
|
4904
|
-
approve: <chainOverride extends
|
|
4904
|
+
approve: <chainOverride extends viem184.Chain | undefined, options extends (viem184.UnionOmit<viem184.WriteContractParameters<readonly [{
|
|
4905
4905
|
readonly type: "constructor";
|
|
4906
4906
|
readonly inputs: readonly [{
|
|
4907
4907
|
readonly name: "name_";
|
|
@@ -5079,8 +5079,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5079
5079
|
readonly internalType: "bool";
|
|
5080
5080
|
}];
|
|
5081
5081
|
readonly stateMutability: "nonpayable";
|
|
5082
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5083
|
-
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 [{
|
|
5084
5084
|
readonly type: "constructor";
|
|
5085
5085
|
readonly inputs: readonly [{
|
|
5086
5086
|
readonly name: "name_";
|
|
@@ -5258,8 +5258,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5258
5258
|
readonly internalType: "bool";
|
|
5259
5259
|
}];
|
|
5260
5260
|
readonly stateMutability: "nonpayable";
|
|
5261
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5262
|
-
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 [{
|
|
5263
5263
|
readonly type: "constructor";
|
|
5264
5264
|
readonly inputs: readonly [{
|
|
5265
5265
|
readonly name: "name_";
|
|
@@ -5437,8 +5437,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5437
5437
|
readonly internalType: "bool";
|
|
5438
5438
|
}];
|
|
5439
5439
|
readonly stateMutability: "nonpayable";
|
|
5440
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5441
|
-
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 [{
|
|
5442
5442
|
readonly type: "constructor";
|
|
5443
5443
|
readonly inputs: readonly [{
|
|
5444
5444
|
readonly name: "name_";
|
|
@@ -5616,8 +5616,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5616
5616
|
readonly internalType: "bool";
|
|
5617
5617
|
}];
|
|
5618
5618
|
readonly stateMutability: "nonpayable";
|
|
5619
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5620
|
-
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 [{
|
|
5621
5621
|
readonly type: "constructor";
|
|
5622
5622
|
readonly inputs: readonly [{
|
|
5623
5623
|
readonly name: "name_";
|
|
@@ -5795,7 +5795,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5795
5795
|
readonly internalType: "bool";
|
|
5796
5796
|
}];
|
|
5797
5797
|
readonly stateMutability: "nonpayable";
|
|
5798
|
-
}], "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>;
|
|
5799
5799
|
};
|
|
5800
5800
|
address: `0x${string}`;
|
|
5801
5801
|
abi: readonly [{
|
|
@@ -5981,7 +5981,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5981
5981
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5982
5982
|
declare const getStateView: (client: Client | PublicClient) => {
|
|
5983
5983
|
read: {
|
|
5984
|
-
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 [{
|
|
5985
5985
|
readonly type: "function";
|
|
5986
5986
|
readonly name: "getFeeGrowthGlobals";
|
|
5987
5987
|
readonly inputs: readonly [{
|
|
@@ -6828,7 +6828,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
6828
6828
|
fee: number;
|
|
6829
6829
|
tickSpacing: number;
|
|
6830
6830
|
hooks: `0x${string}`;
|
|
6831
|
-
}], options?:
|
|
6831
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
6832
6832
|
readonly type: "function";
|
|
6833
6833
|
readonly name: "getFeeGrowthGlobals";
|
|
6834
6834
|
readonly inputs: readonly [{
|
|
@@ -7670,7 +7670,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
7670
7670
|
tickSpacing: number;
|
|
7671
7671
|
hooks: `0x${string}`;
|
|
7672
7672
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
7673
|
-
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 [{
|
|
7674
7674
|
readonly type: "function";
|
|
7675
7675
|
readonly name: "getFeeGrowthGlobals";
|
|
7676
7676
|
readonly inputs: readonly [{
|
|
@@ -8517,7 +8517,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
8517
8517
|
fee: number;
|
|
8518
8518
|
tickSpacing: number;
|
|
8519
8519
|
hooks: `0x${string}`;
|
|
8520
|
-
}, number, number], options?:
|
|
8520
|
+
}, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
8521
8521
|
readonly type: "function";
|
|
8522
8522
|
readonly name: "getFeeGrowthGlobals";
|
|
8523
8523
|
readonly inputs: readonly [{
|
|
@@ -9359,7 +9359,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
9359
9359
|
tickSpacing: number;
|
|
9360
9360
|
hooks: `0x${string}`;
|
|
9361
9361
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
9362
|
-
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 [{
|
|
9363
9363
|
readonly type: "function";
|
|
9364
9364
|
readonly name: "getFeeGrowthGlobals";
|
|
9365
9365
|
readonly inputs: readonly [{
|
|
@@ -10206,7 +10206,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
10206
10206
|
fee: number;
|
|
10207
10207
|
tickSpacing: number;
|
|
10208
10208
|
hooks: `0x${string}`;
|
|
10209
|
-
}], options?:
|
|
10209
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
10210
10210
|
readonly type: "function";
|
|
10211
10211
|
readonly name: "getFeeGrowthGlobals";
|
|
10212
10212
|
readonly inputs: readonly [{
|
|
@@ -11048,7 +11048,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11048
11048
|
tickSpacing: number;
|
|
11049
11049
|
hooks: `0x${string}`;
|
|
11050
11050
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
11051
|
-
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 [{
|
|
11052
11052
|
readonly type: "function";
|
|
11053
11053
|
readonly name: "getFeeGrowthGlobals";
|
|
11054
11054
|
readonly inputs: readonly [{
|
|
@@ -11895,7 +11895,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11895
11895
|
fee: number;
|
|
11896
11896
|
tickSpacing: number;
|
|
11897
11897
|
hooks: `0x${string}`;
|
|
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?:
|
|
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 [{
|
|
11899
11899
|
readonly type: "function";
|
|
11900
11900
|
readonly name: "getFeeGrowthGlobals";
|
|
11901
11901
|
readonly inputs: readonly [{
|
|
@@ -12748,7 +12748,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
12748
12748
|
fee: number;
|
|
12749
12749
|
tickSpacing: number;
|
|
12750
12750
|
hooks: `0x${string}`;
|
|
12751
|
-
}, `0x${string}`], options?:
|
|
12751
|
+
}, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
12752
12752
|
readonly type: "function";
|
|
12753
12753
|
readonly name: "getFeeGrowthGlobals";
|
|
12754
12754
|
readonly inputs: readonly [{
|
|
@@ -13601,7 +13601,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
13601
13601
|
fee: number;
|
|
13602
13602
|
tickSpacing: number;
|
|
13603
13603
|
hooks: `0x${string}`;
|
|
13604
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
13604
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
13605
13605
|
readonly type: "function";
|
|
13606
13606
|
readonly name: "getFeeGrowthGlobals";
|
|
13607
13607
|
readonly inputs: readonly [{
|
|
@@ -14449,7 +14449,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
14449
14449
|
tickSpacing: number;
|
|
14450
14450
|
hooks: `0x${string}`;
|
|
14451
14451
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
14452
|
-
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 [{
|
|
14453
14453
|
readonly type: "function";
|
|
14454
14454
|
readonly name: "getFeeGrowthGlobals";
|
|
14455
14455
|
readonly inputs: readonly [{
|
|
@@ -15296,7 +15296,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
15296
15296
|
fee: number;
|
|
15297
15297
|
tickSpacing: number;
|
|
15298
15298
|
hooks: `0x${string}`;
|
|
15299
|
-
}, `0x${string}`], options?:
|
|
15299
|
+
}, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
15300
15300
|
readonly type: "function";
|
|
15301
15301
|
readonly name: "getFeeGrowthGlobals";
|
|
15302
15302
|
readonly inputs: readonly [{
|
|
@@ -16138,7 +16138,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16138
16138
|
tickSpacing: number;
|
|
16139
16139
|
hooks: `0x${string}`;
|
|
16140
16140
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
16141
|
-
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 [{
|
|
16142
16142
|
readonly type: "function";
|
|
16143
16143
|
readonly name: "getFeeGrowthGlobals";
|
|
16144
16144
|
readonly inputs: readonly [{
|
|
@@ -16973,19 +16973,19 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16973
16973
|
readonly internalType: "int128";
|
|
16974
16974
|
}];
|
|
16975
16975
|
readonly stateMutability: "view";
|
|
16976
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
16976
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
16977
16977
|
currency0: `0x${string}`;
|
|
16978
16978
|
currency1: `0x${string}`;
|
|
16979
16979
|
fee: number;
|
|
16980
16980
|
tickSpacing: number;
|
|
16981
16981
|
hooks: `0x${string}`;
|
|
16982
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16982
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16983
16983
|
currency0: `0x${string}`;
|
|
16984
16984
|
currency1: `0x${string}`;
|
|
16985
16985
|
fee: number;
|
|
16986
16986
|
tickSpacing: number;
|
|
16987
16987
|
hooks: `0x${string}`;
|
|
16988
|
-
}], options?:
|
|
16988
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
16989
16989
|
readonly type: "function";
|
|
16990
16990
|
readonly name: "getFeeGrowthGlobals";
|
|
16991
16991
|
readonly inputs: readonly [{
|
|
@@ -17820,14 +17820,14 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
17820
17820
|
readonly internalType: "int128";
|
|
17821
17821
|
}];
|
|
17822
17822
|
readonly stateMutability: "view";
|
|
17823
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
17823
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
17824
17824
|
currency0: `0x${string}`;
|
|
17825
17825
|
currency1: `0x${string}`;
|
|
17826
17826
|
fee: number;
|
|
17827
17827
|
tickSpacing: number;
|
|
17828
17828
|
hooks: `0x${string}`;
|
|
17829
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17830
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
17829
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17830
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
17831
17831
|
readonly type: "function";
|
|
17832
17832
|
readonly name: "getFeeGrowthGlobals";
|
|
17833
17833
|
readonly inputs: readonly [{
|
|
@@ -18674,7 +18674,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
18674
18674
|
fee: number;
|
|
18675
18675
|
tickSpacing: number;
|
|
18676
18676
|
hooks: `0x${string}`;
|
|
18677
|
-
}, number], options?:
|
|
18677
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
18678
18678
|
readonly type: "function";
|
|
18679
18679
|
readonly name: "getFeeGrowthGlobals";
|
|
18680
18680
|
readonly inputs: readonly [{
|
|
@@ -19516,7 +19516,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
19516
19516
|
tickSpacing: number;
|
|
19517
19517
|
hooks: `0x${string}`;
|
|
19518
19518
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
19519
|
-
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 [{
|
|
19520
19520
|
readonly type: "function";
|
|
19521
19521
|
readonly name: "getFeeGrowthGlobals";
|
|
19522
19522
|
readonly inputs: readonly [{
|
|
@@ -20363,7 +20363,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
20363
20363
|
fee: number;
|
|
20364
20364
|
tickSpacing: number;
|
|
20365
20365
|
hooks: `0x${string}`;
|
|
20366
|
-
}, number], options?:
|
|
20366
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
20367
20367
|
readonly type: "function";
|
|
20368
20368
|
readonly name: "getFeeGrowthGlobals";
|
|
20369
20369
|
readonly inputs: readonly [{
|
|
@@ -21205,7 +21205,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
21205
21205
|
tickSpacing: number;
|
|
21206
21206
|
hooks: `0x${string}`;
|
|
21207
21207
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
21208
|
-
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 [{
|
|
21209
21209
|
readonly type: "function";
|
|
21210
21210
|
readonly name: "getFeeGrowthGlobals";
|
|
21211
21211
|
readonly inputs: readonly [{
|
|
@@ -22052,7 +22052,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22052
22052
|
fee: number;
|
|
22053
22053
|
tickSpacing: number;
|
|
22054
22054
|
hooks: `0x${string}`;
|
|
22055
|
-
}, number], options?:
|
|
22055
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
22056
22056
|
readonly type: "function";
|
|
22057
22057
|
readonly name: "getFeeGrowthGlobals";
|
|
22058
22058
|
readonly inputs: readonly [{
|
|
@@ -22894,7 +22894,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22894
22894
|
tickSpacing: number;
|
|
22895
22895
|
hooks: `0x${string}`;
|
|
22896
22896
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
22897
|
-
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 [{
|
|
22898
22898
|
readonly type: "function";
|
|
22899
22899
|
readonly name: "getFeeGrowthGlobals";
|
|
22900
22900
|
readonly inputs: readonly [{
|
|
@@ -23741,7 +23741,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
23741
23741
|
fee: number;
|
|
23742
23742
|
tickSpacing: number;
|
|
23743
23743
|
hooks: `0x${string}`;
|
|
23744
|
-
}, number], options?:
|
|
23744
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
23745
23745
|
readonly type: "function";
|
|
23746
23746
|
readonly name: "getFeeGrowthGlobals";
|
|
23747
23747
|
readonly inputs: readonly [{
|
|
@@ -25424,7 +25424,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
25424
25424
|
};
|
|
25425
25425
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
25426
25426
|
read: {
|
|
25427
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
25427
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
25428
25428
|
readonly type: "function";
|
|
25429
25429
|
readonly name: "batchGetRefTick";
|
|
25430
25430
|
readonly inputs: readonly [{
|
|
@@ -26125,7 +26125,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26125
26125
|
}];
|
|
26126
26126
|
readonly stateMutability: "view";
|
|
26127
26127
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
26128
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
26128
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
26129
26129
|
readonly type: "function";
|
|
26130
26130
|
readonly name: "batchGetRefTick";
|
|
26131
26131
|
readonly inputs: readonly [{
|
|
@@ -26836,7 +26836,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26836
26836
|
borrowedAmount0: bigint;
|
|
26837
26837
|
borrowedAmount1: bigint;
|
|
26838
26838
|
}[]>;
|
|
26839
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
26839
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
26840
26840
|
readonly type: "function";
|
|
26841
26841
|
readonly name: "batchGetRefTick";
|
|
26842
26842
|
readonly inputs: readonly [{
|
|
@@ -27547,7 +27547,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27547
27547
|
expiresAt: number;
|
|
27548
27548
|
liquidities: readonly bigint[];
|
|
27549
27549
|
}[], bigint, boolean]>;
|
|
27550
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
27550
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
27551
27551
|
readonly type: "function";
|
|
27552
27552
|
readonly name: "batchGetRefTick";
|
|
27553
27553
|
readonly inputs: readonly [{
|
|
@@ -28248,7 +28248,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28248
28248
|
}];
|
|
28249
28249
|
readonly stateMutability: "view";
|
|
28250
28250
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
28251
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
28251
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
28252
28252
|
readonly type: "function";
|
|
28253
28253
|
readonly name: "batchGetRefTick";
|
|
28254
28254
|
readonly inputs: readonly [{
|
|
@@ -28969,7 +28969,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28969
28969
|
payoutAssetName: string;
|
|
28970
28970
|
optionsCount: bigint;
|
|
28971
28971
|
}>;
|
|
28972
|
-
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?:
|
|
28972
|
+
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
28973
28973
|
readonly type: "function";
|
|
28974
28974
|
readonly name: "batchGetRefTick";
|
|
28975
28975
|
readonly inputs: readonly [{
|
|
@@ -29670,7 +29670,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29670
29670
|
}];
|
|
29671
29671
|
readonly stateMutability: "view";
|
|
29672
29672
|
}], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
29673
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
29673
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
29674
29674
|
readonly type: "function";
|
|
29675
29675
|
readonly name: "batchGetRefTick";
|
|
29676
29676
|
readonly inputs: readonly [{
|
|
@@ -30371,7 +30371,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30371
30371
|
}];
|
|
30372
30372
|
readonly stateMutability: "view";
|
|
30373
30373
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
30374
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
30374
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
30375
30375
|
readonly type: "function";
|
|
30376
30376
|
readonly name: "batchGetRefTick";
|
|
30377
30377
|
readonly inputs: readonly [{
|
|
@@ -31072,7 +31072,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31072
31072
|
}];
|
|
31073
31073
|
readonly stateMutability: "view";
|
|
31074
31074
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
31075
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
31075
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
31076
31076
|
readonly type: "function";
|
|
31077
31077
|
readonly name: "batchGetRefTick";
|
|
31078
31078
|
readonly inputs: readonly [{
|
|
@@ -31783,7 +31783,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31783
31783
|
expiresAt: number;
|
|
31784
31784
|
liquidities: readonly bigint[];
|
|
31785
31785
|
}>;
|
|
31786
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
31786
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
31787
31787
|
readonly type: "function";
|
|
31788
31788
|
readonly name: "batchGetRefTick";
|
|
31789
31789
|
readonly inputs: readonly [{
|
|
@@ -32500,7 +32500,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32500
32500
|
fee: number;
|
|
32501
32501
|
tickSpacing: number;
|
|
32502
32502
|
hooks: `0x${string}`;
|
|
32503
|
-
}], options?:
|
|
32503
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
32504
32504
|
readonly type: "function";
|
|
32505
32505
|
readonly name: "batchGetRefTick";
|
|
32506
32506
|
readonly inputs: readonly [{
|
|
@@ -33218,7 +33218,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33218
33218
|
tickSpacing: number;
|
|
33219
33219
|
fee: number;
|
|
33220
33220
|
}>;
|
|
33221
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
33221
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
33222
33222
|
readonly type: "function";
|
|
33223
33223
|
readonly name: "batchGetRefTick";
|
|
33224
33224
|
readonly inputs: readonly [{
|
|
@@ -33919,7 +33919,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33919
33919
|
}];
|
|
33920
33920
|
readonly stateMutability: "view";
|
|
33921
33921
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
33922
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
33922
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
33923
33923
|
readonly type: "function";
|
|
33924
33924
|
readonly name: "batchGetRefTick";
|
|
33925
33925
|
readonly inputs: readonly [{
|
|
@@ -34624,7 +34624,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34624
34624
|
symbol: string;
|
|
34625
34625
|
name: string;
|
|
34626
34626
|
}>;
|
|
34627
|
-
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 [{
|
|
34628
34628
|
readonly type: "function";
|
|
34629
34629
|
readonly name: "batchGetRefTick";
|
|
34630
34630
|
readonly inputs: readonly [{
|
|
@@ -35335,7 +35335,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35335
35335
|
expiresAt: number;
|
|
35336
35336
|
liquidities: readonly bigint[];
|
|
35337
35337
|
}[], bigint, boolean]>;
|
|
35338
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
35338
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
35339
35339
|
readonly type: "function";
|
|
35340
35340
|
readonly name: "batchGetRefTick";
|
|
35341
35341
|
readonly inputs: readonly [{
|
|
@@ -36045,7 +36045,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36045
36045
|
hooks: `0x${string}`;
|
|
36046
36046
|
};
|
|
36047
36047
|
}>;
|
|
36048
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
36048
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
36049
36049
|
readonly type: "function";
|
|
36050
36050
|
readonly name: "batchGetRefTick";
|
|
36051
36051
|
readonly inputs: readonly [{
|
|
@@ -37551,7 +37551,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37551
37551
|
isRefetching: boolean;
|
|
37552
37552
|
isStale: boolean;
|
|
37553
37553
|
isEnabled: boolean;
|
|
37554
|
-
refetch: (options?:
|
|
37554
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37555
37555
|
optionId: bigint;
|
|
37556
37556
|
marketAddr: Address;
|
|
37557
37557
|
ownerAddr: Address;
|
|
@@ -37581,7 +37581,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37581
37581
|
address: string;
|
|
37582
37582
|
} | null;
|
|
37583
37583
|
}[], Error>>;
|
|
37584
|
-
fetchStatus:
|
|
37584
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37585
37585
|
promise: Promise<{
|
|
37586
37586
|
optionId: bigint;
|
|
37587
37587
|
marketAddr: Address;
|
|
@@ -37665,7 +37665,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37665
37665
|
isRefetching: boolean;
|
|
37666
37666
|
isStale: boolean;
|
|
37667
37667
|
isEnabled: boolean;
|
|
37668
|
-
refetch: (options?:
|
|
37668
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37669
37669
|
optionId: bigint;
|
|
37670
37670
|
marketAddr: Address;
|
|
37671
37671
|
ownerAddr: Address;
|
|
@@ -37695,7 +37695,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37695
37695
|
address: string;
|
|
37696
37696
|
} | null;
|
|
37697
37697
|
}[], Error>>;
|
|
37698
|
-
fetchStatus:
|
|
37698
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37699
37699
|
promise: Promise<{
|
|
37700
37700
|
optionId: bigint;
|
|
37701
37701
|
marketAddr: Address;
|
|
@@ -37779,7 +37779,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37779
37779
|
isRefetching: boolean;
|
|
37780
37780
|
isStale: boolean;
|
|
37781
37781
|
isEnabled: boolean;
|
|
37782
|
-
refetch: (options?:
|
|
37782
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37783
37783
|
optionId: bigint;
|
|
37784
37784
|
marketAddr: Address;
|
|
37785
37785
|
ownerAddr: Address;
|
|
@@ -37809,7 +37809,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37809
37809
|
address: string;
|
|
37810
37810
|
} | null;
|
|
37811
37811
|
}[], Error>>;
|
|
37812
|
-
fetchStatus:
|
|
37812
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37813
37813
|
promise: Promise<{
|
|
37814
37814
|
optionId: bigint;
|
|
37815
37815
|
marketAddr: Address;
|
|
@@ -37893,7 +37893,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37893
37893
|
isRefetching: boolean;
|
|
37894
37894
|
isStale: boolean;
|
|
37895
37895
|
isEnabled: boolean;
|
|
37896
|
-
refetch: (options?:
|
|
37896
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
37897
37897
|
optionId: bigint;
|
|
37898
37898
|
marketAddr: Address;
|
|
37899
37899
|
ownerAddr: Address;
|
|
@@ -37923,7 +37923,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
37923
37923
|
address: string;
|
|
37924
37924
|
} | null;
|
|
37925
37925
|
}[], Error>>;
|
|
37926
|
-
fetchStatus:
|
|
37926
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
37927
37927
|
promise: Promise<{
|
|
37928
37928
|
optionId: bigint;
|
|
37929
37929
|
marketAddr: Address;
|
|
@@ -38007,7 +38007,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38007
38007
|
isRefetching: boolean;
|
|
38008
38008
|
isStale: boolean;
|
|
38009
38009
|
isEnabled: boolean;
|
|
38010
|
-
refetch: (options?:
|
|
38010
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38011
38011
|
optionId: bigint;
|
|
38012
38012
|
marketAddr: Address;
|
|
38013
38013
|
ownerAddr: Address;
|
|
@@ -38037,7 +38037,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38037
38037
|
address: string;
|
|
38038
38038
|
} | null;
|
|
38039
38039
|
}[], Error>>;
|
|
38040
|
-
fetchStatus:
|
|
38040
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38041
38041
|
promise: Promise<{
|
|
38042
38042
|
optionId: bigint;
|
|
38043
38043
|
marketAddr: Address;
|
|
@@ -38121,7 +38121,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38121
38121
|
isRefetching: boolean;
|
|
38122
38122
|
isStale: boolean;
|
|
38123
38123
|
isEnabled: boolean;
|
|
38124
|
-
refetch: (options?:
|
|
38124
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38125
38125
|
optionId: bigint;
|
|
38126
38126
|
marketAddr: Address;
|
|
38127
38127
|
ownerAddr: Address;
|
|
@@ -38151,7 +38151,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38151
38151
|
address: string;
|
|
38152
38152
|
} | null;
|
|
38153
38153
|
}[], Error>>;
|
|
38154
|
-
fetchStatus:
|
|
38154
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38155
38155
|
promise: Promise<{
|
|
38156
38156
|
optionId: bigint;
|
|
38157
38157
|
marketAddr: Address;
|
|
@@ -38236,7 +38236,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38236
38236
|
isRefetching: boolean;
|
|
38237
38237
|
isStale: boolean;
|
|
38238
38238
|
isEnabled: boolean;
|
|
38239
|
-
refetch: (options?:
|
|
38239
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38240
38240
|
optionId: bigint;
|
|
38241
38241
|
marketAddr: Address;
|
|
38242
38242
|
ownerAddr: Address;
|
|
@@ -38266,7 +38266,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38266
38266
|
address: string;
|
|
38267
38267
|
} | null;
|
|
38268
38268
|
}[], Error>>;
|
|
38269
|
-
fetchStatus:
|
|
38269
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38270
38270
|
promise: Promise<{
|
|
38271
38271
|
optionId: bigint;
|
|
38272
38272
|
marketAddr: Address;
|
|
@@ -38350,7 +38350,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38350
38350
|
isRefetching: boolean;
|
|
38351
38351
|
isStale: boolean;
|
|
38352
38352
|
isEnabled: boolean;
|
|
38353
|
-
refetch: (options?:
|
|
38353
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38354
38354
|
optionId: bigint;
|
|
38355
38355
|
marketAddr: Address;
|
|
38356
38356
|
ownerAddr: Address;
|
|
@@ -38380,7 +38380,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38380
38380
|
address: string;
|
|
38381
38381
|
} | null;
|
|
38382
38382
|
}[], Error>>;
|
|
38383
|
-
fetchStatus:
|
|
38383
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38384
38384
|
promise: Promise<{
|
|
38385
38385
|
optionId: bigint;
|
|
38386
38386
|
marketAddr: Address;
|
|
@@ -38464,7 +38464,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38464
38464
|
isRefetching: boolean;
|
|
38465
38465
|
isStale: boolean;
|
|
38466
38466
|
isEnabled: boolean;
|
|
38467
|
-
refetch: (options?:
|
|
38467
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38468
38468
|
optionId: bigint;
|
|
38469
38469
|
marketAddr: Address;
|
|
38470
38470
|
ownerAddr: Address;
|
|
@@ -38494,7 +38494,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38494
38494
|
address: string;
|
|
38495
38495
|
} | null;
|
|
38496
38496
|
}[], Error>>;
|
|
38497
|
-
fetchStatus:
|
|
38497
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38498
38498
|
promise: Promise<{
|
|
38499
38499
|
optionId: bigint;
|
|
38500
38500
|
marketAddr: Address;
|
|
@@ -38578,7 +38578,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38578
38578
|
isRefetching: boolean;
|
|
38579
38579
|
isStale: boolean;
|
|
38580
38580
|
isEnabled: boolean;
|
|
38581
|
-
refetch: (options?:
|
|
38581
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38582
38582
|
optionId: bigint;
|
|
38583
38583
|
marketAddr: Address;
|
|
38584
38584
|
ownerAddr: Address;
|
|
@@ -38608,7 +38608,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38608
38608
|
address: string;
|
|
38609
38609
|
} | null;
|
|
38610
38610
|
}[], Error>>;
|
|
38611
|
-
fetchStatus:
|
|
38611
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38612
38612
|
promise: Promise<{
|
|
38613
38613
|
optionId: bigint;
|
|
38614
38614
|
marketAddr: Address;
|
|
@@ -38692,7 +38692,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38692
38692
|
isRefetching: boolean;
|
|
38693
38693
|
isStale: boolean;
|
|
38694
38694
|
isEnabled: boolean;
|
|
38695
|
-
refetch: (options?:
|
|
38695
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38696
38696
|
optionId: bigint;
|
|
38697
38697
|
marketAddr: Address;
|
|
38698
38698
|
ownerAddr: Address;
|
|
@@ -38722,7 +38722,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38722
38722
|
address: string;
|
|
38723
38723
|
} | null;
|
|
38724
38724
|
}[], Error>>;
|
|
38725
|
-
fetchStatus:
|
|
38725
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38726
38726
|
promise: Promise<{
|
|
38727
38727
|
optionId: bigint;
|
|
38728
38728
|
marketAddr: Address;
|
|
@@ -38806,7 +38806,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38806
38806
|
isRefetching: boolean;
|
|
38807
38807
|
isStale: boolean;
|
|
38808
38808
|
isEnabled: boolean;
|
|
38809
|
-
refetch: (options?:
|
|
38809
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38810
38810
|
optionId: bigint;
|
|
38811
38811
|
marketAddr: Address;
|
|
38812
38812
|
ownerAddr: Address;
|
|
@@ -38836,7 +38836,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38836
38836
|
address: string;
|
|
38837
38837
|
} | null;
|
|
38838
38838
|
}[], Error>>;
|
|
38839
|
-
fetchStatus:
|
|
38839
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38840
38840
|
promise: Promise<{
|
|
38841
38841
|
optionId: bigint;
|
|
38842
38842
|
marketAddr: Address;
|
|
@@ -38921,7 +38921,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38921
38921
|
isRefetching: boolean;
|
|
38922
38922
|
isStale: boolean;
|
|
38923
38923
|
isEnabled: boolean;
|
|
38924
|
-
refetch: (options?:
|
|
38924
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
38925
38925
|
optionId: bigint;
|
|
38926
38926
|
marketAddr: Address;
|
|
38927
38927
|
ownerAddr: Address;
|
|
@@ -38951,7 +38951,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
38951
38951
|
address: string;
|
|
38952
38952
|
} | null;
|
|
38953
38953
|
}[], Error>>;
|
|
38954
|
-
fetchStatus:
|
|
38954
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
38955
38955
|
promise: Promise<{
|
|
38956
38956
|
optionId: bigint;
|
|
38957
38957
|
marketAddr: Address;
|
|
@@ -39035,7 +39035,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39035
39035
|
isRefetching: boolean;
|
|
39036
39036
|
isStale: boolean;
|
|
39037
39037
|
isEnabled: boolean;
|
|
39038
|
-
refetch: (options?:
|
|
39038
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39039
39039
|
optionId: bigint;
|
|
39040
39040
|
marketAddr: Address;
|
|
39041
39041
|
ownerAddr: Address;
|
|
@@ -39065,7 +39065,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39065
39065
|
address: string;
|
|
39066
39066
|
} | null;
|
|
39067
39067
|
}[], Error>>;
|
|
39068
|
-
fetchStatus:
|
|
39068
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39069
39069
|
promise: Promise<{
|
|
39070
39070
|
optionId: bigint;
|
|
39071
39071
|
marketAddr: Address;
|
|
@@ -39149,7 +39149,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39149
39149
|
isRefetching: boolean;
|
|
39150
39150
|
isStale: boolean;
|
|
39151
39151
|
isEnabled: boolean;
|
|
39152
|
-
refetch: (options?:
|
|
39152
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39153
39153
|
optionId: bigint;
|
|
39154
39154
|
marketAddr: Address;
|
|
39155
39155
|
ownerAddr: Address;
|
|
@@ -39179,7 +39179,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39179
39179
|
address: string;
|
|
39180
39180
|
} | null;
|
|
39181
39181
|
}[], Error>>;
|
|
39182
|
-
fetchStatus:
|
|
39182
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39183
39183
|
promise: Promise<{
|
|
39184
39184
|
optionId: bigint;
|
|
39185
39185
|
marketAddr: Address;
|
|
@@ -39263,7 +39263,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39263
39263
|
isRefetching: boolean;
|
|
39264
39264
|
isStale: boolean;
|
|
39265
39265
|
isEnabled: boolean;
|
|
39266
|
-
refetch: (options?:
|
|
39266
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39267
39267
|
optionId: bigint;
|
|
39268
39268
|
marketAddr: Address;
|
|
39269
39269
|
ownerAddr: Address;
|
|
@@ -39293,7 +39293,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39293
39293
|
address: string;
|
|
39294
39294
|
} | null;
|
|
39295
39295
|
}[], Error>>;
|
|
39296
|
-
fetchStatus:
|
|
39296
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39297
39297
|
promise: Promise<{
|
|
39298
39298
|
optionId: bigint;
|
|
39299
39299
|
marketAddr: Address;
|
|
@@ -39377,7 +39377,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39377
39377
|
isRefetching: boolean;
|
|
39378
39378
|
isStale: boolean;
|
|
39379
39379
|
isEnabled: boolean;
|
|
39380
|
-
refetch: (options?:
|
|
39380
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39381
39381
|
optionId: bigint;
|
|
39382
39382
|
marketAddr: Address;
|
|
39383
39383
|
ownerAddr: Address;
|
|
@@ -39407,7 +39407,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39407
39407
|
address: string;
|
|
39408
39408
|
} | null;
|
|
39409
39409
|
}[], Error>>;
|
|
39410
|
-
fetchStatus:
|
|
39410
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39411
39411
|
promise: Promise<{
|
|
39412
39412
|
optionId: bigint;
|
|
39413
39413
|
marketAddr: Address;
|
|
@@ -39491,7 +39491,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39491
39491
|
isRefetching: boolean;
|
|
39492
39492
|
isStale: boolean;
|
|
39493
39493
|
isEnabled: boolean;
|
|
39494
|
-
refetch: (options?:
|
|
39494
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
39495
39495
|
optionId: bigint;
|
|
39496
39496
|
marketAddr: Address;
|
|
39497
39497
|
ownerAddr: Address;
|
|
@@ -39521,7 +39521,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39521
39521
|
address: string;
|
|
39522
39522
|
} | null;
|
|
39523
39523
|
}[], Error>>;
|
|
39524
|
-
fetchStatus:
|
|
39524
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39525
39525
|
promise: Promise<{
|
|
39526
39526
|
optionId: bigint;
|
|
39527
39527
|
marketAddr: Address;
|
|
@@ -39585,7 +39585,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39585
39585
|
};
|
|
39586
39586
|
//#endregion
|
|
39587
39587
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
39588
|
-
declare const useExerciseOption: (marketAddr?: Address) =>
|
|
39588
|
+
declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
39589
39589
|
option: OptionData;
|
|
39590
39590
|
liquidities: readonly bigint[];
|
|
39591
39591
|
}, unknown>;
|
|
@@ -39654,7 +39654,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
39654
39654
|
//#endregion
|
|
39655
39655
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
39656
39656
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowableRange?: number) => {
|
|
39657
|
-
error:
|
|
39657
|
+
error: viem184.ReadContractErrorType;
|
|
39658
39658
|
isError: true;
|
|
39659
39659
|
isPending: false;
|
|
39660
39660
|
isLoading: false;
|
|
@@ -39666,7 +39666,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39666
39666
|
dataUpdatedAt: number;
|
|
39667
39667
|
errorUpdatedAt: number;
|
|
39668
39668
|
failureCount: number;
|
|
39669
|
-
failureReason:
|
|
39669
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39670
39670
|
errorUpdateCount: number;
|
|
39671
39671
|
isFetched: boolean;
|
|
39672
39672
|
isFetchedAfterMount: boolean;
|
|
@@ -39676,10 +39676,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39676
39676
|
isRefetching: boolean;
|
|
39677
39677
|
isStale: boolean;
|
|
39678
39678
|
isEnabled: boolean;
|
|
39679
|
-
refetch: (options?:
|
|
39680
|
-
fetchStatus:
|
|
39679
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39680
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39681
39681
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39682
|
-
queryKey:
|
|
39682
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39683
39683
|
maxCallSize: Amount | undefined;
|
|
39684
39684
|
maxPutSize: Amount | undefined;
|
|
39685
39685
|
} | {
|
|
@@ -39695,7 +39695,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39695
39695
|
dataUpdatedAt: number;
|
|
39696
39696
|
errorUpdatedAt: number;
|
|
39697
39697
|
failureCount: number;
|
|
39698
|
-
failureReason:
|
|
39698
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39699
39699
|
errorUpdateCount: number;
|
|
39700
39700
|
isFetched: boolean;
|
|
39701
39701
|
isFetchedAfterMount: boolean;
|
|
@@ -39705,14 +39705,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39705
39705
|
isRefetching: boolean;
|
|
39706
39706
|
isStale: boolean;
|
|
39707
39707
|
isEnabled: boolean;
|
|
39708
|
-
refetch: (options?:
|
|
39709
|
-
fetchStatus:
|
|
39708
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39709
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39710
39710
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39711
|
-
queryKey:
|
|
39711
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39712
39712
|
maxCallSize: Amount | undefined;
|
|
39713
39713
|
maxPutSize: Amount | undefined;
|
|
39714
39714
|
} | {
|
|
39715
|
-
error:
|
|
39715
|
+
error: viem184.ReadContractErrorType;
|
|
39716
39716
|
isError: true;
|
|
39717
39717
|
isPending: false;
|
|
39718
39718
|
isLoading: false;
|
|
@@ -39724,7 +39724,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39724
39724
|
dataUpdatedAt: number;
|
|
39725
39725
|
errorUpdatedAt: number;
|
|
39726
39726
|
failureCount: number;
|
|
39727
|
-
failureReason:
|
|
39727
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39728
39728
|
errorUpdateCount: number;
|
|
39729
39729
|
isFetched: boolean;
|
|
39730
39730
|
isFetchedAfterMount: boolean;
|
|
@@ -39734,10 +39734,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39734
39734
|
isRefetching: boolean;
|
|
39735
39735
|
isStale: boolean;
|
|
39736
39736
|
isEnabled: boolean;
|
|
39737
|
-
refetch: (options?:
|
|
39738
|
-
fetchStatus:
|
|
39737
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39738
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39739
39739
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39740
|
-
queryKey:
|
|
39740
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39741
39741
|
maxCallSize: Amount | undefined;
|
|
39742
39742
|
maxPutSize: Amount | undefined;
|
|
39743
39743
|
} | {
|
|
@@ -39753,7 +39753,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39753
39753
|
dataUpdatedAt: number;
|
|
39754
39754
|
errorUpdatedAt: number;
|
|
39755
39755
|
failureCount: number;
|
|
39756
|
-
failureReason:
|
|
39756
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39757
39757
|
errorUpdateCount: number;
|
|
39758
39758
|
isFetched: boolean;
|
|
39759
39759
|
isFetchedAfterMount: boolean;
|
|
@@ -39763,10 +39763,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39763
39763
|
isRefetching: boolean;
|
|
39764
39764
|
isStale: boolean;
|
|
39765
39765
|
isEnabled: boolean;
|
|
39766
|
-
refetch: (options?:
|
|
39767
|
-
fetchStatus:
|
|
39766
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39767
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39768
39768
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39769
|
-
queryKey:
|
|
39769
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39770
39770
|
maxCallSize: Amount | undefined;
|
|
39771
39771
|
maxPutSize: Amount | undefined;
|
|
39772
39772
|
} | {
|
|
@@ -39781,7 +39781,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39781
39781
|
dataUpdatedAt: number;
|
|
39782
39782
|
errorUpdatedAt: number;
|
|
39783
39783
|
failureCount: number;
|
|
39784
|
-
failureReason:
|
|
39784
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39785
39785
|
errorUpdateCount: number;
|
|
39786
39786
|
isFetched: boolean;
|
|
39787
39787
|
isFetchedAfterMount: boolean;
|
|
@@ -39792,10 +39792,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39792
39792
|
isRefetching: boolean;
|
|
39793
39793
|
isStale: boolean;
|
|
39794
39794
|
isEnabled: boolean;
|
|
39795
|
-
refetch: (options?:
|
|
39796
|
-
fetchStatus:
|
|
39795
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39796
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39797
39797
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39798
|
-
queryKey:
|
|
39798
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39799
39799
|
maxCallSize: Amount | undefined;
|
|
39800
39800
|
maxPutSize: Amount | undefined;
|
|
39801
39801
|
} | {
|
|
@@ -39811,7 +39811,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39811
39811
|
dataUpdatedAt: number;
|
|
39812
39812
|
errorUpdatedAt: number;
|
|
39813
39813
|
failureCount: number;
|
|
39814
|
-
failureReason:
|
|
39814
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
39815
39815
|
errorUpdateCount: number;
|
|
39816
39816
|
isFetched: boolean;
|
|
39817
39817
|
isFetchedAfterMount: boolean;
|
|
@@ -39821,20 +39821,21 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, maxBorrowabl
|
|
|
39821
39821
|
isRefetching: boolean;
|
|
39822
39822
|
isStale: boolean;
|
|
39823
39823
|
isEnabled: boolean;
|
|
39824
|
-
refetch: (options?:
|
|
39825
|
-
fetchStatus:
|
|
39824
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint], viem184.ReadContractErrorType>>;
|
|
39825
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39826
39826
|
promise: Promise<readonly [bigint, bigint]>;
|
|
39827
|
-
queryKey:
|
|
39827
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
39828
39828
|
maxCallSize: Amount | undefined;
|
|
39829
39829
|
maxPutSize: Amount | undefined;
|
|
39830
39830
|
};
|
|
39831
39831
|
//#endregion
|
|
39832
39832
|
//#region src/hooks/options/useMintOption.d.ts
|
|
39833
|
-
declare const useMintOption: (marketAddr?: Address) =>
|
|
39833
|
+
declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
39834
39834
|
optionType: "CALL" | "PUT";
|
|
39835
39835
|
amount: bigint;
|
|
39836
39836
|
duration: number;
|
|
39837
39837
|
strikeTick?: number;
|
|
39838
|
+
maxSteps?: number;
|
|
39838
39839
|
}, unknown>;
|
|
39839
39840
|
//#endregion
|
|
39840
39841
|
//#region src/hooks/options/useOptionPnl.d.ts
|
|
@@ -39855,7 +39856,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
39855
39856
|
};
|
|
39856
39857
|
//#endregion
|
|
39857
39858
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
39858
|
-
declare const useExtendOption: (marketAddr?: Address) =>
|
|
39859
|
+
declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
39859
39860
|
option: OptionData;
|
|
39860
39861
|
duration: number;
|
|
39861
39862
|
}, unknown>;
|
|
@@ -39894,7 +39895,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39894
39895
|
isRefetching: boolean;
|
|
39895
39896
|
isStale: boolean;
|
|
39896
39897
|
isEnabled: boolean;
|
|
39897
|
-
refetch: (options?:
|
|
39898
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
39898
39899
|
type: "mint";
|
|
39899
39900
|
data: {
|
|
39900
39901
|
id: string;
|
|
@@ -39933,7 +39934,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
39933
39934
|
transactionHash: string;
|
|
39934
39935
|
};
|
|
39935
39936
|
})[], Error>>;
|
|
39936
|
-
fetchStatus:
|
|
39937
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
39937
39938
|
promise: Promise<({
|
|
39938
39939
|
type: "mint";
|
|
39939
39940
|
data: {
|
|
@@ -40035,7 +40036,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40035
40036
|
isRefetching: boolean;
|
|
40036
40037
|
isStale: boolean;
|
|
40037
40038
|
isEnabled: boolean;
|
|
40038
|
-
refetch: (options?:
|
|
40039
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40039
40040
|
type: "mint";
|
|
40040
40041
|
data: {
|
|
40041
40042
|
id: string;
|
|
@@ -40074,7 +40075,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40074
40075
|
transactionHash: string;
|
|
40075
40076
|
};
|
|
40076
40077
|
})[], Error>>;
|
|
40077
|
-
fetchStatus:
|
|
40078
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40078
40079
|
promise: Promise<({
|
|
40079
40080
|
type: "mint";
|
|
40080
40081
|
data: {
|
|
@@ -40176,7 +40177,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40176
40177
|
isRefetching: boolean;
|
|
40177
40178
|
isStale: boolean;
|
|
40178
40179
|
isEnabled: boolean;
|
|
40179
|
-
refetch: (options?:
|
|
40180
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40180
40181
|
type: "mint";
|
|
40181
40182
|
data: {
|
|
40182
40183
|
id: string;
|
|
@@ -40215,7 +40216,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40215
40216
|
transactionHash: string;
|
|
40216
40217
|
};
|
|
40217
40218
|
})[], Error>>;
|
|
40218
|
-
fetchStatus:
|
|
40219
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40219
40220
|
promise: Promise<({
|
|
40220
40221
|
type: "mint";
|
|
40221
40222
|
data: {
|
|
@@ -40317,7 +40318,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40317
40318
|
isRefetching: boolean;
|
|
40318
40319
|
isStale: boolean;
|
|
40319
40320
|
isEnabled: boolean;
|
|
40320
|
-
refetch: (options?:
|
|
40321
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40321
40322
|
type: "mint";
|
|
40322
40323
|
data: {
|
|
40323
40324
|
id: string;
|
|
@@ -40356,7 +40357,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40356
40357
|
transactionHash: string;
|
|
40357
40358
|
};
|
|
40358
40359
|
})[], Error>>;
|
|
40359
|
-
fetchStatus:
|
|
40360
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40360
40361
|
promise: Promise<({
|
|
40361
40362
|
type: "mint";
|
|
40362
40363
|
data: {
|
|
@@ -40458,7 +40459,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40458
40459
|
isRefetching: boolean;
|
|
40459
40460
|
isStale: boolean;
|
|
40460
40461
|
isEnabled: boolean;
|
|
40461
|
-
refetch: (options?:
|
|
40462
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40462
40463
|
type: "mint";
|
|
40463
40464
|
data: {
|
|
40464
40465
|
id: string;
|
|
@@ -40497,7 +40498,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40497
40498
|
transactionHash: string;
|
|
40498
40499
|
};
|
|
40499
40500
|
})[], Error>>;
|
|
40500
|
-
fetchStatus:
|
|
40501
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40501
40502
|
promise: Promise<({
|
|
40502
40503
|
type: "mint";
|
|
40503
40504
|
data: {
|
|
@@ -40599,7 +40600,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40599
40600
|
isRefetching: boolean;
|
|
40600
40601
|
isStale: boolean;
|
|
40601
40602
|
isEnabled: boolean;
|
|
40602
|
-
refetch: (options?:
|
|
40603
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<({
|
|
40603
40604
|
type: "mint";
|
|
40604
40605
|
data: {
|
|
40605
40606
|
id: string;
|
|
@@ -40638,7 +40639,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40638
40639
|
transactionHash: string;
|
|
40639
40640
|
};
|
|
40640
40641
|
})[], Error>>;
|
|
40641
|
-
fetchStatus:
|
|
40642
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40642
40643
|
promise: Promise<({
|
|
40643
40644
|
type: "mint";
|
|
40644
40645
|
data: {
|
|
@@ -40720,7 +40721,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
40720
40721
|
};
|
|
40721
40722
|
//#endregion
|
|
40722
40723
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
40723
|
-
declare const useMintPerp: (marketAddr?: Address) =>
|
|
40724
|
+
declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, {
|
|
40724
40725
|
optionType: "CALL" | "PUT";
|
|
40725
40726
|
amount: bigint;
|
|
40726
40727
|
duration: number;
|
|
@@ -40728,13 +40729,13 @@ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query2.UseM
|
|
|
40728
40729
|
}, unknown>;
|
|
40729
40730
|
//#endregion
|
|
40730
40731
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
40731
|
-
declare const useClosePerp: () =>
|
|
40732
|
+
declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
40732
40733
|
//#endregion
|
|
40733
40734
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
40734
40735
|
declare const usePerpsOperator: () => {
|
|
40735
40736
|
operator: PerpsOperator | undefined;
|
|
40736
40737
|
address: `0x${string}` | undefined;
|
|
40737
|
-
signMessage:
|
|
40738
|
+
signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
|
|
40738
40739
|
};
|
|
40739
40740
|
//#endregion
|
|
40740
40741
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
@@ -40761,7 +40762,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40761
40762
|
isRefetching: boolean;
|
|
40762
40763
|
isStale: boolean;
|
|
40763
40764
|
isEnabled: boolean;
|
|
40764
|
-
refetch: (options?:
|
|
40765
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40765
40766
|
optionId: bigint;
|
|
40766
40767
|
id: string;
|
|
40767
40768
|
ownerAddr: Address;
|
|
@@ -40770,7 +40771,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40770
40771
|
expiresAt: number;
|
|
40771
40772
|
closed: boolean;
|
|
40772
40773
|
}[] | undefined, Error>>;
|
|
40773
|
-
fetchStatus:
|
|
40774
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40774
40775
|
promise: Promise<{
|
|
40775
40776
|
optionId: bigint;
|
|
40776
40777
|
id: string;
|
|
@@ -40812,7 +40813,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40812
40813
|
isRefetching: boolean;
|
|
40813
40814
|
isStale: boolean;
|
|
40814
40815
|
isEnabled: boolean;
|
|
40815
|
-
refetch: (options?:
|
|
40816
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40816
40817
|
optionId: bigint;
|
|
40817
40818
|
id: string;
|
|
40818
40819
|
ownerAddr: Address;
|
|
@@ -40821,7 +40822,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40821
40822
|
expiresAt: number;
|
|
40822
40823
|
closed: boolean;
|
|
40823
40824
|
}[] | undefined, Error>>;
|
|
40824
|
-
fetchStatus:
|
|
40825
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40825
40826
|
promise: Promise<{
|
|
40826
40827
|
optionId: bigint;
|
|
40827
40828
|
id: string;
|
|
@@ -40863,7 +40864,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40863
40864
|
isRefetching: boolean;
|
|
40864
40865
|
isStale: boolean;
|
|
40865
40866
|
isEnabled: boolean;
|
|
40866
|
-
refetch: (options?:
|
|
40867
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40867
40868
|
optionId: bigint;
|
|
40868
40869
|
id: string;
|
|
40869
40870
|
ownerAddr: Address;
|
|
@@ -40872,7 +40873,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40872
40873
|
expiresAt: number;
|
|
40873
40874
|
closed: boolean;
|
|
40874
40875
|
}[] | undefined, Error>>;
|
|
40875
|
-
fetchStatus:
|
|
40876
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40876
40877
|
promise: Promise<{
|
|
40877
40878
|
optionId: bigint;
|
|
40878
40879
|
id: string;
|
|
@@ -40914,7 +40915,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40914
40915
|
isRefetching: boolean;
|
|
40915
40916
|
isStale: boolean;
|
|
40916
40917
|
isEnabled: boolean;
|
|
40917
|
-
refetch: (options?:
|
|
40918
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40918
40919
|
optionId: bigint;
|
|
40919
40920
|
id: string;
|
|
40920
40921
|
ownerAddr: Address;
|
|
@@ -40923,7 +40924,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40923
40924
|
expiresAt: number;
|
|
40924
40925
|
closed: boolean;
|
|
40925
40926
|
}[] | undefined, Error>>;
|
|
40926
|
-
fetchStatus:
|
|
40927
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40927
40928
|
promise: Promise<{
|
|
40928
40929
|
optionId: bigint;
|
|
40929
40930
|
id: string;
|
|
@@ -40965,7 +40966,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40965
40966
|
isRefetching: boolean;
|
|
40966
40967
|
isStale: boolean;
|
|
40967
40968
|
isEnabled: boolean;
|
|
40968
|
-
refetch: (options?:
|
|
40969
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
40969
40970
|
optionId: bigint;
|
|
40970
40971
|
id: string;
|
|
40971
40972
|
ownerAddr: Address;
|
|
@@ -40974,7 +40975,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
40974
40975
|
expiresAt: number;
|
|
40975
40976
|
closed: boolean;
|
|
40976
40977
|
}[] | undefined, Error>>;
|
|
40977
|
-
fetchStatus:
|
|
40978
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
40978
40979
|
promise: Promise<{
|
|
40979
40980
|
optionId: bigint;
|
|
40980
40981
|
id: string;
|
|
@@ -41016,7 +41017,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41016
41017
|
isRefetching: boolean;
|
|
41017
41018
|
isStale: boolean;
|
|
41018
41019
|
isEnabled: boolean;
|
|
41019
|
-
refetch: (options?:
|
|
41020
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41020
41021
|
optionId: bigint;
|
|
41021
41022
|
id: string;
|
|
41022
41023
|
ownerAddr: Address;
|
|
@@ -41025,7 +41026,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
41025
41026
|
expiresAt: number;
|
|
41026
41027
|
closed: boolean;
|
|
41027
41028
|
}[] | undefined, Error>>;
|
|
41028
|
-
fetchStatus:
|
|
41029
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41029
41030
|
promise: Promise<{
|
|
41030
41031
|
optionId: bigint;
|
|
41031
41032
|
id: string;
|
|
@@ -41068,7 +41069,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41068
41069
|
isRefetching: boolean;
|
|
41069
41070
|
isStale: boolean;
|
|
41070
41071
|
isEnabled: boolean;
|
|
41071
|
-
refetch: (options?:
|
|
41072
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41072
41073
|
optionId: bigint;
|
|
41073
41074
|
id: string;
|
|
41074
41075
|
ownerAddr: Address;
|
|
@@ -41077,7 +41078,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41077
41078
|
expiresAt: number;
|
|
41078
41079
|
closed: boolean;
|
|
41079
41080
|
}[] | undefined, Error>>;
|
|
41080
|
-
fetchStatus:
|
|
41081
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41081
41082
|
promise: Promise<{
|
|
41082
41083
|
optionId: bigint;
|
|
41083
41084
|
id: string;
|
|
@@ -41119,7 +41120,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41119
41120
|
isRefetching: boolean;
|
|
41120
41121
|
isStale: boolean;
|
|
41121
41122
|
isEnabled: boolean;
|
|
41122
|
-
refetch: (options?:
|
|
41123
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41123
41124
|
optionId: bigint;
|
|
41124
41125
|
id: string;
|
|
41125
41126
|
ownerAddr: Address;
|
|
@@ -41128,7 +41129,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41128
41129
|
expiresAt: number;
|
|
41129
41130
|
closed: boolean;
|
|
41130
41131
|
}[] | undefined, Error>>;
|
|
41131
|
-
fetchStatus:
|
|
41132
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41132
41133
|
promise: Promise<{
|
|
41133
41134
|
optionId: bigint;
|
|
41134
41135
|
id: string;
|
|
@@ -41170,7 +41171,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41170
41171
|
isRefetching: boolean;
|
|
41171
41172
|
isStale: boolean;
|
|
41172
41173
|
isEnabled: boolean;
|
|
41173
|
-
refetch: (options?:
|
|
41174
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41174
41175
|
optionId: bigint;
|
|
41175
41176
|
id: string;
|
|
41176
41177
|
ownerAddr: Address;
|
|
@@ -41179,7 +41180,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41179
41180
|
expiresAt: number;
|
|
41180
41181
|
closed: boolean;
|
|
41181
41182
|
}[] | undefined, Error>>;
|
|
41182
|
-
fetchStatus:
|
|
41183
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41183
41184
|
promise: Promise<{
|
|
41184
41185
|
optionId: bigint;
|
|
41185
41186
|
id: string;
|
|
@@ -41221,7 +41222,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41221
41222
|
isRefetching: boolean;
|
|
41222
41223
|
isStale: boolean;
|
|
41223
41224
|
isEnabled: boolean;
|
|
41224
|
-
refetch: (options?:
|
|
41225
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41225
41226
|
optionId: bigint;
|
|
41226
41227
|
id: string;
|
|
41227
41228
|
ownerAddr: Address;
|
|
@@ -41230,7 +41231,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41230
41231
|
expiresAt: number;
|
|
41231
41232
|
closed: boolean;
|
|
41232
41233
|
}[] | undefined, Error>>;
|
|
41233
|
-
fetchStatus:
|
|
41234
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41234
41235
|
promise: Promise<{
|
|
41235
41236
|
optionId: bigint;
|
|
41236
41237
|
id: string;
|
|
@@ -41272,7 +41273,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41272
41273
|
isRefetching: boolean;
|
|
41273
41274
|
isStale: boolean;
|
|
41274
41275
|
isEnabled: boolean;
|
|
41275
|
-
refetch: (options?:
|
|
41276
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41276
41277
|
optionId: bigint;
|
|
41277
41278
|
id: string;
|
|
41278
41279
|
ownerAddr: Address;
|
|
@@ -41281,7 +41282,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41281
41282
|
expiresAt: number;
|
|
41282
41283
|
closed: boolean;
|
|
41283
41284
|
}[] | undefined, Error>>;
|
|
41284
|
-
fetchStatus:
|
|
41285
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41285
41286
|
promise: Promise<{
|
|
41286
41287
|
optionId: bigint;
|
|
41287
41288
|
id: string;
|
|
@@ -41323,7 +41324,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41323
41324
|
isRefetching: boolean;
|
|
41324
41325
|
isStale: boolean;
|
|
41325
41326
|
isEnabled: boolean;
|
|
41326
|
-
refetch: (options?:
|
|
41327
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41327
41328
|
optionId: bigint;
|
|
41328
41329
|
id: string;
|
|
41329
41330
|
ownerAddr: Address;
|
|
@@ -41332,7 +41333,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41332
41333
|
expiresAt: number;
|
|
41333
41334
|
closed: boolean;
|
|
41334
41335
|
}[] | undefined, Error>>;
|
|
41335
|
-
fetchStatus:
|
|
41336
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41336
41337
|
promise: Promise<{
|
|
41337
41338
|
optionId: bigint;
|
|
41338
41339
|
id: string;
|
|
@@ -41375,7 +41376,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41375
41376
|
isRefetching: boolean;
|
|
41376
41377
|
isStale: boolean;
|
|
41377
41378
|
isEnabled: boolean;
|
|
41378
|
-
refetch: (options?:
|
|
41379
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41379
41380
|
optionId: bigint;
|
|
41380
41381
|
id: string;
|
|
41381
41382
|
ownerAddr: Address;
|
|
@@ -41384,7 +41385,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41384
41385
|
expiresAt: number;
|
|
41385
41386
|
closed: boolean;
|
|
41386
41387
|
}[] | undefined, Error>>;
|
|
41387
|
-
fetchStatus:
|
|
41388
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41388
41389
|
promise: Promise<{
|
|
41389
41390
|
optionId: bigint;
|
|
41390
41391
|
id: string;
|
|
@@ -41426,7 +41427,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41426
41427
|
isRefetching: boolean;
|
|
41427
41428
|
isStale: boolean;
|
|
41428
41429
|
isEnabled: boolean;
|
|
41429
|
-
refetch: (options?:
|
|
41430
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41430
41431
|
optionId: bigint;
|
|
41431
41432
|
id: string;
|
|
41432
41433
|
ownerAddr: Address;
|
|
@@ -41435,7 +41436,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41435
41436
|
expiresAt: number;
|
|
41436
41437
|
closed: boolean;
|
|
41437
41438
|
}[] | undefined, Error>>;
|
|
41438
|
-
fetchStatus:
|
|
41439
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41439
41440
|
promise: Promise<{
|
|
41440
41441
|
optionId: bigint;
|
|
41441
41442
|
id: string;
|
|
@@ -41477,7 +41478,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41477
41478
|
isRefetching: boolean;
|
|
41478
41479
|
isStale: boolean;
|
|
41479
41480
|
isEnabled: boolean;
|
|
41480
|
-
refetch: (options?:
|
|
41481
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41481
41482
|
optionId: bigint;
|
|
41482
41483
|
id: string;
|
|
41483
41484
|
ownerAddr: Address;
|
|
@@ -41486,7 +41487,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41486
41487
|
expiresAt: number;
|
|
41487
41488
|
closed: boolean;
|
|
41488
41489
|
}[] | undefined, Error>>;
|
|
41489
|
-
fetchStatus:
|
|
41490
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41490
41491
|
promise: Promise<{
|
|
41491
41492
|
optionId: bigint;
|
|
41492
41493
|
id: string;
|
|
@@ -41528,7 +41529,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41528
41529
|
isRefetching: boolean;
|
|
41529
41530
|
isStale: boolean;
|
|
41530
41531
|
isEnabled: boolean;
|
|
41531
|
-
refetch: (options?:
|
|
41532
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41532
41533
|
optionId: bigint;
|
|
41533
41534
|
id: string;
|
|
41534
41535
|
ownerAddr: Address;
|
|
@@ -41537,7 +41538,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41537
41538
|
expiresAt: number;
|
|
41538
41539
|
closed: boolean;
|
|
41539
41540
|
}[] | undefined, Error>>;
|
|
41540
|
-
fetchStatus:
|
|
41541
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41541
41542
|
promise: Promise<{
|
|
41542
41543
|
optionId: bigint;
|
|
41543
41544
|
id: string;
|
|
@@ -41579,7 +41580,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41579
41580
|
isRefetching: boolean;
|
|
41580
41581
|
isStale: boolean;
|
|
41581
41582
|
isEnabled: boolean;
|
|
41582
|
-
refetch: (options?:
|
|
41583
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41583
41584
|
optionId: bigint;
|
|
41584
41585
|
id: string;
|
|
41585
41586
|
ownerAddr: Address;
|
|
@@ -41588,7 +41589,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41588
41589
|
expiresAt: number;
|
|
41589
41590
|
closed: boolean;
|
|
41590
41591
|
}[] | undefined, Error>>;
|
|
41591
|
-
fetchStatus:
|
|
41592
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41592
41593
|
promise: Promise<{
|
|
41593
41594
|
optionId: bigint;
|
|
41594
41595
|
id: string;
|
|
@@ -41630,7 +41631,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41630
41631
|
isRefetching: boolean;
|
|
41631
41632
|
isStale: boolean;
|
|
41632
41633
|
isEnabled: boolean;
|
|
41633
|
-
refetch: (options?:
|
|
41634
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41634
41635
|
optionId: bigint;
|
|
41635
41636
|
id: string;
|
|
41636
41637
|
ownerAddr: Address;
|
|
@@ -41639,7 +41640,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41639
41640
|
expiresAt: number;
|
|
41640
41641
|
closed: boolean;
|
|
41641
41642
|
}[] | undefined, Error>>;
|
|
41642
|
-
fetchStatus:
|
|
41643
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41643
41644
|
promise: Promise<{
|
|
41644
41645
|
optionId: bigint;
|
|
41645
41646
|
id: string;
|
|
@@ -41662,7 +41663,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
41662
41663
|
//#endregion
|
|
41663
41664
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
41664
41665
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
41665
|
-
error:
|
|
41666
|
+
error: viem184.ReadContractErrorType;
|
|
41666
41667
|
isError: true;
|
|
41667
41668
|
isPending: false;
|
|
41668
41669
|
isLoading: false;
|
|
@@ -41674,7 +41675,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41674
41675
|
dataUpdatedAt: number;
|
|
41675
41676
|
errorUpdatedAt: number;
|
|
41676
41677
|
failureCount: number;
|
|
41677
|
-
failureReason:
|
|
41678
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41678
41679
|
errorUpdateCount: number;
|
|
41679
41680
|
isFetched: boolean;
|
|
41680
41681
|
isFetchedAfterMount: boolean;
|
|
@@ -41684,10 +41685,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41684
41685
|
isRefetching: boolean;
|
|
41685
41686
|
isStale: boolean;
|
|
41686
41687
|
isEnabled: boolean;
|
|
41687
|
-
refetch: (options?:
|
|
41688
|
-
fetchStatus:
|
|
41688
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41689
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41689
41690
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41690
|
-
queryKey:
|
|
41691
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41691
41692
|
data: {
|
|
41692
41693
|
canExtend: boolean | undefined;
|
|
41693
41694
|
canExercise: boolean | undefined;
|
|
@@ -41709,7 +41710,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41709
41710
|
dataUpdatedAt: number;
|
|
41710
41711
|
errorUpdatedAt: number;
|
|
41711
41712
|
failureCount: number;
|
|
41712
|
-
failureReason:
|
|
41713
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41713
41714
|
errorUpdateCount: number;
|
|
41714
41715
|
isFetched: boolean;
|
|
41715
41716
|
isFetchedAfterMount: boolean;
|
|
@@ -41719,10 +41720,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41719
41720
|
isRefetching: boolean;
|
|
41720
41721
|
isStale: boolean;
|
|
41721
41722
|
isEnabled: boolean;
|
|
41722
|
-
refetch: (options?:
|
|
41723
|
-
fetchStatus:
|
|
41723
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41724
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41724
41725
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41725
|
-
queryKey:
|
|
41726
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41726
41727
|
data: {
|
|
41727
41728
|
canExtend: boolean | undefined;
|
|
41728
41729
|
canExercise: boolean | undefined;
|
|
@@ -41732,7 +41733,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41732
41733
|
effectiveApproval: bigint;
|
|
41733
41734
|
};
|
|
41734
41735
|
} | {
|
|
41735
|
-
error:
|
|
41736
|
+
error: viem184.ReadContractErrorType;
|
|
41736
41737
|
isError: true;
|
|
41737
41738
|
isPending: false;
|
|
41738
41739
|
isLoading: false;
|
|
@@ -41744,7 +41745,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41744
41745
|
dataUpdatedAt: number;
|
|
41745
41746
|
errorUpdatedAt: number;
|
|
41746
41747
|
failureCount: number;
|
|
41747
|
-
failureReason:
|
|
41748
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41748
41749
|
errorUpdateCount: number;
|
|
41749
41750
|
isFetched: boolean;
|
|
41750
41751
|
isFetchedAfterMount: boolean;
|
|
@@ -41754,10 +41755,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41754
41755
|
isRefetching: boolean;
|
|
41755
41756
|
isStale: boolean;
|
|
41756
41757
|
isEnabled: boolean;
|
|
41757
|
-
refetch: (options?:
|
|
41758
|
-
fetchStatus:
|
|
41758
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41759
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41759
41760
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41760
|
-
queryKey:
|
|
41761
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41761
41762
|
data: {
|
|
41762
41763
|
canExtend: boolean | undefined;
|
|
41763
41764
|
canExercise: boolean | undefined;
|
|
@@ -41779,7 +41780,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41779
41780
|
dataUpdatedAt: number;
|
|
41780
41781
|
errorUpdatedAt: number;
|
|
41781
41782
|
failureCount: number;
|
|
41782
|
-
failureReason:
|
|
41783
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41783
41784
|
errorUpdateCount: number;
|
|
41784
41785
|
isFetched: boolean;
|
|
41785
41786
|
isFetchedAfterMount: boolean;
|
|
@@ -41789,10 +41790,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41789
41790
|
isRefetching: boolean;
|
|
41790
41791
|
isStale: boolean;
|
|
41791
41792
|
isEnabled: boolean;
|
|
41792
|
-
refetch: (options?:
|
|
41793
|
-
fetchStatus:
|
|
41793
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41794
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41794
41795
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41795
|
-
queryKey:
|
|
41796
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41796
41797
|
data: {
|
|
41797
41798
|
canExtend: boolean | undefined;
|
|
41798
41799
|
canExercise: boolean | undefined;
|
|
@@ -41813,7 +41814,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41813
41814
|
dataUpdatedAt: number;
|
|
41814
41815
|
errorUpdatedAt: number;
|
|
41815
41816
|
failureCount: number;
|
|
41816
|
-
failureReason:
|
|
41817
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41817
41818
|
errorUpdateCount: number;
|
|
41818
41819
|
isFetched: boolean;
|
|
41819
41820
|
isFetchedAfterMount: boolean;
|
|
@@ -41824,10 +41825,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41824
41825
|
isRefetching: boolean;
|
|
41825
41826
|
isStale: boolean;
|
|
41826
41827
|
isEnabled: boolean;
|
|
41827
|
-
refetch: (options?:
|
|
41828
|
-
fetchStatus:
|
|
41828
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41829
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41829
41830
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41830
|
-
queryKey:
|
|
41831
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41831
41832
|
data: {
|
|
41832
41833
|
canExtend: boolean | undefined;
|
|
41833
41834
|
canExercise: boolean | undefined;
|
|
@@ -41849,7 +41850,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41849
41850
|
dataUpdatedAt: number;
|
|
41850
41851
|
errorUpdatedAt: number;
|
|
41851
41852
|
failureCount: number;
|
|
41852
|
-
failureReason:
|
|
41853
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
41853
41854
|
errorUpdateCount: number;
|
|
41854
41855
|
isFetched: boolean;
|
|
41855
41856
|
isFetchedAfterMount: boolean;
|
|
@@ -41859,10 +41860,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
41859
41860
|
isRefetching: boolean;
|
|
41860
41861
|
isStale: boolean;
|
|
41861
41862
|
isEnabled: boolean;
|
|
41862
|
-
refetch: (options?:
|
|
41863
|
-
fetchStatus:
|
|
41863
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem184.ReadContractErrorType>>;
|
|
41864
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41864
41865
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
41865
|
-
queryKey:
|
|
41866
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
41866
41867
|
data: {
|
|
41867
41868
|
canExtend: boolean | undefined;
|
|
41868
41869
|
canExercise: boolean | undefined;
|
|
@@ -41911,7 +41912,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41911
41912
|
isRefetching: boolean;
|
|
41912
41913
|
isStale: boolean;
|
|
41913
41914
|
isEnabled: boolean;
|
|
41914
|
-
refetch: (options?:
|
|
41915
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41915
41916
|
spendingApproval: bigint;
|
|
41916
41917
|
operatorAddr: string;
|
|
41917
41918
|
__typename: "UserMarketOperator";
|
|
@@ -41925,7 +41926,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41925
41926
|
address: string;
|
|
41926
41927
|
} | null;
|
|
41927
41928
|
}[] | undefined, Error>>;
|
|
41928
|
-
fetchStatus:
|
|
41929
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41929
41930
|
promise: Promise<{
|
|
41930
41931
|
spendingApproval: bigint;
|
|
41931
41932
|
operatorAddr: string;
|
|
@@ -41977,7 +41978,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41977
41978
|
isRefetching: boolean;
|
|
41978
41979
|
isStale: boolean;
|
|
41979
41980
|
isEnabled: boolean;
|
|
41980
|
-
refetch: (options?:
|
|
41981
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
41981
41982
|
spendingApproval: bigint;
|
|
41982
41983
|
operatorAddr: string;
|
|
41983
41984
|
__typename: "UserMarketOperator";
|
|
@@ -41991,7 +41992,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
41991
41992
|
address: string;
|
|
41992
41993
|
} | null;
|
|
41993
41994
|
}[] | undefined, Error>>;
|
|
41994
|
-
fetchStatus:
|
|
41995
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
41995
41996
|
promise: Promise<{
|
|
41996
41997
|
spendingApproval: bigint;
|
|
41997
41998
|
operatorAddr: string;
|
|
@@ -42043,7 +42044,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42043
42044
|
isRefetching: boolean;
|
|
42044
42045
|
isStale: boolean;
|
|
42045
42046
|
isEnabled: boolean;
|
|
42046
|
-
refetch: (options?:
|
|
42047
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42047
42048
|
spendingApproval: bigint;
|
|
42048
42049
|
operatorAddr: string;
|
|
42049
42050
|
__typename: "UserMarketOperator";
|
|
@@ -42057,7 +42058,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42057
42058
|
address: string;
|
|
42058
42059
|
} | null;
|
|
42059
42060
|
}[] | undefined, Error>>;
|
|
42060
|
-
fetchStatus:
|
|
42061
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42061
42062
|
promise: Promise<{
|
|
42062
42063
|
spendingApproval: bigint;
|
|
42063
42064
|
operatorAddr: string;
|
|
@@ -42109,7 +42110,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42109
42110
|
isRefetching: boolean;
|
|
42110
42111
|
isStale: boolean;
|
|
42111
42112
|
isEnabled: boolean;
|
|
42112
|
-
refetch: (options?:
|
|
42113
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42113
42114
|
spendingApproval: bigint;
|
|
42114
42115
|
operatorAddr: string;
|
|
42115
42116
|
__typename: "UserMarketOperator";
|
|
@@ -42123,7 +42124,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42123
42124
|
address: string;
|
|
42124
42125
|
} | null;
|
|
42125
42126
|
}[] | undefined, Error>>;
|
|
42126
|
-
fetchStatus:
|
|
42127
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42127
42128
|
promise: Promise<{
|
|
42128
42129
|
spendingApproval: bigint;
|
|
42129
42130
|
operatorAddr: string;
|
|
@@ -42175,7 +42176,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42175
42176
|
isRefetching: boolean;
|
|
42176
42177
|
isStale: boolean;
|
|
42177
42178
|
isEnabled: boolean;
|
|
42178
|
-
refetch: (options?:
|
|
42179
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42179
42180
|
spendingApproval: bigint;
|
|
42180
42181
|
operatorAddr: string;
|
|
42181
42182
|
__typename: "UserMarketOperator";
|
|
@@ -42189,7 +42190,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42189
42190
|
address: string;
|
|
42190
42191
|
} | null;
|
|
42191
42192
|
}[] | undefined, Error>>;
|
|
42192
|
-
fetchStatus:
|
|
42193
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42193
42194
|
promise: Promise<{
|
|
42194
42195
|
spendingApproval: bigint;
|
|
42195
42196
|
operatorAddr: string;
|
|
@@ -42241,7 +42242,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42241
42242
|
isRefetching: boolean;
|
|
42242
42243
|
isStale: boolean;
|
|
42243
42244
|
isEnabled: boolean;
|
|
42244
|
-
refetch: (options?:
|
|
42245
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42245
42246
|
spendingApproval: bigint;
|
|
42246
42247
|
operatorAddr: string;
|
|
42247
42248
|
__typename: "UserMarketOperator";
|
|
@@ -42255,7 +42256,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42255
42256
|
address: string;
|
|
42256
42257
|
} | null;
|
|
42257
42258
|
}[] | undefined, Error>>;
|
|
42258
|
-
fetchStatus:
|
|
42259
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42259
42260
|
promise: Promise<{
|
|
42260
42261
|
spendingApproval: bigint;
|
|
42261
42262
|
operatorAddr: string;
|
|
@@ -42273,7 +42274,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
42273
42274
|
};
|
|
42274
42275
|
//#endregion
|
|
42275
42276
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
42276
|
-
declare const useSetOperatorPerms: (marketAddr?: Address) =>
|
|
42277
|
+
declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
|
|
42277
42278
|
operator: Address;
|
|
42278
42279
|
canExtend: boolean;
|
|
42279
42280
|
canExercise: boolean;
|
|
@@ -42352,7 +42353,7 @@ declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42352
42353
|
//#endregion
|
|
42353
42354
|
//#region src/hooks/pool/useCurrentTick.d.ts
|
|
42354
42355
|
declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
42355
|
-
error:
|
|
42356
|
+
error: viem184.ReadContractErrorType;
|
|
42356
42357
|
isError: true;
|
|
42357
42358
|
isPending: false;
|
|
42358
42359
|
isLoading: false;
|
|
@@ -42364,7 +42365,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42364
42365
|
dataUpdatedAt: number;
|
|
42365
42366
|
errorUpdatedAt: number;
|
|
42366
42367
|
failureCount: number;
|
|
42367
|
-
failureReason:
|
|
42368
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42368
42369
|
errorUpdateCount: number;
|
|
42369
42370
|
isFetched: boolean;
|
|
42370
42371
|
isFetchedAfterMount: boolean;
|
|
@@ -42374,18 +42375,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42374
42375
|
isRefetching: boolean;
|
|
42375
42376
|
isStale: boolean;
|
|
42376
42377
|
isEnabled: boolean;
|
|
42377
|
-
refetch: (options?:
|
|
42378
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42378
42379
|
exact: number;
|
|
42379
42380
|
rounded: number | undefined;
|
|
42380
42381
|
sqrtPriceX96: bigint;
|
|
42381
|
-
},
|
|
42382
|
-
fetchStatus:
|
|
42382
|
+
}, viem184.ReadContractErrorType>>;
|
|
42383
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42383
42384
|
promise: Promise<{
|
|
42384
42385
|
exact: number;
|
|
42385
42386
|
rounded: number | undefined;
|
|
42386
42387
|
sqrtPriceX96: bigint;
|
|
42387
42388
|
}>;
|
|
42388
|
-
queryKey:
|
|
42389
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42389
42390
|
exact: number | undefined;
|
|
42390
42391
|
rounded: number | undefined;
|
|
42391
42392
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42402,7 +42403,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42402
42403
|
dataUpdatedAt: number;
|
|
42403
42404
|
errorUpdatedAt: number;
|
|
42404
42405
|
failureCount: number;
|
|
42405
|
-
failureReason:
|
|
42406
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42406
42407
|
errorUpdateCount: number;
|
|
42407
42408
|
isFetched: boolean;
|
|
42408
42409
|
isFetchedAfterMount: boolean;
|
|
@@ -42412,23 +42413,23 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42412
42413
|
isRefetching: boolean;
|
|
42413
42414
|
isStale: boolean;
|
|
42414
42415
|
isEnabled: boolean;
|
|
42415
|
-
refetch: (options?:
|
|
42416
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42416
42417
|
exact: number;
|
|
42417
42418
|
rounded: number | undefined;
|
|
42418
42419
|
sqrtPriceX96: bigint;
|
|
42419
|
-
},
|
|
42420
|
-
fetchStatus:
|
|
42420
|
+
}, viem184.ReadContractErrorType>>;
|
|
42421
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42421
42422
|
promise: Promise<{
|
|
42422
42423
|
exact: number;
|
|
42423
42424
|
rounded: number | undefined;
|
|
42424
42425
|
sqrtPriceX96: bigint;
|
|
42425
42426
|
}>;
|
|
42426
|
-
queryKey:
|
|
42427
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42427
42428
|
exact: number | undefined;
|
|
42428
42429
|
rounded: number | undefined;
|
|
42429
42430
|
sqrtPriceX96: bigint | undefined;
|
|
42430
42431
|
} | {
|
|
42431
|
-
error:
|
|
42432
|
+
error: viem184.ReadContractErrorType;
|
|
42432
42433
|
isError: true;
|
|
42433
42434
|
isPending: false;
|
|
42434
42435
|
isLoading: false;
|
|
@@ -42440,7 +42441,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42440
42441
|
dataUpdatedAt: number;
|
|
42441
42442
|
errorUpdatedAt: number;
|
|
42442
42443
|
failureCount: number;
|
|
42443
|
-
failureReason:
|
|
42444
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42444
42445
|
errorUpdateCount: number;
|
|
42445
42446
|
isFetched: boolean;
|
|
42446
42447
|
isFetchedAfterMount: boolean;
|
|
@@ -42450,18 +42451,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42450
42451
|
isRefetching: boolean;
|
|
42451
42452
|
isStale: boolean;
|
|
42452
42453
|
isEnabled: boolean;
|
|
42453
|
-
refetch: (options?:
|
|
42454
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42454
42455
|
exact: number;
|
|
42455
42456
|
rounded: number | undefined;
|
|
42456
42457
|
sqrtPriceX96: bigint;
|
|
42457
|
-
},
|
|
42458
|
-
fetchStatus:
|
|
42458
|
+
}, viem184.ReadContractErrorType>>;
|
|
42459
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42459
42460
|
promise: Promise<{
|
|
42460
42461
|
exact: number;
|
|
42461
42462
|
rounded: number | undefined;
|
|
42462
42463
|
sqrtPriceX96: bigint;
|
|
42463
42464
|
}>;
|
|
42464
|
-
queryKey:
|
|
42465
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42465
42466
|
exact: number | undefined;
|
|
42466
42467
|
rounded: number | undefined;
|
|
42467
42468
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42478,7 +42479,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42478
42479
|
dataUpdatedAt: number;
|
|
42479
42480
|
errorUpdatedAt: number;
|
|
42480
42481
|
failureCount: number;
|
|
42481
|
-
failureReason:
|
|
42482
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42482
42483
|
errorUpdateCount: number;
|
|
42483
42484
|
isFetched: boolean;
|
|
42484
42485
|
isFetchedAfterMount: boolean;
|
|
@@ -42488,18 +42489,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42488
42489
|
isRefetching: boolean;
|
|
42489
42490
|
isStale: boolean;
|
|
42490
42491
|
isEnabled: boolean;
|
|
42491
|
-
refetch: (options?:
|
|
42492
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42492
42493
|
exact: number;
|
|
42493
42494
|
rounded: number | undefined;
|
|
42494
42495
|
sqrtPriceX96: bigint;
|
|
42495
|
-
},
|
|
42496
|
-
fetchStatus:
|
|
42496
|
+
}, viem184.ReadContractErrorType>>;
|
|
42497
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42497
42498
|
promise: Promise<{
|
|
42498
42499
|
exact: number;
|
|
42499
42500
|
rounded: number | undefined;
|
|
42500
42501
|
sqrtPriceX96: bigint;
|
|
42501
42502
|
}>;
|
|
42502
|
-
queryKey:
|
|
42503
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42503
42504
|
exact: number | undefined;
|
|
42504
42505
|
rounded: number | undefined;
|
|
42505
42506
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42515,7 +42516,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42515
42516
|
dataUpdatedAt: number;
|
|
42516
42517
|
errorUpdatedAt: number;
|
|
42517
42518
|
failureCount: number;
|
|
42518
|
-
failureReason:
|
|
42519
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42519
42520
|
errorUpdateCount: number;
|
|
42520
42521
|
isFetched: boolean;
|
|
42521
42522
|
isFetchedAfterMount: boolean;
|
|
@@ -42526,18 +42527,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42526
42527
|
isRefetching: boolean;
|
|
42527
42528
|
isStale: boolean;
|
|
42528
42529
|
isEnabled: boolean;
|
|
42529
|
-
refetch: (options?:
|
|
42530
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42530
42531
|
exact: number;
|
|
42531
42532
|
rounded: number | undefined;
|
|
42532
42533
|
sqrtPriceX96: bigint;
|
|
42533
|
-
},
|
|
42534
|
-
fetchStatus:
|
|
42534
|
+
}, viem184.ReadContractErrorType>>;
|
|
42535
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42535
42536
|
promise: Promise<{
|
|
42536
42537
|
exact: number;
|
|
42537
42538
|
rounded: number | undefined;
|
|
42538
42539
|
sqrtPriceX96: bigint;
|
|
42539
42540
|
}>;
|
|
42540
|
-
queryKey:
|
|
42541
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42541
42542
|
exact: number | undefined;
|
|
42542
42543
|
rounded: number | undefined;
|
|
42543
42544
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42554,7 +42555,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42554
42555
|
dataUpdatedAt: number;
|
|
42555
42556
|
errorUpdatedAt: number;
|
|
42556
42557
|
failureCount: number;
|
|
42557
|
-
failureReason:
|
|
42558
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42558
42559
|
errorUpdateCount: number;
|
|
42559
42560
|
isFetched: boolean;
|
|
42560
42561
|
isFetchedAfterMount: boolean;
|
|
@@ -42564,18 +42565,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
42564
42565
|
isRefetching: boolean;
|
|
42565
42566
|
isStale: boolean;
|
|
42566
42567
|
isEnabled: boolean;
|
|
42567
|
-
refetch: (options?:
|
|
42568
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<{
|
|
42568
42569
|
exact: number;
|
|
42569
42570
|
rounded: number | undefined;
|
|
42570
42571
|
sqrtPriceX96: bigint;
|
|
42571
|
-
},
|
|
42572
|
-
fetchStatus:
|
|
42572
|
+
}, viem184.ReadContractErrorType>>;
|
|
42573
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42573
42574
|
promise: Promise<{
|
|
42574
42575
|
exact: number;
|
|
42575
42576
|
rounded: number | undefined;
|
|
42576
42577
|
sqrtPriceX96: bigint;
|
|
42577
42578
|
}>;
|
|
42578
|
-
queryKey:
|
|
42579
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42579
42580
|
exact: number | undefined;
|
|
42580
42581
|
rounded: number | undefined;
|
|
42581
42582
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -42586,8 +42587,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
42586
42587
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
42587
42588
|
//#endregion
|
|
42588
42589
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
42589
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
42590
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
42590
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
42591
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
|
|
42591
42592
|
//#endregion
|
|
42592
42593
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
42593
42594
|
interface BurnPosition {
|
|
@@ -42609,7 +42610,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
42609
42610
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
42610
42611
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
42611
42612
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
42612
|
-
error:
|
|
42613
|
+
error: viem184.ReadContractErrorType;
|
|
42613
42614
|
isError: true;
|
|
42614
42615
|
isPending: false;
|
|
42615
42616
|
isLoading: false;
|
|
@@ -42621,7 +42622,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42621
42622
|
dataUpdatedAt: number;
|
|
42622
42623
|
errorUpdatedAt: number;
|
|
42623
42624
|
failureCount: number;
|
|
42624
|
-
failureReason:
|
|
42625
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42625
42626
|
errorUpdateCount: number;
|
|
42626
42627
|
isFetched: boolean;
|
|
42627
42628
|
isFetchedAfterMount: boolean;
|
|
@@ -42631,7 +42632,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42631
42632
|
isRefetching: boolean;
|
|
42632
42633
|
isStale: boolean;
|
|
42633
42634
|
isEnabled: boolean;
|
|
42634
|
-
refetch: (options?:
|
|
42635
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42635
42636
|
tickLower: number;
|
|
42636
42637
|
tickUpper: number;
|
|
42637
42638
|
prevTickLower: number;
|
|
@@ -42641,8 +42642,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42641
42642
|
totalAmount1: bigint;
|
|
42642
42643
|
borrowedAmount0: bigint;
|
|
42643
42644
|
borrowedAmount1: bigint;
|
|
42644
|
-
}[],
|
|
42645
|
-
fetchStatus:
|
|
42645
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42646
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42646
42647
|
promise: Promise<readonly {
|
|
42647
42648
|
tickLower: number;
|
|
42648
42649
|
tickUpper: number;
|
|
@@ -42654,7 +42655,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42654
42655
|
borrowedAmount0: bigint;
|
|
42655
42656
|
borrowedAmount1: bigint;
|
|
42656
42657
|
}[]>;
|
|
42657
|
-
queryKey:
|
|
42658
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42658
42659
|
data: readonly {
|
|
42659
42660
|
tickLower: number;
|
|
42660
42661
|
tickUpper: number;
|
|
@@ -42679,7 +42680,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42679
42680
|
dataUpdatedAt: number;
|
|
42680
42681
|
errorUpdatedAt: number;
|
|
42681
42682
|
failureCount: number;
|
|
42682
|
-
failureReason:
|
|
42683
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42683
42684
|
errorUpdateCount: number;
|
|
42684
42685
|
isFetched: boolean;
|
|
42685
42686
|
isFetchedAfterMount: boolean;
|
|
@@ -42689,7 +42690,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42689
42690
|
isRefetching: boolean;
|
|
42690
42691
|
isStale: boolean;
|
|
42691
42692
|
isEnabled: boolean;
|
|
42692
|
-
refetch: (options?:
|
|
42693
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42693
42694
|
tickLower: number;
|
|
42694
42695
|
tickUpper: number;
|
|
42695
42696
|
prevTickLower: number;
|
|
@@ -42699,8 +42700,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42699
42700
|
totalAmount1: bigint;
|
|
42700
42701
|
borrowedAmount0: bigint;
|
|
42701
42702
|
borrowedAmount1: bigint;
|
|
42702
|
-
}[],
|
|
42703
|
-
fetchStatus:
|
|
42703
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42704
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42704
42705
|
promise: Promise<readonly {
|
|
42705
42706
|
tickLower: number;
|
|
42706
42707
|
tickUpper: number;
|
|
@@ -42712,7 +42713,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42712
42713
|
borrowedAmount0: bigint;
|
|
42713
42714
|
borrowedAmount1: bigint;
|
|
42714
42715
|
}[]>;
|
|
42715
|
-
queryKey:
|
|
42716
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42716
42717
|
data: readonly {
|
|
42717
42718
|
tickLower: number;
|
|
42718
42719
|
tickUpper: number;
|
|
@@ -42725,7 +42726,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42725
42726
|
borrowedAmount1: bigint;
|
|
42726
42727
|
}[];
|
|
42727
42728
|
} | {
|
|
42728
|
-
error:
|
|
42729
|
+
error: viem184.ReadContractErrorType;
|
|
42729
42730
|
isError: true;
|
|
42730
42731
|
isPending: false;
|
|
42731
42732
|
isLoading: false;
|
|
@@ -42737,7 +42738,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42737
42738
|
dataUpdatedAt: number;
|
|
42738
42739
|
errorUpdatedAt: number;
|
|
42739
42740
|
failureCount: number;
|
|
42740
|
-
failureReason:
|
|
42741
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42741
42742
|
errorUpdateCount: number;
|
|
42742
42743
|
isFetched: boolean;
|
|
42743
42744
|
isFetchedAfterMount: boolean;
|
|
@@ -42747,7 +42748,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42747
42748
|
isRefetching: boolean;
|
|
42748
42749
|
isStale: boolean;
|
|
42749
42750
|
isEnabled: boolean;
|
|
42750
|
-
refetch: (options?:
|
|
42751
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42751
42752
|
tickLower: number;
|
|
42752
42753
|
tickUpper: number;
|
|
42753
42754
|
prevTickLower: number;
|
|
@@ -42757,8 +42758,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42757
42758
|
totalAmount1: bigint;
|
|
42758
42759
|
borrowedAmount0: bigint;
|
|
42759
42760
|
borrowedAmount1: bigint;
|
|
42760
|
-
}[],
|
|
42761
|
-
fetchStatus:
|
|
42761
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42762
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42762
42763
|
promise: Promise<readonly {
|
|
42763
42764
|
tickLower: number;
|
|
42764
42765
|
tickUpper: number;
|
|
@@ -42770,7 +42771,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42770
42771
|
borrowedAmount0: bigint;
|
|
42771
42772
|
borrowedAmount1: bigint;
|
|
42772
42773
|
}[]>;
|
|
42773
|
-
queryKey:
|
|
42774
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42774
42775
|
data: readonly {
|
|
42775
42776
|
tickLower: number;
|
|
42776
42777
|
tickUpper: number;
|
|
@@ -42795,7 +42796,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42795
42796
|
dataUpdatedAt: number;
|
|
42796
42797
|
errorUpdatedAt: number;
|
|
42797
42798
|
failureCount: number;
|
|
42798
|
-
failureReason:
|
|
42799
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42799
42800
|
errorUpdateCount: number;
|
|
42800
42801
|
isFetched: boolean;
|
|
42801
42802
|
isFetchedAfterMount: boolean;
|
|
@@ -42805,7 +42806,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42805
42806
|
isRefetching: boolean;
|
|
42806
42807
|
isStale: boolean;
|
|
42807
42808
|
isEnabled: boolean;
|
|
42808
|
-
refetch: (options?:
|
|
42809
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42809
42810
|
tickLower: number;
|
|
42810
42811
|
tickUpper: number;
|
|
42811
42812
|
prevTickLower: number;
|
|
@@ -42815,8 +42816,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42815
42816
|
totalAmount1: bigint;
|
|
42816
42817
|
borrowedAmount0: bigint;
|
|
42817
42818
|
borrowedAmount1: bigint;
|
|
42818
|
-
}[],
|
|
42819
|
-
fetchStatus:
|
|
42819
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42820
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42820
42821
|
promise: Promise<readonly {
|
|
42821
42822
|
tickLower: number;
|
|
42822
42823
|
tickUpper: number;
|
|
@@ -42828,7 +42829,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42828
42829
|
borrowedAmount0: bigint;
|
|
42829
42830
|
borrowedAmount1: bigint;
|
|
42830
42831
|
}[]>;
|
|
42831
|
-
queryKey:
|
|
42832
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42832
42833
|
data: readonly {
|
|
42833
42834
|
tickLower: number;
|
|
42834
42835
|
tickUpper: number;
|
|
@@ -42852,7 +42853,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42852
42853
|
dataUpdatedAt: number;
|
|
42853
42854
|
errorUpdatedAt: number;
|
|
42854
42855
|
failureCount: number;
|
|
42855
|
-
failureReason:
|
|
42856
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42856
42857
|
errorUpdateCount: number;
|
|
42857
42858
|
isFetched: boolean;
|
|
42858
42859
|
isFetchedAfterMount: boolean;
|
|
@@ -42863,7 +42864,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42863
42864
|
isRefetching: boolean;
|
|
42864
42865
|
isStale: boolean;
|
|
42865
42866
|
isEnabled: boolean;
|
|
42866
|
-
refetch: (options?:
|
|
42867
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42867
42868
|
tickLower: number;
|
|
42868
42869
|
tickUpper: number;
|
|
42869
42870
|
prevTickLower: number;
|
|
@@ -42873,8 +42874,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42873
42874
|
totalAmount1: bigint;
|
|
42874
42875
|
borrowedAmount0: bigint;
|
|
42875
42876
|
borrowedAmount1: bigint;
|
|
42876
|
-
}[],
|
|
42877
|
-
fetchStatus:
|
|
42877
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42878
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42878
42879
|
promise: Promise<readonly {
|
|
42879
42880
|
tickLower: number;
|
|
42880
42881
|
tickUpper: number;
|
|
@@ -42886,7 +42887,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42886
42887
|
borrowedAmount0: bigint;
|
|
42887
42888
|
borrowedAmount1: bigint;
|
|
42888
42889
|
}[]>;
|
|
42889
|
-
queryKey:
|
|
42890
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42890
42891
|
data: readonly {
|
|
42891
42892
|
tickLower: number;
|
|
42892
42893
|
tickUpper: number;
|
|
@@ -42911,7 +42912,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42911
42912
|
dataUpdatedAt: number;
|
|
42912
42913
|
errorUpdatedAt: number;
|
|
42913
42914
|
failureCount: number;
|
|
42914
|
-
failureReason:
|
|
42915
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
42915
42916
|
errorUpdateCount: number;
|
|
42916
42917
|
isFetched: boolean;
|
|
42917
42918
|
isFetchedAfterMount: boolean;
|
|
@@ -42921,7 +42922,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42921
42922
|
isRefetching: boolean;
|
|
42922
42923
|
isStale: boolean;
|
|
42923
42924
|
isEnabled: boolean;
|
|
42924
|
-
refetch: (options?:
|
|
42925
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly {
|
|
42925
42926
|
tickLower: number;
|
|
42926
42927
|
tickUpper: number;
|
|
42927
42928
|
prevTickLower: number;
|
|
@@ -42931,8 +42932,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42931
42932
|
totalAmount1: bigint;
|
|
42932
42933
|
borrowedAmount0: bigint;
|
|
42933
42934
|
borrowedAmount1: bigint;
|
|
42934
|
-
}[],
|
|
42935
|
-
fetchStatus:
|
|
42935
|
+
}[], viem184.ReadContractErrorType>>;
|
|
42936
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
42936
42937
|
promise: Promise<readonly {
|
|
42937
42938
|
tickLower: number;
|
|
42938
42939
|
tickUpper: number;
|
|
@@ -42944,7 +42945,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
42944
42945
|
borrowedAmount0: bigint;
|
|
42945
42946
|
borrowedAmount1: bigint;
|
|
42946
42947
|
}[]>;
|
|
42947
|
-
queryKey:
|
|
42948
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
42948
42949
|
data: readonly {
|
|
42949
42950
|
tickLower: number;
|
|
42950
42951
|
tickUpper: number;
|
|
@@ -42970,7 +42971,7 @@ interface MintPositionParams {
|
|
|
42970
42971
|
tickUpper: number;
|
|
42971
42972
|
liquidity: bigint;
|
|
42972
42973
|
}
|
|
42973
|
-
declare const useMintLiquidity: (vaultAddr?: Address) =>
|
|
42974
|
+
declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
42974
42975
|
//#endregion
|
|
42975
42976
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
42976
42977
|
declare const useVaultData: (vaultAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
@@ -43002,7 +43003,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
43002
43003
|
borrowed0: Amount;
|
|
43003
43004
|
borrowed1: Amount;
|
|
43004
43005
|
blocksCount: bigint;
|
|
43005
|
-
refetch: (options?:
|
|
43006
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem184.ReadContractErrorType>>;
|
|
43006
43007
|
};
|
|
43007
43008
|
//#endregion
|
|
43008
43009
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -43015,7 +43016,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
43015
43016
|
//#endregion
|
|
43016
43017
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
43017
43018
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
43018
|
-
error:
|
|
43019
|
+
error: viem184.ReadContractErrorType;
|
|
43019
43020
|
isError: true;
|
|
43020
43021
|
isPending: false;
|
|
43021
43022
|
isLoading: false;
|
|
@@ -43027,7 +43028,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43027
43028
|
dataUpdatedAt: number;
|
|
43028
43029
|
errorUpdatedAt: number;
|
|
43029
43030
|
failureCount: number;
|
|
43030
|
-
failureReason:
|
|
43031
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43031
43032
|
errorUpdateCount: number;
|
|
43032
43033
|
isFetched: boolean;
|
|
43033
43034
|
isFetchedAfterMount: boolean;
|
|
@@ -43037,10 +43038,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43037
43038
|
isRefetching: boolean;
|
|
43038
43039
|
isStale: boolean;
|
|
43039
43040
|
isEnabled: boolean;
|
|
43040
|
-
refetch: (options?:
|
|
43041
|
-
fetchStatus:
|
|
43041
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43042
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43042
43043
|
promise: Promise<bigint>;
|
|
43043
|
-
queryKey:
|
|
43044
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43044
43045
|
data: Amount | undefined;
|
|
43045
43046
|
} | {
|
|
43046
43047
|
error: null;
|
|
@@ -43055,7 +43056,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43055
43056
|
dataUpdatedAt: number;
|
|
43056
43057
|
errorUpdatedAt: number;
|
|
43057
43058
|
failureCount: number;
|
|
43058
|
-
failureReason:
|
|
43059
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43059
43060
|
errorUpdateCount: number;
|
|
43060
43061
|
isFetched: boolean;
|
|
43061
43062
|
isFetchedAfterMount: boolean;
|
|
@@ -43065,13 +43066,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43065
43066
|
isRefetching: boolean;
|
|
43066
43067
|
isStale: boolean;
|
|
43067
43068
|
isEnabled: boolean;
|
|
43068
|
-
refetch: (options?:
|
|
43069
|
-
fetchStatus:
|
|
43069
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43070
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43070
43071
|
promise: Promise<bigint>;
|
|
43071
|
-
queryKey:
|
|
43072
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43072
43073
|
data: Amount | undefined;
|
|
43073
43074
|
} | {
|
|
43074
|
-
error:
|
|
43075
|
+
error: viem184.ReadContractErrorType;
|
|
43075
43076
|
isError: true;
|
|
43076
43077
|
isPending: false;
|
|
43077
43078
|
isLoading: false;
|
|
@@ -43083,7 +43084,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43083
43084
|
dataUpdatedAt: number;
|
|
43084
43085
|
errorUpdatedAt: number;
|
|
43085
43086
|
failureCount: number;
|
|
43086
|
-
failureReason:
|
|
43087
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43087
43088
|
errorUpdateCount: number;
|
|
43088
43089
|
isFetched: boolean;
|
|
43089
43090
|
isFetchedAfterMount: boolean;
|
|
@@ -43093,10 +43094,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43093
43094
|
isRefetching: boolean;
|
|
43094
43095
|
isStale: boolean;
|
|
43095
43096
|
isEnabled: boolean;
|
|
43096
|
-
refetch: (options?:
|
|
43097
|
-
fetchStatus:
|
|
43097
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43098
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43098
43099
|
promise: Promise<bigint>;
|
|
43099
|
-
queryKey:
|
|
43100
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43100
43101
|
data: Amount | undefined;
|
|
43101
43102
|
} | {
|
|
43102
43103
|
error: null;
|
|
@@ -43111,7 +43112,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43111
43112
|
dataUpdatedAt: number;
|
|
43112
43113
|
errorUpdatedAt: number;
|
|
43113
43114
|
failureCount: number;
|
|
43114
|
-
failureReason:
|
|
43115
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43115
43116
|
errorUpdateCount: number;
|
|
43116
43117
|
isFetched: boolean;
|
|
43117
43118
|
isFetchedAfterMount: boolean;
|
|
@@ -43121,10 +43122,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43121
43122
|
isRefetching: boolean;
|
|
43122
43123
|
isStale: boolean;
|
|
43123
43124
|
isEnabled: boolean;
|
|
43124
|
-
refetch: (options?:
|
|
43125
|
-
fetchStatus:
|
|
43125
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43126
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43126
43127
|
promise: Promise<bigint>;
|
|
43127
|
-
queryKey:
|
|
43128
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43128
43129
|
data: Amount | undefined;
|
|
43129
43130
|
} | {
|
|
43130
43131
|
error: null;
|
|
@@ -43138,7 +43139,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43138
43139
|
dataUpdatedAt: number;
|
|
43139
43140
|
errorUpdatedAt: number;
|
|
43140
43141
|
failureCount: number;
|
|
43141
|
-
failureReason:
|
|
43142
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43142
43143
|
errorUpdateCount: number;
|
|
43143
43144
|
isFetched: boolean;
|
|
43144
43145
|
isFetchedAfterMount: boolean;
|
|
@@ -43149,10 +43150,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43149
43150
|
isRefetching: boolean;
|
|
43150
43151
|
isStale: boolean;
|
|
43151
43152
|
isEnabled: boolean;
|
|
43152
|
-
refetch: (options?:
|
|
43153
|
-
fetchStatus:
|
|
43153
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43154
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43154
43155
|
promise: Promise<bigint>;
|
|
43155
|
-
queryKey:
|
|
43156
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43156
43157
|
data: Amount | undefined;
|
|
43157
43158
|
} | {
|
|
43158
43159
|
isError: false;
|
|
@@ -43167,7 +43168,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43167
43168
|
dataUpdatedAt: number;
|
|
43168
43169
|
errorUpdatedAt: number;
|
|
43169
43170
|
failureCount: number;
|
|
43170
|
-
failureReason:
|
|
43171
|
+
failureReason: viem184.ReadContractErrorType | null;
|
|
43171
43172
|
errorUpdateCount: number;
|
|
43172
43173
|
isFetched: boolean;
|
|
43173
43174
|
isFetchedAfterMount: boolean;
|
|
@@ -43177,10 +43178,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
43177
43178
|
isRefetching: boolean;
|
|
43178
43179
|
isStale: boolean;
|
|
43179
43180
|
isEnabled: boolean;
|
|
43180
|
-
refetch: (options?:
|
|
43181
|
-
fetchStatus:
|
|
43181
|
+
refetch: (options?: _tanstack_query_core17.RefetchOptions) => Promise<_tanstack_query_core17.QueryObserverResult<bigint, viem184.ReadContractErrorType>>;
|
|
43182
|
+
fetchStatus: _tanstack_query_core17.FetchStatus;
|
|
43182
43183
|
promise: Promise<bigint>;
|
|
43183
|
-
queryKey:
|
|
43184
|
+
queryKey: _tanstack_query_core17.QueryKey;
|
|
43184
43185
|
data: Amount | undefined;
|
|
43185
43186
|
};
|
|
43186
43187
|
//#endregion
|
|
@@ -43197,7 +43198,7 @@ declare const useApproval: () => {
|
|
|
43197
43198
|
declare const useLens: () => {
|
|
43198
43199
|
timelockLens: {
|
|
43199
43200
|
read: {
|
|
43200
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
43201
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
43201
43202
|
readonly type: "function";
|
|
43202
43203
|
readonly name: "batchGetRefTick";
|
|
43203
43204
|
readonly inputs: readonly [{
|
|
@@ -43898,7 +43899,7 @@ declare const useLens: () => {
|
|
|
43898
43899
|
}];
|
|
43899
43900
|
readonly stateMutability: "view";
|
|
43900
43901
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
43901
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
43902
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
43902
43903
|
readonly type: "function";
|
|
43903
43904
|
readonly name: "batchGetRefTick";
|
|
43904
43905
|
readonly inputs: readonly [{
|
|
@@ -44609,7 +44610,7 @@ declare const useLens: () => {
|
|
|
44609
44610
|
borrowedAmount0: bigint;
|
|
44610
44611
|
borrowedAmount1: bigint;
|
|
44611
44612
|
}[]>;
|
|
44612
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
44613
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
44613
44614
|
readonly type: "function";
|
|
44614
44615
|
readonly name: "batchGetRefTick";
|
|
44615
44616
|
readonly inputs: readonly [{
|
|
@@ -45320,7 +45321,7 @@ declare const useLens: () => {
|
|
|
45320
45321
|
expiresAt: number;
|
|
45321
45322
|
liquidities: readonly bigint[];
|
|
45322
45323
|
}[], bigint, boolean]>;
|
|
45323
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
45324
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
45324
45325
|
readonly type: "function";
|
|
45325
45326
|
readonly name: "batchGetRefTick";
|
|
45326
45327
|
readonly inputs: readonly [{
|
|
@@ -46021,7 +46022,7 @@ declare const useLens: () => {
|
|
|
46021
46022
|
}];
|
|
46022
46023
|
readonly stateMutability: "view";
|
|
46023
46024
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
46024
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
46025
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
46025
46026
|
readonly type: "function";
|
|
46026
46027
|
readonly name: "batchGetRefTick";
|
|
46027
46028
|
readonly inputs: readonly [{
|
|
@@ -46742,7 +46743,7 @@ declare const useLens: () => {
|
|
|
46742
46743
|
payoutAssetName: string;
|
|
46743
46744
|
optionsCount: bigint;
|
|
46744
46745
|
}>;
|
|
46745
|
-
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?:
|
|
46746
|
+
getMaxATMSizes: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
46746
46747
|
readonly type: "function";
|
|
46747
46748
|
readonly name: "batchGetRefTick";
|
|
46748
46749
|
readonly inputs: readonly [{
|
|
@@ -47443,7 +47444,7 @@ declare const useLens: () => {
|
|
|
47443
47444
|
}];
|
|
47444
47445
|
readonly stateMutability: "view";
|
|
47445
47446
|
}], "getMaxATMSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
47446
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
47447
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
47447
47448
|
readonly type: "function";
|
|
47448
47449
|
readonly name: "batchGetRefTick";
|
|
47449
47450
|
readonly inputs: readonly [{
|
|
@@ -48144,7 +48145,7 @@ declare const useLens: () => {
|
|
|
48144
48145
|
}];
|
|
48145
48146
|
readonly stateMutability: "view";
|
|
48146
48147
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
48147
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
48148
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
48148
48149
|
readonly type: "function";
|
|
48149
48150
|
readonly name: "batchGetRefTick";
|
|
48150
48151
|
readonly inputs: readonly [{
|
|
@@ -48845,7 +48846,7 @@ declare const useLens: () => {
|
|
|
48845
48846
|
}];
|
|
48846
48847
|
readonly stateMutability: "view";
|
|
48847
48848
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
48848
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
48849
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
48849
48850
|
readonly type: "function";
|
|
48850
48851
|
readonly name: "batchGetRefTick";
|
|
48851
48852
|
readonly inputs: readonly [{
|
|
@@ -49556,7 +49557,7 @@ declare const useLens: () => {
|
|
|
49556
49557
|
expiresAt: number;
|
|
49557
49558
|
liquidities: readonly bigint[];
|
|
49558
49559
|
}>;
|
|
49559
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
49560
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
49560
49561
|
readonly type: "function";
|
|
49561
49562
|
readonly name: "batchGetRefTick";
|
|
49562
49563
|
readonly inputs: readonly [{
|
|
@@ -50273,7 +50274,7 @@ declare const useLens: () => {
|
|
|
50273
50274
|
fee: number;
|
|
50274
50275
|
tickSpacing: number;
|
|
50275
50276
|
hooks: `0x${string}`;
|
|
50276
|
-
}], options?:
|
|
50277
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
50277
50278
|
readonly type: "function";
|
|
50278
50279
|
readonly name: "batchGetRefTick";
|
|
50279
50280
|
readonly inputs: readonly [{
|
|
@@ -50991,7 +50992,7 @@ declare const useLens: () => {
|
|
|
50991
50992
|
tickSpacing: number;
|
|
50992
50993
|
fee: number;
|
|
50993
50994
|
}>;
|
|
50994
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
50995
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
50995
50996
|
readonly type: "function";
|
|
50996
50997
|
readonly name: "batchGetRefTick";
|
|
50997
50998
|
readonly inputs: readonly [{
|
|
@@ -51692,7 +51693,7 @@ declare const useLens: () => {
|
|
|
51692
51693
|
}];
|
|
51693
51694
|
readonly stateMutability: "view";
|
|
51694
51695
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
51695
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
51696
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
51696
51697
|
readonly type: "function";
|
|
51697
51698
|
readonly name: "batchGetRefTick";
|
|
51698
51699
|
readonly inputs: readonly [{
|
|
@@ -52397,7 +52398,7 @@ declare const useLens: () => {
|
|
|
52397
52398
|
symbol: string;
|
|
52398
52399
|
name: string;
|
|
52399
52400
|
}>;
|
|
52400
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
52401
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
52401
52402
|
readonly type: "function";
|
|
52402
52403
|
readonly name: "batchGetRefTick";
|
|
52403
52404
|
readonly inputs: readonly [{
|
|
@@ -53108,7 +53109,7 @@ declare const useLens: () => {
|
|
|
53108
53109
|
expiresAt: number;
|
|
53109
53110
|
liquidities: readonly bigint[];
|
|
53110
53111
|
}[], bigint, boolean]>;
|
|
53111
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
53112
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
53112
53113
|
readonly type: "function";
|
|
53113
53114
|
readonly name: "batchGetRefTick";
|
|
53114
53115
|
readonly inputs: readonly [{
|
|
@@ -53818,7 +53819,7 @@ declare const useLens: () => {
|
|
|
53818
53819
|
hooks: `0x${string}`;
|
|
53819
53820
|
};
|
|
53820
53821
|
}>;
|
|
53821
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
53822
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
53822
53823
|
readonly type: "function";
|
|
53823
53824
|
readonly name: "batchGetRefTick";
|
|
53824
53825
|
readonly inputs: readonly [{
|
|
@@ -55225,7 +55226,7 @@ declare const useLens: () => {
|
|
|
55225
55226
|
} | undefined;
|
|
55226
55227
|
stateView: {
|
|
55227
55228
|
read: {
|
|
55228
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
55229
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
55229
55230
|
readonly type: "function";
|
|
55230
55231
|
readonly name: "getFeeGrowthGlobals";
|
|
55231
55232
|
readonly inputs: readonly [{
|
|
@@ -56072,7 +56073,7 @@ declare const useLens: () => {
|
|
|
56072
56073
|
fee: number;
|
|
56073
56074
|
tickSpacing: number;
|
|
56074
56075
|
hooks: `0x${string}`;
|
|
56075
|
-
}], options?:
|
|
56076
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
56076
56077
|
readonly type: "function";
|
|
56077
56078
|
readonly name: "getFeeGrowthGlobals";
|
|
56078
56079
|
readonly inputs: readonly [{
|
|
@@ -56914,7 +56915,7 @@ declare const useLens: () => {
|
|
|
56914
56915
|
tickSpacing: number;
|
|
56915
56916
|
hooks: `0x${string}`;
|
|
56916
56917
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
56917
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
56918
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
56918
56919
|
readonly type: "function";
|
|
56919
56920
|
readonly name: "getFeeGrowthGlobals";
|
|
56920
56921
|
readonly inputs: readonly [{
|
|
@@ -57761,7 +57762,7 @@ declare const useLens: () => {
|
|
|
57761
57762
|
fee: number;
|
|
57762
57763
|
tickSpacing: number;
|
|
57763
57764
|
hooks: `0x${string}`;
|
|
57764
|
-
}, number, number], options?:
|
|
57765
|
+
}, number, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
57765
57766
|
readonly type: "function";
|
|
57766
57767
|
readonly name: "getFeeGrowthGlobals";
|
|
57767
57768
|
readonly inputs: readonly [{
|
|
@@ -58603,7 +58604,7 @@ declare const useLens: () => {
|
|
|
58603
58604
|
tickSpacing: number;
|
|
58604
58605
|
hooks: `0x${string}`;
|
|
58605
58606
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
58606
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
58607
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
58607
58608
|
readonly type: "function";
|
|
58608
58609
|
readonly name: "getFeeGrowthGlobals";
|
|
58609
58610
|
readonly inputs: readonly [{
|
|
@@ -59450,7 +59451,7 @@ declare const useLens: () => {
|
|
|
59450
59451
|
fee: number;
|
|
59451
59452
|
tickSpacing: number;
|
|
59452
59453
|
hooks: `0x${string}`;
|
|
59453
|
-
}], options?:
|
|
59454
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
59454
59455
|
readonly type: "function";
|
|
59455
59456
|
readonly name: "getFeeGrowthGlobals";
|
|
59456
59457
|
readonly inputs: readonly [{
|
|
@@ -60292,7 +60293,7 @@ declare const useLens: () => {
|
|
|
60292
60293
|
tickSpacing: number;
|
|
60293
60294
|
hooks: `0x${string}`;
|
|
60294
60295
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
60295
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
60296
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
60296
60297
|
readonly type: "function";
|
|
60297
60298
|
readonly name: "getFeeGrowthGlobals";
|
|
60298
60299
|
readonly inputs: readonly [{
|
|
@@ -61139,7 +61140,7 @@ declare const useLens: () => {
|
|
|
61139
61140
|
fee: number;
|
|
61140
61141
|
tickSpacing: number;
|
|
61141
61142
|
hooks: `0x${string}`;
|
|
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?:
|
|
61143
|
+
}, `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 [{
|
|
61143
61144
|
readonly type: "function";
|
|
61144
61145
|
readonly name: "getFeeGrowthGlobals";
|
|
61145
61146
|
readonly inputs: readonly [{
|
|
@@ -61992,7 +61993,7 @@ declare const useLens: () => {
|
|
|
61992
61993
|
fee: number;
|
|
61993
61994
|
tickSpacing: number;
|
|
61994
61995
|
hooks: `0x${string}`;
|
|
61995
|
-
}, `0x${string}`], options?:
|
|
61996
|
+
}, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
61996
61997
|
readonly type: "function";
|
|
61997
61998
|
readonly name: "getFeeGrowthGlobals";
|
|
61998
61999
|
readonly inputs: readonly [{
|
|
@@ -62845,7 +62846,7 @@ declare const useLens: () => {
|
|
|
62845
62846
|
fee: number;
|
|
62846
62847
|
tickSpacing: number;
|
|
62847
62848
|
hooks: `0x${string}`;
|
|
62848
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
62849
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
62849
62850
|
readonly type: "function";
|
|
62850
62851
|
readonly name: "getFeeGrowthGlobals";
|
|
62851
62852
|
readonly inputs: readonly [{
|
|
@@ -63693,7 +63694,7 @@ declare const useLens: () => {
|
|
|
63693
63694
|
tickSpacing: number;
|
|
63694
63695
|
hooks: `0x${string}`;
|
|
63695
63696
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
63696
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
63697
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
63697
63698
|
readonly type: "function";
|
|
63698
63699
|
readonly name: "getFeeGrowthGlobals";
|
|
63699
63700
|
readonly inputs: readonly [{
|
|
@@ -64540,7 +64541,7 @@ declare const useLens: () => {
|
|
|
64540
64541
|
fee: number;
|
|
64541
64542
|
tickSpacing: number;
|
|
64542
64543
|
hooks: `0x${string}`;
|
|
64543
|
-
}, `0x${string}`], options?:
|
|
64544
|
+
}, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
64544
64545
|
readonly type: "function";
|
|
64545
64546
|
readonly name: "getFeeGrowthGlobals";
|
|
64546
64547
|
readonly inputs: readonly [{
|
|
@@ -65382,7 +65383,7 @@ declare const useLens: () => {
|
|
|
65382
65383
|
tickSpacing: number;
|
|
65383
65384
|
hooks: `0x${string}`;
|
|
65384
65385
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
65385
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
65386
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
65386
65387
|
readonly type: "function";
|
|
65387
65388
|
readonly name: "getFeeGrowthGlobals";
|
|
65388
65389
|
readonly inputs: readonly [{
|
|
@@ -66217,19 +66218,19 @@ declare const useLens: () => {
|
|
|
66217
66218
|
readonly internalType: "int128";
|
|
66218
66219
|
}];
|
|
66219
66220
|
readonly stateMutability: "view";
|
|
66220
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
66221
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
66221
66222
|
currency0: `0x${string}`;
|
|
66222
66223
|
currency1: `0x${string}`;
|
|
66223
66224
|
fee: number;
|
|
66224
66225
|
tickSpacing: number;
|
|
66225
66226
|
hooks: `0x${string}`;
|
|
66226
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
66227
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
66227
66228
|
currency0: `0x${string}`;
|
|
66228
66229
|
currency1: `0x${string}`;
|
|
66229
66230
|
fee: number;
|
|
66230
66231
|
tickSpacing: number;
|
|
66231
66232
|
hooks: `0x${string}`;
|
|
66232
|
-
}], options?:
|
|
66233
|
+
}], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
66233
66234
|
readonly type: "function";
|
|
66234
66235
|
readonly name: "getFeeGrowthGlobals";
|
|
66235
66236
|
readonly inputs: readonly [{
|
|
@@ -67064,14 +67065,14 @@ declare const useLens: () => {
|
|
|
67064
67065
|
readonly internalType: "int128";
|
|
67065
67066
|
}];
|
|
67066
67067
|
readonly stateMutability: "view";
|
|
67067
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
67068
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
67068
67069
|
currency0: `0x${string}`;
|
|
67069
67070
|
currency1: `0x${string}`;
|
|
67070
67071
|
fee: number;
|
|
67071
67072
|
tickSpacing: number;
|
|
67072
67073
|
hooks: `0x${string}`;
|
|
67073
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
67074
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
67074
|
+
}] | readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
67075
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
67075
67076
|
readonly type: "function";
|
|
67076
67077
|
readonly name: "getFeeGrowthGlobals";
|
|
67077
67078
|
readonly inputs: readonly [{
|
|
@@ -67918,7 +67919,7 @@ declare const useLens: () => {
|
|
|
67918
67919
|
fee: number;
|
|
67919
67920
|
tickSpacing: number;
|
|
67920
67921
|
hooks: `0x${string}`;
|
|
67921
|
-
}, number], options?:
|
|
67922
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
67922
67923
|
readonly type: "function";
|
|
67923
67924
|
readonly name: "getFeeGrowthGlobals";
|
|
67924
67925
|
readonly inputs: readonly [{
|
|
@@ -68760,7 +68761,7 @@ declare const useLens: () => {
|
|
|
68760
68761
|
tickSpacing: number;
|
|
68761
68762
|
hooks: `0x${string}`;
|
|
68762
68763
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
68763
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
68764
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
68764
68765
|
readonly type: "function";
|
|
68765
68766
|
readonly name: "getFeeGrowthGlobals";
|
|
68766
68767
|
readonly inputs: readonly [{
|
|
@@ -69607,7 +69608,7 @@ declare const useLens: () => {
|
|
|
69607
69608
|
fee: number;
|
|
69608
69609
|
tickSpacing: number;
|
|
69609
69610
|
hooks: `0x${string}`;
|
|
69610
|
-
}, number], options?:
|
|
69611
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
69611
69612
|
readonly type: "function";
|
|
69612
69613
|
readonly name: "getFeeGrowthGlobals";
|
|
69613
69614
|
readonly inputs: readonly [{
|
|
@@ -70449,7 +70450,7 @@ declare const useLens: () => {
|
|
|
70449
70450
|
tickSpacing: number;
|
|
70450
70451
|
hooks: `0x${string}`;
|
|
70451
70452
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
70452
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
70453
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
70453
70454
|
readonly type: "function";
|
|
70454
70455
|
readonly name: "getFeeGrowthGlobals";
|
|
70455
70456
|
readonly inputs: readonly [{
|
|
@@ -71296,7 +71297,7 @@ declare const useLens: () => {
|
|
|
71296
71297
|
fee: number;
|
|
71297
71298
|
tickSpacing: number;
|
|
71298
71299
|
hooks: `0x${string}`;
|
|
71299
|
-
}, number], options?:
|
|
71300
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
71300
71301
|
readonly type: "function";
|
|
71301
71302
|
readonly name: "getFeeGrowthGlobals";
|
|
71302
71303
|
readonly inputs: readonly [{
|
|
@@ -72138,7 +72139,7 @@ declare const useLens: () => {
|
|
|
72138
72139
|
tickSpacing: number;
|
|
72139
72140
|
hooks: `0x${string}`;
|
|
72140
72141
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
72141
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
72142
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
72142
72143
|
readonly type: "function";
|
|
72143
72144
|
readonly name: "getFeeGrowthGlobals";
|
|
72144
72145
|
readonly inputs: readonly [{
|
|
@@ -72985,7 +72986,7 @@ declare const useLens: () => {
|
|
|
72985
72986
|
fee: number;
|
|
72986
72987
|
tickSpacing: number;
|
|
72987
72988
|
hooks: `0x${string}`;
|
|
72988
|
-
}, number], options?:
|
|
72989
|
+
}, number], options?: viem184.Prettify<viem184.UnionOmit<viem184.ReadContractParameters<readonly [{
|
|
72989
72990
|
readonly type: "function";
|
|
72990
72991
|
readonly name: "getFeeGrowthGlobals";
|
|
72991
72992
|
readonly inputs: readonly [{
|
|
@@ -74669,4 +74670,4 @@ declare const useLens: () => {
|
|
|
74669
74670
|
};
|
|
74670
74671
|
//#endregion
|
|
74671
74672
|
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-
|
|
74673
|
+
//# sourceMappingURL=client-X8wiNH4U.d.cts.map
|