timelock-sdk 0.0.152 → 0.0.153
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-D3bjMcG6.d.cts → client-BqydZjhA.d.cts} +795 -214
- package/dist/{client-C_K2WYRG.d.ts → client-CbVaB9SD.d.ts} +988 -407
- package/dist/client.cjs +11 -39
- 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 +11 -39
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-Ca6wNxS_.cjs → optionUtils-D4d_u_d3.cjs} +3 -3
- package/dist/{optionUtils-Ca6wNxS_.cjs.map → optionUtils-D4d_u_d3.cjs.map} +1 -1
- package/dist/{optionUtils-y7UljRiD.js → optionUtils-DJ8kTxc_.js} +3 -3
- package/dist/{optionUtils-y7UljRiD.js.map → optionUtils-DJ8kTxc_.js.map} +1 -1
- package/dist/{optionsMarket-C_RhiADr.js → optionsMarket-C83iT_EM.js} +21 -1
- package/dist/optionsMarket-C83iT_EM.js.map +1 -0
- package/dist/{optionsMarket-XbnJNwMF.cjs → optionsMarket-DmR1QeKW.cjs} +21 -1
- package/dist/optionsMarket-DmR1QeKW.cjs.map +1 -0
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-BvytoF0M.d.cts → uniswapMathLens-2KoUe3_5.d.ts} +17 -1
- package/dist/{uniswapMathLens-D5k9_mba.d.ts → uniswapMathLens-td1h0_OB.d.cts} +17 -1
- package/package.json +1 -1
- package/dist/optionsMarket-C_RhiADr.js.map +0 -1
- package/dist/optionsMarket-XbnJNwMF.cjs.map +0 -1
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-
|
|
2
|
-
import * as
|
|
1
|
+
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-2KoUe3_5.js";
|
|
2
|
+
import * as viem0 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import Big from "big.js";
|
|
5
5
|
import JSBI from "jsbi";
|
|
6
6
|
import React, { ReactNode } from "react";
|
|
7
7
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
|
-
import * as
|
|
8
|
+
import * as _tanstack_react_query1 from "@tanstack/react-query";
|
|
9
9
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
10
10
|
import "graphql";
|
|
11
|
-
import * as
|
|
11
|
+
import * as _tanstack_query_core137 from "@tanstack/query-core";
|
|
12
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
13
13
|
|
|
14
14
|
//#region src/generated/graphql.d.ts
|
|
@@ -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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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: viem0.Prettify<viem0.UnionOmit<viem0.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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1503
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1682
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1861
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2040
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2219
2219
|
} & {
|
|
2220
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2220
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2399
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2578
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2757
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2936
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
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], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
3115
3115
|
};
|
|
3116
3116
|
simulate: {
|
|
3117
|
-
approve: <chainOverride extends
|
|
3117
|
+
approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3474
|
+
decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3831
|
+
increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4188
|
+
transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4545
|
+
transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4902
4902
|
};
|
|
4903
4903
|
write: {
|
|
4904
|
-
approve: <chainOverride extends
|
|
4904
|
+
approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5083
|
+
decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5262
|
+
increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5441
|
+
transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5620
|
+
transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
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], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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}`, `0x${string}`] | 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
|
-
}]
|
|
16982
|
+
}]>, "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?: viem0.Prettify<viem0.UnionOmit<viem0.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}`, `0x${string}`] | 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
|
-
}]
|
|
17830
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
17829
|
+
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17830
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.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?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
25428
25428
|
readonly type: "function";
|
|
25429
25429
|
readonly name: "batchGetRefTick";
|
|
25430
25430
|
readonly inputs: readonly [{
|
|
@@ -25675,6 +25675,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25675
25675
|
readonly name: "optionsCount";
|
|
25676
25676
|
readonly type: "uint256";
|
|
25677
25677
|
readonly internalType: "uint256";
|
|
25678
|
+
}, {
|
|
25679
|
+
readonly name: "guardian";
|
|
25680
|
+
readonly type: "address";
|
|
25681
|
+
readonly internalType: "address";
|
|
25682
|
+
}, {
|
|
25683
|
+
readonly name: "optionPricing";
|
|
25684
|
+
readonly type: "address";
|
|
25685
|
+
readonly internalType: "address";
|
|
25686
|
+
}, {
|
|
25687
|
+
readonly name: "feeStrategy";
|
|
25688
|
+
readonly type: "address";
|
|
25689
|
+
readonly internalType: "address";
|
|
25690
|
+
}, {
|
|
25691
|
+
readonly name: "feeRecipient";
|
|
25692
|
+
readonly type: "address";
|
|
25693
|
+
readonly internalType: "address";
|
|
25678
25694
|
}];
|
|
25679
25695
|
}];
|
|
25680
25696
|
readonly stateMutability: "view";
|
|
@@ -26159,7 +26175,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26159
26175
|
}];
|
|
26160
26176
|
readonly stateMutability: "view";
|
|
26161
26177
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
26162
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
26178
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26163
26179
|
readonly type: "function";
|
|
26164
26180
|
readonly name: "batchGetRefTick";
|
|
26165
26181
|
readonly inputs: readonly [{
|
|
@@ -26410,6 +26426,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26410
26426
|
readonly name: "optionsCount";
|
|
26411
26427
|
readonly type: "uint256";
|
|
26412
26428
|
readonly internalType: "uint256";
|
|
26429
|
+
}, {
|
|
26430
|
+
readonly name: "guardian";
|
|
26431
|
+
readonly type: "address";
|
|
26432
|
+
readonly internalType: "address";
|
|
26433
|
+
}, {
|
|
26434
|
+
readonly name: "optionPricing";
|
|
26435
|
+
readonly type: "address";
|
|
26436
|
+
readonly internalType: "address";
|
|
26437
|
+
}, {
|
|
26438
|
+
readonly name: "feeStrategy";
|
|
26439
|
+
readonly type: "address";
|
|
26440
|
+
readonly internalType: "address";
|
|
26441
|
+
}, {
|
|
26442
|
+
readonly name: "feeRecipient";
|
|
26443
|
+
readonly type: "address";
|
|
26444
|
+
readonly internalType: "address";
|
|
26413
26445
|
}];
|
|
26414
26446
|
}];
|
|
26415
26447
|
readonly stateMutability: "view";
|
|
@@ -26906,7 +26938,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26906
26938
|
borrowedAmount0: bigint;
|
|
26907
26939
|
borrowedAmount1: bigint;
|
|
26908
26940
|
}[]>;
|
|
26909
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
26941
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26910
26942
|
readonly type: "function";
|
|
26911
26943
|
readonly name: "batchGetRefTick";
|
|
26912
26944
|
readonly inputs: readonly [{
|
|
@@ -27157,6 +27189,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27157
27189
|
readonly name: "optionsCount";
|
|
27158
27190
|
readonly type: "uint256";
|
|
27159
27191
|
readonly internalType: "uint256";
|
|
27192
|
+
}, {
|
|
27193
|
+
readonly name: "guardian";
|
|
27194
|
+
readonly type: "address";
|
|
27195
|
+
readonly internalType: "address";
|
|
27196
|
+
}, {
|
|
27197
|
+
readonly name: "optionPricing";
|
|
27198
|
+
readonly type: "address";
|
|
27199
|
+
readonly internalType: "address";
|
|
27200
|
+
}, {
|
|
27201
|
+
readonly name: "feeStrategy";
|
|
27202
|
+
readonly type: "address";
|
|
27203
|
+
readonly internalType: "address";
|
|
27204
|
+
}, {
|
|
27205
|
+
readonly name: "feeRecipient";
|
|
27206
|
+
readonly type: "address";
|
|
27207
|
+
readonly internalType: "address";
|
|
27160
27208
|
}];
|
|
27161
27209
|
}];
|
|
27162
27210
|
readonly stateMutability: "view";
|
|
@@ -27651,7 +27699,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27651
27699
|
expiresAt: number;
|
|
27652
27700
|
liquidities: readonly bigint[];
|
|
27653
27701
|
}[], bigint, boolean]>;
|
|
27654
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
27702
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
27655
27703
|
readonly type: "function";
|
|
27656
27704
|
readonly name: "batchGetRefTick";
|
|
27657
27705
|
readonly inputs: readonly [{
|
|
@@ -27902,6 +27950,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27902
27950
|
readonly name: "optionsCount";
|
|
27903
27951
|
readonly type: "uint256";
|
|
27904
27952
|
readonly internalType: "uint256";
|
|
27953
|
+
}, {
|
|
27954
|
+
readonly name: "guardian";
|
|
27955
|
+
readonly type: "address";
|
|
27956
|
+
readonly internalType: "address";
|
|
27957
|
+
}, {
|
|
27958
|
+
readonly name: "optionPricing";
|
|
27959
|
+
readonly type: "address";
|
|
27960
|
+
readonly internalType: "address";
|
|
27961
|
+
}, {
|
|
27962
|
+
readonly name: "feeStrategy";
|
|
27963
|
+
readonly type: "address";
|
|
27964
|
+
readonly internalType: "address";
|
|
27965
|
+
}, {
|
|
27966
|
+
readonly name: "feeRecipient";
|
|
27967
|
+
readonly type: "address";
|
|
27968
|
+
readonly internalType: "address";
|
|
27905
27969
|
}];
|
|
27906
27970
|
}];
|
|
27907
27971
|
readonly stateMutability: "view";
|
|
@@ -28386,7 +28450,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28386
28450
|
}];
|
|
28387
28451
|
readonly stateMutability: "view";
|
|
28388
28452
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
28389
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
28453
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
28390
28454
|
readonly type: "function";
|
|
28391
28455
|
readonly name: "batchGetRefTick";
|
|
28392
28456
|
readonly inputs: readonly [{
|
|
@@ -28637,6 +28701,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28637
28701
|
readonly name: "optionsCount";
|
|
28638
28702
|
readonly type: "uint256";
|
|
28639
28703
|
readonly internalType: "uint256";
|
|
28704
|
+
}, {
|
|
28705
|
+
readonly name: "guardian";
|
|
28706
|
+
readonly type: "address";
|
|
28707
|
+
readonly internalType: "address";
|
|
28708
|
+
}, {
|
|
28709
|
+
readonly name: "optionPricing";
|
|
28710
|
+
readonly type: "address";
|
|
28711
|
+
readonly internalType: "address";
|
|
28712
|
+
}, {
|
|
28713
|
+
readonly name: "feeStrategy";
|
|
28714
|
+
readonly type: "address";
|
|
28715
|
+
readonly internalType: "address";
|
|
28716
|
+
}, {
|
|
28717
|
+
readonly name: "feeRecipient";
|
|
28718
|
+
readonly type: "address";
|
|
28719
|
+
readonly internalType: "address";
|
|
28640
28720
|
}];
|
|
28641
28721
|
}];
|
|
28642
28722
|
readonly stateMutability: "view";
|
|
@@ -29140,8 +29220,12 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29140
29220
|
optionAssetName: string;
|
|
29141
29221
|
payoutAssetName: string;
|
|
29142
29222
|
optionsCount: bigint;
|
|
29223
|
+
guardian: `0x${string}`;
|
|
29224
|
+
optionPricing: `0x${string}`;
|
|
29225
|
+
feeStrategy: `0x${string}`;
|
|
29226
|
+
feeRecipient: `0x${string}`;
|
|
29143
29227
|
}>;
|
|
29144
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
29228
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
29145
29229
|
readonly type: "function";
|
|
29146
29230
|
readonly name: "batchGetRefTick";
|
|
29147
29231
|
readonly inputs: readonly [{
|
|
@@ -29392,6 +29476,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29392
29476
|
readonly name: "optionsCount";
|
|
29393
29477
|
readonly type: "uint256";
|
|
29394
29478
|
readonly internalType: "uint256";
|
|
29479
|
+
}, {
|
|
29480
|
+
readonly name: "guardian";
|
|
29481
|
+
readonly type: "address";
|
|
29482
|
+
readonly internalType: "address";
|
|
29483
|
+
}, {
|
|
29484
|
+
readonly name: "optionPricing";
|
|
29485
|
+
readonly type: "address";
|
|
29486
|
+
readonly internalType: "address";
|
|
29487
|
+
}, {
|
|
29488
|
+
readonly name: "feeStrategy";
|
|
29489
|
+
readonly type: "address";
|
|
29490
|
+
readonly internalType: "address";
|
|
29491
|
+
}, {
|
|
29492
|
+
readonly name: "feeRecipient";
|
|
29493
|
+
readonly type: "address";
|
|
29494
|
+
readonly internalType: "address";
|
|
29395
29495
|
}];
|
|
29396
29496
|
}];
|
|
29397
29497
|
readonly stateMutability: "view";
|
|
@@ -29876,7 +29976,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29876
29976
|
}];
|
|
29877
29977
|
readonly stateMutability: "view";
|
|
29878
29978
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
29879
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
29979
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
29880
29980
|
readonly type: "function";
|
|
29881
29981
|
readonly name: "batchGetRefTick";
|
|
29882
29982
|
readonly inputs: readonly [{
|
|
@@ -30127,6 +30227,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30127
30227
|
readonly name: "optionsCount";
|
|
30128
30228
|
readonly type: "uint256";
|
|
30129
30229
|
readonly internalType: "uint256";
|
|
30230
|
+
}, {
|
|
30231
|
+
readonly name: "guardian";
|
|
30232
|
+
readonly type: "address";
|
|
30233
|
+
readonly internalType: "address";
|
|
30234
|
+
}, {
|
|
30235
|
+
readonly name: "optionPricing";
|
|
30236
|
+
readonly type: "address";
|
|
30237
|
+
readonly internalType: "address";
|
|
30238
|
+
}, {
|
|
30239
|
+
readonly name: "feeStrategy";
|
|
30240
|
+
readonly type: "address";
|
|
30241
|
+
readonly internalType: "address";
|
|
30242
|
+
}, {
|
|
30243
|
+
readonly name: "feeRecipient";
|
|
30244
|
+
readonly type: "address";
|
|
30245
|
+
readonly internalType: "address";
|
|
30130
30246
|
}];
|
|
30131
30247
|
}];
|
|
30132
30248
|
readonly stateMutability: "view";
|
|
@@ -30611,7 +30727,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30611
30727
|
}];
|
|
30612
30728
|
readonly stateMutability: "view";
|
|
30613
30729
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
30614
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
30730
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
30615
30731
|
readonly type: "function";
|
|
30616
30732
|
readonly name: "batchGetRefTick";
|
|
30617
30733
|
readonly inputs: readonly [{
|
|
@@ -30862,6 +30978,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30862
30978
|
readonly name: "optionsCount";
|
|
30863
30979
|
readonly type: "uint256";
|
|
30864
30980
|
readonly internalType: "uint256";
|
|
30981
|
+
}, {
|
|
30982
|
+
readonly name: "guardian";
|
|
30983
|
+
readonly type: "address";
|
|
30984
|
+
readonly internalType: "address";
|
|
30985
|
+
}, {
|
|
30986
|
+
readonly name: "optionPricing";
|
|
30987
|
+
readonly type: "address";
|
|
30988
|
+
readonly internalType: "address";
|
|
30989
|
+
}, {
|
|
30990
|
+
readonly name: "feeStrategy";
|
|
30991
|
+
readonly type: "address";
|
|
30992
|
+
readonly internalType: "address";
|
|
30993
|
+
}, {
|
|
30994
|
+
readonly name: "feeRecipient";
|
|
30995
|
+
readonly type: "address";
|
|
30996
|
+
readonly internalType: "address";
|
|
30865
30997
|
}];
|
|
30866
30998
|
}];
|
|
30867
30999
|
readonly stateMutability: "view";
|
|
@@ -31346,7 +31478,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31346
31478
|
}];
|
|
31347
31479
|
readonly stateMutability: "view";
|
|
31348
31480
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
31349
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
31481
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
31350
31482
|
readonly type: "function";
|
|
31351
31483
|
readonly name: "batchGetRefTick";
|
|
31352
31484
|
readonly inputs: readonly [{
|
|
@@ -31597,6 +31729,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31597
31729
|
readonly name: "optionsCount";
|
|
31598
31730
|
readonly type: "uint256";
|
|
31599
31731
|
readonly internalType: "uint256";
|
|
31732
|
+
}, {
|
|
31733
|
+
readonly name: "guardian";
|
|
31734
|
+
readonly type: "address";
|
|
31735
|
+
readonly internalType: "address";
|
|
31736
|
+
}, {
|
|
31737
|
+
readonly name: "optionPricing";
|
|
31738
|
+
readonly type: "address";
|
|
31739
|
+
readonly internalType: "address";
|
|
31740
|
+
}, {
|
|
31741
|
+
readonly name: "feeStrategy";
|
|
31742
|
+
readonly type: "address";
|
|
31743
|
+
readonly internalType: "address";
|
|
31744
|
+
}, {
|
|
31745
|
+
readonly name: "feeRecipient";
|
|
31746
|
+
readonly type: "address";
|
|
31747
|
+
readonly internalType: "address";
|
|
31600
31748
|
}];
|
|
31601
31749
|
}];
|
|
31602
31750
|
readonly stateMutability: "view";
|
|
@@ -32081,7 +32229,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32081
32229
|
}];
|
|
32082
32230
|
readonly stateMutability: "view";
|
|
32083
32231
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
32084
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
32232
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
32085
32233
|
readonly type: "function";
|
|
32086
32234
|
readonly name: "batchGetRefTick";
|
|
32087
32235
|
readonly inputs: readonly [{
|
|
@@ -32332,6 +32480,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32332
32480
|
readonly name: "optionsCount";
|
|
32333
32481
|
readonly type: "uint256";
|
|
32334
32482
|
readonly internalType: "uint256";
|
|
32483
|
+
}, {
|
|
32484
|
+
readonly name: "guardian";
|
|
32485
|
+
readonly type: "address";
|
|
32486
|
+
readonly internalType: "address";
|
|
32487
|
+
}, {
|
|
32488
|
+
readonly name: "optionPricing";
|
|
32489
|
+
readonly type: "address";
|
|
32490
|
+
readonly internalType: "address";
|
|
32491
|
+
}, {
|
|
32492
|
+
readonly name: "feeStrategy";
|
|
32493
|
+
readonly type: "address";
|
|
32494
|
+
readonly internalType: "address";
|
|
32495
|
+
}, {
|
|
32496
|
+
readonly name: "feeRecipient";
|
|
32497
|
+
readonly type: "address";
|
|
32498
|
+
readonly internalType: "address";
|
|
32335
32499
|
}];
|
|
32336
32500
|
}];
|
|
32337
32501
|
readonly stateMutability: "view";
|
|
@@ -32826,7 +32990,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32826
32990
|
expiresAt: number;
|
|
32827
32991
|
liquidities: readonly bigint[];
|
|
32828
32992
|
}>;
|
|
32829
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
32993
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
32830
32994
|
readonly type: "function";
|
|
32831
32995
|
readonly name: "batchGetRefTick";
|
|
32832
32996
|
readonly inputs: readonly [{
|
|
@@ -33077,6 +33241,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33077
33241
|
readonly name: "optionsCount";
|
|
33078
33242
|
readonly type: "uint256";
|
|
33079
33243
|
readonly internalType: "uint256";
|
|
33244
|
+
}, {
|
|
33245
|
+
readonly name: "guardian";
|
|
33246
|
+
readonly type: "address";
|
|
33247
|
+
readonly internalType: "address";
|
|
33248
|
+
}, {
|
|
33249
|
+
readonly name: "optionPricing";
|
|
33250
|
+
readonly type: "address";
|
|
33251
|
+
readonly internalType: "address";
|
|
33252
|
+
}, {
|
|
33253
|
+
readonly name: "feeStrategy";
|
|
33254
|
+
readonly type: "address";
|
|
33255
|
+
readonly internalType: "address";
|
|
33256
|
+
}, {
|
|
33257
|
+
readonly name: "feeRecipient";
|
|
33258
|
+
readonly type: "address";
|
|
33259
|
+
readonly internalType: "address";
|
|
33080
33260
|
}];
|
|
33081
33261
|
}];
|
|
33082
33262
|
readonly stateMutability: "view";
|
|
@@ -33577,7 +33757,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33577
33757
|
fee: number;
|
|
33578
33758
|
tickSpacing: number;
|
|
33579
33759
|
hooks: `0x${string}`;
|
|
33580
|
-
}], options?:
|
|
33760
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
33581
33761
|
readonly type: "function";
|
|
33582
33762
|
readonly name: "batchGetRefTick";
|
|
33583
33763
|
readonly inputs: readonly [{
|
|
@@ -33828,6 +34008,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33828
34008
|
readonly name: "optionsCount";
|
|
33829
34009
|
readonly type: "uint256";
|
|
33830
34010
|
readonly internalType: "uint256";
|
|
34011
|
+
}, {
|
|
34012
|
+
readonly name: "guardian";
|
|
34013
|
+
readonly type: "address";
|
|
34014
|
+
readonly internalType: "address";
|
|
34015
|
+
}, {
|
|
34016
|
+
readonly name: "optionPricing";
|
|
34017
|
+
readonly type: "address";
|
|
34018
|
+
readonly internalType: "address";
|
|
34019
|
+
}, {
|
|
34020
|
+
readonly name: "feeStrategy";
|
|
34021
|
+
readonly type: "address";
|
|
34022
|
+
readonly internalType: "address";
|
|
34023
|
+
}, {
|
|
34024
|
+
readonly name: "feeRecipient";
|
|
34025
|
+
readonly type: "address";
|
|
34026
|
+
readonly internalType: "address";
|
|
33831
34027
|
}];
|
|
33832
34028
|
}];
|
|
33833
34029
|
readonly stateMutability: "view";
|
|
@@ -34329,7 +34525,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34329
34525
|
tickSpacing: number;
|
|
34330
34526
|
fee: number;
|
|
34331
34527
|
}>;
|
|
34332
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
34528
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
34333
34529
|
readonly type: "function";
|
|
34334
34530
|
readonly name: "batchGetRefTick";
|
|
34335
34531
|
readonly inputs: readonly [{
|
|
@@ -34580,6 +34776,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34580
34776
|
readonly name: "optionsCount";
|
|
34581
34777
|
readonly type: "uint256";
|
|
34582
34778
|
readonly internalType: "uint256";
|
|
34779
|
+
}, {
|
|
34780
|
+
readonly name: "guardian";
|
|
34781
|
+
readonly type: "address";
|
|
34782
|
+
readonly internalType: "address";
|
|
34783
|
+
}, {
|
|
34784
|
+
readonly name: "optionPricing";
|
|
34785
|
+
readonly type: "address";
|
|
34786
|
+
readonly internalType: "address";
|
|
34787
|
+
}, {
|
|
34788
|
+
readonly name: "feeStrategy";
|
|
34789
|
+
readonly type: "address";
|
|
34790
|
+
readonly internalType: "address";
|
|
34791
|
+
}, {
|
|
34792
|
+
readonly name: "feeRecipient";
|
|
34793
|
+
readonly type: "address";
|
|
34794
|
+
readonly internalType: "address";
|
|
34583
34795
|
}];
|
|
34584
34796
|
}];
|
|
34585
34797
|
readonly stateMutability: "view";
|
|
@@ -35064,7 +35276,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35064
35276
|
}];
|
|
35065
35277
|
readonly stateMutability: "view";
|
|
35066
35278
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
35067
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
35279
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
35068
35280
|
readonly type: "function";
|
|
35069
35281
|
readonly name: "batchGetRefTick";
|
|
35070
35282
|
readonly inputs: readonly [{
|
|
@@ -35315,6 +35527,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35315
35527
|
readonly name: "optionsCount";
|
|
35316
35528
|
readonly type: "uint256";
|
|
35317
35529
|
readonly internalType: "uint256";
|
|
35530
|
+
}, {
|
|
35531
|
+
readonly name: "guardian";
|
|
35532
|
+
readonly type: "address";
|
|
35533
|
+
readonly internalType: "address";
|
|
35534
|
+
}, {
|
|
35535
|
+
readonly name: "optionPricing";
|
|
35536
|
+
readonly type: "address";
|
|
35537
|
+
readonly internalType: "address";
|
|
35538
|
+
}, {
|
|
35539
|
+
readonly name: "feeStrategy";
|
|
35540
|
+
readonly type: "address";
|
|
35541
|
+
readonly internalType: "address";
|
|
35542
|
+
}, {
|
|
35543
|
+
readonly name: "feeRecipient";
|
|
35544
|
+
readonly type: "address";
|
|
35545
|
+
readonly internalType: "address";
|
|
35318
35546
|
}];
|
|
35319
35547
|
}];
|
|
35320
35548
|
readonly stateMutability: "view";
|
|
@@ -35803,7 +36031,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35803
36031
|
symbol: string;
|
|
35804
36032
|
name: string;
|
|
35805
36033
|
}>;
|
|
35806
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
36034
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
35807
36035
|
readonly type: "function";
|
|
35808
36036
|
readonly name: "batchGetRefTick";
|
|
35809
36037
|
readonly inputs: readonly [{
|
|
@@ -36054,6 +36282,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36054
36282
|
readonly name: "optionsCount";
|
|
36055
36283
|
readonly type: "uint256";
|
|
36056
36284
|
readonly internalType: "uint256";
|
|
36285
|
+
}, {
|
|
36286
|
+
readonly name: "guardian";
|
|
36287
|
+
readonly type: "address";
|
|
36288
|
+
readonly internalType: "address";
|
|
36289
|
+
}, {
|
|
36290
|
+
readonly name: "optionPricing";
|
|
36291
|
+
readonly type: "address";
|
|
36292
|
+
readonly internalType: "address";
|
|
36293
|
+
}, {
|
|
36294
|
+
readonly name: "feeStrategy";
|
|
36295
|
+
readonly type: "address";
|
|
36296
|
+
readonly internalType: "address";
|
|
36297
|
+
}, {
|
|
36298
|
+
readonly name: "feeRecipient";
|
|
36299
|
+
readonly type: "address";
|
|
36300
|
+
readonly internalType: "address";
|
|
36057
36301
|
}];
|
|
36058
36302
|
}];
|
|
36059
36303
|
readonly stateMutability: "view";
|
|
@@ -36548,7 +36792,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36548
36792
|
expiresAt: number;
|
|
36549
36793
|
liquidities: readonly bigint[];
|
|
36550
36794
|
}[], bigint, boolean]>;
|
|
36551
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
36795
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
36552
36796
|
readonly type: "function";
|
|
36553
36797
|
readonly name: "batchGetRefTick";
|
|
36554
36798
|
readonly inputs: readonly [{
|
|
@@ -36799,6 +37043,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36799
37043
|
readonly name: "optionsCount";
|
|
36800
37044
|
readonly type: "uint256";
|
|
36801
37045
|
readonly internalType: "uint256";
|
|
37046
|
+
}, {
|
|
37047
|
+
readonly name: "guardian";
|
|
37048
|
+
readonly type: "address";
|
|
37049
|
+
readonly internalType: "address";
|
|
37050
|
+
}, {
|
|
37051
|
+
readonly name: "optionPricing";
|
|
37052
|
+
readonly type: "address";
|
|
37053
|
+
readonly internalType: "address";
|
|
37054
|
+
}, {
|
|
37055
|
+
readonly name: "feeStrategy";
|
|
37056
|
+
readonly type: "address";
|
|
37057
|
+
readonly internalType: "address";
|
|
37058
|
+
}, {
|
|
37059
|
+
readonly name: "feeRecipient";
|
|
37060
|
+
readonly type: "address";
|
|
37061
|
+
readonly internalType: "address";
|
|
36802
37062
|
}];
|
|
36803
37063
|
}];
|
|
36804
37064
|
readonly stateMutability: "view";
|
|
@@ -37292,7 +37552,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37292
37552
|
hooks: `0x${string}`;
|
|
37293
37553
|
};
|
|
37294
37554
|
}>;
|
|
37295
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
37555
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
37296
37556
|
readonly type: "function";
|
|
37297
37557
|
readonly name: "batchGetRefTick";
|
|
37298
37558
|
readonly inputs: readonly [{
|
|
@@ -37543,6 +37803,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37543
37803
|
readonly name: "optionsCount";
|
|
37544
37804
|
readonly type: "uint256";
|
|
37545
37805
|
readonly internalType: "uint256";
|
|
37806
|
+
}, {
|
|
37807
|
+
readonly name: "guardian";
|
|
37808
|
+
readonly type: "address";
|
|
37809
|
+
readonly internalType: "address";
|
|
37810
|
+
}, {
|
|
37811
|
+
readonly name: "optionPricing";
|
|
37812
|
+
readonly type: "address";
|
|
37813
|
+
readonly internalType: "address";
|
|
37814
|
+
}, {
|
|
37815
|
+
readonly name: "feeStrategy";
|
|
37816
|
+
readonly type: "address";
|
|
37817
|
+
readonly internalType: "address";
|
|
37818
|
+
}, {
|
|
37819
|
+
readonly name: "feeRecipient";
|
|
37820
|
+
readonly type: "address";
|
|
37821
|
+
readonly internalType: "address";
|
|
37546
37822
|
}];
|
|
37547
37823
|
}];
|
|
37548
37824
|
readonly stateMutability: "view";
|
|
@@ -38280,6 +38556,22 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
38280
38556
|
readonly name: "optionsCount";
|
|
38281
38557
|
readonly type: "uint256";
|
|
38282
38558
|
readonly internalType: "uint256";
|
|
38559
|
+
}, {
|
|
38560
|
+
readonly name: "guardian";
|
|
38561
|
+
readonly type: "address";
|
|
38562
|
+
readonly internalType: "address";
|
|
38563
|
+
}, {
|
|
38564
|
+
readonly name: "optionPricing";
|
|
38565
|
+
readonly type: "address";
|
|
38566
|
+
readonly internalType: "address";
|
|
38567
|
+
}, {
|
|
38568
|
+
readonly name: "feeStrategy";
|
|
38569
|
+
readonly type: "address";
|
|
38570
|
+
readonly internalType: "address";
|
|
38571
|
+
}, {
|
|
38572
|
+
readonly name: "feeRecipient";
|
|
38573
|
+
readonly type: "address";
|
|
38574
|
+
readonly internalType: "address";
|
|
38283
38575
|
}];
|
|
38284
38576
|
}];
|
|
38285
38577
|
readonly stateMutability: "view";
|
|
@@ -38866,7 +39158,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38866
39158
|
isRefetching: boolean;
|
|
38867
39159
|
isStale: boolean;
|
|
38868
39160
|
isEnabled: boolean;
|
|
38869
|
-
refetch: (options?:
|
|
39161
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
38870
39162
|
optionId: bigint;
|
|
38871
39163
|
marketAddr: Address;
|
|
38872
39164
|
ownerAddr: Address;
|
|
@@ -38896,7 +39188,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38896
39188
|
address: string;
|
|
38897
39189
|
} | null;
|
|
38898
39190
|
}[], Error>>;
|
|
38899
|
-
fetchStatus:
|
|
39191
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
38900
39192
|
promise: Promise<{
|
|
38901
39193
|
optionId: bigint;
|
|
38902
39194
|
marketAddr: Address;
|
|
@@ -38980,7 +39272,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
38980
39272
|
isRefetching: boolean;
|
|
38981
39273
|
isStale: boolean;
|
|
38982
39274
|
isEnabled: boolean;
|
|
38983
|
-
refetch: (options?:
|
|
39275
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
38984
39276
|
optionId: bigint;
|
|
38985
39277
|
marketAddr: Address;
|
|
38986
39278
|
ownerAddr: Address;
|
|
@@ -39010,7 +39302,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39010
39302
|
address: string;
|
|
39011
39303
|
} | null;
|
|
39012
39304
|
}[], Error>>;
|
|
39013
|
-
fetchStatus:
|
|
39305
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39014
39306
|
promise: Promise<{
|
|
39015
39307
|
optionId: bigint;
|
|
39016
39308
|
marketAddr: Address;
|
|
@@ -39094,7 +39386,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39094
39386
|
isRefetching: boolean;
|
|
39095
39387
|
isStale: boolean;
|
|
39096
39388
|
isEnabled: boolean;
|
|
39097
|
-
refetch: (options?:
|
|
39389
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39098
39390
|
optionId: bigint;
|
|
39099
39391
|
marketAddr: Address;
|
|
39100
39392
|
ownerAddr: Address;
|
|
@@ -39124,7 +39416,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39124
39416
|
address: string;
|
|
39125
39417
|
} | null;
|
|
39126
39418
|
}[], Error>>;
|
|
39127
|
-
fetchStatus:
|
|
39419
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39128
39420
|
promise: Promise<{
|
|
39129
39421
|
optionId: bigint;
|
|
39130
39422
|
marketAddr: Address;
|
|
@@ -39208,7 +39500,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39208
39500
|
isRefetching: boolean;
|
|
39209
39501
|
isStale: boolean;
|
|
39210
39502
|
isEnabled: boolean;
|
|
39211
|
-
refetch: (options?:
|
|
39503
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39212
39504
|
optionId: bigint;
|
|
39213
39505
|
marketAddr: Address;
|
|
39214
39506
|
ownerAddr: Address;
|
|
@@ -39238,7 +39530,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39238
39530
|
address: string;
|
|
39239
39531
|
} | null;
|
|
39240
39532
|
}[], Error>>;
|
|
39241
|
-
fetchStatus:
|
|
39533
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39242
39534
|
promise: Promise<{
|
|
39243
39535
|
optionId: bigint;
|
|
39244
39536
|
marketAddr: Address;
|
|
@@ -39322,7 +39614,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39322
39614
|
isRefetching: boolean;
|
|
39323
39615
|
isStale: boolean;
|
|
39324
39616
|
isEnabled: boolean;
|
|
39325
|
-
refetch: (options?:
|
|
39617
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39326
39618
|
optionId: bigint;
|
|
39327
39619
|
marketAddr: Address;
|
|
39328
39620
|
ownerAddr: Address;
|
|
@@ -39352,7 +39644,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39352
39644
|
address: string;
|
|
39353
39645
|
} | null;
|
|
39354
39646
|
}[], Error>>;
|
|
39355
|
-
fetchStatus:
|
|
39647
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39356
39648
|
promise: Promise<{
|
|
39357
39649
|
optionId: bigint;
|
|
39358
39650
|
marketAddr: Address;
|
|
@@ -39436,7 +39728,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39436
39728
|
isRefetching: boolean;
|
|
39437
39729
|
isStale: boolean;
|
|
39438
39730
|
isEnabled: boolean;
|
|
39439
|
-
refetch: (options?:
|
|
39731
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39440
39732
|
optionId: bigint;
|
|
39441
39733
|
marketAddr: Address;
|
|
39442
39734
|
ownerAddr: Address;
|
|
@@ -39466,7 +39758,7 @@ declare const useUserOptions: (userAddr?: Address, marketAddr?: Address | "*", a
|
|
|
39466
39758
|
address: string;
|
|
39467
39759
|
} | null;
|
|
39468
39760
|
}[], Error>>;
|
|
39469
|
-
fetchStatus:
|
|
39761
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39470
39762
|
promise: Promise<{
|
|
39471
39763
|
optionId: bigint;
|
|
39472
39764
|
marketAddr: Address;
|
|
@@ -39551,7 +39843,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39551
39843
|
isRefetching: boolean;
|
|
39552
39844
|
isStale: boolean;
|
|
39553
39845
|
isEnabled: boolean;
|
|
39554
|
-
refetch: (options?:
|
|
39846
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39555
39847
|
optionId: bigint;
|
|
39556
39848
|
marketAddr: Address;
|
|
39557
39849
|
ownerAddr: Address;
|
|
@@ -39581,7 +39873,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39581
39873
|
address: string;
|
|
39582
39874
|
} | null;
|
|
39583
39875
|
}[], Error>>;
|
|
39584
|
-
fetchStatus:
|
|
39876
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39585
39877
|
promise: Promise<{
|
|
39586
39878
|
optionId: bigint;
|
|
39587
39879
|
marketAddr: Address;
|
|
@@ -39665,7 +39957,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39665
39957
|
isRefetching: boolean;
|
|
39666
39958
|
isStale: boolean;
|
|
39667
39959
|
isEnabled: boolean;
|
|
39668
|
-
refetch: (options?:
|
|
39960
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39669
39961
|
optionId: bigint;
|
|
39670
39962
|
marketAddr: Address;
|
|
39671
39963
|
ownerAddr: Address;
|
|
@@ -39695,7 +39987,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39695
39987
|
address: string;
|
|
39696
39988
|
} | null;
|
|
39697
39989
|
}[], Error>>;
|
|
39698
|
-
fetchStatus:
|
|
39990
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39699
39991
|
promise: Promise<{
|
|
39700
39992
|
optionId: bigint;
|
|
39701
39993
|
marketAddr: Address;
|
|
@@ -39779,7 +40071,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39779
40071
|
isRefetching: boolean;
|
|
39780
40072
|
isStale: boolean;
|
|
39781
40073
|
isEnabled: boolean;
|
|
39782
|
-
refetch: (options?:
|
|
40074
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39783
40075
|
optionId: bigint;
|
|
39784
40076
|
marketAddr: Address;
|
|
39785
40077
|
ownerAddr: Address;
|
|
@@ -39809,7 +40101,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39809
40101
|
address: string;
|
|
39810
40102
|
} | null;
|
|
39811
40103
|
}[], Error>>;
|
|
39812
|
-
fetchStatus:
|
|
40104
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39813
40105
|
promise: Promise<{
|
|
39814
40106
|
optionId: bigint;
|
|
39815
40107
|
marketAddr: Address;
|
|
@@ -39893,7 +40185,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39893
40185
|
isRefetching: boolean;
|
|
39894
40186
|
isStale: boolean;
|
|
39895
40187
|
isEnabled: boolean;
|
|
39896
|
-
refetch: (options?:
|
|
40188
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
39897
40189
|
optionId: bigint;
|
|
39898
40190
|
marketAddr: Address;
|
|
39899
40191
|
ownerAddr: Address;
|
|
@@ -39923,7 +40215,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
39923
40215
|
address: string;
|
|
39924
40216
|
} | null;
|
|
39925
40217
|
}[], Error>>;
|
|
39926
|
-
fetchStatus:
|
|
40218
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
39927
40219
|
promise: Promise<{
|
|
39928
40220
|
optionId: bigint;
|
|
39929
40221
|
marketAddr: Address;
|
|
@@ -40007,7 +40299,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40007
40299
|
isRefetching: boolean;
|
|
40008
40300
|
isStale: boolean;
|
|
40009
40301
|
isEnabled: boolean;
|
|
40010
|
-
refetch: (options?:
|
|
40302
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40011
40303
|
optionId: bigint;
|
|
40012
40304
|
marketAddr: Address;
|
|
40013
40305
|
ownerAddr: Address;
|
|
@@ -40037,7 +40329,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40037
40329
|
address: string;
|
|
40038
40330
|
} | null;
|
|
40039
40331
|
}[], Error>>;
|
|
40040
|
-
fetchStatus:
|
|
40332
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40041
40333
|
promise: Promise<{
|
|
40042
40334
|
optionId: bigint;
|
|
40043
40335
|
marketAddr: Address;
|
|
@@ -40121,7 +40413,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40121
40413
|
isRefetching: boolean;
|
|
40122
40414
|
isStale: boolean;
|
|
40123
40415
|
isEnabled: boolean;
|
|
40124
|
-
refetch: (options?:
|
|
40416
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40125
40417
|
optionId: bigint;
|
|
40126
40418
|
marketAddr: Address;
|
|
40127
40419
|
ownerAddr: Address;
|
|
@@ -40151,7 +40443,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40151
40443
|
address: string;
|
|
40152
40444
|
} | null;
|
|
40153
40445
|
}[], Error>>;
|
|
40154
|
-
fetchStatus:
|
|
40446
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40155
40447
|
promise: Promise<{
|
|
40156
40448
|
optionId: bigint;
|
|
40157
40449
|
marketAddr: Address;
|
|
@@ -40236,7 +40528,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40236
40528
|
isRefetching: boolean;
|
|
40237
40529
|
isStale: boolean;
|
|
40238
40530
|
isEnabled: boolean;
|
|
40239
|
-
refetch: (options?:
|
|
40531
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40240
40532
|
optionId: bigint;
|
|
40241
40533
|
marketAddr: Address;
|
|
40242
40534
|
ownerAddr: Address;
|
|
@@ -40266,7 +40558,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40266
40558
|
address: string;
|
|
40267
40559
|
} | null;
|
|
40268
40560
|
}[], Error>>;
|
|
40269
|
-
fetchStatus:
|
|
40561
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40270
40562
|
promise: Promise<{
|
|
40271
40563
|
optionId: bigint;
|
|
40272
40564
|
marketAddr: Address;
|
|
@@ -40350,7 +40642,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40350
40642
|
isRefetching: boolean;
|
|
40351
40643
|
isStale: boolean;
|
|
40352
40644
|
isEnabled: boolean;
|
|
40353
|
-
refetch: (options?:
|
|
40645
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40354
40646
|
optionId: bigint;
|
|
40355
40647
|
marketAddr: Address;
|
|
40356
40648
|
ownerAddr: Address;
|
|
@@ -40380,7 +40672,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40380
40672
|
address: string;
|
|
40381
40673
|
} | null;
|
|
40382
40674
|
}[], Error>>;
|
|
40383
|
-
fetchStatus:
|
|
40675
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40384
40676
|
promise: Promise<{
|
|
40385
40677
|
optionId: bigint;
|
|
40386
40678
|
marketAddr: Address;
|
|
@@ -40464,7 +40756,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40464
40756
|
isRefetching: boolean;
|
|
40465
40757
|
isStale: boolean;
|
|
40466
40758
|
isEnabled: boolean;
|
|
40467
|
-
refetch: (options?:
|
|
40759
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40468
40760
|
optionId: bigint;
|
|
40469
40761
|
marketAddr: Address;
|
|
40470
40762
|
ownerAddr: Address;
|
|
@@ -40494,7 +40786,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40494
40786
|
address: string;
|
|
40495
40787
|
} | null;
|
|
40496
40788
|
}[], Error>>;
|
|
40497
|
-
fetchStatus:
|
|
40789
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40498
40790
|
promise: Promise<{
|
|
40499
40791
|
optionId: bigint;
|
|
40500
40792
|
marketAddr: Address;
|
|
@@ -40578,7 +40870,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40578
40870
|
isRefetching: boolean;
|
|
40579
40871
|
isStale: boolean;
|
|
40580
40872
|
isEnabled: boolean;
|
|
40581
|
-
refetch: (options?:
|
|
40873
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40582
40874
|
optionId: bigint;
|
|
40583
40875
|
marketAddr: Address;
|
|
40584
40876
|
ownerAddr: Address;
|
|
@@ -40608,7 +40900,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40608
40900
|
address: string;
|
|
40609
40901
|
} | null;
|
|
40610
40902
|
}[], Error>>;
|
|
40611
|
-
fetchStatus:
|
|
40903
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40612
40904
|
promise: Promise<{
|
|
40613
40905
|
optionId: bigint;
|
|
40614
40906
|
marketAddr: Address;
|
|
@@ -40692,7 +40984,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40692
40984
|
isRefetching: boolean;
|
|
40693
40985
|
isStale: boolean;
|
|
40694
40986
|
isEnabled: boolean;
|
|
40695
|
-
refetch: (options?:
|
|
40987
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40696
40988
|
optionId: bigint;
|
|
40697
40989
|
marketAddr: Address;
|
|
40698
40990
|
ownerAddr: Address;
|
|
@@ -40722,7 +41014,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40722
41014
|
address: string;
|
|
40723
41015
|
} | null;
|
|
40724
41016
|
}[], Error>>;
|
|
40725
|
-
fetchStatus:
|
|
41017
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40726
41018
|
promise: Promise<{
|
|
40727
41019
|
optionId: bigint;
|
|
40728
41020
|
marketAddr: Address;
|
|
@@ -40806,7 +41098,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40806
41098
|
isRefetching: boolean;
|
|
40807
41099
|
isStale: boolean;
|
|
40808
41100
|
isEnabled: boolean;
|
|
40809
|
-
refetch: (options?:
|
|
41101
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
40810
41102
|
optionId: bigint;
|
|
40811
41103
|
marketAddr: Address;
|
|
40812
41104
|
ownerAddr: Address;
|
|
@@ -40836,7 +41128,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40836
41128
|
address: string;
|
|
40837
41129
|
} | null;
|
|
40838
41130
|
}[], Error>>;
|
|
40839
|
-
fetchStatus:
|
|
41131
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40840
41132
|
promise: Promise<{
|
|
40841
41133
|
optionId: bigint;
|
|
40842
41134
|
marketAddr: Address;
|
|
@@ -40900,39 +41192,36 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
40900
41192
|
};
|
|
40901
41193
|
//#endregion
|
|
40902
41194
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
40903
|
-
declare const useExerciseOption: (marketAddr?: Address) =>
|
|
41195
|
+
declare const useExerciseOption: (marketAddr?: Address) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
40904
41196
|
option: OptionData;
|
|
40905
41197
|
liquidities: readonly bigint[];
|
|
40906
41198
|
}, unknown>;
|
|
40907
41199
|
//#endregion
|
|
40908
41200
|
//#region src/hooks/options/useMarketData.d.ts
|
|
40909
41201
|
declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
40910
|
-
|
|
40911
|
-
|
|
41202
|
+
optionAssetIsToken0: boolean;
|
|
41203
|
+
vault: `0x${string}`;
|
|
41204
|
+
poolManager: `0x${string}`;
|
|
40912
41205
|
poolKey: {
|
|
40913
|
-
currency0:
|
|
40914
|
-
currency1:
|
|
41206
|
+
currency0: `0x${string}`;
|
|
41207
|
+
currency1: `0x${string}`;
|
|
40915
41208
|
fee: number;
|
|
40916
41209
|
tickSpacing: number;
|
|
40917
|
-
hooks:
|
|
41210
|
+
hooks: `0x${string}`;
|
|
40918
41211
|
};
|
|
40919
|
-
|
|
40920
|
-
|
|
40921
|
-
payoutAsset: Address;
|
|
40922
|
-
__typename: "TimelockMarket";
|
|
40923
|
-
id: string;
|
|
40924
|
-
tickSpacing: number;
|
|
40925
|
-
optionAssetIsToken0: boolean;
|
|
41212
|
+
optionAsset: `0x${string}`;
|
|
41213
|
+
payoutAsset: `0x${string}`;
|
|
40926
41214
|
optionAssetDecimals: number;
|
|
40927
41215
|
payoutAssetDecimals: number;
|
|
40928
41216
|
optionAssetSymbol: string;
|
|
40929
41217
|
payoutAssetSymbol: string;
|
|
40930
41218
|
optionAssetName: string;
|
|
40931
41219
|
payoutAssetName: string;
|
|
40932
|
-
|
|
40933
|
-
|
|
40934
|
-
|
|
40935
|
-
|
|
41220
|
+
optionsCount: bigint;
|
|
41221
|
+
guardian: `0x${string}`;
|
|
41222
|
+
optionPricing: `0x${string}`;
|
|
41223
|
+
feeStrategy: `0x${string}`;
|
|
41224
|
+
feeRecipient: `0x${string}`;
|
|
40936
41225
|
} | undefined>>;
|
|
40937
41226
|
//#endregion
|
|
40938
41227
|
//#region src/hooks/options/useMarketVolume.d.ts
|
|
@@ -40969,7 +41258,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
40969
41258
|
//#endregion
|
|
40970
41259
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
40971
41260
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
|
|
40972
|
-
error:
|
|
41261
|
+
error: viem0.ReadContractErrorType;
|
|
40973
41262
|
isError: true;
|
|
40974
41263
|
isPending: false;
|
|
40975
41264
|
isLoading: false;
|
|
@@ -40981,7 +41270,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
40981
41270
|
dataUpdatedAt: number;
|
|
40982
41271
|
errorUpdatedAt: number;
|
|
40983
41272
|
failureCount: number;
|
|
40984
|
-
failureReason:
|
|
41273
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
40985
41274
|
errorUpdateCount: number;
|
|
40986
41275
|
isFetched: boolean;
|
|
40987
41276
|
isFetchedAfterMount: boolean;
|
|
@@ -40991,10 +41280,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
40991
41280
|
isRefetching: boolean;
|
|
40992
41281
|
isStale: boolean;
|
|
40993
41282
|
isEnabled: boolean;
|
|
40994
|
-
refetch: (options?:
|
|
40995
|
-
fetchStatus:
|
|
41283
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
41284
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
40996
41285
|
promise: Promise<never>;
|
|
40997
|
-
queryKey:
|
|
41286
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
40998
41287
|
maxCallSize: Amount | undefined;
|
|
40999
41288
|
maxPutSize: Amount | undefined;
|
|
41000
41289
|
} | {
|
|
@@ -41010,7 +41299,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41010
41299
|
dataUpdatedAt: number;
|
|
41011
41300
|
errorUpdatedAt: number;
|
|
41012
41301
|
failureCount: number;
|
|
41013
|
-
failureReason:
|
|
41302
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41014
41303
|
errorUpdateCount: number;
|
|
41015
41304
|
isFetched: boolean;
|
|
41016
41305
|
isFetchedAfterMount: boolean;
|
|
@@ -41020,14 +41309,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41020
41309
|
isRefetching: boolean;
|
|
41021
41310
|
isStale: boolean;
|
|
41022
41311
|
isEnabled: boolean;
|
|
41023
|
-
refetch: (options?:
|
|
41024
|
-
fetchStatus:
|
|
41312
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
41313
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41025
41314
|
promise: Promise<never>;
|
|
41026
|
-
queryKey:
|
|
41315
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
41027
41316
|
maxCallSize: Amount | undefined;
|
|
41028
41317
|
maxPutSize: Amount | undefined;
|
|
41029
41318
|
} | {
|
|
41030
|
-
error:
|
|
41319
|
+
error: viem0.ReadContractErrorType;
|
|
41031
41320
|
isError: true;
|
|
41032
41321
|
isPending: false;
|
|
41033
41322
|
isLoading: false;
|
|
@@ -41039,7 +41328,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41039
41328
|
dataUpdatedAt: number;
|
|
41040
41329
|
errorUpdatedAt: number;
|
|
41041
41330
|
failureCount: number;
|
|
41042
|
-
failureReason:
|
|
41331
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41043
41332
|
errorUpdateCount: number;
|
|
41044
41333
|
isFetched: boolean;
|
|
41045
41334
|
isFetchedAfterMount: boolean;
|
|
@@ -41049,10 +41338,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41049
41338
|
isRefetching: boolean;
|
|
41050
41339
|
isStale: boolean;
|
|
41051
41340
|
isEnabled: boolean;
|
|
41052
|
-
refetch: (options?:
|
|
41053
|
-
fetchStatus:
|
|
41341
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
41342
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41054
41343
|
promise: Promise<never>;
|
|
41055
|
-
queryKey:
|
|
41344
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
41056
41345
|
maxCallSize: Amount | undefined;
|
|
41057
41346
|
maxPutSize: Amount | undefined;
|
|
41058
41347
|
} | {
|
|
@@ -41068,7 +41357,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41068
41357
|
dataUpdatedAt: number;
|
|
41069
41358
|
errorUpdatedAt: number;
|
|
41070
41359
|
failureCount: number;
|
|
41071
|
-
failureReason:
|
|
41360
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41072
41361
|
errorUpdateCount: number;
|
|
41073
41362
|
isFetched: boolean;
|
|
41074
41363
|
isFetchedAfterMount: boolean;
|
|
@@ -41078,10 +41367,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41078
41367
|
isRefetching: boolean;
|
|
41079
41368
|
isStale: boolean;
|
|
41080
41369
|
isEnabled: boolean;
|
|
41081
|
-
refetch: (options?:
|
|
41082
|
-
fetchStatus:
|
|
41370
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
41371
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41083
41372
|
promise: Promise<never>;
|
|
41084
|
-
queryKey:
|
|
41373
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
41085
41374
|
maxCallSize: Amount | undefined;
|
|
41086
41375
|
maxPutSize: Amount | undefined;
|
|
41087
41376
|
} | {
|
|
@@ -41096,7 +41385,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41096
41385
|
dataUpdatedAt: number;
|
|
41097
41386
|
errorUpdatedAt: number;
|
|
41098
41387
|
failureCount: number;
|
|
41099
|
-
failureReason:
|
|
41388
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41100
41389
|
errorUpdateCount: number;
|
|
41101
41390
|
isFetched: boolean;
|
|
41102
41391
|
isFetchedAfterMount: boolean;
|
|
@@ -41107,10 +41396,10 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41107
41396
|
isRefetching: boolean;
|
|
41108
41397
|
isStale: boolean;
|
|
41109
41398
|
isEnabled: boolean;
|
|
41110
|
-
refetch: (options?:
|
|
41111
|
-
fetchStatus:
|
|
41399
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
41400
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41112
41401
|
promise: Promise<never>;
|
|
41113
|
-
queryKey:
|
|
41402
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
41114
41403
|
maxCallSize: Amount | undefined;
|
|
41115
41404
|
maxPutSize: Amount | undefined;
|
|
41116
41405
|
} | {
|
|
@@ -41126,7 +41415,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41126
41415
|
dataUpdatedAt: number;
|
|
41127
41416
|
errorUpdatedAt: number;
|
|
41128
41417
|
failureCount: number;
|
|
41129
|
-
failureReason:
|
|
41418
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
41130
41419
|
errorUpdateCount: number;
|
|
41131
41420
|
isFetched: boolean;
|
|
41132
41421
|
isFetchedAfterMount: boolean;
|
|
@@ -41136,16 +41425,16 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
41136
41425
|
isRefetching: boolean;
|
|
41137
41426
|
isStale: boolean;
|
|
41138
41427
|
isEnabled: boolean;
|
|
41139
|
-
refetch: (options?:
|
|
41140
|
-
fetchStatus:
|
|
41428
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<never, viem0.ReadContractErrorType>>;
|
|
41429
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41141
41430
|
promise: Promise<never>;
|
|
41142
|
-
queryKey:
|
|
41431
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
41143
41432
|
maxCallSize: Amount | undefined;
|
|
41144
41433
|
maxPutSize: Amount | undefined;
|
|
41145
41434
|
};
|
|
41146
41435
|
//#endregion
|
|
41147
41436
|
//#region src/hooks/options/useMintOption.d.ts
|
|
41148
|
-
declare const useMintOption: (marketAddr?: Address) =>
|
|
41437
|
+
declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
41149
41438
|
optionType: "CALL" | "PUT";
|
|
41150
41439
|
amount: bigint;
|
|
41151
41440
|
duration: number;
|
|
@@ -41171,7 +41460,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
41171
41460
|
};
|
|
41172
41461
|
//#endregion
|
|
41173
41462
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
41174
|
-
declare const useExtendOption: (marketAddr?: Address) =>
|
|
41463
|
+
declare const useExtendOption: (marketAddr?: Address) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
41175
41464
|
option: OptionData;
|
|
41176
41465
|
duration: number;
|
|
41177
41466
|
}, unknown>;
|
|
@@ -41210,7 +41499,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41210
41499
|
isRefetching: boolean;
|
|
41211
41500
|
isStale: boolean;
|
|
41212
41501
|
isEnabled: boolean;
|
|
41213
|
-
refetch: (options?:
|
|
41502
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<({
|
|
41214
41503
|
type: "mint";
|
|
41215
41504
|
data: {
|
|
41216
41505
|
id: string;
|
|
@@ -41249,7 +41538,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41249
41538
|
transactionHash: string;
|
|
41250
41539
|
};
|
|
41251
41540
|
})[], Error>>;
|
|
41252
|
-
fetchStatus:
|
|
41541
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41253
41542
|
promise: Promise<({
|
|
41254
41543
|
type: "mint";
|
|
41255
41544
|
data: {
|
|
@@ -41351,7 +41640,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41351
41640
|
isRefetching: boolean;
|
|
41352
41641
|
isStale: boolean;
|
|
41353
41642
|
isEnabled: boolean;
|
|
41354
|
-
refetch: (options?:
|
|
41643
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<({
|
|
41355
41644
|
type: "mint";
|
|
41356
41645
|
data: {
|
|
41357
41646
|
id: string;
|
|
@@ -41390,7 +41679,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41390
41679
|
transactionHash: string;
|
|
41391
41680
|
};
|
|
41392
41681
|
})[], Error>>;
|
|
41393
|
-
fetchStatus:
|
|
41682
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41394
41683
|
promise: Promise<({
|
|
41395
41684
|
type: "mint";
|
|
41396
41685
|
data: {
|
|
@@ -41492,7 +41781,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41492
41781
|
isRefetching: boolean;
|
|
41493
41782
|
isStale: boolean;
|
|
41494
41783
|
isEnabled: boolean;
|
|
41495
|
-
refetch: (options?:
|
|
41784
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<({
|
|
41496
41785
|
type: "mint";
|
|
41497
41786
|
data: {
|
|
41498
41787
|
id: string;
|
|
@@ -41531,7 +41820,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41531
41820
|
transactionHash: string;
|
|
41532
41821
|
};
|
|
41533
41822
|
})[], Error>>;
|
|
41534
|
-
fetchStatus:
|
|
41823
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41535
41824
|
promise: Promise<({
|
|
41536
41825
|
type: "mint";
|
|
41537
41826
|
data: {
|
|
@@ -41633,7 +41922,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41633
41922
|
isRefetching: boolean;
|
|
41634
41923
|
isStale: boolean;
|
|
41635
41924
|
isEnabled: boolean;
|
|
41636
|
-
refetch: (options?:
|
|
41925
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<({
|
|
41637
41926
|
type: "mint";
|
|
41638
41927
|
data: {
|
|
41639
41928
|
id: string;
|
|
@@ -41672,7 +41961,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41672
41961
|
transactionHash: string;
|
|
41673
41962
|
};
|
|
41674
41963
|
})[], Error>>;
|
|
41675
|
-
fetchStatus:
|
|
41964
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41676
41965
|
promise: Promise<({
|
|
41677
41966
|
type: "mint";
|
|
41678
41967
|
data: {
|
|
@@ -41774,7 +42063,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41774
42063
|
isRefetching: boolean;
|
|
41775
42064
|
isStale: boolean;
|
|
41776
42065
|
isEnabled: boolean;
|
|
41777
|
-
refetch: (options?:
|
|
42066
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<({
|
|
41778
42067
|
type: "mint";
|
|
41779
42068
|
data: {
|
|
41780
42069
|
id: string;
|
|
@@ -41813,7 +42102,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41813
42102
|
transactionHash: string;
|
|
41814
42103
|
};
|
|
41815
42104
|
})[], Error>>;
|
|
41816
|
-
fetchStatus:
|
|
42105
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41817
42106
|
promise: Promise<({
|
|
41818
42107
|
type: "mint";
|
|
41819
42108
|
data: {
|
|
@@ -41915,7 +42204,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41915
42204
|
isRefetching: boolean;
|
|
41916
42205
|
isStale: boolean;
|
|
41917
42206
|
isEnabled: boolean;
|
|
41918
|
-
refetch: (options?:
|
|
42207
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<({
|
|
41919
42208
|
type: "mint";
|
|
41920
42209
|
data: {
|
|
41921
42210
|
id: string;
|
|
@@ -41954,7 +42243,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
41954
42243
|
transactionHash: string;
|
|
41955
42244
|
};
|
|
41956
42245
|
})[], Error>>;
|
|
41957
|
-
fetchStatus:
|
|
42246
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
41958
42247
|
promise: Promise<({
|
|
41959
42248
|
type: "mint";
|
|
41960
42249
|
data: {
|
|
@@ -42036,7 +42325,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
42036
42325
|
};
|
|
42037
42326
|
//#endregion
|
|
42038
42327
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
42039
|
-
declare const useMintPerp: (marketAddr?: Address) =>
|
|
42328
|
+
declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query1.UseMutationResult<void, Error, {
|
|
42040
42329
|
optionType: "CALL" | "PUT";
|
|
42041
42330
|
amount: bigint;
|
|
42042
42331
|
duration: number;
|
|
@@ -42044,13 +42333,13 @@ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query0.UseM
|
|
|
42044
42333
|
}, unknown>;
|
|
42045
42334
|
//#endregion
|
|
42046
42335
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
42047
|
-
declare const useClosePerp: () =>
|
|
42336
|
+
declare const useClosePerp: () => _tanstack_react_query1.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
42048
42337
|
//#endregion
|
|
42049
42338
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
42050
42339
|
declare const usePerpsOperator: () => {
|
|
42051
42340
|
operator: PerpsOperator | undefined;
|
|
42052
42341
|
address: `0x${string}` | undefined;
|
|
42053
|
-
signMessage:
|
|
42342
|
+
signMessage: _tanstack_react_query1.UseMutationResult<void, Error, void, unknown>;
|
|
42054
42343
|
};
|
|
42055
42344
|
//#endregion
|
|
42056
42345
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
@@ -42077,7 +42366,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42077
42366
|
isRefetching: boolean;
|
|
42078
42367
|
isStale: boolean;
|
|
42079
42368
|
isEnabled: boolean;
|
|
42080
|
-
refetch: (options?:
|
|
42369
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42081
42370
|
optionId: bigint;
|
|
42082
42371
|
id: string;
|
|
42083
42372
|
ownerAddr: Address;
|
|
@@ -42086,7 +42375,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42086
42375
|
expiresAt: number;
|
|
42087
42376
|
closed: boolean;
|
|
42088
42377
|
}[] | undefined, Error>>;
|
|
42089
|
-
fetchStatus:
|
|
42378
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42090
42379
|
promise: Promise<{
|
|
42091
42380
|
optionId: bigint;
|
|
42092
42381
|
id: string;
|
|
@@ -42128,7 +42417,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42128
42417
|
isRefetching: boolean;
|
|
42129
42418
|
isStale: boolean;
|
|
42130
42419
|
isEnabled: boolean;
|
|
42131
|
-
refetch: (options?:
|
|
42420
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42132
42421
|
optionId: bigint;
|
|
42133
42422
|
id: string;
|
|
42134
42423
|
ownerAddr: Address;
|
|
@@ -42137,7 +42426,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42137
42426
|
expiresAt: number;
|
|
42138
42427
|
closed: boolean;
|
|
42139
42428
|
}[] | undefined, Error>>;
|
|
42140
|
-
fetchStatus:
|
|
42429
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42141
42430
|
promise: Promise<{
|
|
42142
42431
|
optionId: bigint;
|
|
42143
42432
|
id: string;
|
|
@@ -42179,7 +42468,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42179
42468
|
isRefetching: boolean;
|
|
42180
42469
|
isStale: boolean;
|
|
42181
42470
|
isEnabled: boolean;
|
|
42182
|
-
refetch: (options?:
|
|
42471
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42183
42472
|
optionId: bigint;
|
|
42184
42473
|
id: string;
|
|
42185
42474
|
ownerAddr: Address;
|
|
@@ -42188,7 +42477,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42188
42477
|
expiresAt: number;
|
|
42189
42478
|
closed: boolean;
|
|
42190
42479
|
}[] | undefined, Error>>;
|
|
42191
|
-
fetchStatus:
|
|
42480
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42192
42481
|
promise: Promise<{
|
|
42193
42482
|
optionId: bigint;
|
|
42194
42483
|
id: string;
|
|
@@ -42230,7 +42519,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42230
42519
|
isRefetching: boolean;
|
|
42231
42520
|
isStale: boolean;
|
|
42232
42521
|
isEnabled: boolean;
|
|
42233
|
-
refetch: (options?:
|
|
42522
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42234
42523
|
optionId: bigint;
|
|
42235
42524
|
id: string;
|
|
42236
42525
|
ownerAddr: Address;
|
|
@@ -42239,7 +42528,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42239
42528
|
expiresAt: number;
|
|
42240
42529
|
closed: boolean;
|
|
42241
42530
|
}[] | undefined, Error>>;
|
|
42242
|
-
fetchStatus:
|
|
42531
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42243
42532
|
promise: Promise<{
|
|
42244
42533
|
optionId: bigint;
|
|
42245
42534
|
id: string;
|
|
@@ -42281,7 +42570,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42281
42570
|
isRefetching: boolean;
|
|
42282
42571
|
isStale: boolean;
|
|
42283
42572
|
isEnabled: boolean;
|
|
42284
|
-
refetch: (options?:
|
|
42573
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42285
42574
|
optionId: bigint;
|
|
42286
42575
|
id: string;
|
|
42287
42576
|
ownerAddr: Address;
|
|
@@ -42290,7 +42579,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42290
42579
|
expiresAt: number;
|
|
42291
42580
|
closed: boolean;
|
|
42292
42581
|
}[] | undefined, Error>>;
|
|
42293
|
-
fetchStatus:
|
|
42582
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42294
42583
|
promise: Promise<{
|
|
42295
42584
|
optionId: bigint;
|
|
42296
42585
|
id: string;
|
|
@@ -42332,7 +42621,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42332
42621
|
isRefetching: boolean;
|
|
42333
42622
|
isStale: boolean;
|
|
42334
42623
|
isEnabled: boolean;
|
|
42335
|
-
refetch: (options?:
|
|
42624
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42336
42625
|
optionId: bigint;
|
|
42337
42626
|
id: string;
|
|
42338
42627
|
ownerAddr: Address;
|
|
@@ -42341,7 +42630,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
42341
42630
|
expiresAt: number;
|
|
42342
42631
|
closed: boolean;
|
|
42343
42632
|
}[] | undefined, Error>>;
|
|
42344
|
-
fetchStatus:
|
|
42633
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42345
42634
|
promise: Promise<{
|
|
42346
42635
|
optionId: bigint;
|
|
42347
42636
|
id: string;
|
|
@@ -42384,7 +42673,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42384
42673
|
isRefetching: boolean;
|
|
42385
42674
|
isStale: boolean;
|
|
42386
42675
|
isEnabled: boolean;
|
|
42387
|
-
refetch: (options?:
|
|
42676
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42388
42677
|
optionId: bigint;
|
|
42389
42678
|
id: string;
|
|
42390
42679
|
ownerAddr: Address;
|
|
@@ -42393,7 +42682,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42393
42682
|
expiresAt: number;
|
|
42394
42683
|
closed: boolean;
|
|
42395
42684
|
}[] | undefined, Error>>;
|
|
42396
|
-
fetchStatus:
|
|
42685
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42397
42686
|
promise: Promise<{
|
|
42398
42687
|
optionId: bigint;
|
|
42399
42688
|
id: string;
|
|
@@ -42435,7 +42724,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42435
42724
|
isRefetching: boolean;
|
|
42436
42725
|
isStale: boolean;
|
|
42437
42726
|
isEnabled: boolean;
|
|
42438
|
-
refetch: (options?:
|
|
42727
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42439
42728
|
optionId: bigint;
|
|
42440
42729
|
id: string;
|
|
42441
42730
|
ownerAddr: Address;
|
|
@@ -42444,7 +42733,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42444
42733
|
expiresAt: number;
|
|
42445
42734
|
closed: boolean;
|
|
42446
42735
|
}[] | undefined, Error>>;
|
|
42447
|
-
fetchStatus:
|
|
42736
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42448
42737
|
promise: Promise<{
|
|
42449
42738
|
optionId: bigint;
|
|
42450
42739
|
id: string;
|
|
@@ -42486,7 +42775,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42486
42775
|
isRefetching: boolean;
|
|
42487
42776
|
isStale: boolean;
|
|
42488
42777
|
isEnabled: boolean;
|
|
42489
|
-
refetch: (options?:
|
|
42778
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42490
42779
|
optionId: bigint;
|
|
42491
42780
|
id: string;
|
|
42492
42781
|
ownerAddr: Address;
|
|
@@ -42495,7 +42784,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42495
42784
|
expiresAt: number;
|
|
42496
42785
|
closed: boolean;
|
|
42497
42786
|
}[] | undefined, Error>>;
|
|
42498
|
-
fetchStatus:
|
|
42787
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42499
42788
|
promise: Promise<{
|
|
42500
42789
|
optionId: bigint;
|
|
42501
42790
|
id: string;
|
|
@@ -42537,7 +42826,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42537
42826
|
isRefetching: boolean;
|
|
42538
42827
|
isStale: boolean;
|
|
42539
42828
|
isEnabled: boolean;
|
|
42540
|
-
refetch: (options?:
|
|
42829
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42541
42830
|
optionId: bigint;
|
|
42542
42831
|
id: string;
|
|
42543
42832
|
ownerAddr: Address;
|
|
@@ -42546,7 +42835,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42546
42835
|
expiresAt: number;
|
|
42547
42836
|
closed: boolean;
|
|
42548
42837
|
}[] | undefined, Error>>;
|
|
42549
|
-
fetchStatus:
|
|
42838
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42550
42839
|
promise: Promise<{
|
|
42551
42840
|
optionId: bigint;
|
|
42552
42841
|
id: string;
|
|
@@ -42588,7 +42877,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42588
42877
|
isRefetching: boolean;
|
|
42589
42878
|
isStale: boolean;
|
|
42590
42879
|
isEnabled: boolean;
|
|
42591
|
-
refetch: (options?:
|
|
42880
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42592
42881
|
optionId: bigint;
|
|
42593
42882
|
id: string;
|
|
42594
42883
|
ownerAddr: Address;
|
|
@@ -42597,7 +42886,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42597
42886
|
expiresAt: number;
|
|
42598
42887
|
closed: boolean;
|
|
42599
42888
|
}[] | undefined, Error>>;
|
|
42600
|
-
fetchStatus:
|
|
42889
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42601
42890
|
promise: Promise<{
|
|
42602
42891
|
optionId: bigint;
|
|
42603
42892
|
id: string;
|
|
@@ -42639,7 +42928,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42639
42928
|
isRefetching: boolean;
|
|
42640
42929
|
isStale: boolean;
|
|
42641
42930
|
isEnabled: boolean;
|
|
42642
|
-
refetch: (options?:
|
|
42931
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42643
42932
|
optionId: bigint;
|
|
42644
42933
|
id: string;
|
|
42645
42934
|
ownerAddr: Address;
|
|
@@ -42648,7 +42937,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42648
42937
|
expiresAt: number;
|
|
42649
42938
|
closed: boolean;
|
|
42650
42939
|
}[] | undefined, Error>>;
|
|
42651
|
-
fetchStatus:
|
|
42940
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42652
42941
|
promise: Promise<{
|
|
42653
42942
|
optionId: bigint;
|
|
42654
42943
|
id: string;
|
|
@@ -42691,7 +42980,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42691
42980
|
isRefetching: boolean;
|
|
42692
42981
|
isStale: boolean;
|
|
42693
42982
|
isEnabled: boolean;
|
|
42694
|
-
refetch: (options?:
|
|
42983
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42695
42984
|
optionId: bigint;
|
|
42696
42985
|
id: string;
|
|
42697
42986
|
ownerAddr: Address;
|
|
@@ -42700,7 +42989,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42700
42989
|
expiresAt: number;
|
|
42701
42990
|
closed: boolean;
|
|
42702
42991
|
}[] | undefined, Error>>;
|
|
42703
|
-
fetchStatus:
|
|
42992
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42704
42993
|
promise: Promise<{
|
|
42705
42994
|
optionId: bigint;
|
|
42706
42995
|
id: string;
|
|
@@ -42742,7 +43031,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42742
43031
|
isRefetching: boolean;
|
|
42743
43032
|
isStale: boolean;
|
|
42744
43033
|
isEnabled: boolean;
|
|
42745
|
-
refetch: (options?:
|
|
43034
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42746
43035
|
optionId: bigint;
|
|
42747
43036
|
id: string;
|
|
42748
43037
|
ownerAddr: Address;
|
|
@@ -42751,7 +43040,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42751
43040
|
expiresAt: number;
|
|
42752
43041
|
closed: boolean;
|
|
42753
43042
|
}[] | undefined, Error>>;
|
|
42754
|
-
fetchStatus:
|
|
43043
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42755
43044
|
promise: Promise<{
|
|
42756
43045
|
optionId: bigint;
|
|
42757
43046
|
id: string;
|
|
@@ -42793,7 +43082,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42793
43082
|
isRefetching: boolean;
|
|
42794
43083
|
isStale: boolean;
|
|
42795
43084
|
isEnabled: boolean;
|
|
42796
|
-
refetch: (options?:
|
|
43085
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42797
43086
|
optionId: bigint;
|
|
42798
43087
|
id: string;
|
|
42799
43088
|
ownerAddr: Address;
|
|
@@ -42802,7 +43091,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42802
43091
|
expiresAt: number;
|
|
42803
43092
|
closed: boolean;
|
|
42804
43093
|
}[] | undefined, Error>>;
|
|
42805
|
-
fetchStatus:
|
|
43094
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42806
43095
|
promise: Promise<{
|
|
42807
43096
|
optionId: bigint;
|
|
42808
43097
|
id: string;
|
|
@@ -42844,7 +43133,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42844
43133
|
isRefetching: boolean;
|
|
42845
43134
|
isStale: boolean;
|
|
42846
43135
|
isEnabled: boolean;
|
|
42847
|
-
refetch: (options?:
|
|
43136
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42848
43137
|
optionId: bigint;
|
|
42849
43138
|
id: string;
|
|
42850
43139
|
ownerAddr: Address;
|
|
@@ -42853,7 +43142,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42853
43142
|
expiresAt: number;
|
|
42854
43143
|
closed: boolean;
|
|
42855
43144
|
}[] | undefined, Error>>;
|
|
42856
|
-
fetchStatus:
|
|
43145
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42857
43146
|
promise: Promise<{
|
|
42858
43147
|
optionId: bigint;
|
|
42859
43148
|
id: string;
|
|
@@ -42895,7 +43184,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42895
43184
|
isRefetching: boolean;
|
|
42896
43185
|
isStale: boolean;
|
|
42897
43186
|
isEnabled: boolean;
|
|
42898
|
-
refetch: (options?:
|
|
43187
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42899
43188
|
optionId: bigint;
|
|
42900
43189
|
id: string;
|
|
42901
43190
|
ownerAddr: Address;
|
|
@@ -42904,7 +43193,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42904
43193
|
expiresAt: number;
|
|
42905
43194
|
closed: boolean;
|
|
42906
43195
|
}[] | undefined, Error>>;
|
|
42907
|
-
fetchStatus:
|
|
43196
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42908
43197
|
promise: Promise<{
|
|
42909
43198
|
optionId: bigint;
|
|
42910
43199
|
id: string;
|
|
@@ -42946,7 +43235,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42946
43235
|
isRefetching: boolean;
|
|
42947
43236
|
isStale: boolean;
|
|
42948
43237
|
isEnabled: boolean;
|
|
42949
|
-
refetch: (options?:
|
|
43238
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
42950
43239
|
optionId: bigint;
|
|
42951
43240
|
id: string;
|
|
42952
43241
|
ownerAddr: Address;
|
|
@@ -42955,7 +43244,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42955
43244
|
expiresAt: number;
|
|
42956
43245
|
closed: boolean;
|
|
42957
43246
|
}[] | undefined, Error>>;
|
|
42958
|
-
fetchStatus:
|
|
43247
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
42959
43248
|
promise: Promise<{
|
|
42960
43249
|
optionId: bigint;
|
|
42961
43250
|
id: string;
|
|
@@ -42978,7 +43267,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
42978
43267
|
//#endregion
|
|
42979
43268
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
42980
43269
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
42981
|
-
error:
|
|
43270
|
+
error: viem0.ReadContractErrorType;
|
|
42982
43271
|
isError: true;
|
|
42983
43272
|
isPending: false;
|
|
42984
43273
|
isLoading: false;
|
|
@@ -42990,7 +43279,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
42990
43279
|
dataUpdatedAt: number;
|
|
42991
43280
|
errorUpdatedAt: number;
|
|
42992
43281
|
failureCount: number;
|
|
42993
|
-
failureReason:
|
|
43282
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
42994
43283
|
errorUpdateCount: number;
|
|
42995
43284
|
isFetched: boolean;
|
|
42996
43285
|
isFetchedAfterMount: boolean;
|
|
@@ -43000,10 +43289,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43000
43289
|
isRefetching: boolean;
|
|
43001
43290
|
isStale: boolean;
|
|
43002
43291
|
isEnabled: boolean;
|
|
43003
|
-
refetch: (options?:
|
|
43004
|
-
fetchStatus:
|
|
43292
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
43293
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43005
43294
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
43006
|
-
queryKey:
|
|
43295
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43007
43296
|
data: {
|
|
43008
43297
|
canExtend: boolean | undefined;
|
|
43009
43298
|
canExercise: boolean | undefined;
|
|
@@ -43025,7 +43314,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43025
43314
|
dataUpdatedAt: number;
|
|
43026
43315
|
errorUpdatedAt: number;
|
|
43027
43316
|
failureCount: number;
|
|
43028
|
-
failureReason:
|
|
43317
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43029
43318
|
errorUpdateCount: number;
|
|
43030
43319
|
isFetched: boolean;
|
|
43031
43320
|
isFetchedAfterMount: boolean;
|
|
@@ -43035,10 +43324,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43035
43324
|
isRefetching: boolean;
|
|
43036
43325
|
isStale: boolean;
|
|
43037
43326
|
isEnabled: boolean;
|
|
43038
|
-
refetch: (options?:
|
|
43039
|
-
fetchStatus:
|
|
43327
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
43328
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43040
43329
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
43041
|
-
queryKey:
|
|
43330
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43042
43331
|
data: {
|
|
43043
43332
|
canExtend: boolean | undefined;
|
|
43044
43333
|
canExercise: boolean | undefined;
|
|
@@ -43048,7 +43337,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43048
43337
|
effectiveApproval: bigint;
|
|
43049
43338
|
};
|
|
43050
43339
|
} | {
|
|
43051
|
-
error:
|
|
43340
|
+
error: viem0.ReadContractErrorType;
|
|
43052
43341
|
isError: true;
|
|
43053
43342
|
isPending: false;
|
|
43054
43343
|
isLoading: false;
|
|
@@ -43060,7 +43349,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43060
43349
|
dataUpdatedAt: number;
|
|
43061
43350
|
errorUpdatedAt: number;
|
|
43062
43351
|
failureCount: number;
|
|
43063
|
-
failureReason:
|
|
43352
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43064
43353
|
errorUpdateCount: number;
|
|
43065
43354
|
isFetched: boolean;
|
|
43066
43355
|
isFetchedAfterMount: boolean;
|
|
@@ -43070,10 +43359,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43070
43359
|
isRefetching: boolean;
|
|
43071
43360
|
isStale: boolean;
|
|
43072
43361
|
isEnabled: boolean;
|
|
43073
|
-
refetch: (options?:
|
|
43074
|
-
fetchStatus:
|
|
43362
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
43363
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43075
43364
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
43076
|
-
queryKey:
|
|
43365
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43077
43366
|
data: {
|
|
43078
43367
|
canExtend: boolean | undefined;
|
|
43079
43368
|
canExercise: boolean | undefined;
|
|
@@ -43095,7 +43384,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43095
43384
|
dataUpdatedAt: number;
|
|
43096
43385
|
errorUpdatedAt: number;
|
|
43097
43386
|
failureCount: number;
|
|
43098
|
-
failureReason:
|
|
43387
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43099
43388
|
errorUpdateCount: number;
|
|
43100
43389
|
isFetched: boolean;
|
|
43101
43390
|
isFetchedAfterMount: boolean;
|
|
@@ -43105,10 +43394,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43105
43394
|
isRefetching: boolean;
|
|
43106
43395
|
isStale: boolean;
|
|
43107
43396
|
isEnabled: boolean;
|
|
43108
|
-
refetch: (options?:
|
|
43109
|
-
fetchStatus:
|
|
43397
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
43398
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43110
43399
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
43111
|
-
queryKey:
|
|
43400
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43112
43401
|
data: {
|
|
43113
43402
|
canExtend: boolean | undefined;
|
|
43114
43403
|
canExercise: boolean | undefined;
|
|
@@ -43129,7 +43418,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43129
43418
|
dataUpdatedAt: number;
|
|
43130
43419
|
errorUpdatedAt: number;
|
|
43131
43420
|
failureCount: number;
|
|
43132
|
-
failureReason:
|
|
43421
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43133
43422
|
errorUpdateCount: number;
|
|
43134
43423
|
isFetched: boolean;
|
|
43135
43424
|
isFetchedAfterMount: boolean;
|
|
@@ -43140,10 +43429,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43140
43429
|
isRefetching: boolean;
|
|
43141
43430
|
isStale: boolean;
|
|
43142
43431
|
isEnabled: boolean;
|
|
43143
|
-
refetch: (options?:
|
|
43144
|
-
fetchStatus:
|
|
43432
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
43433
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43145
43434
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
43146
|
-
queryKey:
|
|
43435
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43147
43436
|
data: {
|
|
43148
43437
|
canExtend: boolean | undefined;
|
|
43149
43438
|
canExercise: boolean | undefined;
|
|
@@ -43165,7 +43454,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43165
43454
|
dataUpdatedAt: number;
|
|
43166
43455
|
errorUpdatedAt: number;
|
|
43167
43456
|
failureCount: number;
|
|
43168
|
-
failureReason:
|
|
43457
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43169
43458
|
errorUpdateCount: number;
|
|
43170
43459
|
isFetched: boolean;
|
|
43171
43460
|
isFetchedAfterMount: boolean;
|
|
@@ -43175,10 +43464,10 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
43175
43464
|
isRefetching: boolean;
|
|
43176
43465
|
isStale: boolean;
|
|
43177
43466
|
isEnabled: boolean;
|
|
43178
|
-
refetch: (options?:
|
|
43179
|
-
fetchStatus:
|
|
43467
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem0.ReadContractErrorType>>;
|
|
43468
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43180
43469
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
43181
|
-
queryKey:
|
|
43470
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43182
43471
|
data: {
|
|
43183
43472
|
canExtend: boolean | undefined;
|
|
43184
43473
|
canExercise: boolean | undefined;
|
|
@@ -43227,7 +43516,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43227
43516
|
isRefetching: boolean;
|
|
43228
43517
|
isStale: boolean;
|
|
43229
43518
|
isEnabled: boolean;
|
|
43230
|
-
refetch: (options?:
|
|
43519
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43231
43520
|
spendingApproval: bigint;
|
|
43232
43521
|
operatorAddr: string;
|
|
43233
43522
|
__typename: "UserMarketOperator";
|
|
@@ -43241,7 +43530,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43241
43530
|
address: string;
|
|
43242
43531
|
} | null;
|
|
43243
43532
|
}[] | undefined, Error>>;
|
|
43244
|
-
fetchStatus:
|
|
43533
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43245
43534
|
promise: Promise<{
|
|
43246
43535
|
spendingApproval: bigint;
|
|
43247
43536
|
operatorAddr: string;
|
|
@@ -43293,7 +43582,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43293
43582
|
isRefetching: boolean;
|
|
43294
43583
|
isStale: boolean;
|
|
43295
43584
|
isEnabled: boolean;
|
|
43296
|
-
refetch: (options?:
|
|
43585
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43297
43586
|
spendingApproval: bigint;
|
|
43298
43587
|
operatorAddr: string;
|
|
43299
43588
|
__typename: "UserMarketOperator";
|
|
@@ -43307,7 +43596,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43307
43596
|
address: string;
|
|
43308
43597
|
} | null;
|
|
43309
43598
|
}[] | undefined, Error>>;
|
|
43310
|
-
fetchStatus:
|
|
43599
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43311
43600
|
promise: Promise<{
|
|
43312
43601
|
spendingApproval: bigint;
|
|
43313
43602
|
operatorAddr: string;
|
|
@@ -43359,7 +43648,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43359
43648
|
isRefetching: boolean;
|
|
43360
43649
|
isStale: boolean;
|
|
43361
43650
|
isEnabled: boolean;
|
|
43362
|
-
refetch: (options?:
|
|
43651
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43363
43652
|
spendingApproval: bigint;
|
|
43364
43653
|
operatorAddr: string;
|
|
43365
43654
|
__typename: "UserMarketOperator";
|
|
@@ -43373,7 +43662,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43373
43662
|
address: string;
|
|
43374
43663
|
} | null;
|
|
43375
43664
|
}[] | undefined, Error>>;
|
|
43376
|
-
fetchStatus:
|
|
43665
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43377
43666
|
promise: Promise<{
|
|
43378
43667
|
spendingApproval: bigint;
|
|
43379
43668
|
operatorAddr: string;
|
|
@@ -43425,7 +43714,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43425
43714
|
isRefetching: boolean;
|
|
43426
43715
|
isStale: boolean;
|
|
43427
43716
|
isEnabled: boolean;
|
|
43428
|
-
refetch: (options?:
|
|
43717
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43429
43718
|
spendingApproval: bigint;
|
|
43430
43719
|
operatorAddr: string;
|
|
43431
43720
|
__typename: "UserMarketOperator";
|
|
@@ -43439,7 +43728,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43439
43728
|
address: string;
|
|
43440
43729
|
} | null;
|
|
43441
43730
|
}[] | undefined, Error>>;
|
|
43442
|
-
fetchStatus:
|
|
43731
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43443
43732
|
promise: Promise<{
|
|
43444
43733
|
spendingApproval: bigint;
|
|
43445
43734
|
operatorAddr: string;
|
|
@@ -43491,7 +43780,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43491
43780
|
isRefetching: boolean;
|
|
43492
43781
|
isStale: boolean;
|
|
43493
43782
|
isEnabled: boolean;
|
|
43494
|
-
refetch: (options?:
|
|
43783
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43495
43784
|
spendingApproval: bigint;
|
|
43496
43785
|
operatorAddr: string;
|
|
43497
43786
|
__typename: "UserMarketOperator";
|
|
@@ -43505,7 +43794,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43505
43794
|
address: string;
|
|
43506
43795
|
} | null;
|
|
43507
43796
|
}[] | undefined, Error>>;
|
|
43508
|
-
fetchStatus:
|
|
43797
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43509
43798
|
promise: Promise<{
|
|
43510
43799
|
spendingApproval: bigint;
|
|
43511
43800
|
operatorAddr: string;
|
|
@@ -43557,7 +43846,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43557
43846
|
isRefetching: boolean;
|
|
43558
43847
|
isStale: boolean;
|
|
43559
43848
|
isEnabled: boolean;
|
|
43560
|
-
refetch: (options?:
|
|
43849
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43561
43850
|
spendingApproval: bigint;
|
|
43562
43851
|
operatorAddr: string;
|
|
43563
43852
|
__typename: "UserMarketOperator";
|
|
@@ -43571,7 +43860,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43571
43860
|
address: string;
|
|
43572
43861
|
} | null;
|
|
43573
43862
|
}[] | undefined, Error>>;
|
|
43574
|
-
fetchStatus:
|
|
43863
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43575
43864
|
promise: Promise<{
|
|
43576
43865
|
spendingApproval: bigint;
|
|
43577
43866
|
operatorAddr: string;
|
|
@@ -43589,7 +43878,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
43589
43878
|
};
|
|
43590
43879
|
//#endregion
|
|
43591
43880
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
43592
|
-
declare const useSetOperatorPerms: (marketAddr?: Address) =>
|
|
43881
|
+
declare const useSetOperatorPerms: (marketAddr?: Address) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
|
|
43593
43882
|
operator: Address;
|
|
43594
43883
|
canExtend: boolean;
|
|
43595
43884
|
canExercise: boolean;
|
|
@@ -43668,7 +43957,7 @@ declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43668
43957
|
//#endregion
|
|
43669
43958
|
//#region src/hooks/pool/useCurrentTick.d.ts
|
|
43670
43959
|
declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
43671
|
-
error:
|
|
43960
|
+
error: viem0.ReadContractErrorType;
|
|
43672
43961
|
isError: true;
|
|
43673
43962
|
isPending: false;
|
|
43674
43963
|
isLoading: false;
|
|
@@ -43680,7 +43969,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43680
43969
|
dataUpdatedAt: number;
|
|
43681
43970
|
errorUpdatedAt: number;
|
|
43682
43971
|
failureCount: number;
|
|
43683
|
-
failureReason:
|
|
43972
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43684
43973
|
errorUpdateCount: number;
|
|
43685
43974
|
isFetched: boolean;
|
|
43686
43975
|
isFetchedAfterMount: boolean;
|
|
@@ -43690,18 +43979,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43690
43979
|
isRefetching: boolean;
|
|
43691
43980
|
isStale: boolean;
|
|
43692
43981
|
isEnabled: boolean;
|
|
43693
|
-
refetch: (options?:
|
|
43982
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43694
43983
|
exact: number;
|
|
43695
43984
|
rounded: number | undefined;
|
|
43696
43985
|
sqrtPriceX96: bigint;
|
|
43697
|
-
},
|
|
43698
|
-
fetchStatus:
|
|
43986
|
+
}, viem0.ReadContractErrorType>>;
|
|
43987
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43699
43988
|
promise: Promise<{
|
|
43700
43989
|
exact: number;
|
|
43701
43990
|
rounded: number | undefined;
|
|
43702
43991
|
sqrtPriceX96: bigint;
|
|
43703
43992
|
}>;
|
|
43704
|
-
queryKey:
|
|
43993
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43705
43994
|
exact: number | undefined;
|
|
43706
43995
|
rounded: number | undefined;
|
|
43707
43996
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -43718,7 +44007,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43718
44007
|
dataUpdatedAt: number;
|
|
43719
44008
|
errorUpdatedAt: number;
|
|
43720
44009
|
failureCount: number;
|
|
43721
|
-
failureReason:
|
|
44010
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43722
44011
|
errorUpdateCount: number;
|
|
43723
44012
|
isFetched: boolean;
|
|
43724
44013
|
isFetchedAfterMount: boolean;
|
|
@@ -43728,23 +44017,23 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43728
44017
|
isRefetching: boolean;
|
|
43729
44018
|
isStale: boolean;
|
|
43730
44019
|
isEnabled: boolean;
|
|
43731
|
-
refetch: (options?:
|
|
44020
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43732
44021
|
exact: number;
|
|
43733
44022
|
rounded: number | undefined;
|
|
43734
44023
|
sqrtPriceX96: bigint;
|
|
43735
|
-
},
|
|
43736
|
-
fetchStatus:
|
|
44024
|
+
}, viem0.ReadContractErrorType>>;
|
|
44025
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43737
44026
|
promise: Promise<{
|
|
43738
44027
|
exact: number;
|
|
43739
44028
|
rounded: number | undefined;
|
|
43740
44029
|
sqrtPriceX96: bigint;
|
|
43741
44030
|
}>;
|
|
43742
|
-
queryKey:
|
|
44031
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43743
44032
|
exact: number | undefined;
|
|
43744
44033
|
rounded: number | undefined;
|
|
43745
44034
|
sqrtPriceX96: bigint | undefined;
|
|
43746
44035
|
} | {
|
|
43747
|
-
error:
|
|
44036
|
+
error: viem0.ReadContractErrorType;
|
|
43748
44037
|
isError: true;
|
|
43749
44038
|
isPending: false;
|
|
43750
44039
|
isLoading: false;
|
|
@@ -43756,7 +44045,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43756
44045
|
dataUpdatedAt: number;
|
|
43757
44046
|
errorUpdatedAt: number;
|
|
43758
44047
|
failureCount: number;
|
|
43759
|
-
failureReason:
|
|
44048
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43760
44049
|
errorUpdateCount: number;
|
|
43761
44050
|
isFetched: boolean;
|
|
43762
44051
|
isFetchedAfterMount: boolean;
|
|
@@ -43766,18 +44055,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43766
44055
|
isRefetching: boolean;
|
|
43767
44056
|
isStale: boolean;
|
|
43768
44057
|
isEnabled: boolean;
|
|
43769
|
-
refetch: (options?:
|
|
44058
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43770
44059
|
exact: number;
|
|
43771
44060
|
rounded: number | undefined;
|
|
43772
44061
|
sqrtPriceX96: bigint;
|
|
43773
|
-
},
|
|
43774
|
-
fetchStatus:
|
|
44062
|
+
}, viem0.ReadContractErrorType>>;
|
|
44063
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43775
44064
|
promise: Promise<{
|
|
43776
44065
|
exact: number;
|
|
43777
44066
|
rounded: number | undefined;
|
|
43778
44067
|
sqrtPriceX96: bigint;
|
|
43779
44068
|
}>;
|
|
43780
|
-
queryKey:
|
|
44069
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43781
44070
|
exact: number | undefined;
|
|
43782
44071
|
rounded: number | undefined;
|
|
43783
44072
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -43794,7 +44083,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43794
44083
|
dataUpdatedAt: number;
|
|
43795
44084
|
errorUpdatedAt: number;
|
|
43796
44085
|
failureCount: number;
|
|
43797
|
-
failureReason:
|
|
44086
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43798
44087
|
errorUpdateCount: number;
|
|
43799
44088
|
isFetched: boolean;
|
|
43800
44089
|
isFetchedAfterMount: boolean;
|
|
@@ -43804,18 +44093,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43804
44093
|
isRefetching: boolean;
|
|
43805
44094
|
isStale: boolean;
|
|
43806
44095
|
isEnabled: boolean;
|
|
43807
|
-
refetch: (options?:
|
|
44096
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43808
44097
|
exact: number;
|
|
43809
44098
|
rounded: number | undefined;
|
|
43810
44099
|
sqrtPriceX96: bigint;
|
|
43811
|
-
},
|
|
43812
|
-
fetchStatus:
|
|
44100
|
+
}, viem0.ReadContractErrorType>>;
|
|
44101
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43813
44102
|
promise: Promise<{
|
|
43814
44103
|
exact: number;
|
|
43815
44104
|
rounded: number | undefined;
|
|
43816
44105
|
sqrtPriceX96: bigint;
|
|
43817
44106
|
}>;
|
|
43818
|
-
queryKey:
|
|
44107
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43819
44108
|
exact: number | undefined;
|
|
43820
44109
|
rounded: number | undefined;
|
|
43821
44110
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -43831,7 +44120,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43831
44120
|
dataUpdatedAt: number;
|
|
43832
44121
|
errorUpdatedAt: number;
|
|
43833
44122
|
failureCount: number;
|
|
43834
|
-
failureReason:
|
|
44123
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43835
44124
|
errorUpdateCount: number;
|
|
43836
44125
|
isFetched: boolean;
|
|
43837
44126
|
isFetchedAfterMount: boolean;
|
|
@@ -43842,18 +44131,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43842
44131
|
isRefetching: boolean;
|
|
43843
44132
|
isStale: boolean;
|
|
43844
44133
|
isEnabled: boolean;
|
|
43845
|
-
refetch: (options?:
|
|
44134
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43846
44135
|
exact: number;
|
|
43847
44136
|
rounded: number | undefined;
|
|
43848
44137
|
sqrtPriceX96: bigint;
|
|
43849
|
-
},
|
|
43850
|
-
fetchStatus:
|
|
44138
|
+
}, viem0.ReadContractErrorType>>;
|
|
44139
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43851
44140
|
promise: Promise<{
|
|
43852
44141
|
exact: number;
|
|
43853
44142
|
rounded: number | undefined;
|
|
43854
44143
|
sqrtPriceX96: bigint;
|
|
43855
44144
|
}>;
|
|
43856
|
-
queryKey:
|
|
44145
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43857
44146
|
exact: number | undefined;
|
|
43858
44147
|
rounded: number | undefined;
|
|
43859
44148
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -43870,7 +44159,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43870
44159
|
dataUpdatedAt: number;
|
|
43871
44160
|
errorUpdatedAt: number;
|
|
43872
44161
|
failureCount: number;
|
|
43873
|
-
failureReason:
|
|
44162
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43874
44163
|
errorUpdateCount: number;
|
|
43875
44164
|
isFetched: boolean;
|
|
43876
44165
|
isFetchedAfterMount: boolean;
|
|
@@ -43880,18 +44169,18 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
43880
44169
|
isRefetching: boolean;
|
|
43881
44170
|
isStale: boolean;
|
|
43882
44171
|
isEnabled: boolean;
|
|
43883
|
-
refetch: (options?:
|
|
44172
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<{
|
|
43884
44173
|
exact: number;
|
|
43885
44174
|
rounded: number | undefined;
|
|
43886
44175
|
sqrtPriceX96: bigint;
|
|
43887
|
-
},
|
|
43888
|
-
fetchStatus:
|
|
44176
|
+
}, viem0.ReadContractErrorType>>;
|
|
44177
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43889
44178
|
promise: Promise<{
|
|
43890
44179
|
exact: number;
|
|
43891
44180
|
rounded: number | undefined;
|
|
43892
44181
|
sqrtPriceX96: bigint;
|
|
43893
44182
|
}>;
|
|
43894
|
-
queryKey:
|
|
44183
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43895
44184
|
exact: number | undefined;
|
|
43896
44185
|
rounded: number | undefined;
|
|
43897
44186
|
sqrtPriceX96: bigint | undefined;
|
|
@@ -43902,8 +44191,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
43902
44191
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
43903
44192
|
//#endregion
|
|
43904
44193
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
43905
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
43906
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
44194
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
|
|
44195
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
|
|
43907
44196
|
//#endregion
|
|
43908
44197
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
43909
44198
|
interface BurnPosition {
|
|
@@ -43925,7 +44214,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
43925
44214
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
43926
44215
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
43927
44216
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
43928
|
-
error:
|
|
44217
|
+
error: viem0.ReadContractErrorType;
|
|
43929
44218
|
isError: true;
|
|
43930
44219
|
isPending: false;
|
|
43931
44220
|
isLoading: false;
|
|
@@ -43937,7 +44226,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
43937
44226
|
dataUpdatedAt: number;
|
|
43938
44227
|
errorUpdatedAt: number;
|
|
43939
44228
|
failureCount: number;
|
|
43940
|
-
failureReason:
|
|
44229
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
43941
44230
|
errorUpdateCount: number;
|
|
43942
44231
|
isFetched: boolean;
|
|
43943
44232
|
isFetchedAfterMount: boolean;
|
|
@@ -43947,7 +44236,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
43947
44236
|
isRefetching: boolean;
|
|
43948
44237
|
isStale: boolean;
|
|
43949
44238
|
isEnabled: boolean;
|
|
43950
|
-
refetch: (options?:
|
|
44239
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly {
|
|
43951
44240
|
tickLower: number;
|
|
43952
44241
|
tickUpper: number;
|
|
43953
44242
|
prevTickLower: number;
|
|
@@ -43959,8 +44248,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
43959
44248
|
totalAmount1: bigint;
|
|
43960
44249
|
borrowedAmount0: bigint;
|
|
43961
44250
|
borrowedAmount1: bigint;
|
|
43962
|
-
}[],
|
|
43963
|
-
fetchStatus:
|
|
44251
|
+
}[], viem0.ReadContractErrorType>>;
|
|
44252
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
43964
44253
|
promise: Promise<readonly {
|
|
43965
44254
|
tickLower: number;
|
|
43966
44255
|
tickUpper: number;
|
|
@@ -43974,7 +44263,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
43974
44263
|
borrowedAmount0: bigint;
|
|
43975
44264
|
borrowedAmount1: bigint;
|
|
43976
44265
|
}[]>;
|
|
43977
|
-
queryKey:
|
|
44266
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
43978
44267
|
data: readonly {
|
|
43979
44268
|
tickLower: number;
|
|
43980
44269
|
tickUpper: number;
|
|
@@ -44001,7 +44290,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44001
44290
|
dataUpdatedAt: number;
|
|
44002
44291
|
errorUpdatedAt: number;
|
|
44003
44292
|
failureCount: number;
|
|
44004
|
-
failureReason:
|
|
44293
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44005
44294
|
errorUpdateCount: number;
|
|
44006
44295
|
isFetched: boolean;
|
|
44007
44296
|
isFetchedAfterMount: boolean;
|
|
@@ -44011,7 +44300,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44011
44300
|
isRefetching: boolean;
|
|
44012
44301
|
isStale: boolean;
|
|
44013
44302
|
isEnabled: boolean;
|
|
44014
|
-
refetch: (options?:
|
|
44303
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly {
|
|
44015
44304
|
tickLower: number;
|
|
44016
44305
|
tickUpper: number;
|
|
44017
44306
|
prevTickLower: number;
|
|
@@ -44023,8 +44312,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44023
44312
|
totalAmount1: bigint;
|
|
44024
44313
|
borrowedAmount0: bigint;
|
|
44025
44314
|
borrowedAmount1: bigint;
|
|
44026
|
-
}[],
|
|
44027
|
-
fetchStatus:
|
|
44315
|
+
}[], viem0.ReadContractErrorType>>;
|
|
44316
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44028
44317
|
promise: Promise<readonly {
|
|
44029
44318
|
tickLower: number;
|
|
44030
44319
|
tickUpper: number;
|
|
@@ -44038,7 +44327,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44038
44327
|
borrowedAmount0: bigint;
|
|
44039
44328
|
borrowedAmount1: bigint;
|
|
44040
44329
|
}[]>;
|
|
44041
|
-
queryKey:
|
|
44330
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44042
44331
|
data: readonly {
|
|
44043
44332
|
tickLower: number;
|
|
44044
44333
|
tickUpper: number;
|
|
@@ -44053,7 +44342,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44053
44342
|
borrowedAmount1: bigint;
|
|
44054
44343
|
}[];
|
|
44055
44344
|
} | {
|
|
44056
|
-
error:
|
|
44345
|
+
error: viem0.ReadContractErrorType;
|
|
44057
44346
|
isError: true;
|
|
44058
44347
|
isPending: false;
|
|
44059
44348
|
isLoading: false;
|
|
@@ -44065,7 +44354,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44065
44354
|
dataUpdatedAt: number;
|
|
44066
44355
|
errorUpdatedAt: number;
|
|
44067
44356
|
failureCount: number;
|
|
44068
|
-
failureReason:
|
|
44357
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44069
44358
|
errorUpdateCount: number;
|
|
44070
44359
|
isFetched: boolean;
|
|
44071
44360
|
isFetchedAfterMount: boolean;
|
|
@@ -44075,7 +44364,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44075
44364
|
isRefetching: boolean;
|
|
44076
44365
|
isStale: boolean;
|
|
44077
44366
|
isEnabled: boolean;
|
|
44078
|
-
refetch: (options?:
|
|
44367
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly {
|
|
44079
44368
|
tickLower: number;
|
|
44080
44369
|
tickUpper: number;
|
|
44081
44370
|
prevTickLower: number;
|
|
@@ -44087,8 +44376,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44087
44376
|
totalAmount1: bigint;
|
|
44088
44377
|
borrowedAmount0: bigint;
|
|
44089
44378
|
borrowedAmount1: bigint;
|
|
44090
|
-
}[],
|
|
44091
|
-
fetchStatus:
|
|
44379
|
+
}[], viem0.ReadContractErrorType>>;
|
|
44380
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44092
44381
|
promise: Promise<readonly {
|
|
44093
44382
|
tickLower: number;
|
|
44094
44383
|
tickUpper: number;
|
|
@@ -44102,7 +44391,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44102
44391
|
borrowedAmount0: bigint;
|
|
44103
44392
|
borrowedAmount1: bigint;
|
|
44104
44393
|
}[]>;
|
|
44105
|
-
queryKey:
|
|
44394
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44106
44395
|
data: readonly {
|
|
44107
44396
|
tickLower: number;
|
|
44108
44397
|
tickUpper: number;
|
|
@@ -44129,7 +44418,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44129
44418
|
dataUpdatedAt: number;
|
|
44130
44419
|
errorUpdatedAt: number;
|
|
44131
44420
|
failureCount: number;
|
|
44132
|
-
failureReason:
|
|
44421
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44133
44422
|
errorUpdateCount: number;
|
|
44134
44423
|
isFetched: boolean;
|
|
44135
44424
|
isFetchedAfterMount: boolean;
|
|
@@ -44139,7 +44428,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44139
44428
|
isRefetching: boolean;
|
|
44140
44429
|
isStale: boolean;
|
|
44141
44430
|
isEnabled: boolean;
|
|
44142
|
-
refetch: (options?:
|
|
44431
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly {
|
|
44143
44432
|
tickLower: number;
|
|
44144
44433
|
tickUpper: number;
|
|
44145
44434
|
prevTickLower: number;
|
|
@@ -44151,8 +44440,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44151
44440
|
totalAmount1: bigint;
|
|
44152
44441
|
borrowedAmount0: bigint;
|
|
44153
44442
|
borrowedAmount1: bigint;
|
|
44154
|
-
}[],
|
|
44155
|
-
fetchStatus:
|
|
44443
|
+
}[], viem0.ReadContractErrorType>>;
|
|
44444
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44156
44445
|
promise: Promise<readonly {
|
|
44157
44446
|
tickLower: number;
|
|
44158
44447
|
tickUpper: number;
|
|
@@ -44166,7 +44455,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44166
44455
|
borrowedAmount0: bigint;
|
|
44167
44456
|
borrowedAmount1: bigint;
|
|
44168
44457
|
}[]>;
|
|
44169
|
-
queryKey:
|
|
44458
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44170
44459
|
data: readonly {
|
|
44171
44460
|
tickLower: number;
|
|
44172
44461
|
tickUpper: number;
|
|
@@ -44192,7 +44481,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44192
44481
|
dataUpdatedAt: number;
|
|
44193
44482
|
errorUpdatedAt: number;
|
|
44194
44483
|
failureCount: number;
|
|
44195
|
-
failureReason:
|
|
44484
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44196
44485
|
errorUpdateCount: number;
|
|
44197
44486
|
isFetched: boolean;
|
|
44198
44487
|
isFetchedAfterMount: boolean;
|
|
@@ -44203,7 +44492,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44203
44492
|
isRefetching: boolean;
|
|
44204
44493
|
isStale: boolean;
|
|
44205
44494
|
isEnabled: boolean;
|
|
44206
|
-
refetch: (options?:
|
|
44495
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly {
|
|
44207
44496
|
tickLower: number;
|
|
44208
44497
|
tickUpper: number;
|
|
44209
44498
|
prevTickLower: number;
|
|
@@ -44215,8 +44504,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44215
44504
|
totalAmount1: bigint;
|
|
44216
44505
|
borrowedAmount0: bigint;
|
|
44217
44506
|
borrowedAmount1: bigint;
|
|
44218
|
-
}[],
|
|
44219
|
-
fetchStatus:
|
|
44507
|
+
}[], viem0.ReadContractErrorType>>;
|
|
44508
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44220
44509
|
promise: Promise<readonly {
|
|
44221
44510
|
tickLower: number;
|
|
44222
44511
|
tickUpper: number;
|
|
@@ -44230,7 +44519,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44230
44519
|
borrowedAmount0: bigint;
|
|
44231
44520
|
borrowedAmount1: bigint;
|
|
44232
44521
|
}[]>;
|
|
44233
|
-
queryKey:
|
|
44522
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44234
44523
|
data: readonly {
|
|
44235
44524
|
tickLower: number;
|
|
44236
44525
|
tickUpper: number;
|
|
@@ -44257,7 +44546,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44257
44546
|
dataUpdatedAt: number;
|
|
44258
44547
|
errorUpdatedAt: number;
|
|
44259
44548
|
failureCount: number;
|
|
44260
|
-
failureReason:
|
|
44549
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44261
44550
|
errorUpdateCount: number;
|
|
44262
44551
|
isFetched: boolean;
|
|
44263
44552
|
isFetchedAfterMount: boolean;
|
|
@@ -44267,7 +44556,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44267
44556
|
isRefetching: boolean;
|
|
44268
44557
|
isStale: boolean;
|
|
44269
44558
|
isEnabled: boolean;
|
|
44270
|
-
refetch: (options?:
|
|
44559
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly {
|
|
44271
44560
|
tickLower: number;
|
|
44272
44561
|
tickUpper: number;
|
|
44273
44562
|
prevTickLower: number;
|
|
@@ -44279,8 +44568,8 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44279
44568
|
totalAmount1: bigint;
|
|
44280
44569
|
borrowedAmount0: bigint;
|
|
44281
44570
|
borrowedAmount1: bigint;
|
|
44282
|
-
}[],
|
|
44283
|
-
fetchStatus:
|
|
44571
|
+
}[], viem0.ReadContractErrorType>>;
|
|
44572
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44284
44573
|
promise: Promise<readonly {
|
|
44285
44574
|
tickLower: number;
|
|
44286
44575
|
tickUpper: number;
|
|
@@ -44294,7 +44583,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
44294
44583
|
borrowedAmount0: bigint;
|
|
44295
44584
|
borrowedAmount1: bigint;
|
|
44296
44585
|
}[]>;
|
|
44297
|
-
queryKey:
|
|
44586
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44298
44587
|
data: readonly {
|
|
44299
44588
|
tickLower: number;
|
|
44300
44589
|
tickUpper: number;
|
|
@@ -44322,7 +44611,7 @@ interface MintPositionParams {
|
|
|
44322
44611
|
tickUpper: number;
|
|
44323
44612
|
liquidity: bigint;
|
|
44324
44613
|
}
|
|
44325
|
-
declare const useMintLiquidity: (vaultAddr?: Address) =>
|
|
44614
|
+
declare const useMintLiquidity: (vaultAddr?: Address) => _tanstack_react_query1.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
44326
44615
|
//#endregion
|
|
44327
44616
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
44328
44617
|
declare const useVaultData: (vaultAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
@@ -44354,7 +44643,7 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
44354
44643
|
borrowed0: Amount;
|
|
44355
44644
|
borrowed1: Amount;
|
|
44356
44645
|
blocksCount: bigint;
|
|
44357
|
-
refetch: (options?:
|
|
44646
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem0.ReadContractErrorType>>;
|
|
44358
44647
|
};
|
|
44359
44648
|
//#endregion
|
|
44360
44649
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -44367,7 +44656,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
44367
44656
|
//#endregion
|
|
44368
44657
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
44369
44658
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
44370
|
-
error:
|
|
44659
|
+
error: viem0.ReadContractErrorType;
|
|
44371
44660
|
isError: true;
|
|
44372
44661
|
isPending: false;
|
|
44373
44662
|
isLoading: false;
|
|
@@ -44379,7 +44668,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44379
44668
|
dataUpdatedAt: number;
|
|
44380
44669
|
errorUpdatedAt: number;
|
|
44381
44670
|
failureCount: number;
|
|
44382
|
-
failureReason:
|
|
44671
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44383
44672
|
errorUpdateCount: number;
|
|
44384
44673
|
isFetched: boolean;
|
|
44385
44674
|
isFetchedAfterMount: boolean;
|
|
@@ -44389,10 +44678,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44389
44678
|
isRefetching: boolean;
|
|
44390
44679
|
isStale: boolean;
|
|
44391
44680
|
isEnabled: boolean;
|
|
44392
|
-
refetch: (options?:
|
|
44393
|
-
fetchStatus:
|
|
44681
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
44682
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44394
44683
|
promise: Promise<bigint>;
|
|
44395
|
-
queryKey:
|
|
44684
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44396
44685
|
data: Amount | undefined;
|
|
44397
44686
|
} | {
|
|
44398
44687
|
error: null;
|
|
@@ -44407,7 +44696,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44407
44696
|
dataUpdatedAt: number;
|
|
44408
44697
|
errorUpdatedAt: number;
|
|
44409
44698
|
failureCount: number;
|
|
44410
|
-
failureReason:
|
|
44699
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44411
44700
|
errorUpdateCount: number;
|
|
44412
44701
|
isFetched: boolean;
|
|
44413
44702
|
isFetchedAfterMount: boolean;
|
|
@@ -44417,13 +44706,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44417
44706
|
isRefetching: boolean;
|
|
44418
44707
|
isStale: boolean;
|
|
44419
44708
|
isEnabled: boolean;
|
|
44420
|
-
refetch: (options?:
|
|
44421
|
-
fetchStatus:
|
|
44709
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
44710
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44422
44711
|
promise: Promise<bigint>;
|
|
44423
|
-
queryKey:
|
|
44712
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44424
44713
|
data: Amount | undefined;
|
|
44425
44714
|
} | {
|
|
44426
|
-
error:
|
|
44715
|
+
error: viem0.ReadContractErrorType;
|
|
44427
44716
|
isError: true;
|
|
44428
44717
|
isPending: false;
|
|
44429
44718
|
isLoading: false;
|
|
@@ -44435,7 +44724,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44435
44724
|
dataUpdatedAt: number;
|
|
44436
44725
|
errorUpdatedAt: number;
|
|
44437
44726
|
failureCount: number;
|
|
44438
|
-
failureReason:
|
|
44727
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44439
44728
|
errorUpdateCount: number;
|
|
44440
44729
|
isFetched: boolean;
|
|
44441
44730
|
isFetchedAfterMount: boolean;
|
|
@@ -44445,10 +44734,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44445
44734
|
isRefetching: boolean;
|
|
44446
44735
|
isStale: boolean;
|
|
44447
44736
|
isEnabled: boolean;
|
|
44448
|
-
refetch: (options?:
|
|
44449
|
-
fetchStatus:
|
|
44737
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
44738
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44450
44739
|
promise: Promise<bigint>;
|
|
44451
|
-
queryKey:
|
|
44740
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44452
44741
|
data: Amount | undefined;
|
|
44453
44742
|
} | {
|
|
44454
44743
|
error: null;
|
|
@@ -44463,7 +44752,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44463
44752
|
dataUpdatedAt: number;
|
|
44464
44753
|
errorUpdatedAt: number;
|
|
44465
44754
|
failureCount: number;
|
|
44466
|
-
failureReason:
|
|
44755
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44467
44756
|
errorUpdateCount: number;
|
|
44468
44757
|
isFetched: boolean;
|
|
44469
44758
|
isFetchedAfterMount: boolean;
|
|
@@ -44473,10 +44762,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44473
44762
|
isRefetching: boolean;
|
|
44474
44763
|
isStale: boolean;
|
|
44475
44764
|
isEnabled: boolean;
|
|
44476
|
-
refetch: (options?:
|
|
44477
|
-
fetchStatus:
|
|
44765
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
44766
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44478
44767
|
promise: Promise<bigint>;
|
|
44479
|
-
queryKey:
|
|
44768
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44480
44769
|
data: Amount | undefined;
|
|
44481
44770
|
} | {
|
|
44482
44771
|
error: null;
|
|
@@ -44490,7 +44779,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44490
44779
|
dataUpdatedAt: number;
|
|
44491
44780
|
errorUpdatedAt: number;
|
|
44492
44781
|
failureCount: number;
|
|
44493
|
-
failureReason:
|
|
44782
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44494
44783
|
errorUpdateCount: number;
|
|
44495
44784
|
isFetched: boolean;
|
|
44496
44785
|
isFetchedAfterMount: boolean;
|
|
@@ -44501,10 +44790,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44501
44790
|
isRefetching: boolean;
|
|
44502
44791
|
isStale: boolean;
|
|
44503
44792
|
isEnabled: boolean;
|
|
44504
|
-
refetch: (options?:
|
|
44505
|
-
fetchStatus:
|
|
44793
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
44794
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44506
44795
|
promise: Promise<bigint>;
|
|
44507
|
-
queryKey:
|
|
44796
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44508
44797
|
data: Amount | undefined;
|
|
44509
44798
|
} | {
|
|
44510
44799
|
isError: false;
|
|
@@ -44519,7 +44808,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44519
44808
|
dataUpdatedAt: number;
|
|
44520
44809
|
errorUpdatedAt: number;
|
|
44521
44810
|
failureCount: number;
|
|
44522
|
-
failureReason:
|
|
44811
|
+
failureReason: viem0.ReadContractErrorType | null;
|
|
44523
44812
|
errorUpdateCount: number;
|
|
44524
44813
|
isFetched: boolean;
|
|
44525
44814
|
isFetchedAfterMount: boolean;
|
|
@@ -44529,10 +44818,10 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
44529
44818
|
isRefetching: boolean;
|
|
44530
44819
|
isStale: boolean;
|
|
44531
44820
|
isEnabled: boolean;
|
|
44532
|
-
refetch: (options?:
|
|
44533
|
-
fetchStatus:
|
|
44821
|
+
refetch: (options?: _tanstack_query_core137.RefetchOptions) => Promise<_tanstack_query_core137.QueryObserverResult<bigint, viem0.ReadContractErrorType>>;
|
|
44822
|
+
fetchStatus: _tanstack_query_core137.FetchStatus;
|
|
44534
44823
|
promise: Promise<bigint>;
|
|
44535
|
-
queryKey:
|
|
44824
|
+
queryKey: _tanstack_query_core137.QueryKey;
|
|
44536
44825
|
data: Amount | undefined;
|
|
44537
44826
|
};
|
|
44538
44827
|
//#endregion
|
|
@@ -44549,7 +44838,7 @@ declare const useApproval: () => {
|
|
|
44549
44838
|
declare const useLens: () => {
|
|
44550
44839
|
timelockLens: {
|
|
44551
44840
|
read: {
|
|
44552
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
44841
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
44553
44842
|
readonly type: "function";
|
|
44554
44843
|
readonly name: "batchGetRefTick";
|
|
44555
44844
|
readonly inputs: readonly [{
|
|
@@ -44800,6 +45089,22 @@ declare const useLens: () => {
|
|
|
44800
45089
|
readonly name: "optionsCount";
|
|
44801
45090
|
readonly type: "uint256";
|
|
44802
45091
|
readonly internalType: "uint256";
|
|
45092
|
+
}, {
|
|
45093
|
+
readonly name: "guardian";
|
|
45094
|
+
readonly type: "address";
|
|
45095
|
+
readonly internalType: "address";
|
|
45096
|
+
}, {
|
|
45097
|
+
readonly name: "optionPricing";
|
|
45098
|
+
readonly type: "address";
|
|
45099
|
+
readonly internalType: "address";
|
|
45100
|
+
}, {
|
|
45101
|
+
readonly name: "feeStrategy";
|
|
45102
|
+
readonly type: "address";
|
|
45103
|
+
readonly internalType: "address";
|
|
45104
|
+
}, {
|
|
45105
|
+
readonly name: "feeRecipient";
|
|
45106
|
+
readonly type: "address";
|
|
45107
|
+
readonly internalType: "address";
|
|
44803
45108
|
}];
|
|
44804
45109
|
}];
|
|
44805
45110
|
readonly stateMutability: "view";
|
|
@@ -45284,7 +45589,7 @@ declare const useLens: () => {
|
|
|
45284
45589
|
}];
|
|
45285
45590
|
readonly stateMutability: "view";
|
|
45286
45591
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
45287
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
45592
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
45288
45593
|
readonly type: "function";
|
|
45289
45594
|
readonly name: "batchGetRefTick";
|
|
45290
45595
|
readonly inputs: readonly [{
|
|
@@ -45535,6 +45840,22 @@ declare const useLens: () => {
|
|
|
45535
45840
|
readonly name: "optionsCount";
|
|
45536
45841
|
readonly type: "uint256";
|
|
45537
45842
|
readonly internalType: "uint256";
|
|
45843
|
+
}, {
|
|
45844
|
+
readonly name: "guardian";
|
|
45845
|
+
readonly type: "address";
|
|
45846
|
+
readonly internalType: "address";
|
|
45847
|
+
}, {
|
|
45848
|
+
readonly name: "optionPricing";
|
|
45849
|
+
readonly type: "address";
|
|
45850
|
+
readonly internalType: "address";
|
|
45851
|
+
}, {
|
|
45852
|
+
readonly name: "feeStrategy";
|
|
45853
|
+
readonly type: "address";
|
|
45854
|
+
readonly internalType: "address";
|
|
45855
|
+
}, {
|
|
45856
|
+
readonly name: "feeRecipient";
|
|
45857
|
+
readonly type: "address";
|
|
45858
|
+
readonly internalType: "address";
|
|
45538
45859
|
}];
|
|
45539
45860
|
}];
|
|
45540
45861
|
readonly stateMutability: "view";
|
|
@@ -46031,7 +46352,7 @@ declare const useLens: () => {
|
|
|
46031
46352
|
borrowedAmount0: bigint;
|
|
46032
46353
|
borrowedAmount1: bigint;
|
|
46033
46354
|
}[]>;
|
|
46034
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
46355
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46035
46356
|
readonly type: "function";
|
|
46036
46357
|
readonly name: "batchGetRefTick";
|
|
46037
46358
|
readonly inputs: readonly [{
|
|
@@ -46282,6 +46603,22 @@ declare const useLens: () => {
|
|
|
46282
46603
|
readonly name: "optionsCount";
|
|
46283
46604
|
readonly type: "uint256";
|
|
46284
46605
|
readonly internalType: "uint256";
|
|
46606
|
+
}, {
|
|
46607
|
+
readonly name: "guardian";
|
|
46608
|
+
readonly type: "address";
|
|
46609
|
+
readonly internalType: "address";
|
|
46610
|
+
}, {
|
|
46611
|
+
readonly name: "optionPricing";
|
|
46612
|
+
readonly type: "address";
|
|
46613
|
+
readonly internalType: "address";
|
|
46614
|
+
}, {
|
|
46615
|
+
readonly name: "feeStrategy";
|
|
46616
|
+
readonly type: "address";
|
|
46617
|
+
readonly internalType: "address";
|
|
46618
|
+
}, {
|
|
46619
|
+
readonly name: "feeRecipient";
|
|
46620
|
+
readonly type: "address";
|
|
46621
|
+
readonly internalType: "address";
|
|
46285
46622
|
}];
|
|
46286
46623
|
}];
|
|
46287
46624
|
readonly stateMutability: "view";
|
|
@@ -46776,7 +47113,7 @@ declare const useLens: () => {
|
|
|
46776
47113
|
expiresAt: number;
|
|
46777
47114
|
liquidities: readonly bigint[];
|
|
46778
47115
|
}[], bigint, boolean]>;
|
|
46779
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
47116
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46780
47117
|
readonly type: "function";
|
|
46781
47118
|
readonly name: "batchGetRefTick";
|
|
46782
47119
|
readonly inputs: readonly [{
|
|
@@ -47027,6 +47364,22 @@ declare const useLens: () => {
|
|
|
47027
47364
|
readonly name: "optionsCount";
|
|
47028
47365
|
readonly type: "uint256";
|
|
47029
47366
|
readonly internalType: "uint256";
|
|
47367
|
+
}, {
|
|
47368
|
+
readonly name: "guardian";
|
|
47369
|
+
readonly type: "address";
|
|
47370
|
+
readonly internalType: "address";
|
|
47371
|
+
}, {
|
|
47372
|
+
readonly name: "optionPricing";
|
|
47373
|
+
readonly type: "address";
|
|
47374
|
+
readonly internalType: "address";
|
|
47375
|
+
}, {
|
|
47376
|
+
readonly name: "feeStrategy";
|
|
47377
|
+
readonly type: "address";
|
|
47378
|
+
readonly internalType: "address";
|
|
47379
|
+
}, {
|
|
47380
|
+
readonly name: "feeRecipient";
|
|
47381
|
+
readonly type: "address";
|
|
47382
|
+
readonly internalType: "address";
|
|
47030
47383
|
}];
|
|
47031
47384
|
}];
|
|
47032
47385
|
readonly stateMutability: "view";
|
|
@@ -47511,7 +47864,7 @@ declare const useLens: () => {
|
|
|
47511
47864
|
}];
|
|
47512
47865
|
readonly stateMutability: "view";
|
|
47513
47866
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
47514
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
47867
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
47515
47868
|
readonly type: "function";
|
|
47516
47869
|
readonly name: "batchGetRefTick";
|
|
47517
47870
|
readonly inputs: readonly [{
|
|
@@ -47762,6 +48115,22 @@ declare const useLens: () => {
|
|
|
47762
48115
|
readonly name: "optionsCount";
|
|
47763
48116
|
readonly type: "uint256";
|
|
47764
48117
|
readonly internalType: "uint256";
|
|
48118
|
+
}, {
|
|
48119
|
+
readonly name: "guardian";
|
|
48120
|
+
readonly type: "address";
|
|
48121
|
+
readonly internalType: "address";
|
|
48122
|
+
}, {
|
|
48123
|
+
readonly name: "optionPricing";
|
|
48124
|
+
readonly type: "address";
|
|
48125
|
+
readonly internalType: "address";
|
|
48126
|
+
}, {
|
|
48127
|
+
readonly name: "feeStrategy";
|
|
48128
|
+
readonly type: "address";
|
|
48129
|
+
readonly internalType: "address";
|
|
48130
|
+
}, {
|
|
48131
|
+
readonly name: "feeRecipient";
|
|
48132
|
+
readonly type: "address";
|
|
48133
|
+
readonly internalType: "address";
|
|
47765
48134
|
}];
|
|
47766
48135
|
}];
|
|
47767
48136
|
readonly stateMutability: "view";
|
|
@@ -48265,8 +48634,12 @@ declare const useLens: () => {
|
|
|
48265
48634
|
optionAssetName: string;
|
|
48266
48635
|
payoutAssetName: string;
|
|
48267
48636
|
optionsCount: bigint;
|
|
48637
|
+
guardian: `0x${string}`;
|
|
48638
|
+
optionPricing: `0x${string}`;
|
|
48639
|
+
feeStrategy: `0x${string}`;
|
|
48640
|
+
feeRecipient: `0x${string}`;
|
|
48268
48641
|
}>;
|
|
48269
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
48642
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
48270
48643
|
readonly type: "function";
|
|
48271
48644
|
readonly name: "batchGetRefTick";
|
|
48272
48645
|
readonly inputs: readonly [{
|
|
@@ -48517,6 +48890,22 @@ declare const useLens: () => {
|
|
|
48517
48890
|
readonly name: "optionsCount";
|
|
48518
48891
|
readonly type: "uint256";
|
|
48519
48892
|
readonly internalType: "uint256";
|
|
48893
|
+
}, {
|
|
48894
|
+
readonly name: "guardian";
|
|
48895
|
+
readonly type: "address";
|
|
48896
|
+
readonly internalType: "address";
|
|
48897
|
+
}, {
|
|
48898
|
+
readonly name: "optionPricing";
|
|
48899
|
+
readonly type: "address";
|
|
48900
|
+
readonly internalType: "address";
|
|
48901
|
+
}, {
|
|
48902
|
+
readonly name: "feeStrategy";
|
|
48903
|
+
readonly type: "address";
|
|
48904
|
+
readonly internalType: "address";
|
|
48905
|
+
}, {
|
|
48906
|
+
readonly name: "feeRecipient";
|
|
48907
|
+
readonly type: "address";
|
|
48908
|
+
readonly internalType: "address";
|
|
48520
48909
|
}];
|
|
48521
48910
|
}];
|
|
48522
48911
|
readonly stateMutability: "view";
|
|
@@ -49001,7 +49390,7 @@ declare const useLens: () => {
|
|
|
49001
49390
|
}];
|
|
49002
49391
|
readonly stateMutability: "view";
|
|
49003
49392
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
49004
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
49393
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
49005
49394
|
readonly type: "function";
|
|
49006
49395
|
readonly name: "batchGetRefTick";
|
|
49007
49396
|
readonly inputs: readonly [{
|
|
@@ -49252,6 +49641,22 @@ declare const useLens: () => {
|
|
|
49252
49641
|
readonly name: "optionsCount";
|
|
49253
49642
|
readonly type: "uint256";
|
|
49254
49643
|
readonly internalType: "uint256";
|
|
49644
|
+
}, {
|
|
49645
|
+
readonly name: "guardian";
|
|
49646
|
+
readonly type: "address";
|
|
49647
|
+
readonly internalType: "address";
|
|
49648
|
+
}, {
|
|
49649
|
+
readonly name: "optionPricing";
|
|
49650
|
+
readonly type: "address";
|
|
49651
|
+
readonly internalType: "address";
|
|
49652
|
+
}, {
|
|
49653
|
+
readonly name: "feeStrategy";
|
|
49654
|
+
readonly type: "address";
|
|
49655
|
+
readonly internalType: "address";
|
|
49656
|
+
}, {
|
|
49657
|
+
readonly name: "feeRecipient";
|
|
49658
|
+
readonly type: "address";
|
|
49659
|
+
readonly internalType: "address";
|
|
49255
49660
|
}];
|
|
49256
49661
|
}];
|
|
49257
49662
|
readonly stateMutability: "view";
|
|
@@ -49736,7 +50141,7 @@ declare const useLens: () => {
|
|
|
49736
50141
|
}];
|
|
49737
50142
|
readonly stateMutability: "view";
|
|
49738
50143
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
49739
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
50144
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
49740
50145
|
readonly type: "function";
|
|
49741
50146
|
readonly name: "batchGetRefTick";
|
|
49742
50147
|
readonly inputs: readonly [{
|
|
@@ -49987,6 +50392,22 @@ declare const useLens: () => {
|
|
|
49987
50392
|
readonly name: "optionsCount";
|
|
49988
50393
|
readonly type: "uint256";
|
|
49989
50394
|
readonly internalType: "uint256";
|
|
50395
|
+
}, {
|
|
50396
|
+
readonly name: "guardian";
|
|
50397
|
+
readonly type: "address";
|
|
50398
|
+
readonly internalType: "address";
|
|
50399
|
+
}, {
|
|
50400
|
+
readonly name: "optionPricing";
|
|
50401
|
+
readonly type: "address";
|
|
50402
|
+
readonly internalType: "address";
|
|
50403
|
+
}, {
|
|
50404
|
+
readonly name: "feeStrategy";
|
|
50405
|
+
readonly type: "address";
|
|
50406
|
+
readonly internalType: "address";
|
|
50407
|
+
}, {
|
|
50408
|
+
readonly name: "feeRecipient";
|
|
50409
|
+
readonly type: "address";
|
|
50410
|
+
readonly internalType: "address";
|
|
49990
50411
|
}];
|
|
49991
50412
|
}];
|
|
49992
50413
|
readonly stateMutability: "view";
|
|
@@ -50471,7 +50892,7 @@ declare const useLens: () => {
|
|
|
50471
50892
|
}];
|
|
50472
50893
|
readonly stateMutability: "view";
|
|
50473
50894
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
50474
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
50895
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
50475
50896
|
readonly type: "function";
|
|
50476
50897
|
readonly name: "batchGetRefTick";
|
|
50477
50898
|
readonly inputs: readonly [{
|
|
@@ -50722,6 +51143,22 @@ declare const useLens: () => {
|
|
|
50722
51143
|
readonly name: "optionsCount";
|
|
50723
51144
|
readonly type: "uint256";
|
|
50724
51145
|
readonly internalType: "uint256";
|
|
51146
|
+
}, {
|
|
51147
|
+
readonly name: "guardian";
|
|
51148
|
+
readonly type: "address";
|
|
51149
|
+
readonly internalType: "address";
|
|
51150
|
+
}, {
|
|
51151
|
+
readonly name: "optionPricing";
|
|
51152
|
+
readonly type: "address";
|
|
51153
|
+
readonly internalType: "address";
|
|
51154
|
+
}, {
|
|
51155
|
+
readonly name: "feeStrategy";
|
|
51156
|
+
readonly type: "address";
|
|
51157
|
+
readonly internalType: "address";
|
|
51158
|
+
}, {
|
|
51159
|
+
readonly name: "feeRecipient";
|
|
51160
|
+
readonly type: "address";
|
|
51161
|
+
readonly internalType: "address";
|
|
50725
51162
|
}];
|
|
50726
51163
|
}];
|
|
50727
51164
|
readonly stateMutability: "view";
|
|
@@ -51206,7 +51643,7 @@ declare const useLens: () => {
|
|
|
51206
51643
|
}];
|
|
51207
51644
|
readonly stateMutability: "view";
|
|
51208
51645
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
51209
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
51646
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
51210
51647
|
readonly type: "function";
|
|
51211
51648
|
readonly name: "batchGetRefTick";
|
|
51212
51649
|
readonly inputs: readonly [{
|
|
@@ -51457,6 +51894,22 @@ declare const useLens: () => {
|
|
|
51457
51894
|
readonly name: "optionsCount";
|
|
51458
51895
|
readonly type: "uint256";
|
|
51459
51896
|
readonly internalType: "uint256";
|
|
51897
|
+
}, {
|
|
51898
|
+
readonly name: "guardian";
|
|
51899
|
+
readonly type: "address";
|
|
51900
|
+
readonly internalType: "address";
|
|
51901
|
+
}, {
|
|
51902
|
+
readonly name: "optionPricing";
|
|
51903
|
+
readonly type: "address";
|
|
51904
|
+
readonly internalType: "address";
|
|
51905
|
+
}, {
|
|
51906
|
+
readonly name: "feeStrategy";
|
|
51907
|
+
readonly type: "address";
|
|
51908
|
+
readonly internalType: "address";
|
|
51909
|
+
}, {
|
|
51910
|
+
readonly name: "feeRecipient";
|
|
51911
|
+
readonly type: "address";
|
|
51912
|
+
readonly internalType: "address";
|
|
51460
51913
|
}];
|
|
51461
51914
|
}];
|
|
51462
51915
|
readonly stateMutability: "view";
|
|
@@ -51951,7 +52404,7 @@ declare const useLens: () => {
|
|
|
51951
52404
|
expiresAt: number;
|
|
51952
52405
|
liquidities: readonly bigint[];
|
|
51953
52406
|
}>;
|
|
51954
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
52407
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
51955
52408
|
readonly type: "function";
|
|
51956
52409
|
readonly name: "batchGetRefTick";
|
|
51957
52410
|
readonly inputs: readonly [{
|
|
@@ -52202,6 +52655,22 @@ declare const useLens: () => {
|
|
|
52202
52655
|
readonly name: "optionsCount";
|
|
52203
52656
|
readonly type: "uint256";
|
|
52204
52657
|
readonly internalType: "uint256";
|
|
52658
|
+
}, {
|
|
52659
|
+
readonly name: "guardian";
|
|
52660
|
+
readonly type: "address";
|
|
52661
|
+
readonly internalType: "address";
|
|
52662
|
+
}, {
|
|
52663
|
+
readonly name: "optionPricing";
|
|
52664
|
+
readonly type: "address";
|
|
52665
|
+
readonly internalType: "address";
|
|
52666
|
+
}, {
|
|
52667
|
+
readonly name: "feeStrategy";
|
|
52668
|
+
readonly type: "address";
|
|
52669
|
+
readonly internalType: "address";
|
|
52670
|
+
}, {
|
|
52671
|
+
readonly name: "feeRecipient";
|
|
52672
|
+
readonly type: "address";
|
|
52673
|
+
readonly internalType: "address";
|
|
52205
52674
|
}];
|
|
52206
52675
|
}];
|
|
52207
52676
|
readonly stateMutability: "view";
|
|
@@ -52702,7 +53171,7 @@ declare const useLens: () => {
|
|
|
52702
53171
|
fee: number;
|
|
52703
53172
|
tickSpacing: number;
|
|
52704
53173
|
hooks: `0x${string}`;
|
|
52705
|
-
}], options?:
|
|
53174
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
52706
53175
|
readonly type: "function";
|
|
52707
53176
|
readonly name: "batchGetRefTick";
|
|
52708
53177
|
readonly inputs: readonly [{
|
|
@@ -52953,6 +53422,22 @@ declare const useLens: () => {
|
|
|
52953
53422
|
readonly name: "optionsCount";
|
|
52954
53423
|
readonly type: "uint256";
|
|
52955
53424
|
readonly internalType: "uint256";
|
|
53425
|
+
}, {
|
|
53426
|
+
readonly name: "guardian";
|
|
53427
|
+
readonly type: "address";
|
|
53428
|
+
readonly internalType: "address";
|
|
53429
|
+
}, {
|
|
53430
|
+
readonly name: "optionPricing";
|
|
53431
|
+
readonly type: "address";
|
|
53432
|
+
readonly internalType: "address";
|
|
53433
|
+
}, {
|
|
53434
|
+
readonly name: "feeStrategy";
|
|
53435
|
+
readonly type: "address";
|
|
53436
|
+
readonly internalType: "address";
|
|
53437
|
+
}, {
|
|
53438
|
+
readonly name: "feeRecipient";
|
|
53439
|
+
readonly type: "address";
|
|
53440
|
+
readonly internalType: "address";
|
|
52956
53441
|
}];
|
|
52957
53442
|
}];
|
|
52958
53443
|
readonly stateMutability: "view";
|
|
@@ -53454,7 +53939,7 @@ declare const useLens: () => {
|
|
|
53454
53939
|
tickSpacing: number;
|
|
53455
53940
|
fee: number;
|
|
53456
53941
|
}>;
|
|
53457
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
53942
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
53458
53943
|
readonly type: "function";
|
|
53459
53944
|
readonly name: "batchGetRefTick";
|
|
53460
53945
|
readonly inputs: readonly [{
|
|
@@ -53705,6 +54190,22 @@ declare const useLens: () => {
|
|
|
53705
54190
|
readonly name: "optionsCount";
|
|
53706
54191
|
readonly type: "uint256";
|
|
53707
54192
|
readonly internalType: "uint256";
|
|
54193
|
+
}, {
|
|
54194
|
+
readonly name: "guardian";
|
|
54195
|
+
readonly type: "address";
|
|
54196
|
+
readonly internalType: "address";
|
|
54197
|
+
}, {
|
|
54198
|
+
readonly name: "optionPricing";
|
|
54199
|
+
readonly type: "address";
|
|
54200
|
+
readonly internalType: "address";
|
|
54201
|
+
}, {
|
|
54202
|
+
readonly name: "feeStrategy";
|
|
54203
|
+
readonly type: "address";
|
|
54204
|
+
readonly internalType: "address";
|
|
54205
|
+
}, {
|
|
54206
|
+
readonly name: "feeRecipient";
|
|
54207
|
+
readonly type: "address";
|
|
54208
|
+
readonly internalType: "address";
|
|
53708
54209
|
}];
|
|
53709
54210
|
}];
|
|
53710
54211
|
readonly stateMutability: "view";
|
|
@@ -54189,7 +54690,7 @@ declare const useLens: () => {
|
|
|
54189
54690
|
}];
|
|
54190
54691
|
readonly stateMutability: "view";
|
|
54191
54692
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
54192
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
54693
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
54193
54694
|
readonly type: "function";
|
|
54194
54695
|
readonly name: "batchGetRefTick";
|
|
54195
54696
|
readonly inputs: readonly [{
|
|
@@ -54440,6 +54941,22 @@ declare const useLens: () => {
|
|
|
54440
54941
|
readonly name: "optionsCount";
|
|
54441
54942
|
readonly type: "uint256";
|
|
54442
54943
|
readonly internalType: "uint256";
|
|
54944
|
+
}, {
|
|
54945
|
+
readonly name: "guardian";
|
|
54946
|
+
readonly type: "address";
|
|
54947
|
+
readonly internalType: "address";
|
|
54948
|
+
}, {
|
|
54949
|
+
readonly name: "optionPricing";
|
|
54950
|
+
readonly type: "address";
|
|
54951
|
+
readonly internalType: "address";
|
|
54952
|
+
}, {
|
|
54953
|
+
readonly name: "feeStrategy";
|
|
54954
|
+
readonly type: "address";
|
|
54955
|
+
readonly internalType: "address";
|
|
54956
|
+
}, {
|
|
54957
|
+
readonly name: "feeRecipient";
|
|
54958
|
+
readonly type: "address";
|
|
54959
|
+
readonly internalType: "address";
|
|
54443
54960
|
}];
|
|
54444
54961
|
}];
|
|
54445
54962
|
readonly stateMutability: "view";
|
|
@@ -54928,7 +55445,7 @@ declare const useLens: () => {
|
|
|
54928
55445
|
symbol: string;
|
|
54929
55446
|
name: string;
|
|
54930
55447
|
}>;
|
|
54931
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
55448
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
54932
55449
|
readonly type: "function";
|
|
54933
55450
|
readonly name: "batchGetRefTick";
|
|
54934
55451
|
readonly inputs: readonly [{
|
|
@@ -55179,6 +55696,22 @@ declare const useLens: () => {
|
|
|
55179
55696
|
readonly name: "optionsCount";
|
|
55180
55697
|
readonly type: "uint256";
|
|
55181
55698
|
readonly internalType: "uint256";
|
|
55699
|
+
}, {
|
|
55700
|
+
readonly name: "guardian";
|
|
55701
|
+
readonly type: "address";
|
|
55702
|
+
readonly internalType: "address";
|
|
55703
|
+
}, {
|
|
55704
|
+
readonly name: "optionPricing";
|
|
55705
|
+
readonly type: "address";
|
|
55706
|
+
readonly internalType: "address";
|
|
55707
|
+
}, {
|
|
55708
|
+
readonly name: "feeStrategy";
|
|
55709
|
+
readonly type: "address";
|
|
55710
|
+
readonly internalType: "address";
|
|
55711
|
+
}, {
|
|
55712
|
+
readonly name: "feeRecipient";
|
|
55713
|
+
readonly type: "address";
|
|
55714
|
+
readonly internalType: "address";
|
|
55182
55715
|
}];
|
|
55183
55716
|
}];
|
|
55184
55717
|
readonly stateMutability: "view";
|
|
@@ -55673,7 +56206,7 @@ declare const useLens: () => {
|
|
|
55673
56206
|
expiresAt: number;
|
|
55674
56207
|
liquidities: readonly bigint[];
|
|
55675
56208
|
}[], bigint, boolean]>;
|
|
55676
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
56209
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
55677
56210
|
readonly type: "function";
|
|
55678
56211
|
readonly name: "batchGetRefTick";
|
|
55679
56212
|
readonly inputs: readonly [{
|
|
@@ -55924,6 +56457,22 @@ declare const useLens: () => {
|
|
|
55924
56457
|
readonly name: "optionsCount";
|
|
55925
56458
|
readonly type: "uint256";
|
|
55926
56459
|
readonly internalType: "uint256";
|
|
56460
|
+
}, {
|
|
56461
|
+
readonly name: "guardian";
|
|
56462
|
+
readonly type: "address";
|
|
56463
|
+
readonly internalType: "address";
|
|
56464
|
+
}, {
|
|
56465
|
+
readonly name: "optionPricing";
|
|
56466
|
+
readonly type: "address";
|
|
56467
|
+
readonly internalType: "address";
|
|
56468
|
+
}, {
|
|
56469
|
+
readonly name: "feeStrategy";
|
|
56470
|
+
readonly type: "address";
|
|
56471
|
+
readonly internalType: "address";
|
|
56472
|
+
}, {
|
|
56473
|
+
readonly name: "feeRecipient";
|
|
56474
|
+
readonly type: "address";
|
|
56475
|
+
readonly internalType: "address";
|
|
55927
56476
|
}];
|
|
55928
56477
|
}];
|
|
55929
56478
|
readonly stateMutability: "view";
|
|
@@ -56417,7 +56966,7 @@ declare const useLens: () => {
|
|
|
56417
56966
|
hooks: `0x${string}`;
|
|
56418
56967
|
};
|
|
56419
56968
|
}>;
|
|
56420
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
56969
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
56421
56970
|
readonly type: "function";
|
|
56422
56971
|
readonly name: "batchGetRefTick";
|
|
56423
56972
|
readonly inputs: readonly [{
|
|
@@ -56668,6 +57217,22 @@ declare const useLens: () => {
|
|
|
56668
57217
|
readonly name: "optionsCount";
|
|
56669
57218
|
readonly type: "uint256";
|
|
56670
57219
|
readonly internalType: "uint256";
|
|
57220
|
+
}, {
|
|
57221
|
+
readonly name: "guardian";
|
|
57222
|
+
readonly type: "address";
|
|
57223
|
+
readonly internalType: "address";
|
|
57224
|
+
}, {
|
|
57225
|
+
readonly name: "optionPricing";
|
|
57226
|
+
readonly type: "address";
|
|
57227
|
+
readonly internalType: "address";
|
|
57228
|
+
}, {
|
|
57229
|
+
readonly name: "feeStrategy";
|
|
57230
|
+
readonly type: "address";
|
|
57231
|
+
readonly internalType: "address";
|
|
57232
|
+
}, {
|
|
57233
|
+
readonly name: "feeRecipient";
|
|
57234
|
+
readonly type: "address";
|
|
57235
|
+
readonly internalType: "address";
|
|
56671
57236
|
}];
|
|
56672
57237
|
}];
|
|
56673
57238
|
readonly stateMutability: "view";
|
|
@@ -57405,6 +57970,22 @@ declare const useLens: () => {
|
|
|
57405
57970
|
readonly name: "optionsCount";
|
|
57406
57971
|
readonly type: "uint256";
|
|
57407
57972
|
readonly internalType: "uint256";
|
|
57973
|
+
}, {
|
|
57974
|
+
readonly name: "guardian";
|
|
57975
|
+
readonly type: "address";
|
|
57976
|
+
readonly internalType: "address";
|
|
57977
|
+
}, {
|
|
57978
|
+
readonly name: "optionPricing";
|
|
57979
|
+
readonly type: "address";
|
|
57980
|
+
readonly internalType: "address";
|
|
57981
|
+
}, {
|
|
57982
|
+
readonly name: "feeStrategy";
|
|
57983
|
+
readonly type: "address";
|
|
57984
|
+
readonly internalType: "address";
|
|
57985
|
+
}, {
|
|
57986
|
+
readonly name: "feeRecipient";
|
|
57987
|
+
readonly type: "address";
|
|
57988
|
+
readonly internalType: "address";
|
|
57408
57989
|
}];
|
|
57409
57990
|
}];
|
|
57410
57991
|
readonly stateMutability: "view";
|
|
@@ -57892,7 +58473,7 @@ declare const useLens: () => {
|
|
|
57892
58473
|
} | undefined;
|
|
57893
58474
|
stateView: {
|
|
57894
58475
|
read: {
|
|
57895
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
58476
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
57896
58477
|
readonly type: "function";
|
|
57897
58478
|
readonly name: "getFeeGrowthGlobals";
|
|
57898
58479
|
readonly inputs: readonly [{
|
|
@@ -58739,7 +59320,7 @@ declare const useLens: () => {
|
|
|
58739
59320
|
fee: number;
|
|
58740
59321
|
tickSpacing: number;
|
|
58741
59322
|
hooks: `0x${string}`;
|
|
58742
|
-
}], options?:
|
|
59323
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
58743
59324
|
readonly type: "function";
|
|
58744
59325
|
readonly name: "getFeeGrowthGlobals";
|
|
58745
59326
|
readonly inputs: readonly [{
|
|
@@ -59581,7 +60162,7 @@ declare const useLens: () => {
|
|
|
59581
60162
|
tickSpacing: number;
|
|
59582
60163
|
hooks: `0x${string}`;
|
|
59583
60164
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
59584
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
60165
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
59585
60166
|
readonly type: "function";
|
|
59586
60167
|
readonly name: "getFeeGrowthGlobals";
|
|
59587
60168
|
readonly inputs: readonly [{
|
|
@@ -60428,7 +61009,7 @@ declare const useLens: () => {
|
|
|
60428
61009
|
fee: number;
|
|
60429
61010
|
tickSpacing: number;
|
|
60430
61011
|
hooks: `0x${string}`;
|
|
60431
|
-
}, number, number], options?:
|
|
61012
|
+
}, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
60432
61013
|
readonly type: "function";
|
|
60433
61014
|
readonly name: "getFeeGrowthGlobals";
|
|
60434
61015
|
readonly inputs: readonly [{
|
|
@@ -61270,7 +61851,7 @@ declare const useLens: () => {
|
|
|
61270
61851
|
tickSpacing: number;
|
|
61271
61852
|
hooks: `0x${string}`;
|
|
61272
61853
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
61273
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
61854
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
61274
61855
|
readonly type: "function";
|
|
61275
61856
|
readonly name: "getFeeGrowthGlobals";
|
|
61276
61857
|
readonly inputs: readonly [{
|
|
@@ -62117,7 +62698,7 @@ declare const useLens: () => {
|
|
|
62117
62698
|
fee: number;
|
|
62118
62699
|
tickSpacing: number;
|
|
62119
62700
|
hooks: `0x${string}`;
|
|
62120
|
-
}], options?:
|
|
62701
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
62121
62702
|
readonly type: "function";
|
|
62122
62703
|
readonly name: "getFeeGrowthGlobals";
|
|
62123
62704
|
readonly inputs: readonly [{
|
|
@@ -62959,7 +63540,7 @@ declare const useLens: () => {
|
|
|
62959
63540
|
tickSpacing: number;
|
|
62960
63541
|
hooks: `0x${string}`;
|
|
62961
63542
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
62962
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
63543
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
62963
63544
|
readonly type: "function";
|
|
62964
63545
|
readonly name: "getFeeGrowthGlobals";
|
|
62965
63546
|
readonly inputs: readonly [{
|
|
@@ -63806,7 +64387,7 @@ declare const useLens: () => {
|
|
|
63806
64387
|
fee: number;
|
|
63807
64388
|
tickSpacing: number;
|
|
63808
64389
|
hooks: `0x${string}`;
|
|
63809
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
64390
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
63810
64391
|
readonly type: "function";
|
|
63811
64392
|
readonly name: "getFeeGrowthGlobals";
|
|
63812
64393
|
readonly inputs: readonly [{
|
|
@@ -64659,7 +65240,7 @@ declare const useLens: () => {
|
|
|
64659
65240
|
fee: number;
|
|
64660
65241
|
tickSpacing: number;
|
|
64661
65242
|
hooks: `0x${string}`;
|
|
64662
|
-
}, `0x${string}`], options?:
|
|
65243
|
+
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
64663
65244
|
readonly type: "function";
|
|
64664
65245
|
readonly name: "getFeeGrowthGlobals";
|
|
64665
65246
|
readonly inputs: readonly [{
|
|
@@ -65512,7 +66093,7 @@ declare const useLens: () => {
|
|
|
65512
66093
|
fee: number;
|
|
65513
66094
|
tickSpacing: number;
|
|
65514
66095
|
hooks: `0x${string}`;
|
|
65515
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
66096
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
65516
66097
|
readonly type: "function";
|
|
65517
66098
|
readonly name: "getFeeGrowthGlobals";
|
|
65518
66099
|
readonly inputs: readonly [{
|
|
@@ -66360,7 +66941,7 @@ declare const useLens: () => {
|
|
|
66360
66941
|
tickSpacing: number;
|
|
66361
66942
|
hooks: `0x${string}`;
|
|
66362
66943
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
66363
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
66944
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
66364
66945
|
readonly type: "function";
|
|
66365
66946
|
readonly name: "getFeeGrowthGlobals";
|
|
66366
66947
|
readonly inputs: readonly [{
|
|
@@ -67207,7 +67788,7 @@ declare const useLens: () => {
|
|
|
67207
67788
|
fee: number;
|
|
67208
67789
|
tickSpacing: number;
|
|
67209
67790
|
hooks: `0x${string}`;
|
|
67210
|
-
}, `0x${string}`], options?:
|
|
67791
|
+
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
67211
67792
|
readonly type: "function";
|
|
67212
67793
|
readonly name: "getFeeGrowthGlobals";
|
|
67213
67794
|
readonly inputs: readonly [{
|
|
@@ -68049,7 +68630,7 @@ declare const useLens: () => {
|
|
|
68049
68630
|
tickSpacing: number;
|
|
68050
68631
|
hooks: `0x${string}`;
|
|
68051
68632
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
68052
|
-
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
68633
|
+
getSlot0: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
68053
68634
|
readonly type: "function";
|
|
68054
68635
|
readonly name: "getFeeGrowthGlobals";
|
|
68055
68636
|
readonly inputs: readonly [{
|
|
@@ -68884,19 +69465,19 @@ declare const useLens: () => {
|
|
|
68884
69465
|
readonly internalType: "int128";
|
|
68885
69466
|
}];
|
|
68886
69467
|
readonly stateMutability: "view";
|
|
68887
|
-
}], "getSlot0", readonly [`0x${string}`, {
|
|
69468
|
+
}], "getSlot0", readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
68888
69469
|
currency0: `0x${string}`;
|
|
68889
69470
|
currency1: `0x${string}`;
|
|
68890
69471
|
fee: number;
|
|
68891
69472
|
tickSpacing: number;
|
|
68892
69473
|
hooks: `0x${string}`;
|
|
68893
|
-
}]
|
|
69474
|
+
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
68894
69475
|
currency0: `0x${string}`;
|
|
68895
69476
|
currency1: `0x${string}`;
|
|
68896
69477
|
fee: number;
|
|
68897
69478
|
tickSpacing: number;
|
|
68898
69479
|
hooks: `0x${string}`;
|
|
68899
|
-
}], options?:
|
|
69480
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
68900
69481
|
readonly type: "function";
|
|
68901
69482
|
readonly name: "getFeeGrowthGlobals";
|
|
68902
69483
|
readonly inputs: readonly [{
|
|
@@ -69731,14 +70312,14 @@ declare const useLens: () => {
|
|
|
69731
70312
|
readonly internalType: "int128";
|
|
69732
70313
|
}];
|
|
69733
70314
|
readonly stateMutability: "view";
|
|
69734
|
-
}], "getSlot0", readonly [`0x${string}`, {
|
|
70315
|
+
}], "getSlot0", readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
69735
70316
|
currency0: `0x${string}`;
|
|
69736
70317
|
currency1: `0x${string}`;
|
|
69737
70318
|
fee: number;
|
|
69738
70319
|
tickSpacing: number;
|
|
69739
70320
|
hooks: `0x${string}`;
|
|
69740
|
-
}]
|
|
69741
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
70321
|
+
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
70322
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
69742
70323
|
readonly type: "function";
|
|
69743
70324
|
readonly name: "getFeeGrowthGlobals";
|
|
69744
70325
|
readonly inputs: readonly [{
|
|
@@ -70585,7 +71166,7 @@ declare const useLens: () => {
|
|
|
70585
71166
|
fee: number;
|
|
70586
71167
|
tickSpacing: number;
|
|
70587
71168
|
hooks: `0x${string}`;
|
|
70588
|
-
}, number], options?:
|
|
71169
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
70589
71170
|
readonly type: "function";
|
|
70590
71171
|
readonly name: "getFeeGrowthGlobals";
|
|
70591
71172
|
readonly inputs: readonly [{
|
|
@@ -71427,7 +72008,7 @@ declare const useLens: () => {
|
|
|
71427
72008
|
tickSpacing: number;
|
|
71428
72009
|
hooks: `0x${string}`;
|
|
71429
72010
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
71430
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
72011
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
71431
72012
|
readonly type: "function";
|
|
71432
72013
|
readonly name: "getFeeGrowthGlobals";
|
|
71433
72014
|
readonly inputs: readonly [{
|
|
@@ -72274,7 +72855,7 @@ declare const useLens: () => {
|
|
|
72274
72855
|
fee: number;
|
|
72275
72856
|
tickSpacing: number;
|
|
72276
72857
|
hooks: `0x${string}`;
|
|
72277
|
-
}, number], options?:
|
|
72858
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
72278
72859
|
readonly type: "function";
|
|
72279
72860
|
readonly name: "getFeeGrowthGlobals";
|
|
72280
72861
|
readonly inputs: readonly [{
|
|
@@ -73116,7 +73697,7 @@ declare const useLens: () => {
|
|
|
73116
73697
|
tickSpacing: number;
|
|
73117
73698
|
hooks: `0x${string}`;
|
|
73118
73699
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
73119
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
73700
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
73120
73701
|
readonly type: "function";
|
|
73121
73702
|
readonly name: "getFeeGrowthGlobals";
|
|
73122
73703
|
readonly inputs: readonly [{
|
|
@@ -73963,7 +74544,7 @@ declare const useLens: () => {
|
|
|
73963
74544
|
fee: number;
|
|
73964
74545
|
tickSpacing: number;
|
|
73965
74546
|
hooks: `0x${string}`;
|
|
73966
|
-
}, number], options?:
|
|
74547
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
73967
74548
|
readonly type: "function";
|
|
73968
74549
|
readonly name: "getFeeGrowthGlobals";
|
|
73969
74550
|
readonly inputs: readonly [{
|
|
@@ -74805,7 +75386,7 @@ declare const useLens: () => {
|
|
|
74805
75386
|
tickSpacing: number;
|
|
74806
75387
|
hooks: `0x${string}`;
|
|
74807
75388
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
74808
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
75389
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
74809
75390
|
readonly type: "function";
|
|
74810
75391
|
readonly name: "getFeeGrowthGlobals";
|
|
74811
75392
|
readonly inputs: readonly [{
|
|
@@ -75652,7 +76233,7 @@ declare const useLens: () => {
|
|
|
75652
76233
|
fee: number;
|
|
75653
76234
|
tickSpacing: number;
|
|
75654
76235
|
hooks: `0x${string}`;
|
|
75655
|
-
}, number], options?:
|
|
76236
|
+
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
75656
76237
|
readonly type: "function";
|
|
75657
76238
|
readonly name: "getFeeGrowthGlobals";
|
|
75658
76239
|
readonly inputs: readonly [{
|
|
@@ -77336,4 +77917,4 @@ declare const useLens: () => {
|
|
|
77336
77917
|
};
|
|
77337
77918
|
//#endregion
|
|
77338
77919
|
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 };
|
|
77339
|
-
//# sourceMappingURL=client-
|
|
77920
|
+
//# sourceMappingURL=client-CbVaB9SD.d.ts.map
|