timelock-sdk 0.0.171 → 0.0.172
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-DcBcQgLv.d.cts → client-CeHNgT9x.d.cts} +785 -795
- package/dist/{client-D8PQJ5jx.d.ts → client-DLJ_b42j.d.ts} +85 -95
- package/dist/client.cjs +2 -2
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +2 -2
- package/dist/{optionUtils-cd5h0wkz.cjs → optionUtils-C1TXirKy.cjs} +3 -3
- package/dist/{optionUtils-cd5h0wkz.cjs.map → optionUtils-C1TXirKy.cjs.map} +1 -1
- package/dist/{optionUtils-Ctn8remy.js → optionUtils-D2-zFl18.js} +3 -3
- package/dist/{optionUtils-Ctn8remy.js.map → optionUtils-D2-zFl18.js.map} +1 -1
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +2 -2
- package/dist/{statelessStateView-XdTJQxsY.cjs → statelessStateView-CtzW08Yu.cjs} +2 -2
- package/dist/{statelessStateView-XdTJQxsY.cjs.map → statelessStateView-CtzW08Yu.cjs.map} +1 -1
- package/dist/{statelessStateView-CBkcP7CK.js → statelessStateView-MGdfMvC4.js} +2 -2
- package/dist/{statelessStateView-CBkcP7CK.js.map → statelessStateView-MGdfMvC4.js.map} +1 -1
- package/package.json +1 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-c4hgszY_.cjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as viem533 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import "graphql";
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _tanstack_react_query4 from "@tanstack/react-query";
|
|
8
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
9
9
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
10
|
import Big from "big.js";
|
|
11
11
|
import JSBI from "jsbi";
|
|
12
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
13
|
-
import * as
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
13
|
+
import * as wagmi44 from "wagmi";
|
|
14
|
+
import * as wagmi_query7 from "wagmi/query";
|
|
15
|
+
import * as abitype35 from "abitype";
|
|
16
16
|
|
|
17
17
|
//#region src/generated/graphql.d.ts
|
|
18
18
|
type Exact<T$1 extends {
|
|
@@ -247,7 +247,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
|
|
|
247
247
|
};
|
|
248
248
|
declare const getErc20: (address: Address, client: Client) => {
|
|
249
249
|
read: {
|
|
250
|
-
symbol: (options?:
|
|
250
|
+
symbol: (options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
251
251
|
readonly type: "constructor";
|
|
252
252
|
readonly inputs: readonly [{
|
|
253
253
|
readonly name: "name_";
|
|
@@ -426,7 +426,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
426
426
|
}];
|
|
427
427
|
readonly stateMutability: "nonpayable";
|
|
428
428
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
429
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
429
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
430
430
|
readonly type: "constructor";
|
|
431
431
|
readonly inputs: readonly [{
|
|
432
432
|
readonly name: "name_";
|
|
@@ -605,7 +605,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
605
605
|
}];
|
|
606
606
|
readonly stateMutability: "nonpayable";
|
|
607
607
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
608
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
608
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
609
609
|
readonly type: "constructor";
|
|
610
610
|
readonly inputs: readonly [{
|
|
611
611
|
readonly name: "name_";
|
|
@@ -784,7 +784,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
784
784
|
}];
|
|
785
785
|
readonly stateMutability: "nonpayable";
|
|
786
786
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
787
|
-
decimals: (options?:
|
|
787
|
+
decimals: (options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
788
788
|
readonly type: "constructor";
|
|
789
789
|
readonly inputs: readonly [{
|
|
790
790
|
readonly name: "name_";
|
|
@@ -963,7 +963,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
963
963
|
}];
|
|
964
964
|
readonly stateMutability: "nonpayable";
|
|
965
965
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
966
|
-
name: (options?:
|
|
966
|
+
name: (options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
967
967
|
readonly type: "constructor";
|
|
968
968
|
readonly inputs: readonly [{
|
|
969
969
|
readonly name: "name_";
|
|
@@ -1142,7 +1142,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1142
1142
|
}];
|
|
1143
1143
|
readonly stateMutability: "nonpayable";
|
|
1144
1144
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
1145
|
-
totalSupply: (options?:
|
|
1145
|
+
totalSupply: (options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
1146
1146
|
readonly type: "constructor";
|
|
1147
1147
|
readonly inputs: readonly [{
|
|
1148
1148
|
readonly name: "name_";
|
|
@@ -1323,7 +1323,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1323
1323
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1324
1324
|
};
|
|
1325
1325
|
estimateGas: {
|
|
1326
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1326
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
1327
1327
|
readonly type: "constructor";
|
|
1328
1328
|
readonly inputs: readonly [{
|
|
1329
1329
|
readonly name: "name_";
|
|
@@ -1501,8 +1501,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1501
1501
|
readonly internalType: "bool";
|
|
1502
1502
|
}];
|
|
1503
1503
|
readonly stateMutability: "nonpayable";
|
|
1504
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
1505
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1504
|
+
}], "approve", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
1505
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
1506
1506
|
readonly type: "constructor";
|
|
1507
1507
|
readonly inputs: readonly [{
|
|
1508
1508
|
readonly name: "name_";
|
|
@@ -1680,8 +1680,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1680
1680
|
readonly internalType: "bool";
|
|
1681
1681
|
}];
|
|
1682
1682
|
readonly stateMutability: "nonpayable";
|
|
1683
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
1684
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1683
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
1684
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
1685
1685
|
readonly type: "constructor";
|
|
1686
1686
|
readonly inputs: readonly [{
|
|
1687
1687
|
readonly name: "name_";
|
|
@@ -1859,8 +1859,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1859
1859
|
readonly internalType: "bool";
|
|
1860
1860
|
}];
|
|
1861
1861
|
readonly stateMutability: "nonpayable";
|
|
1862
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
1863
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
1862
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
1863
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
1864
1864
|
readonly type: "constructor";
|
|
1865
1865
|
readonly inputs: readonly [{
|
|
1866
1866
|
readonly name: "name_";
|
|
@@ -2038,8 +2038,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2038
2038
|
readonly internalType: "bool";
|
|
2039
2039
|
}];
|
|
2040
2040
|
readonly stateMutability: "nonpayable";
|
|
2041
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2042
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2041
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
2042
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
2043
2043
|
readonly type: "constructor";
|
|
2044
2044
|
readonly inputs: readonly [{
|
|
2045
2045
|
readonly name: "name_";
|
|
@@ -2217,9 +2217,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2217
2217
|
readonly internalType: "bool";
|
|
2218
2218
|
}];
|
|
2219
2219
|
readonly stateMutability: "nonpayable";
|
|
2220
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
2220
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
2221
2221
|
} & {
|
|
2222
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2222
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
2223
2223
|
readonly type: "constructor";
|
|
2224
2224
|
readonly inputs: readonly [{
|
|
2225
2225
|
readonly name: "name_";
|
|
@@ -2397,8 +2397,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2397
2397
|
readonly internalType: "bool";
|
|
2398
2398
|
}];
|
|
2399
2399
|
readonly stateMutability: "nonpayable";
|
|
2400
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
2401
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2400
|
+
}], "approve", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
2401
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
2402
2402
|
readonly type: "constructor";
|
|
2403
2403
|
readonly inputs: readonly [{
|
|
2404
2404
|
readonly name: "name_";
|
|
@@ -2576,8 +2576,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2576
2576
|
readonly internalType: "bool";
|
|
2577
2577
|
}];
|
|
2578
2578
|
readonly stateMutability: "nonpayable";
|
|
2579
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
2580
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2579
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
2580
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
2581
2581
|
readonly type: "constructor";
|
|
2582
2582
|
readonly inputs: readonly [{
|
|
2583
2583
|
readonly name: "name_";
|
|
@@ -2755,8 +2755,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2755
2755
|
readonly internalType: "bool";
|
|
2756
2756
|
}];
|
|
2757
2757
|
readonly stateMutability: "nonpayable";
|
|
2758
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
2759
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
2758
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
2759
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
2760
2760
|
readonly type: "constructor";
|
|
2761
2761
|
readonly inputs: readonly [{
|
|
2762
2762
|
readonly name: "name_";
|
|
@@ -2934,8 +2934,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2934
2934
|
readonly internalType: "bool";
|
|
2935
2935
|
}];
|
|
2936
2936
|
readonly stateMutability: "nonpayable";
|
|
2937
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2938
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2937
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
2938
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem533.Prettify<viem533.UnionOmit<viem533.EstimateContractGasParameters<readonly [{
|
|
2939
2939
|
readonly type: "constructor";
|
|
2940
2940
|
readonly inputs: readonly [{
|
|
2941
2941
|
readonly name: "name_";
|
|
@@ -3113,10 +3113,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3113
3113
|
readonly internalType: "bool";
|
|
3114
3114
|
}];
|
|
3115
3115
|
readonly stateMutability: "nonpayable";
|
|
3116
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
3116
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem533.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem533.EstimateContractGasReturnType>;
|
|
3117
3117
|
};
|
|
3118
3118
|
simulate: {
|
|
3119
|
-
approve: <chainOverride extends
|
|
3119
|
+
approve: <chainOverride extends viem533.Chain | undefined = undefined, accountOverride extends viem533.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem533.SimulateContractParameters<readonly [{
|
|
3120
3120
|
readonly type: "constructor";
|
|
3121
3121
|
readonly inputs: readonly [{
|
|
3122
3122
|
readonly name: "name_";
|
|
@@ -3294,7 +3294,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3294
3294
|
readonly internalType: "bool";
|
|
3295
3295
|
}];
|
|
3296
3296
|
readonly stateMutability: "nonpayable";
|
|
3297
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3297
|
+
}], "approve", readonly [`0x${string}`, bigint], viem533.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem533.SimulateContractReturnType<readonly [{
|
|
3298
3298
|
readonly type: "constructor";
|
|
3299
3299
|
readonly inputs: readonly [{
|
|
3300
3300
|
readonly name: "name_";
|
|
@@ -3472,8 +3472,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3472
3472
|
readonly internalType: "bool";
|
|
3473
3473
|
}];
|
|
3474
3474
|
readonly stateMutability: "nonpayable";
|
|
3475
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3476
|
-
decreaseAllowance: <chainOverride extends
|
|
3475
|
+
}], "approve", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.Account | undefined, chainOverride, accountOverride>>;
|
|
3476
|
+
decreaseAllowance: <chainOverride extends viem533.Chain | undefined = undefined, accountOverride extends viem533.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem533.SimulateContractParameters<readonly [{
|
|
3477
3477
|
readonly type: "constructor";
|
|
3478
3478
|
readonly inputs: readonly [{
|
|
3479
3479
|
readonly name: "name_";
|
|
@@ -3651,7 +3651,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3651
3651
|
readonly internalType: "bool";
|
|
3652
3652
|
}];
|
|
3653
3653
|
readonly stateMutability: "nonpayable";
|
|
3654
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3654
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem533.SimulateContractReturnType<readonly [{
|
|
3655
3655
|
readonly type: "constructor";
|
|
3656
3656
|
readonly inputs: readonly [{
|
|
3657
3657
|
readonly name: "name_";
|
|
@@ -3829,8 +3829,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3829
3829
|
readonly internalType: "bool";
|
|
3830
3830
|
}];
|
|
3831
3831
|
readonly stateMutability: "nonpayable";
|
|
3832
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3833
|
-
increaseAllowance: <chainOverride extends
|
|
3832
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.Account | undefined, chainOverride, accountOverride>>;
|
|
3833
|
+
increaseAllowance: <chainOverride extends viem533.Chain | undefined = undefined, accountOverride extends viem533.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem533.SimulateContractParameters<readonly [{
|
|
3834
3834
|
readonly type: "constructor";
|
|
3835
3835
|
readonly inputs: readonly [{
|
|
3836
3836
|
readonly name: "name_";
|
|
@@ -4008,7 +4008,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4008
4008
|
readonly internalType: "bool";
|
|
4009
4009
|
}];
|
|
4010
4010
|
readonly stateMutability: "nonpayable";
|
|
4011
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4011
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem533.SimulateContractReturnType<readonly [{
|
|
4012
4012
|
readonly type: "constructor";
|
|
4013
4013
|
readonly inputs: readonly [{
|
|
4014
4014
|
readonly name: "name_";
|
|
@@ -4186,8 +4186,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4186
4186
|
readonly internalType: "bool";
|
|
4187
4187
|
}];
|
|
4188
4188
|
readonly stateMutability: "nonpayable";
|
|
4189
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4190
|
-
transfer: <chainOverride extends
|
|
4189
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.Account | undefined, chainOverride, accountOverride>>;
|
|
4190
|
+
transfer: <chainOverride extends viem533.Chain | undefined = undefined, accountOverride extends viem533.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem533.SimulateContractParameters<readonly [{
|
|
4191
4191
|
readonly type: "constructor";
|
|
4192
4192
|
readonly inputs: readonly [{
|
|
4193
4193
|
readonly name: "name_";
|
|
@@ -4365,7 +4365,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4365
4365
|
readonly internalType: "bool";
|
|
4366
4366
|
}];
|
|
4367
4367
|
readonly stateMutability: "nonpayable";
|
|
4368
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4368
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem533.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem533.SimulateContractReturnType<readonly [{
|
|
4369
4369
|
readonly type: "constructor";
|
|
4370
4370
|
readonly inputs: readonly [{
|
|
4371
4371
|
readonly name: "name_";
|
|
@@ -4543,8 +4543,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4543
4543
|
readonly internalType: "bool";
|
|
4544
4544
|
}];
|
|
4545
4545
|
readonly stateMutability: "nonpayable";
|
|
4546
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4547
|
-
transferFrom: <chainOverride extends
|
|
4546
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.Account | undefined, chainOverride, accountOverride>>;
|
|
4547
|
+
transferFrom: <chainOverride extends viem533.Chain | undefined = undefined, accountOverride extends viem533.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem533.SimulateContractParameters<readonly [{
|
|
4548
4548
|
readonly type: "constructor";
|
|
4549
4549
|
readonly inputs: readonly [{
|
|
4550
4550
|
readonly name: "name_";
|
|
@@ -4722,7 +4722,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4722
4722
|
readonly internalType: "bool";
|
|
4723
4723
|
}];
|
|
4724
4724
|
readonly stateMutability: "nonpayable";
|
|
4725
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4725
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem533.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem533.SimulateContractReturnType<readonly [{
|
|
4726
4726
|
readonly type: "constructor";
|
|
4727
4727
|
readonly inputs: readonly [{
|
|
4728
4728
|
readonly name: "name_";
|
|
@@ -4900,10 +4900,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4900
4900
|
readonly internalType: "bool";
|
|
4901
4901
|
}];
|
|
4902
4902
|
readonly stateMutability: "nonpayable";
|
|
4903
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4903
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem533.Chain | undefined, viem533.Account | undefined, chainOverride, accountOverride>>;
|
|
4904
4904
|
};
|
|
4905
4905
|
write: {
|
|
4906
|
-
approve: <chainOverride extends
|
|
4906
|
+
approve: <chainOverride extends viem533.Chain | undefined, options extends (viem533.UnionOmit<viem533.WriteContractParameters<readonly [{
|
|
4907
4907
|
readonly type: "constructor";
|
|
4908
4908
|
readonly inputs: readonly [{
|
|
4909
4909
|
readonly name: "name_";
|
|
@@ -5081,8 +5081,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5081
5081
|
readonly internalType: "bool";
|
|
5082
5082
|
}];
|
|
5083
5083
|
readonly stateMutability: "nonpayable";
|
|
5084
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5085
|
-
decreaseAllowance: <chainOverride extends
|
|
5084
|
+
}], "approve", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.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<viem533.WriteContractReturnType>;
|
|
5085
|
+
decreaseAllowance: <chainOverride extends viem533.Chain | undefined, options extends (viem533.UnionOmit<viem533.WriteContractParameters<readonly [{
|
|
5086
5086
|
readonly type: "constructor";
|
|
5087
5087
|
readonly inputs: readonly [{
|
|
5088
5088
|
readonly name: "name_";
|
|
@@ -5260,8 +5260,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5260
5260
|
readonly internalType: "bool";
|
|
5261
5261
|
}];
|
|
5262
5262
|
readonly stateMutability: "nonpayable";
|
|
5263
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5264
|
-
increaseAllowance: <chainOverride extends
|
|
5263
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.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<viem533.WriteContractReturnType>;
|
|
5264
|
+
increaseAllowance: <chainOverride extends viem533.Chain | undefined, options extends (viem533.UnionOmit<viem533.WriteContractParameters<readonly [{
|
|
5265
5265
|
readonly type: "constructor";
|
|
5266
5266
|
readonly inputs: readonly [{
|
|
5267
5267
|
readonly name: "name_";
|
|
@@ -5439,8 +5439,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5439
5439
|
readonly internalType: "bool";
|
|
5440
5440
|
}];
|
|
5441
5441
|
readonly stateMutability: "nonpayable";
|
|
5442
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5443
|
-
transfer: <chainOverride extends
|
|
5442
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.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<viem533.WriteContractReturnType>;
|
|
5443
|
+
transfer: <chainOverride extends viem533.Chain | undefined, options extends (viem533.UnionOmit<viem533.WriteContractParameters<readonly [{
|
|
5444
5444
|
readonly type: "constructor";
|
|
5445
5445
|
readonly inputs: readonly [{
|
|
5446
5446
|
readonly name: "name_";
|
|
@@ -5618,8 +5618,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5618
5618
|
readonly internalType: "bool";
|
|
5619
5619
|
}];
|
|
5620
5620
|
readonly stateMutability: "nonpayable";
|
|
5621
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5622
|
-
transferFrom: <chainOverride extends
|
|
5621
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem533.Chain | undefined, viem533.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<viem533.WriteContractReturnType>;
|
|
5622
|
+
transferFrom: <chainOverride extends viem533.Chain | undefined, options extends (viem533.UnionOmit<viem533.WriteContractParameters<readonly [{
|
|
5623
5623
|
readonly type: "constructor";
|
|
5624
5624
|
readonly inputs: readonly [{
|
|
5625
5625
|
readonly name: "name_";
|
|
@@ -5797,7 +5797,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5797
5797
|
readonly internalType: "bool";
|
|
5798
5798
|
}];
|
|
5799
5799
|
readonly stateMutability: "nonpayable";
|
|
5800
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
5800
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem533.Chain | undefined, viem533.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<viem533.WriteContractReturnType>;
|
|
5801
5801
|
};
|
|
5802
5802
|
address: `0x${string}`;
|
|
5803
5803
|
abi: readonly [{
|
|
@@ -5983,7 +5983,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5983
5983
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5984
5984
|
declare const getStateView: (client: Client | PublicClient) => {
|
|
5985
5985
|
read: {
|
|
5986
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
5986
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
5987
5987
|
readonly type: "function";
|
|
5988
5988
|
readonly name: "getFeeGrowthGlobals";
|
|
5989
5989
|
readonly inputs: readonly [{
|
|
@@ -6490,7 +6490,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
6490
6490
|
readonly stateMutability: "view";
|
|
6491
6491
|
}, {
|
|
6492
6492
|
readonly type: "function";
|
|
6493
|
-
readonly name: "
|
|
6493
|
+
readonly name: "getSlot0FromId";
|
|
6494
6494
|
readonly inputs: readonly [{
|
|
6495
6495
|
readonly name: "poolManager";
|
|
6496
6496
|
readonly type: "address";
|
|
@@ -6830,7 +6830,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
6830
6830
|
fee: number;
|
|
6831
6831
|
tickSpacing: number;
|
|
6832
6832
|
hooks: `0x${string}`;
|
|
6833
|
-
}], options?:
|
|
6833
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
6834
6834
|
readonly type: "function";
|
|
6835
6835
|
readonly name: "getFeeGrowthGlobals";
|
|
6836
6836
|
readonly inputs: readonly [{
|
|
@@ -7337,7 +7337,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
7337
7337
|
readonly stateMutability: "view";
|
|
7338
7338
|
}, {
|
|
7339
7339
|
readonly type: "function";
|
|
7340
|
-
readonly name: "
|
|
7340
|
+
readonly name: "getSlot0FromId";
|
|
7341
7341
|
readonly inputs: readonly [{
|
|
7342
7342
|
readonly name: "poolManager";
|
|
7343
7343
|
readonly type: "address";
|
|
@@ -7672,7 +7672,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
7672
7672
|
tickSpacing: number;
|
|
7673
7673
|
hooks: `0x${string}`;
|
|
7674
7674
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
7675
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
7675
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
7676
7676
|
readonly type: "function";
|
|
7677
7677
|
readonly name: "getFeeGrowthGlobals";
|
|
7678
7678
|
readonly inputs: readonly [{
|
|
@@ -8179,7 +8179,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
8179
8179
|
readonly stateMutability: "view";
|
|
8180
8180
|
}, {
|
|
8181
8181
|
readonly type: "function";
|
|
8182
|
-
readonly name: "
|
|
8182
|
+
readonly name: "getSlot0FromId";
|
|
8183
8183
|
readonly inputs: readonly [{
|
|
8184
8184
|
readonly name: "poolManager";
|
|
8185
8185
|
readonly type: "address";
|
|
@@ -8519,7 +8519,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
8519
8519
|
fee: number;
|
|
8520
8520
|
tickSpacing: number;
|
|
8521
8521
|
hooks: `0x${string}`;
|
|
8522
|
-
}, number, number], options?:
|
|
8522
|
+
}, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
8523
8523
|
readonly type: "function";
|
|
8524
8524
|
readonly name: "getFeeGrowthGlobals";
|
|
8525
8525
|
readonly inputs: readonly [{
|
|
@@ -9026,7 +9026,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
9026
9026
|
readonly stateMutability: "view";
|
|
9027
9027
|
}, {
|
|
9028
9028
|
readonly type: "function";
|
|
9029
|
-
readonly name: "
|
|
9029
|
+
readonly name: "getSlot0FromId";
|
|
9030
9030
|
readonly inputs: readonly [{
|
|
9031
9031
|
readonly name: "poolManager";
|
|
9032
9032
|
readonly type: "address";
|
|
@@ -9361,7 +9361,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
9361
9361
|
tickSpacing: number;
|
|
9362
9362
|
hooks: `0x${string}`;
|
|
9363
9363
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
9364
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
9364
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
9365
9365
|
readonly type: "function";
|
|
9366
9366
|
readonly name: "getFeeGrowthGlobals";
|
|
9367
9367
|
readonly inputs: readonly [{
|
|
@@ -9868,7 +9868,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
9868
9868
|
readonly stateMutability: "view";
|
|
9869
9869
|
}, {
|
|
9870
9870
|
readonly type: "function";
|
|
9871
|
-
readonly name: "
|
|
9871
|
+
readonly name: "getSlot0FromId";
|
|
9872
9872
|
readonly inputs: readonly [{
|
|
9873
9873
|
readonly name: "poolManager";
|
|
9874
9874
|
readonly type: "address";
|
|
@@ -10208,7 +10208,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
10208
10208
|
fee: number;
|
|
10209
10209
|
tickSpacing: number;
|
|
10210
10210
|
hooks: `0x${string}`;
|
|
10211
|
-
}], options?:
|
|
10211
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
10212
10212
|
readonly type: "function";
|
|
10213
10213
|
readonly name: "getFeeGrowthGlobals";
|
|
10214
10214
|
readonly inputs: readonly [{
|
|
@@ -10715,7 +10715,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
10715
10715
|
readonly stateMutability: "view";
|
|
10716
10716
|
}, {
|
|
10717
10717
|
readonly type: "function";
|
|
10718
|
-
readonly name: "
|
|
10718
|
+
readonly name: "getSlot0FromId";
|
|
10719
10719
|
readonly inputs: readonly [{
|
|
10720
10720
|
readonly name: "poolManager";
|
|
10721
10721
|
readonly type: "address";
|
|
@@ -11050,7 +11050,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11050
11050
|
tickSpacing: number;
|
|
11051
11051
|
hooks: `0x${string}`;
|
|
11052
11052
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
11053
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
11053
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
11054
11054
|
readonly type: "function";
|
|
11055
11055
|
readonly name: "getFeeGrowthGlobals";
|
|
11056
11056
|
readonly inputs: readonly [{
|
|
@@ -11557,7 +11557,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11557
11557
|
readonly stateMutability: "view";
|
|
11558
11558
|
}, {
|
|
11559
11559
|
readonly type: "function";
|
|
11560
|
-
readonly name: "
|
|
11560
|
+
readonly name: "getSlot0FromId";
|
|
11561
11561
|
readonly inputs: readonly [{
|
|
11562
11562
|
readonly name: "poolManager";
|
|
11563
11563
|
readonly type: "address";
|
|
@@ -11897,7 +11897,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
11897
11897
|
fee: number;
|
|
11898
11898
|
tickSpacing: number;
|
|
11899
11899
|
hooks: `0x${string}`;
|
|
11900
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
11900
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
11901
11901
|
readonly type: "function";
|
|
11902
11902
|
readonly name: "getFeeGrowthGlobals";
|
|
11903
11903
|
readonly inputs: readonly [{
|
|
@@ -12404,7 +12404,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
12404
12404
|
readonly stateMutability: "view";
|
|
12405
12405
|
}, {
|
|
12406
12406
|
readonly type: "function";
|
|
12407
|
-
readonly name: "
|
|
12407
|
+
readonly name: "getSlot0FromId";
|
|
12408
12408
|
readonly inputs: readonly [{
|
|
12409
12409
|
readonly name: "poolManager";
|
|
12410
12410
|
readonly type: "address";
|
|
@@ -12750,7 +12750,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
12750
12750
|
fee: number;
|
|
12751
12751
|
tickSpacing: number;
|
|
12752
12752
|
hooks: `0x${string}`;
|
|
12753
|
-
}, `0x${string}`], options?:
|
|
12753
|
+
}, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
12754
12754
|
readonly type: "function";
|
|
12755
12755
|
readonly name: "getFeeGrowthGlobals";
|
|
12756
12756
|
readonly inputs: readonly [{
|
|
@@ -13257,7 +13257,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
13257
13257
|
readonly stateMutability: "view";
|
|
13258
13258
|
}, {
|
|
13259
13259
|
readonly type: "function";
|
|
13260
|
-
readonly name: "
|
|
13260
|
+
readonly name: "getSlot0FromId";
|
|
13261
13261
|
readonly inputs: readonly [{
|
|
13262
13262
|
readonly name: "poolManager";
|
|
13263
13263
|
readonly type: "address";
|
|
@@ -13603,7 +13603,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
13603
13603
|
fee: number;
|
|
13604
13604
|
tickSpacing: number;
|
|
13605
13605
|
hooks: `0x${string}`;
|
|
13606
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
13606
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
13607
13607
|
readonly type: "function";
|
|
13608
13608
|
readonly name: "getFeeGrowthGlobals";
|
|
13609
13609
|
readonly inputs: readonly [{
|
|
@@ -14110,7 +14110,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
14110
14110
|
readonly stateMutability: "view";
|
|
14111
14111
|
}, {
|
|
14112
14112
|
readonly type: "function";
|
|
14113
|
-
readonly name: "
|
|
14113
|
+
readonly name: "getSlot0FromId";
|
|
14114
14114
|
readonly inputs: readonly [{
|
|
14115
14115
|
readonly name: "poolManager";
|
|
14116
14116
|
readonly type: "address";
|
|
@@ -14451,7 +14451,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
14451
14451
|
tickSpacing: number;
|
|
14452
14452
|
hooks: `0x${string}`;
|
|
14453
14453
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
14454
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
14454
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
14455
14455
|
readonly type: "function";
|
|
14456
14456
|
readonly name: "getFeeGrowthGlobals";
|
|
14457
14457
|
readonly inputs: readonly [{
|
|
@@ -14958,7 +14958,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
14958
14958
|
readonly stateMutability: "view";
|
|
14959
14959
|
}, {
|
|
14960
14960
|
readonly type: "function";
|
|
14961
|
-
readonly name: "
|
|
14961
|
+
readonly name: "getSlot0FromId";
|
|
14962
14962
|
readonly inputs: readonly [{
|
|
14963
14963
|
readonly name: "poolManager";
|
|
14964
14964
|
readonly type: "address";
|
|
@@ -15298,7 +15298,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
15298
15298
|
fee: number;
|
|
15299
15299
|
tickSpacing: number;
|
|
15300
15300
|
hooks: `0x${string}`;
|
|
15301
|
-
}, `0x${string}`], options?:
|
|
15301
|
+
}, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
15302
15302
|
readonly type: "function";
|
|
15303
15303
|
readonly name: "getFeeGrowthGlobals";
|
|
15304
15304
|
readonly inputs: readonly [{
|
|
@@ -15805,7 +15805,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
15805
15805
|
readonly stateMutability: "view";
|
|
15806
15806
|
}, {
|
|
15807
15807
|
readonly type: "function";
|
|
15808
|
-
readonly name: "
|
|
15808
|
+
readonly name: "getSlot0FromId";
|
|
15809
15809
|
readonly inputs: readonly [{
|
|
15810
15810
|
readonly name: "poolManager";
|
|
15811
15811
|
readonly type: "address";
|
|
@@ -16140,7 +16140,13 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16140
16140
|
tickSpacing: number;
|
|
16141
16141
|
hooks: `0x${string}`;
|
|
16142
16142
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
16143
|
-
getSlot0: (
|
|
16143
|
+
getSlot0: (args: readonly [`0x${string}`, {
|
|
16144
|
+
currency0: `0x${string}`;
|
|
16145
|
+
currency1: `0x${string}`;
|
|
16146
|
+
fee: number;
|
|
16147
|
+
tickSpacing: number;
|
|
16148
|
+
hooks: `0x${string}`;
|
|
16149
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
16144
16150
|
readonly type: "function";
|
|
16145
16151
|
readonly name: "getFeeGrowthGlobals";
|
|
16146
16152
|
readonly inputs: readonly [{
|
|
@@ -16647,7 +16653,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16647
16653
|
readonly stateMutability: "view";
|
|
16648
16654
|
}, {
|
|
16649
16655
|
readonly type: "function";
|
|
16650
|
-
readonly name: "
|
|
16656
|
+
readonly name: "getSlot0FromId";
|
|
16651
16657
|
readonly inputs: readonly [{
|
|
16652
16658
|
readonly name: "poolManager";
|
|
16653
16659
|
readonly type: "address";
|
|
@@ -16975,19 +16981,14 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
16975
16981
|
readonly internalType: "int128";
|
|
16976
16982
|
}];
|
|
16977
16983
|
readonly stateMutability: "view";
|
|
16978
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
16979
|
-
currency0: `0x${string}`;
|
|
16980
|
-
currency1: `0x${string}`;
|
|
16981
|
-
fee: number;
|
|
16982
|
-
tickSpacing: number;
|
|
16983
|
-
hooks: `0x${string}`;
|
|
16984
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
16984
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
16985
16985
|
currency0: `0x${string}`;
|
|
16986
16986
|
currency1: `0x${string}`;
|
|
16987
16987
|
fee: number;
|
|
16988
16988
|
tickSpacing: number;
|
|
16989
16989
|
hooks: `0x${string}`;
|
|
16990
|
-
}]
|
|
16990
|
+
}]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
|
|
16991
|
+
getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
16991
16992
|
readonly type: "function";
|
|
16992
16993
|
readonly name: "getFeeGrowthGlobals";
|
|
16993
16994
|
readonly inputs: readonly [{
|
|
@@ -17494,7 +17495,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
17494
17495
|
readonly stateMutability: "view";
|
|
17495
17496
|
}, {
|
|
17496
17497
|
readonly type: "function";
|
|
17497
|
-
readonly name: "
|
|
17498
|
+
readonly name: "getSlot0FromId";
|
|
17498
17499
|
readonly inputs: readonly [{
|
|
17499
17500
|
readonly name: "poolManager";
|
|
17500
17501
|
readonly type: "address";
|
|
@@ -17822,14 +17823,8 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
17822
17823
|
readonly internalType: "int128";
|
|
17823
17824
|
}];
|
|
17824
17825
|
readonly stateMutability: "view";
|
|
17825
|
-
}], "
|
|
17826
|
-
|
|
17827
|
-
currency1: `0x${string}`;
|
|
17828
|
-
fee: number;
|
|
17829
|
-
tickSpacing: number;
|
|
17830
|
-
hooks: `0x${string}`;
|
|
17831
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
17832
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
17826
|
+
}], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
|
|
17827
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
17833
17828
|
readonly type: "function";
|
|
17834
17829
|
readonly name: "getFeeGrowthGlobals";
|
|
17835
17830
|
readonly inputs: readonly [{
|
|
@@ -18336,7 +18331,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
18336
18331
|
readonly stateMutability: "view";
|
|
18337
18332
|
}, {
|
|
18338
18333
|
readonly type: "function";
|
|
18339
|
-
readonly name: "
|
|
18334
|
+
readonly name: "getSlot0FromId";
|
|
18340
18335
|
readonly inputs: readonly [{
|
|
18341
18336
|
readonly name: "poolManager";
|
|
18342
18337
|
readonly type: "address";
|
|
@@ -18676,7 +18671,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
18676
18671
|
fee: number;
|
|
18677
18672
|
tickSpacing: number;
|
|
18678
18673
|
hooks: `0x${string}`;
|
|
18679
|
-
}, number], options?:
|
|
18674
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
18680
18675
|
readonly type: "function";
|
|
18681
18676
|
readonly name: "getFeeGrowthGlobals";
|
|
18682
18677
|
readonly inputs: readonly [{
|
|
@@ -19183,7 +19178,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
19183
19178
|
readonly stateMutability: "view";
|
|
19184
19179
|
}, {
|
|
19185
19180
|
readonly type: "function";
|
|
19186
|
-
readonly name: "
|
|
19181
|
+
readonly name: "getSlot0FromId";
|
|
19187
19182
|
readonly inputs: readonly [{
|
|
19188
19183
|
readonly name: "poolManager";
|
|
19189
19184
|
readonly type: "address";
|
|
@@ -19518,7 +19513,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
19518
19513
|
tickSpacing: number;
|
|
19519
19514
|
hooks: `0x${string}`;
|
|
19520
19515
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
19521
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
19516
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
19522
19517
|
readonly type: "function";
|
|
19523
19518
|
readonly name: "getFeeGrowthGlobals";
|
|
19524
19519
|
readonly inputs: readonly [{
|
|
@@ -20025,7 +20020,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
20025
20020
|
readonly stateMutability: "view";
|
|
20026
20021
|
}, {
|
|
20027
20022
|
readonly type: "function";
|
|
20028
|
-
readonly name: "
|
|
20023
|
+
readonly name: "getSlot0FromId";
|
|
20029
20024
|
readonly inputs: readonly [{
|
|
20030
20025
|
readonly name: "poolManager";
|
|
20031
20026
|
readonly type: "address";
|
|
@@ -20365,7 +20360,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
20365
20360
|
fee: number;
|
|
20366
20361
|
tickSpacing: number;
|
|
20367
20362
|
hooks: `0x${string}`;
|
|
20368
|
-
}, number], options?:
|
|
20363
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
20369
20364
|
readonly type: "function";
|
|
20370
20365
|
readonly name: "getFeeGrowthGlobals";
|
|
20371
20366
|
readonly inputs: readonly [{
|
|
@@ -20872,7 +20867,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
20872
20867
|
readonly stateMutability: "view";
|
|
20873
20868
|
}, {
|
|
20874
20869
|
readonly type: "function";
|
|
20875
|
-
readonly name: "
|
|
20870
|
+
readonly name: "getSlot0FromId";
|
|
20876
20871
|
readonly inputs: readonly [{
|
|
20877
20872
|
readonly name: "poolManager";
|
|
20878
20873
|
readonly type: "address";
|
|
@@ -21207,7 +21202,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
21207
21202
|
tickSpacing: number;
|
|
21208
21203
|
hooks: `0x${string}`;
|
|
21209
21204
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
21210
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
21205
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
21211
21206
|
readonly type: "function";
|
|
21212
21207
|
readonly name: "getFeeGrowthGlobals";
|
|
21213
21208
|
readonly inputs: readonly [{
|
|
@@ -21714,7 +21709,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
21714
21709
|
readonly stateMutability: "view";
|
|
21715
21710
|
}, {
|
|
21716
21711
|
readonly type: "function";
|
|
21717
|
-
readonly name: "
|
|
21712
|
+
readonly name: "getSlot0FromId";
|
|
21718
21713
|
readonly inputs: readonly [{
|
|
21719
21714
|
readonly name: "poolManager";
|
|
21720
21715
|
readonly type: "address";
|
|
@@ -22054,7 +22049,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22054
22049
|
fee: number;
|
|
22055
22050
|
tickSpacing: number;
|
|
22056
22051
|
hooks: `0x${string}`;
|
|
22057
|
-
}, number], options?:
|
|
22052
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
22058
22053
|
readonly type: "function";
|
|
22059
22054
|
readonly name: "getFeeGrowthGlobals";
|
|
22060
22055
|
readonly inputs: readonly [{
|
|
@@ -22561,7 +22556,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22561
22556
|
readonly stateMutability: "view";
|
|
22562
22557
|
}, {
|
|
22563
22558
|
readonly type: "function";
|
|
22564
|
-
readonly name: "
|
|
22559
|
+
readonly name: "getSlot0FromId";
|
|
22565
22560
|
readonly inputs: readonly [{
|
|
22566
22561
|
readonly name: "poolManager";
|
|
22567
22562
|
readonly type: "address";
|
|
@@ -22896,7 +22891,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
22896
22891
|
tickSpacing: number;
|
|
22897
22892
|
hooks: `0x${string}`;
|
|
22898
22893
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
22899
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
22894
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
22900
22895
|
readonly type: "function";
|
|
22901
22896
|
readonly name: "getFeeGrowthGlobals";
|
|
22902
22897
|
readonly inputs: readonly [{
|
|
@@ -23403,7 +23398,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
23403
23398
|
readonly stateMutability: "view";
|
|
23404
23399
|
}, {
|
|
23405
23400
|
readonly type: "function";
|
|
23406
|
-
readonly name: "
|
|
23401
|
+
readonly name: "getSlot0FromId";
|
|
23407
23402
|
readonly inputs: readonly [{
|
|
23408
23403
|
readonly name: "poolManager";
|
|
23409
23404
|
readonly type: "address";
|
|
@@ -23743,7 +23738,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
23743
23738
|
fee: number;
|
|
23744
23739
|
tickSpacing: number;
|
|
23745
23740
|
hooks: `0x${string}`;
|
|
23746
|
-
}, number], options?:
|
|
23741
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
23747
23742
|
readonly type: "function";
|
|
23748
23743
|
readonly name: "getFeeGrowthGlobals";
|
|
23749
23744
|
readonly inputs: readonly [{
|
|
@@ -24250,7 +24245,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
24250
24245
|
readonly stateMutability: "view";
|
|
24251
24246
|
}, {
|
|
24252
24247
|
readonly type: "function";
|
|
24253
|
-
readonly name: "
|
|
24248
|
+
readonly name: "getSlot0FromId";
|
|
24254
24249
|
readonly inputs: readonly [{
|
|
24255
24250
|
readonly name: "poolManager";
|
|
24256
24251
|
readonly type: "address";
|
|
@@ -25094,7 +25089,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
25094
25089
|
readonly stateMutability: "view";
|
|
25095
25090
|
}, {
|
|
25096
25091
|
readonly type: "function";
|
|
25097
|
-
readonly name: "
|
|
25092
|
+
readonly name: "getSlot0FromId";
|
|
25098
25093
|
readonly inputs: readonly [{
|
|
25099
25094
|
readonly name: "poolManager";
|
|
25100
25095
|
readonly type: "address";
|
|
@@ -25426,7 +25421,7 @@ declare const getStateView: (client: Client | PublicClient) => {
|
|
|
25426
25421
|
};
|
|
25427
25422
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
25428
25423
|
read: {
|
|
25429
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
25424
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
25430
25425
|
readonly type: "function";
|
|
25431
25426
|
readonly name: "batchGetRefTick";
|
|
25432
25427
|
readonly inputs: readonly [{
|
|
@@ -26365,7 +26360,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26365
26360
|
}];
|
|
26366
26361
|
readonly stateMutability: "view";
|
|
26367
26362
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
26368
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
26363
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
26369
26364
|
readonly type: "function";
|
|
26370
26365
|
readonly name: "batchGetRefTick";
|
|
26371
26366
|
readonly inputs: readonly [{
|
|
@@ -27316,7 +27311,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27316
27311
|
borrowedAmount0: bigint;
|
|
27317
27312
|
borrowedAmount1: bigint;
|
|
27318
27313
|
}[]>;
|
|
27319
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
27314
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
27320
27315
|
readonly type: "function";
|
|
27321
27316
|
readonly name: "batchGetRefTick";
|
|
27322
27317
|
readonly inputs: readonly [{
|
|
@@ -28265,7 +28260,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28265
28260
|
expiresAt: number;
|
|
28266
28261
|
liquidities: readonly bigint[];
|
|
28267
28262
|
}[]>;
|
|
28268
|
-
getFeeRates: (args: readonly [`0x${string}`], options?:
|
|
28263
|
+
getFeeRates: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
28269
28264
|
readonly type: "function";
|
|
28270
28265
|
readonly name: "batchGetRefTick";
|
|
28271
28266
|
readonly inputs: readonly [{
|
|
@@ -29210,7 +29205,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29210
29205
|
minBaseFee: bigint;
|
|
29211
29206
|
feeRecipient: `0x${string}`;
|
|
29212
29207
|
}>;
|
|
29213
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?:
|
|
29208
|
+
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
29214
29209
|
readonly type: "function";
|
|
29215
29210
|
readonly name: "batchGetRefTick";
|
|
29216
29211
|
readonly inputs: readonly [{
|
|
@@ -30165,7 +30160,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30165
30160
|
senderIsAdmin: boolean;
|
|
30166
30161
|
senderIsPauser: boolean;
|
|
30167
30162
|
}>;
|
|
30168
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
30163
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
30169
30164
|
readonly type: "function";
|
|
30170
30165
|
readonly name: "batchGetRefTick";
|
|
30171
30166
|
readonly inputs: readonly [{
|
|
@@ -31104,7 +31099,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31104
31099
|
}];
|
|
31105
31100
|
readonly stateMutability: "view";
|
|
31106
31101
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
31107
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
31102
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
31108
31103
|
readonly type: "function";
|
|
31109
31104
|
readonly name: "batchGetRefTick";
|
|
31110
31105
|
readonly inputs: readonly [{
|
|
@@ -32063,7 +32058,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32063
32058
|
optionAssetName: string;
|
|
32064
32059
|
payoutAssetName: string;
|
|
32065
32060
|
}>;
|
|
32066
|
-
getMarketState: (args: readonly [`0x${string}`], options?:
|
|
32061
|
+
getMarketState: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
32067
32062
|
readonly type: "function";
|
|
32068
32063
|
readonly name: "batchGetRefTick";
|
|
32069
32064
|
readonly inputs: readonly [{
|
|
@@ -33007,7 +33002,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33007
33002
|
feeStrategy: `0x${string}`;
|
|
33008
33003
|
owner: `0x${string}`;
|
|
33009
33004
|
}>;
|
|
33010
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
33005
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
33011
33006
|
readonly type: "function";
|
|
33012
33007
|
readonly name: "batchGetRefTick";
|
|
33013
33008
|
readonly inputs: readonly [{
|
|
@@ -33946,7 +33941,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33946
33941
|
}];
|
|
33947
33942
|
readonly stateMutability: "view";
|
|
33948
33943
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
33949
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
33944
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
33950
33945
|
readonly type: "function";
|
|
33951
33946
|
readonly name: "batchGetRefTick";
|
|
33952
33947
|
readonly inputs: readonly [{
|
|
@@ -34885,7 +34880,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34885
34880
|
}];
|
|
34886
34881
|
readonly stateMutability: "view";
|
|
34887
34882
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
34888
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
34883
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
34889
34884
|
readonly type: "function";
|
|
34890
34885
|
readonly name: "batchGetRefTick";
|
|
34891
34886
|
readonly inputs: readonly [{
|
|
@@ -35824,7 +35819,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35824
35819
|
}];
|
|
35825
35820
|
readonly stateMutability: "view";
|
|
35826
35821
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
35827
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
35822
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
35828
35823
|
readonly type: "function";
|
|
35829
35824
|
readonly name: "batchGetRefTick";
|
|
35830
35825
|
readonly inputs: readonly [{
|
|
@@ -36763,7 +36758,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36763
36758
|
}];
|
|
36764
36759
|
readonly stateMutability: "view";
|
|
36765
36760
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
36766
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
36761
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
36767
36762
|
readonly type: "function";
|
|
36768
36763
|
readonly name: "batchGetRefTick";
|
|
36769
36764
|
readonly inputs: readonly [{
|
|
@@ -37712,7 +37707,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37712
37707
|
expiresAt: number;
|
|
37713
37708
|
liquidities: readonly bigint[];
|
|
37714
37709
|
}>;
|
|
37715
|
-
getOptionPricingParams: (args: readonly [`0x${string}`], options?:
|
|
37710
|
+
getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
37716
37711
|
readonly type: "function";
|
|
37717
37712
|
readonly name: "batchGetRefTick";
|
|
37718
37713
|
readonly inputs: readonly [{
|
|
@@ -38657,7 +38652,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
38657
38652
|
minPremiumDailyRate: number;
|
|
38658
38653
|
minPremiumAmount: bigint;
|
|
38659
38654
|
}>;
|
|
38660
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
38655
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
38661
38656
|
readonly type: "function";
|
|
38662
38657
|
readonly name: "batchGetRefTick";
|
|
38663
38658
|
readonly inputs: readonly [{
|
|
@@ -39612,7 +39607,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
39612
39607
|
fee: number;
|
|
39613
39608
|
tickSpacing: number;
|
|
39614
39609
|
hooks: `0x${string}`;
|
|
39615
|
-
}], options?:
|
|
39610
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
39616
39611
|
readonly type: "function";
|
|
39617
39612
|
readonly name: "batchGetRefTick";
|
|
39618
39613
|
readonly inputs: readonly [{
|
|
@@ -40568,7 +40563,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
40568
40563
|
tickSpacing: number;
|
|
40569
40564
|
fee: number;
|
|
40570
40565
|
}>;
|
|
40571
|
-
getPricingParams: (args: readonly [`0x${string}`], options?:
|
|
40566
|
+
getPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
40572
40567
|
readonly type: "function";
|
|
40573
40568
|
readonly name: "batchGetRefTick";
|
|
40574
40569
|
readonly inputs: readonly [{
|
|
@@ -41507,7 +41502,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
41507
41502
|
}];
|
|
41508
41503
|
readonly stateMutability: "view";
|
|
41509
41504
|
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
|
|
41510
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
41505
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
41511
41506
|
readonly type: "function";
|
|
41512
41507
|
readonly name: "batchGetRefTick";
|
|
41513
41508
|
readonly inputs: readonly [{
|
|
@@ -42446,7 +42441,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
42446
42441
|
}];
|
|
42447
42442
|
readonly stateMutability: "view";
|
|
42448
42443
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
42449
|
-
getStaticPricingParams: (args: readonly [`0x${string}`], options?:
|
|
42444
|
+
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
42450
42445
|
readonly type: "function";
|
|
42451
42446
|
readonly name: "batchGetRefTick";
|
|
42452
42447
|
readonly inputs: readonly [{
|
|
@@ -43388,7 +43383,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
43388
43383
|
dailyFundingRate: number;
|
|
43389
43384
|
minFundingAmount: bigint;
|
|
43390
43385
|
}>;
|
|
43391
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
43386
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
43392
43387
|
readonly type: "function";
|
|
43393
43388
|
readonly name: "batchGetRefTick";
|
|
43394
43389
|
readonly inputs: readonly [{
|
|
@@ -44331,7 +44326,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
44331
44326
|
symbol: string;
|
|
44332
44327
|
name: string;
|
|
44333
44328
|
}>;
|
|
44334
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
44329
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
44335
44330
|
readonly type: "function";
|
|
44336
44331
|
readonly name: "batchGetRefTick";
|
|
44337
44332
|
readonly inputs: readonly [{
|
|
@@ -45280,7 +45275,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
45280
45275
|
expiresAt: number;
|
|
45281
45276
|
liquidities: readonly bigint[];
|
|
45282
45277
|
}[], bigint, boolean]>;
|
|
45283
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
45278
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
45284
45279
|
readonly type: "function";
|
|
45285
45280
|
readonly name: "batchGetRefTick";
|
|
45286
45281
|
readonly inputs: readonly [{
|
|
@@ -46229,7 +46224,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
46229
46224
|
};
|
|
46230
46225
|
owner: `0x${string}`;
|
|
46231
46226
|
}>;
|
|
46232
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
46227
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
46233
46228
|
readonly type: "function";
|
|
46234
46229
|
readonly name: "batchGetRefTick";
|
|
46235
46230
|
readonly inputs: readonly [{
|
|
@@ -48212,7 +48207,7 @@ declare const useMarketData: (marketAddr: Address | undefined) => Partial<NonUnd
|
|
|
48212
48207
|
//#endregion
|
|
48213
48208
|
//#region src/hooks/options/useMarketState.d.ts
|
|
48214
48209
|
declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
48215
|
-
error:
|
|
48210
|
+
error: viem533.ReadContractErrorType;
|
|
48216
48211
|
isError: true;
|
|
48217
48212
|
isPending: false;
|
|
48218
48213
|
isLoading: false;
|
|
@@ -48224,7 +48219,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48224
48219
|
dataUpdatedAt: number;
|
|
48225
48220
|
errorUpdatedAt: number;
|
|
48226
48221
|
failureCount: number;
|
|
48227
|
-
failureReason:
|
|
48222
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48228
48223
|
errorUpdateCount: number;
|
|
48229
48224
|
isFetched: boolean;
|
|
48230
48225
|
isFetchedAfterMount: boolean;
|
|
@@ -48239,7 +48234,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48239
48234
|
optionPricing: `0x${string}`;
|
|
48240
48235
|
feeStrategy: `0x${string}`;
|
|
48241
48236
|
owner: `0x${string}`;
|
|
48242
|
-
},
|
|
48237
|
+
}, viem533.ReadContractErrorType>>;
|
|
48243
48238
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48244
48239
|
promise: Promise<{
|
|
48245
48240
|
optionsCount: bigint;
|
|
@@ -48267,7 +48262,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48267
48262
|
dataUpdatedAt: number;
|
|
48268
48263
|
errorUpdatedAt: number;
|
|
48269
48264
|
failureCount: number;
|
|
48270
|
-
failureReason:
|
|
48265
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48271
48266
|
errorUpdateCount: number;
|
|
48272
48267
|
isFetched: boolean;
|
|
48273
48268
|
isFetchedAfterMount: boolean;
|
|
@@ -48282,7 +48277,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48282
48277
|
optionPricing: `0x${string}`;
|
|
48283
48278
|
feeStrategy: `0x${string}`;
|
|
48284
48279
|
owner: `0x${string}`;
|
|
48285
|
-
},
|
|
48280
|
+
}, viem533.ReadContractErrorType>>;
|
|
48286
48281
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48287
48282
|
promise: Promise<{
|
|
48288
48283
|
optionsCount: bigint;
|
|
@@ -48298,7 +48293,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48298
48293
|
owner: `0x${string}`;
|
|
48299
48294
|
} | undefined>>;
|
|
48300
48295
|
} | {
|
|
48301
|
-
error:
|
|
48296
|
+
error: viem533.ReadContractErrorType;
|
|
48302
48297
|
isError: true;
|
|
48303
48298
|
isPending: false;
|
|
48304
48299
|
isLoading: false;
|
|
@@ -48310,7 +48305,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48310
48305
|
dataUpdatedAt: number;
|
|
48311
48306
|
errorUpdatedAt: number;
|
|
48312
48307
|
failureCount: number;
|
|
48313
|
-
failureReason:
|
|
48308
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48314
48309
|
errorUpdateCount: number;
|
|
48315
48310
|
isFetched: boolean;
|
|
48316
48311
|
isFetchedAfterMount: boolean;
|
|
@@ -48325,7 +48320,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48325
48320
|
optionPricing: `0x${string}`;
|
|
48326
48321
|
feeStrategy: `0x${string}`;
|
|
48327
48322
|
owner: `0x${string}`;
|
|
48328
|
-
},
|
|
48323
|
+
}, viem533.ReadContractErrorType>>;
|
|
48329
48324
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48330
48325
|
promise: Promise<{
|
|
48331
48326
|
optionsCount: bigint;
|
|
@@ -48353,7 +48348,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48353
48348
|
dataUpdatedAt: number;
|
|
48354
48349
|
errorUpdatedAt: number;
|
|
48355
48350
|
failureCount: number;
|
|
48356
|
-
failureReason:
|
|
48351
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48357
48352
|
errorUpdateCount: number;
|
|
48358
48353
|
isFetched: boolean;
|
|
48359
48354
|
isFetchedAfterMount: boolean;
|
|
@@ -48368,7 +48363,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48368
48363
|
optionPricing: `0x${string}`;
|
|
48369
48364
|
feeStrategy: `0x${string}`;
|
|
48370
48365
|
owner: `0x${string}`;
|
|
48371
|
-
},
|
|
48366
|
+
}, viem533.ReadContractErrorType>>;
|
|
48372
48367
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48373
48368
|
promise: Promise<{
|
|
48374
48369
|
optionsCount: bigint;
|
|
@@ -48395,7 +48390,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48395
48390
|
dataUpdatedAt: number;
|
|
48396
48391
|
errorUpdatedAt: number;
|
|
48397
48392
|
failureCount: number;
|
|
48398
|
-
failureReason:
|
|
48393
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48399
48394
|
errorUpdateCount: number;
|
|
48400
48395
|
isFetched: boolean;
|
|
48401
48396
|
isFetchedAfterMount: boolean;
|
|
@@ -48411,7 +48406,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48411
48406
|
optionPricing: `0x${string}`;
|
|
48412
48407
|
feeStrategy: `0x${string}`;
|
|
48413
48408
|
owner: `0x${string}`;
|
|
48414
|
-
},
|
|
48409
|
+
}, viem533.ReadContractErrorType>>;
|
|
48415
48410
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48416
48411
|
promise: Promise<{
|
|
48417
48412
|
optionsCount: bigint;
|
|
@@ -48439,7 +48434,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48439
48434
|
dataUpdatedAt: number;
|
|
48440
48435
|
errorUpdatedAt: number;
|
|
48441
48436
|
failureCount: number;
|
|
48442
|
-
failureReason:
|
|
48437
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48443
48438
|
errorUpdateCount: number;
|
|
48444
48439
|
isFetched: boolean;
|
|
48445
48440
|
isFetchedAfterMount: boolean;
|
|
@@ -48454,7 +48449,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
|
48454
48449
|
optionPricing: `0x${string}`;
|
|
48455
48450
|
feeStrategy: `0x${string}`;
|
|
48456
48451
|
owner: `0x${string}`;
|
|
48457
|
-
},
|
|
48452
|
+
}, viem533.ReadContractErrorType>>;
|
|
48458
48453
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48459
48454
|
promise: Promise<{
|
|
48460
48455
|
optionsCount: bigint;
|
|
@@ -48786,7 +48781,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
48786
48781
|
//#endregion
|
|
48787
48782
|
//#region src/hooks/options/useMaxPositionSize.d.ts
|
|
48788
48783
|
declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?: number, maxSteps?: number) => {
|
|
48789
|
-
error:
|
|
48784
|
+
error: viem533.ReadContractErrorType;
|
|
48790
48785
|
isError: true;
|
|
48791
48786
|
isPending: false;
|
|
48792
48787
|
isLoading: false;
|
|
@@ -48798,7 +48793,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48798
48793
|
dataUpdatedAt: number;
|
|
48799
48794
|
errorUpdatedAt: number;
|
|
48800
48795
|
failureCount: number;
|
|
48801
|
-
failureReason:
|
|
48796
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48802
48797
|
errorUpdateCount: number;
|
|
48803
48798
|
isFetched: boolean;
|
|
48804
48799
|
isFetchedAfterMount: boolean;
|
|
@@ -48808,7 +48803,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48808
48803
|
isRefetching: boolean;
|
|
48809
48804
|
isStale: boolean;
|
|
48810
48805
|
isEnabled: boolean;
|
|
48811
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
48806
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem533.ReadContractErrorType>>;
|
|
48812
48807
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48813
48808
|
promise: Promise<never>;
|
|
48814
48809
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -48827,7 +48822,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48827
48822
|
dataUpdatedAt: number;
|
|
48828
48823
|
errorUpdatedAt: number;
|
|
48829
48824
|
failureCount: number;
|
|
48830
|
-
failureReason:
|
|
48825
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48831
48826
|
errorUpdateCount: number;
|
|
48832
48827
|
isFetched: boolean;
|
|
48833
48828
|
isFetchedAfterMount: boolean;
|
|
@@ -48837,14 +48832,14 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48837
48832
|
isRefetching: boolean;
|
|
48838
48833
|
isStale: boolean;
|
|
48839
48834
|
isEnabled: boolean;
|
|
48840
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
48835
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem533.ReadContractErrorType>>;
|
|
48841
48836
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48842
48837
|
promise: Promise<never>;
|
|
48843
48838
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
48844
48839
|
maxCallSize: Amount | undefined;
|
|
48845
48840
|
maxPutSize: Amount | undefined;
|
|
48846
48841
|
} | {
|
|
48847
|
-
error:
|
|
48842
|
+
error: viem533.ReadContractErrorType;
|
|
48848
48843
|
isError: true;
|
|
48849
48844
|
isPending: false;
|
|
48850
48845
|
isLoading: false;
|
|
@@ -48856,7 +48851,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48856
48851
|
dataUpdatedAt: number;
|
|
48857
48852
|
errorUpdatedAt: number;
|
|
48858
48853
|
failureCount: number;
|
|
48859
|
-
failureReason:
|
|
48854
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48860
48855
|
errorUpdateCount: number;
|
|
48861
48856
|
isFetched: boolean;
|
|
48862
48857
|
isFetchedAfterMount: boolean;
|
|
@@ -48866,7 +48861,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48866
48861
|
isRefetching: boolean;
|
|
48867
48862
|
isStale: boolean;
|
|
48868
48863
|
isEnabled: boolean;
|
|
48869
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
48864
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem533.ReadContractErrorType>>;
|
|
48870
48865
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48871
48866
|
promise: Promise<never>;
|
|
48872
48867
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -48885,7 +48880,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48885
48880
|
dataUpdatedAt: number;
|
|
48886
48881
|
errorUpdatedAt: number;
|
|
48887
48882
|
failureCount: number;
|
|
48888
|
-
failureReason:
|
|
48883
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48889
48884
|
errorUpdateCount: number;
|
|
48890
48885
|
isFetched: boolean;
|
|
48891
48886
|
isFetchedAfterMount: boolean;
|
|
@@ -48895,7 +48890,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48895
48890
|
isRefetching: boolean;
|
|
48896
48891
|
isStale: boolean;
|
|
48897
48892
|
isEnabled: boolean;
|
|
48898
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
48893
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem533.ReadContractErrorType>>;
|
|
48899
48894
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48900
48895
|
promise: Promise<never>;
|
|
48901
48896
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -48913,7 +48908,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48913
48908
|
dataUpdatedAt: number;
|
|
48914
48909
|
errorUpdatedAt: number;
|
|
48915
48910
|
failureCount: number;
|
|
48916
|
-
failureReason:
|
|
48911
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48917
48912
|
errorUpdateCount: number;
|
|
48918
48913
|
isFetched: boolean;
|
|
48919
48914
|
isFetchedAfterMount: boolean;
|
|
@@ -48924,7 +48919,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48924
48919
|
isRefetching: boolean;
|
|
48925
48920
|
isStale: boolean;
|
|
48926
48921
|
isEnabled: boolean;
|
|
48927
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
48922
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem533.ReadContractErrorType>>;
|
|
48928
48923
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48929
48924
|
promise: Promise<never>;
|
|
48930
48925
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -48943,7 +48938,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48943
48938
|
dataUpdatedAt: number;
|
|
48944
48939
|
errorUpdatedAt: number;
|
|
48945
48940
|
failureCount: number;
|
|
48946
|
-
failureReason:
|
|
48941
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
48947
48942
|
errorUpdateCount: number;
|
|
48948
48943
|
isFetched: boolean;
|
|
48949
48944
|
isFetchedAfterMount: boolean;
|
|
@@ -48953,7 +48948,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48953
48948
|
isRefetching: boolean;
|
|
48954
48949
|
isStale: boolean;
|
|
48955
48950
|
isEnabled: boolean;
|
|
48956
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never,
|
|
48951
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<never, viem533.ReadContractErrorType>>;
|
|
48957
48952
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
48958
48953
|
promise: Promise<never>;
|
|
48959
48954
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -48962,7 +48957,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
48962
48957
|
};
|
|
48963
48958
|
//#endregion
|
|
48964
48959
|
//#region src/hooks/options/useMintOption.d.ts
|
|
48965
|
-
declare const useMintOption: (marketAddr: Address | undefined) =>
|
|
48960
|
+
declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
48966
48961
|
optionType: "CALL" | "PUT";
|
|
48967
48962
|
amount: bigint;
|
|
48968
48963
|
duration: number;
|
|
@@ -51029,7 +51024,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
51029
51024
|
};
|
|
51030
51025
|
//#endregion
|
|
51031
51026
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
51032
|
-
declare const useExerciseOption: (marketAddr: Address | undefined) =>
|
|
51027
|
+
declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
51033
51028
|
option: OptionData;
|
|
51034
51029
|
liquidities: readonly bigint[];
|
|
51035
51030
|
}, unknown>;
|
|
@@ -51052,7 +51047,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
51052
51047
|
};
|
|
51053
51048
|
//#endregion
|
|
51054
51049
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
51055
|
-
declare const useExtendOption: (marketAddr: Address | undefined) =>
|
|
51050
|
+
declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
51056
51051
|
option: OptionData;
|
|
51057
51052
|
duration: number;
|
|
51058
51053
|
}, unknown>;
|
|
@@ -51917,7 +51912,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
|
|
|
51917
51912
|
};
|
|
51918
51913
|
//#endregion
|
|
51919
51914
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
51920
|
-
declare const useMintPerp: (marketAddr: Address | undefined) =>
|
|
51915
|
+
declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<void, Error, {
|
|
51921
51916
|
optionType: "CALL" | "PUT";
|
|
51922
51917
|
amount: bigint;
|
|
51923
51918
|
duration: number;
|
|
@@ -51925,13 +51920,13 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
|
|
|
51925
51920
|
}, unknown>;
|
|
51926
51921
|
//#endregion
|
|
51927
51922
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
51928
|
-
declare const useClosePerp: () =>
|
|
51923
|
+
declare const useClosePerp: () => _tanstack_react_query4.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
51929
51924
|
//#endregion
|
|
51930
51925
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
51931
51926
|
declare const usePerpsOperator: () => {
|
|
51932
51927
|
operator: PerpsOperator | undefined;
|
|
51933
51928
|
address: `0x${string}` | undefined;
|
|
51934
|
-
signMessage:
|
|
51929
|
+
signMessage: _tanstack_react_query4.UseMutationResult<void, Error, void, unknown>;
|
|
51935
51930
|
};
|
|
51936
51931
|
//#endregion
|
|
51937
51932
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
@@ -52859,7 +52854,7 @@ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Ad
|
|
|
52859
52854
|
//#endregion
|
|
52860
52855
|
//#region src/hooks/operators/useOperatorPerms.d.ts
|
|
52861
52856
|
declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, operatorAddr?: Address) => {
|
|
52862
|
-
error:
|
|
52857
|
+
error: viem533.ReadContractErrorType;
|
|
52863
52858
|
isError: true;
|
|
52864
52859
|
isPending: false;
|
|
52865
52860
|
isLoading: false;
|
|
@@ -52871,7 +52866,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52871
52866
|
dataUpdatedAt: number;
|
|
52872
52867
|
errorUpdatedAt: number;
|
|
52873
52868
|
failureCount: number;
|
|
52874
|
-
failureReason:
|
|
52869
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
52875
52870
|
errorUpdateCount: number;
|
|
52876
52871
|
isFetched: boolean;
|
|
52877
52872
|
isFetchedAfterMount: boolean;
|
|
@@ -52881,7 +52876,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52881
52876
|
isRefetching: boolean;
|
|
52882
52877
|
isStale: boolean;
|
|
52883
52878
|
isEnabled: boolean;
|
|
52884
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
52879
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem533.ReadContractErrorType>>;
|
|
52885
52880
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52886
52881
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52887
52882
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -52906,7 +52901,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52906
52901
|
dataUpdatedAt: number;
|
|
52907
52902
|
errorUpdatedAt: number;
|
|
52908
52903
|
failureCount: number;
|
|
52909
|
-
failureReason:
|
|
52904
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
52910
52905
|
errorUpdateCount: number;
|
|
52911
52906
|
isFetched: boolean;
|
|
52912
52907
|
isFetchedAfterMount: boolean;
|
|
@@ -52916,7 +52911,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52916
52911
|
isRefetching: boolean;
|
|
52917
52912
|
isStale: boolean;
|
|
52918
52913
|
isEnabled: boolean;
|
|
52919
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
52914
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem533.ReadContractErrorType>>;
|
|
52920
52915
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52921
52916
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52922
52917
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -52929,7 +52924,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52929
52924
|
effectiveApproval: bigint;
|
|
52930
52925
|
};
|
|
52931
52926
|
} | {
|
|
52932
|
-
error:
|
|
52927
|
+
error: viem533.ReadContractErrorType;
|
|
52933
52928
|
isError: true;
|
|
52934
52929
|
isPending: false;
|
|
52935
52930
|
isLoading: false;
|
|
@@ -52941,7 +52936,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52941
52936
|
dataUpdatedAt: number;
|
|
52942
52937
|
errorUpdatedAt: number;
|
|
52943
52938
|
failureCount: number;
|
|
52944
|
-
failureReason:
|
|
52939
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
52945
52940
|
errorUpdateCount: number;
|
|
52946
52941
|
isFetched: boolean;
|
|
52947
52942
|
isFetchedAfterMount: boolean;
|
|
@@ -52951,7 +52946,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52951
52946
|
isRefetching: boolean;
|
|
52952
52947
|
isStale: boolean;
|
|
52953
52948
|
isEnabled: boolean;
|
|
52954
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
52949
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem533.ReadContractErrorType>>;
|
|
52955
52950
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52956
52951
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52957
52952
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -52976,7 +52971,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52976
52971
|
dataUpdatedAt: number;
|
|
52977
52972
|
errorUpdatedAt: number;
|
|
52978
52973
|
failureCount: number;
|
|
52979
|
-
failureReason:
|
|
52974
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
52980
52975
|
errorUpdateCount: number;
|
|
52981
52976
|
isFetched: boolean;
|
|
52982
52977
|
isFetchedAfterMount: boolean;
|
|
@@ -52986,7 +52981,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
52986
52981
|
isRefetching: boolean;
|
|
52987
52982
|
isStale: boolean;
|
|
52988
52983
|
isEnabled: boolean;
|
|
52989
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
52984
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem533.ReadContractErrorType>>;
|
|
52990
52985
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
52991
52986
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
52992
52987
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -53010,7 +53005,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
53010
53005
|
dataUpdatedAt: number;
|
|
53011
53006
|
errorUpdatedAt: number;
|
|
53012
53007
|
failureCount: number;
|
|
53013
|
-
failureReason:
|
|
53008
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53014
53009
|
errorUpdateCount: number;
|
|
53015
53010
|
isFetched: boolean;
|
|
53016
53011
|
isFetchedAfterMount: boolean;
|
|
@@ -53021,7 +53016,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
53021
53016
|
isRefetching: boolean;
|
|
53022
53017
|
isStale: boolean;
|
|
53023
53018
|
isEnabled: boolean;
|
|
53024
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
53019
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem533.ReadContractErrorType>>;
|
|
53025
53020
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53026
53021
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
53027
53022
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -53046,7 +53041,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
53046
53041
|
dataUpdatedAt: number;
|
|
53047
53042
|
errorUpdatedAt: number;
|
|
53048
53043
|
failureCount: number;
|
|
53049
|
-
failureReason:
|
|
53044
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53050
53045
|
errorUpdateCount: number;
|
|
53051
53046
|
isFetched: boolean;
|
|
53052
53047
|
isFetchedAfterMount: boolean;
|
|
@@ -53056,7 +53051,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
53056
53051
|
isRefetching: boolean;
|
|
53057
53052
|
isStale: boolean;
|
|
53058
53053
|
isEnabled: boolean;
|
|
53059
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint],
|
|
53054
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [boolean, boolean, boolean, boolean, bigint], viem533.ReadContractErrorType>>;
|
|
53060
53055
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53061
53056
|
promise: Promise<readonly [boolean, boolean, boolean, boolean, bigint]>;
|
|
53062
53057
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -53470,7 +53465,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => {
|
|
|
53470
53465
|
};
|
|
53471
53466
|
//#endregion
|
|
53472
53467
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
53473
|
-
declare const useSetOperatorPerms: (marketAddr: Address | undefined) =>
|
|
53468
|
+
declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
53474
53469
|
operator: Address;
|
|
53475
53470
|
canExtend: boolean;
|
|
53476
53471
|
canExercise: boolean;
|
|
@@ -53549,7 +53544,7 @@ declare const useCurrentPrice: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53549
53544
|
//#endregion
|
|
53550
53545
|
//#region src/hooks/pool/useCurrentTick.d.ts
|
|
53551
53546
|
declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
53552
|
-
error:
|
|
53547
|
+
error: viem533.ReadContractErrorType;
|
|
53553
53548
|
isError: true;
|
|
53554
53549
|
isPending: false;
|
|
53555
53550
|
isLoading: false;
|
|
@@ -53561,7 +53556,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53561
53556
|
dataUpdatedAt: number;
|
|
53562
53557
|
errorUpdatedAt: number;
|
|
53563
53558
|
failureCount: number;
|
|
53564
|
-
failureReason:
|
|
53559
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53565
53560
|
errorUpdateCount: number;
|
|
53566
53561
|
isFetched: boolean;
|
|
53567
53562
|
isFetchedAfterMount: boolean;
|
|
@@ -53575,7 +53570,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53575
53570
|
exact: number;
|
|
53576
53571
|
rounded: number | undefined;
|
|
53577
53572
|
sqrtPriceX96: bigint;
|
|
53578
|
-
},
|
|
53573
|
+
}, viem533.ReadContractErrorType>>;
|
|
53579
53574
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53580
53575
|
promise: Promise<{
|
|
53581
53576
|
exact: number;
|
|
@@ -53599,7 +53594,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53599
53594
|
dataUpdatedAt: number;
|
|
53600
53595
|
errorUpdatedAt: number;
|
|
53601
53596
|
failureCount: number;
|
|
53602
|
-
failureReason:
|
|
53597
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53603
53598
|
errorUpdateCount: number;
|
|
53604
53599
|
isFetched: boolean;
|
|
53605
53600
|
isFetchedAfterMount: boolean;
|
|
@@ -53613,7 +53608,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53613
53608
|
exact: number;
|
|
53614
53609
|
rounded: number | undefined;
|
|
53615
53610
|
sqrtPriceX96: bigint;
|
|
53616
|
-
},
|
|
53611
|
+
}, viem533.ReadContractErrorType>>;
|
|
53617
53612
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53618
53613
|
promise: Promise<{
|
|
53619
53614
|
exact: number;
|
|
@@ -53625,7 +53620,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53625
53620
|
rounded: number | undefined;
|
|
53626
53621
|
sqrtPriceX96: bigint | undefined;
|
|
53627
53622
|
} | {
|
|
53628
|
-
error:
|
|
53623
|
+
error: viem533.ReadContractErrorType;
|
|
53629
53624
|
isError: true;
|
|
53630
53625
|
isPending: false;
|
|
53631
53626
|
isLoading: false;
|
|
@@ -53637,7 +53632,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53637
53632
|
dataUpdatedAt: number;
|
|
53638
53633
|
errorUpdatedAt: number;
|
|
53639
53634
|
failureCount: number;
|
|
53640
|
-
failureReason:
|
|
53635
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53641
53636
|
errorUpdateCount: number;
|
|
53642
53637
|
isFetched: boolean;
|
|
53643
53638
|
isFetchedAfterMount: boolean;
|
|
@@ -53651,7 +53646,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53651
53646
|
exact: number;
|
|
53652
53647
|
rounded: number | undefined;
|
|
53653
53648
|
sqrtPriceX96: bigint;
|
|
53654
|
-
},
|
|
53649
|
+
}, viem533.ReadContractErrorType>>;
|
|
53655
53650
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53656
53651
|
promise: Promise<{
|
|
53657
53652
|
exact: number;
|
|
@@ -53675,7 +53670,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53675
53670
|
dataUpdatedAt: number;
|
|
53676
53671
|
errorUpdatedAt: number;
|
|
53677
53672
|
failureCount: number;
|
|
53678
|
-
failureReason:
|
|
53673
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53679
53674
|
errorUpdateCount: number;
|
|
53680
53675
|
isFetched: boolean;
|
|
53681
53676
|
isFetchedAfterMount: boolean;
|
|
@@ -53689,7 +53684,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53689
53684
|
exact: number;
|
|
53690
53685
|
rounded: number | undefined;
|
|
53691
53686
|
sqrtPriceX96: bigint;
|
|
53692
|
-
},
|
|
53687
|
+
}, viem533.ReadContractErrorType>>;
|
|
53693
53688
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53694
53689
|
promise: Promise<{
|
|
53695
53690
|
exact: number;
|
|
@@ -53712,7 +53707,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53712
53707
|
dataUpdatedAt: number;
|
|
53713
53708
|
errorUpdatedAt: number;
|
|
53714
53709
|
failureCount: number;
|
|
53715
|
-
failureReason:
|
|
53710
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53716
53711
|
errorUpdateCount: number;
|
|
53717
53712
|
isFetched: boolean;
|
|
53718
53713
|
isFetchedAfterMount: boolean;
|
|
@@ -53727,7 +53722,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53727
53722
|
exact: number;
|
|
53728
53723
|
rounded: number | undefined;
|
|
53729
53724
|
sqrtPriceX96: bigint;
|
|
53730
|
-
},
|
|
53725
|
+
}, viem533.ReadContractErrorType>>;
|
|
53731
53726
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53732
53727
|
promise: Promise<{
|
|
53733
53728
|
exact: number;
|
|
@@ -53751,7 +53746,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53751
53746
|
dataUpdatedAt: number;
|
|
53752
53747
|
errorUpdatedAt: number;
|
|
53753
53748
|
failureCount: number;
|
|
53754
|
-
failureReason:
|
|
53749
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53755
53750
|
errorUpdateCount: number;
|
|
53756
53751
|
isFetched: boolean;
|
|
53757
53752
|
isFetchedAfterMount: boolean;
|
|
@@ -53765,7 +53760,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => {
|
|
|
53765
53760
|
exact: number;
|
|
53766
53761
|
rounded: number | undefined;
|
|
53767
53762
|
sqrtPriceX96: bigint;
|
|
53768
|
-
},
|
|
53763
|
+
}, viem533.ReadContractErrorType>>;
|
|
53769
53764
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53770
53765
|
promise: Promise<{
|
|
53771
53766
|
exact: number;
|
|
@@ -53783,8 +53778,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
53783
53778
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
53784
53779
|
//#endregion
|
|
53785
53780
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
53786
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
53787
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
53781
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query4.UseQueryResult<PriceDataPoint[], Error>;
|
|
53782
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query4.UseQueryResult<PriceDataPoint[], Error>;
|
|
53788
53783
|
//#endregion
|
|
53789
53784
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
53790
53785
|
interface BurnPosition {
|
|
@@ -53806,7 +53801,7 @@ declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
|
|
|
53806
53801
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
53807
53802
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
53808
53803
|
declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
53809
|
-
error:
|
|
53804
|
+
error: viem533.ReadContractErrorType;
|
|
53810
53805
|
isError: true;
|
|
53811
53806
|
isPending: false;
|
|
53812
53807
|
isLoading: false;
|
|
@@ -53818,7 +53813,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53818
53813
|
dataUpdatedAt: number;
|
|
53819
53814
|
errorUpdatedAt: number;
|
|
53820
53815
|
failureCount: number;
|
|
53821
|
-
failureReason:
|
|
53816
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53822
53817
|
errorUpdateCount: number;
|
|
53823
53818
|
isFetched: boolean;
|
|
53824
53819
|
isFetchedAfterMount: boolean;
|
|
@@ -53840,7 +53835,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53840
53835
|
totalAmount1: bigint;
|
|
53841
53836
|
borrowedAmount0: bigint;
|
|
53842
53837
|
borrowedAmount1: bigint;
|
|
53843
|
-
}[],
|
|
53838
|
+
}[], viem533.ReadContractErrorType>>;
|
|
53844
53839
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53845
53840
|
promise: Promise<readonly {
|
|
53846
53841
|
tickLower: number;
|
|
@@ -53882,7 +53877,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53882
53877
|
dataUpdatedAt: number;
|
|
53883
53878
|
errorUpdatedAt: number;
|
|
53884
53879
|
failureCount: number;
|
|
53885
|
-
failureReason:
|
|
53880
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53886
53881
|
errorUpdateCount: number;
|
|
53887
53882
|
isFetched: boolean;
|
|
53888
53883
|
isFetchedAfterMount: boolean;
|
|
@@ -53904,7 +53899,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53904
53899
|
totalAmount1: bigint;
|
|
53905
53900
|
borrowedAmount0: bigint;
|
|
53906
53901
|
borrowedAmount1: bigint;
|
|
53907
|
-
}[],
|
|
53902
|
+
}[], viem533.ReadContractErrorType>>;
|
|
53908
53903
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53909
53904
|
promise: Promise<readonly {
|
|
53910
53905
|
tickLower: number;
|
|
@@ -53934,7 +53929,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53934
53929
|
borrowedAmount1: bigint;
|
|
53935
53930
|
}[];
|
|
53936
53931
|
} | {
|
|
53937
|
-
error:
|
|
53932
|
+
error: viem533.ReadContractErrorType;
|
|
53938
53933
|
isError: true;
|
|
53939
53934
|
isPending: false;
|
|
53940
53935
|
isLoading: false;
|
|
@@ -53946,7 +53941,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53946
53941
|
dataUpdatedAt: number;
|
|
53947
53942
|
errorUpdatedAt: number;
|
|
53948
53943
|
failureCount: number;
|
|
53949
|
-
failureReason:
|
|
53944
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
53950
53945
|
errorUpdateCount: number;
|
|
53951
53946
|
isFetched: boolean;
|
|
53952
53947
|
isFetchedAfterMount: boolean;
|
|
@@ -53968,7 +53963,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
53968
53963
|
totalAmount1: bigint;
|
|
53969
53964
|
borrowedAmount0: bigint;
|
|
53970
53965
|
borrowedAmount1: bigint;
|
|
53971
|
-
}[],
|
|
53966
|
+
}[], viem533.ReadContractErrorType>>;
|
|
53972
53967
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
53973
53968
|
promise: Promise<readonly {
|
|
53974
53969
|
tickLower: number;
|
|
@@ -54010,7 +54005,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
54010
54005
|
dataUpdatedAt: number;
|
|
54011
54006
|
errorUpdatedAt: number;
|
|
54012
54007
|
failureCount: number;
|
|
54013
|
-
failureReason:
|
|
54008
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54014
54009
|
errorUpdateCount: number;
|
|
54015
54010
|
isFetched: boolean;
|
|
54016
54011
|
isFetchedAfterMount: boolean;
|
|
@@ -54032,7 +54027,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
54032
54027
|
totalAmount1: bigint;
|
|
54033
54028
|
borrowedAmount0: bigint;
|
|
54034
54029
|
borrowedAmount1: bigint;
|
|
54035
|
-
}[],
|
|
54030
|
+
}[], viem533.ReadContractErrorType>>;
|
|
54036
54031
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54037
54032
|
promise: Promise<readonly {
|
|
54038
54033
|
tickLower: number;
|
|
@@ -54073,7 +54068,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
54073
54068
|
dataUpdatedAt: number;
|
|
54074
54069
|
errorUpdatedAt: number;
|
|
54075
54070
|
failureCount: number;
|
|
54076
|
-
failureReason:
|
|
54071
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54077
54072
|
errorUpdateCount: number;
|
|
54078
54073
|
isFetched: boolean;
|
|
54079
54074
|
isFetchedAfterMount: boolean;
|
|
@@ -54096,7 +54091,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
54096
54091
|
totalAmount1: bigint;
|
|
54097
54092
|
borrowedAmount0: bigint;
|
|
54098
54093
|
borrowedAmount1: bigint;
|
|
54099
|
-
}[],
|
|
54094
|
+
}[], viem533.ReadContractErrorType>>;
|
|
54100
54095
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54101
54096
|
promise: Promise<readonly {
|
|
54102
54097
|
tickLower: number;
|
|
@@ -54138,7 +54133,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
54138
54133
|
dataUpdatedAt: number;
|
|
54139
54134
|
errorUpdatedAt: number;
|
|
54140
54135
|
failureCount: number;
|
|
54141
|
-
failureReason:
|
|
54136
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54142
54137
|
errorUpdateCount: number;
|
|
54143
54138
|
isFetched: boolean;
|
|
54144
54139
|
isFetchedAfterMount: boolean;
|
|
@@ -54160,7 +54155,7 @@ declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
|
54160
54155
|
totalAmount1: bigint;
|
|
54161
54156
|
borrowedAmount0: bigint;
|
|
54162
54157
|
borrowedAmount1: bigint;
|
|
54163
|
-
}[],
|
|
54158
|
+
}[], viem533.ReadContractErrorType>>;
|
|
54164
54159
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54165
54160
|
promise: Promise<readonly {
|
|
54166
54161
|
tickLower: number;
|
|
@@ -54203,7 +54198,7 @@ interface MintPositionParams {
|
|
|
54203
54198
|
tickUpper: number;
|
|
54204
54199
|
liquidity: bigint;
|
|
54205
54200
|
}
|
|
54206
|
-
declare const useMintLiquidity: (vaultAddr: Address | undefined) =>
|
|
54201
|
+
declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
54207
54202
|
//#endregion
|
|
54208
54203
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
54209
54204
|
declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
@@ -54236,7 +54231,7 @@ declare const useVaultTVL: (vaultAddr: Address | undefined) => {
|
|
|
54236
54231
|
borrowed0: Amount;
|
|
54237
54232
|
borrowed1: Amount;
|
|
54238
54233
|
blocksCount: bigint;
|
|
54239
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
54234
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem533.ReadContractErrorType>>;
|
|
54240
54235
|
};
|
|
54241
54236
|
//#endregion
|
|
54242
54237
|
//#region src/hooks/tokens/useTokenData.d.ts
|
|
@@ -54249,7 +54244,7 @@ declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndef
|
|
|
54249
54244
|
//#endregion
|
|
54250
54245
|
//#region src/hooks/tokens/useTokenBalance.d.ts
|
|
54251
54246
|
declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
54252
|
-
error:
|
|
54247
|
+
error: viem533.ReadContractErrorType;
|
|
54253
54248
|
isError: true;
|
|
54254
54249
|
isPending: false;
|
|
54255
54250
|
isLoading: false;
|
|
@@ -54261,7 +54256,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54261
54256
|
dataUpdatedAt: number;
|
|
54262
54257
|
errorUpdatedAt: number;
|
|
54263
54258
|
failureCount: number;
|
|
54264
|
-
failureReason:
|
|
54259
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54265
54260
|
errorUpdateCount: number;
|
|
54266
54261
|
isFetched: boolean;
|
|
54267
54262
|
isFetchedAfterMount: boolean;
|
|
@@ -54271,7 +54266,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54271
54266
|
isRefetching: boolean;
|
|
54272
54267
|
isStale: boolean;
|
|
54273
54268
|
isEnabled: boolean;
|
|
54274
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
54269
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem533.ReadContractErrorType>>;
|
|
54275
54270
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54276
54271
|
promise: Promise<bigint>;
|
|
54277
54272
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -54289,7 +54284,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54289
54284
|
dataUpdatedAt: number;
|
|
54290
54285
|
errorUpdatedAt: number;
|
|
54291
54286
|
failureCount: number;
|
|
54292
|
-
failureReason:
|
|
54287
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54293
54288
|
errorUpdateCount: number;
|
|
54294
54289
|
isFetched: boolean;
|
|
54295
54290
|
isFetchedAfterMount: boolean;
|
|
@@ -54299,13 +54294,13 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54299
54294
|
isRefetching: boolean;
|
|
54300
54295
|
isStale: boolean;
|
|
54301
54296
|
isEnabled: boolean;
|
|
54302
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
54297
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem533.ReadContractErrorType>>;
|
|
54303
54298
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54304
54299
|
promise: Promise<bigint>;
|
|
54305
54300
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
54306
54301
|
data: Amount | undefined;
|
|
54307
54302
|
} | {
|
|
54308
|
-
error:
|
|
54303
|
+
error: viem533.ReadContractErrorType;
|
|
54309
54304
|
isError: true;
|
|
54310
54305
|
isPending: false;
|
|
54311
54306
|
isLoading: false;
|
|
@@ -54317,7 +54312,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54317
54312
|
dataUpdatedAt: number;
|
|
54318
54313
|
errorUpdatedAt: number;
|
|
54319
54314
|
failureCount: number;
|
|
54320
|
-
failureReason:
|
|
54315
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54321
54316
|
errorUpdateCount: number;
|
|
54322
54317
|
isFetched: boolean;
|
|
54323
54318
|
isFetchedAfterMount: boolean;
|
|
@@ -54327,7 +54322,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54327
54322
|
isRefetching: boolean;
|
|
54328
54323
|
isStale: boolean;
|
|
54329
54324
|
isEnabled: boolean;
|
|
54330
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
54325
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem533.ReadContractErrorType>>;
|
|
54331
54326
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54332
54327
|
promise: Promise<bigint>;
|
|
54333
54328
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -54345,7 +54340,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54345
54340
|
dataUpdatedAt: number;
|
|
54346
54341
|
errorUpdatedAt: number;
|
|
54347
54342
|
failureCount: number;
|
|
54348
|
-
failureReason:
|
|
54343
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54349
54344
|
errorUpdateCount: number;
|
|
54350
54345
|
isFetched: boolean;
|
|
54351
54346
|
isFetchedAfterMount: boolean;
|
|
@@ -54355,7 +54350,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54355
54350
|
isRefetching: boolean;
|
|
54356
54351
|
isStale: boolean;
|
|
54357
54352
|
isEnabled: boolean;
|
|
54358
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
54353
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem533.ReadContractErrorType>>;
|
|
54359
54354
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54360
54355
|
promise: Promise<bigint>;
|
|
54361
54356
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -54372,7 +54367,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54372
54367
|
dataUpdatedAt: number;
|
|
54373
54368
|
errorUpdatedAt: number;
|
|
54374
54369
|
failureCount: number;
|
|
54375
|
-
failureReason:
|
|
54370
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54376
54371
|
errorUpdateCount: number;
|
|
54377
54372
|
isFetched: boolean;
|
|
54378
54373
|
isFetchedAfterMount: boolean;
|
|
@@ -54383,7 +54378,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54383
54378
|
isRefetching: boolean;
|
|
54384
54379
|
isStale: boolean;
|
|
54385
54380
|
isEnabled: boolean;
|
|
54386
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
54381
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem533.ReadContractErrorType>>;
|
|
54387
54382
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54388
54383
|
promise: Promise<bigint>;
|
|
54389
54384
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -54401,7 +54396,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54401
54396
|
dataUpdatedAt: number;
|
|
54402
54397
|
errorUpdatedAt: number;
|
|
54403
54398
|
failureCount: number;
|
|
54404
|
-
failureReason:
|
|
54399
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54405
54400
|
errorUpdateCount: number;
|
|
54406
54401
|
isFetched: boolean;
|
|
54407
54402
|
isFetchedAfterMount: boolean;
|
|
@@ -54411,7 +54406,7 @@ declare const useTokenBalance: (token?: Address, user?: Address) => {
|
|
|
54411
54406
|
isRefetching: boolean;
|
|
54412
54407
|
isStale: boolean;
|
|
54413
54408
|
isEnabled: boolean;
|
|
54414
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint,
|
|
54409
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<bigint, viem533.ReadContractErrorType>>;
|
|
54415
54410
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54416
54411
|
promise: Promise<bigint>;
|
|
54417
54412
|
queryKey: _tanstack_query_core0.QueryKey;
|
|
@@ -54429,7 +54424,7 @@ declare const useApproval: () => {
|
|
|
54429
54424
|
//#endregion
|
|
54430
54425
|
//#region src/hooks/guardian/useGuardianGlobalState.d.ts
|
|
54431
54426
|
declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
54432
|
-
error:
|
|
54427
|
+
error: viem533.ReadContractErrorType;
|
|
54433
54428
|
isError: true;
|
|
54434
54429
|
isPending: false;
|
|
54435
54430
|
isLoading: false;
|
|
@@ -54441,7 +54436,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54441
54436
|
dataUpdatedAt: number;
|
|
54442
54437
|
errorUpdatedAt: number;
|
|
54443
54438
|
failureCount: number;
|
|
54444
|
-
failureReason:
|
|
54439
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54445
54440
|
errorUpdateCount: number;
|
|
54446
54441
|
isFetched: boolean;
|
|
54447
54442
|
isFetchedAfterMount: boolean;
|
|
@@ -54467,7 +54462,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54467
54462
|
minWithdrawalInterval: bigint;
|
|
54468
54463
|
senderIsAdmin: boolean;
|
|
54469
54464
|
senderIsPauser: boolean;
|
|
54470
|
-
},
|
|
54465
|
+
}, viem533.ReadContractErrorType>>;
|
|
54471
54466
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54472
54467
|
promise: Promise<{
|
|
54473
54468
|
globalMintPaused: {
|
|
@@ -54517,7 +54512,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54517
54512
|
dataUpdatedAt: number;
|
|
54518
54513
|
errorUpdatedAt: number;
|
|
54519
54514
|
failureCount: number;
|
|
54520
|
-
failureReason:
|
|
54515
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54521
54516
|
errorUpdateCount: number;
|
|
54522
54517
|
isFetched: boolean;
|
|
54523
54518
|
isFetchedAfterMount: boolean;
|
|
@@ -54543,7 +54538,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54543
54538
|
minWithdrawalInterval: bigint;
|
|
54544
54539
|
senderIsAdmin: boolean;
|
|
54545
54540
|
senderIsPauser: boolean;
|
|
54546
|
-
},
|
|
54541
|
+
}, viem533.ReadContractErrorType>>;
|
|
54547
54542
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54548
54543
|
promise: Promise<{
|
|
54549
54544
|
globalMintPaused: {
|
|
@@ -54581,7 +54576,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54581
54576
|
senderIsPauser: boolean;
|
|
54582
54577
|
} | undefined>>;
|
|
54583
54578
|
} | {
|
|
54584
|
-
error:
|
|
54579
|
+
error: viem533.ReadContractErrorType;
|
|
54585
54580
|
isError: true;
|
|
54586
54581
|
isPending: false;
|
|
54587
54582
|
isLoading: false;
|
|
@@ -54593,7 +54588,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54593
54588
|
dataUpdatedAt: number;
|
|
54594
54589
|
errorUpdatedAt: number;
|
|
54595
54590
|
failureCount: number;
|
|
54596
|
-
failureReason:
|
|
54591
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54597
54592
|
errorUpdateCount: number;
|
|
54598
54593
|
isFetched: boolean;
|
|
54599
54594
|
isFetchedAfterMount: boolean;
|
|
@@ -54619,7 +54614,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54619
54614
|
minWithdrawalInterval: bigint;
|
|
54620
54615
|
senderIsAdmin: boolean;
|
|
54621
54616
|
senderIsPauser: boolean;
|
|
54622
|
-
},
|
|
54617
|
+
}, viem533.ReadContractErrorType>>;
|
|
54623
54618
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54624
54619
|
promise: Promise<{
|
|
54625
54620
|
globalMintPaused: {
|
|
@@ -54669,7 +54664,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54669
54664
|
dataUpdatedAt: number;
|
|
54670
54665
|
errorUpdatedAt: number;
|
|
54671
54666
|
failureCount: number;
|
|
54672
|
-
failureReason:
|
|
54667
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54673
54668
|
errorUpdateCount: number;
|
|
54674
54669
|
isFetched: boolean;
|
|
54675
54670
|
isFetchedAfterMount: boolean;
|
|
@@ -54695,7 +54690,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54695
54690
|
minWithdrawalInterval: bigint;
|
|
54696
54691
|
senderIsAdmin: boolean;
|
|
54697
54692
|
senderIsPauser: boolean;
|
|
54698
|
-
},
|
|
54693
|
+
}, viem533.ReadContractErrorType>>;
|
|
54699
54694
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54700
54695
|
promise: Promise<{
|
|
54701
54696
|
globalMintPaused: {
|
|
@@ -54744,7 +54739,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54744
54739
|
dataUpdatedAt: number;
|
|
54745
54740
|
errorUpdatedAt: number;
|
|
54746
54741
|
failureCount: number;
|
|
54747
|
-
failureReason:
|
|
54742
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54748
54743
|
errorUpdateCount: number;
|
|
54749
54744
|
isFetched: boolean;
|
|
54750
54745
|
isFetchedAfterMount: boolean;
|
|
@@ -54771,7 +54766,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54771
54766
|
minWithdrawalInterval: bigint;
|
|
54772
54767
|
senderIsAdmin: boolean;
|
|
54773
54768
|
senderIsPauser: boolean;
|
|
54774
|
-
},
|
|
54769
|
+
}, viem533.ReadContractErrorType>>;
|
|
54775
54770
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54776
54771
|
promise: Promise<{
|
|
54777
54772
|
globalMintPaused: {
|
|
@@ -54821,7 +54816,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54821
54816
|
dataUpdatedAt: number;
|
|
54822
54817
|
errorUpdatedAt: number;
|
|
54823
54818
|
failureCount: number;
|
|
54824
|
-
failureReason:
|
|
54819
|
+
failureReason: viem533.ReadContractErrorType | null;
|
|
54825
54820
|
errorUpdateCount: number;
|
|
54826
54821
|
isFetched: boolean;
|
|
54827
54822
|
isFetchedAfterMount: boolean;
|
|
@@ -54847,7 +54842,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54847
54842
|
minWithdrawalInterval: bigint;
|
|
54848
54843
|
senderIsAdmin: boolean;
|
|
54849
54844
|
senderIsPauser: boolean;
|
|
54850
|
-
},
|
|
54845
|
+
}, viem533.ReadContractErrorType>>;
|
|
54851
54846
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
54852
54847
|
promise: Promise<{
|
|
54853
54848
|
globalMintPaused: {
|
|
@@ -54888,8 +54883,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54888
54883
|
//#endregion
|
|
54889
54884
|
//#region src/hooks/guardian/usePauseGlobalTrading.d.ts
|
|
54890
54885
|
declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
54891
|
-
data: undefined;
|
|
54892
54886
|
error: null;
|
|
54887
|
+
data: undefined;
|
|
54893
54888
|
status: "idle";
|
|
54894
54889
|
isError: false;
|
|
54895
54890
|
isPending: false;
|
|
@@ -54902,11 +54897,11 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
54902
54897
|
reset: () => void;
|
|
54903
54898
|
context: unknown;
|
|
54904
54899
|
submittedAt: number;
|
|
54905
|
-
writeContract:
|
|
54900
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
54906
54901
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
54907
54902
|
} | {
|
|
54908
|
-
data: undefined;
|
|
54909
54903
|
error: null;
|
|
54904
|
+
data: undefined;
|
|
54910
54905
|
status: "pending";
|
|
54911
54906
|
isError: false;
|
|
54912
54907
|
isPending: true;
|
|
@@ -54915,12 +54910,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
54915
54910
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54916
54911
|
isPaused: boolean;
|
|
54917
54912
|
variables: {
|
|
54918
|
-
abi:
|
|
54913
|
+
abi: abitype35.Abi;
|
|
54919
54914
|
functionName: string;
|
|
54920
54915
|
args?: readonly unknown[] | undefined;
|
|
54921
54916
|
address: Address;
|
|
54922
|
-
chain?:
|
|
54923
|
-
account?: `0x${string}` |
|
|
54917
|
+
chain?: viem533.Chain | null | undefined;
|
|
54918
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54924
54919
|
value?: bigint | undefined;
|
|
54925
54920
|
dataSuffix?: `0x${string}` | undefined;
|
|
54926
54921
|
type?: "legacy" | undefined;
|
|
@@ -54937,14 +54932,14 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
54937
54932
|
sidecars?: undefined;
|
|
54938
54933
|
authorizationList?: undefined;
|
|
54939
54934
|
chainId?: number | undefined;
|
|
54940
|
-
connector?:
|
|
54935
|
+
connector?: wagmi44.Connector | undefined;
|
|
54941
54936
|
} | {
|
|
54942
|
-
abi:
|
|
54937
|
+
abi: abitype35.Abi;
|
|
54943
54938
|
functionName: string;
|
|
54944
54939
|
args?: readonly unknown[] | undefined;
|
|
54945
54940
|
address: Address;
|
|
54946
|
-
chain?:
|
|
54947
|
-
account?: `0x${string}` |
|
|
54941
|
+
chain?: viem533.Chain | null | undefined;
|
|
54942
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54948
54943
|
value?: bigint | undefined;
|
|
54949
54944
|
dataSuffix?: `0x${string}` | undefined;
|
|
54950
54945
|
type?: "eip2930" | undefined;
|
|
@@ -54957,18 +54952,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
54957
54952
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54958
54953
|
maxFeePerGas?: undefined | undefined;
|
|
54959
54954
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54960
|
-
accessList?:
|
|
54955
|
+
accessList?: viem533.AccessList | undefined;
|
|
54961
54956
|
sidecars?: undefined;
|
|
54962
54957
|
authorizationList?: undefined;
|
|
54963
54958
|
chainId?: number | undefined;
|
|
54964
|
-
connector?:
|
|
54959
|
+
connector?: wagmi44.Connector | undefined;
|
|
54965
54960
|
} | {
|
|
54966
|
-
abi:
|
|
54961
|
+
abi: abitype35.Abi;
|
|
54967
54962
|
functionName: string;
|
|
54968
54963
|
args?: readonly unknown[] | undefined;
|
|
54969
54964
|
address: Address;
|
|
54970
|
-
chain?:
|
|
54971
|
-
account?: `0x${string}` |
|
|
54965
|
+
chain?: viem533.Chain | null | undefined;
|
|
54966
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54972
54967
|
value?: bigint | undefined;
|
|
54973
54968
|
dataSuffix?: `0x${string}` | undefined;
|
|
54974
54969
|
type?: "eip1559" | undefined;
|
|
@@ -54981,66 +54976,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
54981
54976
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54982
54977
|
maxFeePerGas?: bigint | undefined;
|
|
54983
54978
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54984
|
-
accessList?:
|
|
54979
|
+
accessList?: viem533.AccessList | undefined;
|
|
54985
54980
|
sidecars?: undefined;
|
|
54986
54981
|
authorizationList?: undefined;
|
|
54987
54982
|
chainId?: number | undefined;
|
|
54988
|
-
connector?:
|
|
54983
|
+
connector?: wagmi44.Connector | undefined;
|
|
54989
54984
|
} | {
|
|
54990
|
-
abi:
|
|
54985
|
+
abi: abitype35.Abi;
|
|
54991
54986
|
functionName: string;
|
|
54992
54987
|
args?: readonly unknown[] | undefined;
|
|
54993
54988
|
address: Address;
|
|
54994
|
-
chain?:
|
|
54995
|
-
account?: `0x${string}` |
|
|
54989
|
+
chain?: viem533.Chain | null | undefined;
|
|
54990
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54996
54991
|
value?: bigint | undefined;
|
|
54997
54992
|
dataSuffix?: `0x${string}` | undefined;
|
|
54998
54993
|
type?: "eip4844" | undefined;
|
|
54999
54994
|
gas?: bigint | undefined;
|
|
55000
54995
|
nonce?: number | undefined;
|
|
55001
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55002
|
-
blobVersionedHashes: readonly
|
|
54996
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
54997
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55003
54998
|
kzg?: undefined;
|
|
55004
54999
|
gasPrice?: undefined | undefined;
|
|
55005
55000
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55006
55001
|
maxFeePerGas?: bigint | undefined;
|
|
55007
55002
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55008
|
-
accessList?:
|
|
55009
|
-
sidecars?: readonly
|
|
55003
|
+
accessList?: viem533.AccessList | undefined;
|
|
55004
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55010
55005
|
authorizationList?: undefined;
|
|
55011
55006
|
chainId?: number | undefined;
|
|
55012
|
-
connector?:
|
|
55007
|
+
connector?: wagmi44.Connector | undefined;
|
|
55013
55008
|
} | {
|
|
55014
|
-
abi:
|
|
55009
|
+
abi: abitype35.Abi;
|
|
55015
55010
|
functionName: string;
|
|
55016
55011
|
args?: readonly unknown[] | undefined;
|
|
55017
55012
|
address: Address;
|
|
55018
|
-
chain?:
|
|
55019
|
-
account?: `0x${string}` |
|
|
55013
|
+
chain?: viem533.Chain | null | undefined;
|
|
55014
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55020
55015
|
value?: bigint | undefined;
|
|
55021
55016
|
dataSuffix?: `0x${string}` | undefined;
|
|
55022
55017
|
type?: "eip4844" | undefined;
|
|
55023
55018
|
gas?: bigint | undefined;
|
|
55024
55019
|
nonce?: number | undefined;
|
|
55025
|
-
blobs: readonly
|
|
55020
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55026
55021
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55027
|
-
kzg?:
|
|
55022
|
+
kzg?: viem533.Kzg | undefined;
|
|
55028
55023
|
gasPrice?: undefined | undefined;
|
|
55029
55024
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55030
55025
|
maxFeePerGas?: bigint | undefined;
|
|
55031
55026
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55032
|
-
accessList?:
|
|
55033
|
-
sidecars?: readonly
|
|
55027
|
+
accessList?: viem533.AccessList | undefined;
|
|
55028
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55034
55029
|
authorizationList?: undefined;
|
|
55035
55030
|
chainId?: number | undefined;
|
|
55036
|
-
connector?:
|
|
55031
|
+
connector?: wagmi44.Connector | undefined;
|
|
55037
55032
|
} | {
|
|
55038
|
-
abi:
|
|
55033
|
+
abi: abitype35.Abi;
|
|
55039
55034
|
functionName: string;
|
|
55040
55035
|
args?: readonly unknown[] | undefined;
|
|
55041
55036
|
address: Address;
|
|
55042
|
-
chain?:
|
|
55043
|
-
account?: `0x${string}` |
|
|
55037
|
+
chain?: viem533.Chain | null | undefined;
|
|
55038
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55044
55039
|
value?: bigint | undefined;
|
|
55045
55040
|
dataSuffix?: `0x${string}` | undefined;
|
|
55046
55041
|
type?: "eip7702" | undefined;
|
|
@@ -55053,21 +55048,21 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55053
55048
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55054
55049
|
maxFeePerGas?: bigint | undefined;
|
|
55055
55050
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55056
|
-
accessList?:
|
|
55051
|
+
accessList?: viem533.AccessList | undefined;
|
|
55057
55052
|
sidecars?: undefined;
|
|
55058
|
-
authorizationList?:
|
|
55053
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55059
55054
|
chainId?: number | undefined;
|
|
55060
|
-
connector?:
|
|
55055
|
+
connector?: wagmi44.Connector | undefined;
|
|
55061
55056
|
};
|
|
55062
55057
|
isIdle: false;
|
|
55063
55058
|
reset: () => void;
|
|
55064
55059
|
context: unknown;
|
|
55065
55060
|
submittedAt: number;
|
|
55066
|
-
writeContract:
|
|
55061
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55067
55062
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55068
55063
|
} | {
|
|
55069
|
-
data: undefined;
|
|
55070
55064
|
error: _wagmi_core0.WriteContractErrorType;
|
|
55065
|
+
data: undefined;
|
|
55071
55066
|
status: "error";
|
|
55072
55067
|
isError: true;
|
|
55073
55068
|
isPending: false;
|
|
@@ -55076,12 +55071,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55076
55071
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55077
55072
|
isPaused: boolean;
|
|
55078
55073
|
variables: {
|
|
55079
|
-
abi:
|
|
55074
|
+
abi: abitype35.Abi;
|
|
55080
55075
|
functionName: string;
|
|
55081
55076
|
args?: readonly unknown[] | undefined;
|
|
55082
55077
|
address: Address;
|
|
55083
|
-
chain?:
|
|
55084
|
-
account?: `0x${string}` |
|
|
55078
|
+
chain?: viem533.Chain | null | undefined;
|
|
55079
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55085
55080
|
value?: bigint | undefined;
|
|
55086
55081
|
dataSuffix?: `0x${string}` | undefined;
|
|
55087
55082
|
type?: "legacy" | undefined;
|
|
@@ -55098,14 +55093,14 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55098
55093
|
sidecars?: undefined;
|
|
55099
55094
|
authorizationList?: undefined;
|
|
55100
55095
|
chainId?: number | undefined;
|
|
55101
|
-
connector?:
|
|
55096
|
+
connector?: wagmi44.Connector | undefined;
|
|
55102
55097
|
} | {
|
|
55103
|
-
abi:
|
|
55098
|
+
abi: abitype35.Abi;
|
|
55104
55099
|
functionName: string;
|
|
55105
55100
|
args?: readonly unknown[] | undefined;
|
|
55106
55101
|
address: Address;
|
|
55107
|
-
chain?:
|
|
55108
|
-
account?: `0x${string}` |
|
|
55102
|
+
chain?: viem533.Chain | null | undefined;
|
|
55103
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55109
55104
|
value?: bigint | undefined;
|
|
55110
55105
|
dataSuffix?: `0x${string}` | undefined;
|
|
55111
55106
|
type?: "eip2930" | undefined;
|
|
@@ -55118,18 +55113,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55118
55113
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55119
55114
|
maxFeePerGas?: undefined | undefined;
|
|
55120
55115
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55121
|
-
accessList?:
|
|
55116
|
+
accessList?: viem533.AccessList | undefined;
|
|
55122
55117
|
sidecars?: undefined;
|
|
55123
55118
|
authorizationList?: undefined;
|
|
55124
55119
|
chainId?: number | undefined;
|
|
55125
|
-
connector?:
|
|
55120
|
+
connector?: wagmi44.Connector | undefined;
|
|
55126
55121
|
} | {
|
|
55127
|
-
abi:
|
|
55122
|
+
abi: abitype35.Abi;
|
|
55128
55123
|
functionName: string;
|
|
55129
55124
|
args?: readonly unknown[] | undefined;
|
|
55130
55125
|
address: Address;
|
|
55131
|
-
chain?:
|
|
55132
|
-
account?: `0x${string}` |
|
|
55126
|
+
chain?: viem533.Chain | null | undefined;
|
|
55127
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55133
55128
|
value?: bigint | undefined;
|
|
55134
55129
|
dataSuffix?: `0x${string}` | undefined;
|
|
55135
55130
|
type?: "eip1559" | undefined;
|
|
@@ -55142,66 +55137,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55142
55137
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55143
55138
|
maxFeePerGas?: bigint | undefined;
|
|
55144
55139
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55145
|
-
accessList?:
|
|
55140
|
+
accessList?: viem533.AccessList | undefined;
|
|
55146
55141
|
sidecars?: undefined;
|
|
55147
55142
|
authorizationList?: undefined;
|
|
55148
55143
|
chainId?: number | undefined;
|
|
55149
|
-
connector?:
|
|
55144
|
+
connector?: wagmi44.Connector | undefined;
|
|
55150
55145
|
} | {
|
|
55151
|
-
abi:
|
|
55146
|
+
abi: abitype35.Abi;
|
|
55152
55147
|
functionName: string;
|
|
55153
55148
|
args?: readonly unknown[] | undefined;
|
|
55154
55149
|
address: Address;
|
|
55155
|
-
chain?:
|
|
55156
|
-
account?: `0x${string}` |
|
|
55150
|
+
chain?: viem533.Chain | null | undefined;
|
|
55151
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55157
55152
|
value?: bigint | undefined;
|
|
55158
55153
|
dataSuffix?: `0x${string}` | undefined;
|
|
55159
55154
|
type?: "eip4844" | undefined;
|
|
55160
55155
|
gas?: bigint | undefined;
|
|
55161
55156
|
nonce?: number | undefined;
|
|
55162
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55163
|
-
blobVersionedHashes: readonly
|
|
55157
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55158
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55164
55159
|
kzg?: undefined;
|
|
55165
55160
|
gasPrice?: undefined | undefined;
|
|
55166
55161
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55167
55162
|
maxFeePerGas?: bigint | undefined;
|
|
55168
55163
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55169
|
-
accessList?:
|
|
55170
|
-
sidecars?: readonly
|
|
55164
|
+
accessList?: viem533.AccessList | undefined;
|
|
55165
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55171
55166
|
authorizationList?: undefined;
|
|
55172
55167
|
chainId?: number | undefined;
|
|
55173
|
-
connector?:
|
|
55168
|
+
connector?: wagmi44.Connector | undefined;
|
|
55174
55169
|
} | {
|
|
55175
|
-
abi:
|
|
55170
|
+
abi: abitype35.Abi;
|
|
55176
55171
|
functionName: string;
|
|
55177
55172
|
args?: readonly unknown[] | undefined;
|
|
55178
55173
|
address: Address;
|
|
55179
|
-
chain?:
|
|
55180
|
-
account?: `0x${string}` |
|
|
55174
|
+
chain?: viem533.Chain | null | undefined;
|
|
55175
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55181
55176
|
value?: bigint | undefined;
|
|
55182
55177
|
dataSuffix?: `0x${string}` | undefined;
|
|
55183
55178
|
type?: "eip4844" | undefined;
|
|
55184
55179
|
gas?: bigint | undefined;
|
|
55185
55180
|
nonce?: number | undefined;
|
|
55186
|
-
blobs: readonly
|
|
55181
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55187
55182
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55188
|
-
kzg?:
|
|
55183
|
+
kzg?: viem533.Kzg | undefined;
|
|
55189
55184
|
gasPrice?: undefined | undefined;
|
|
55190
55185
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55191
55186
|
maxFeePerGas?: bigint | undefined;
|
|
55192
55187
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55193
|
-
accessList?:
|
|
55194
|
-
sidecars?: readonly
|
|
55188
|
+
accessList?: viem533.AccessList | undefined;
|
|
55189
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55195
55190
|
authorizationList?: undefined;
|
|
55196
55191
|
chainId?: number | undefined;
|
|
55197
|
-
connector?:
|
|
55192
|
+
connector?: wagmi44.Connector | undefined;
|
|
55198
55193
|
} | {
|
|
55199
|
-
abi:
|
|
55194
|
+
abi: abitype35.Abi;
|
|
55200
55195
|
functionName: string;
|
|
55201
55196
|
args?: readonly unknown[] | undefined;
|
|
55202
55197
|
address: Address;
|
|
55203
|
-
chain?:
|
|
55204
|
-
account?: `0x${string}` |
|
|
55198
|
+
chain?: viem533.Chain | null | undefined;
|
|
55199
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55205
55200
|
value?: bigint | undefined;
|
|
55206
55201
|
dataSuffix?: `0x${string}` | undefined;
|
|
55207
55202
|
type?: "eip7702" | undefined;
|
|
@@ -55214,21 +55209,21 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55214
55209
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55215
55210
|
maxFeePerGas?: bigint | undefined;
|
|
55216
55211
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55217
|
-
accessList?:
|
|
55212
|
+
accessList?: viem533.AccessList | undefined;
|
|
55218
55213
|
sidecars?: undefined;
|
|
55219
|
-
authorizationList?:
|
|
55214
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55220
55215
|
chainId?: number | undefined;
|
|
55221
|
-
connector?:
|
|
55216
|
+
connector?: wagmi44.Connector | undefined;
|
|
55222
55217
|
};
|
|
55223
55218
|
isIdle: false;
|
|
55224
55219
|
reset: () => void;
|
|
55225
55220
|
context: unknown;
|
|
55226
55221
|
submittedAt: number;
|
|
55227
|
-
writeContract:
|
|
55222
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55228
55223
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55229
55224
|
} | {
|
|
55230
|
-
data: `0x${string}`;
|
|
55231
55225
|
error: null;
|
|
55226
|
+
data: `0x${string}`;
|
|
55232
55227
|
status: "success";
|
|
55233
55228
|
isError: false;
|
|
55234
55229
|
isPending: false;
|
|
@@ -55237,12 +55232,12 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55237
55232
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55238
55233
|
isPaused: boolean;
|
|
55239
55234
|
variables: {
|
|
55240
|
-
abi:
|
|
55235
|
+
abi: abitype35.Abi;
|
|
55241
55236
|
functionName: string;
|
|
55242
55237
|
args?: readonly unknown[] | undefined;
|
|
55243
55238
|
address: Address;
|
|
55244
|
-
chain?:
|
|
55245
|
-
account?: `0x${string}` |
|
|
55239
|
+
chain?: viem533.Chain | null | undefined;
|
|
55240
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55246
55241
|
value?: bigint | undefined;
|
|
55247
55242
|
dataSuffix?: `0x${string}` | undefined;
|
|
55248
55243
|
type?: "legacy" | undefined;
|
|
@@ -55259,14 +55254,14 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55259
55254
|
sidecars?: undefined;
|
|
55260
55255
|
authorizationList?: undefined;
|
|
55261
55256
|
chainId?: number | undefined;
|
|
55262
|
-
connector?:
|
|
55257
|
+
connector?: wagmi44.Connector | undefined;
|
|
55263
55258
|
} | {
|
|
55264
|
-
abi:
|
|
55259
|
+
abi: abitype35.Abi;
|
|
55265
55260
|
functionName: string;
|
|
55266
55261
|
args?: readonly unknown[] | undefined;
|
|
55267
55262
|
address: Address;
|
|
55268
|
-
chain?:
|
|
55269
|
-
account?: `0x${string}` |
|
|
55263
|
+
chain?: viem533.Chain | null | undefined;
|
|
55264
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55270
55265
|
value?: bigint | undefined;
|
|
55271
55266
|
dataSuffix?: `0x${string}` | undefined;
|
|
55272
55267
|
type?: "eip2930" | undefined;
|
|
@@ -55279,18 +55274,18 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55279
55274
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55280
55275
|
maxFeePerGas?: undefined | undefined;
|
|
55281
55276
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55282
|
-
accessList?:
|
|
55277
|
+
accessList?: viem533.AccessList | undefined;
|
|
55283
55278
|
sidecars?: undefined;
|
|
55284
55279
|
authorizationList?: undefined;
|
|
55285
55280
|
chainId?: number | undefined;
|
|
55286
|
-
connector?:
|
|
55281
|
+
connector?: wagmi44.Connector | undefined;
|
|
55287
55282
|
} | {
|
|
55288
|
-
abi:
|
|
55283
|
+
abi: abitype35.Abi;
|
|
55289
55284
|
functionName: string;
|
|
55290
55285
|
args?: readonly unknown[] | undefined;
|
|
55291
55286
|
address: Address;
|
|
55292
|
-
chain?:
|
|
55293
|
-
account?: `0x${string}` |
|
|
55287
|
+
chain?: viem533.Chain | null | undefined;
|
|
55288
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55294
55289
|
value?: bigint | undefined;
|
|
55295
55290
|
dataSuffix?: `0x${string}` | undefined;
|
|
55296
55291
|
type?: "eip1559" | undefined;
|
|
@@ -55303,66 +55298,66 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55303
55298
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55304
55299
|
maxFeePerGas?: bigint | undefined;
|
|
55305
55300
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55306
|
-
accessList?:
|
|
55301
|
+
accessList?: viem533.AccessList | undefined;
|
|
55307
55302
|
sidecars?: undefined;
|
|
55308
55303
|
authorizationList?: undefined;
|
|
55309
55304
|
chainId?: number | undefined;
|
|
55310
|
-
connector?:
|
|
55305
|
+
connector?: wagmi44.Connector | undefined;
|
|
55311
55306
|
} | {
|
|
55312
|
-
abi:
|
|
55307
|
+
abi: abitype35.Abi;
|
|
55313
55308
|
functionName: string;
|
|
55314
55309
|
args?: readonly unknown[] | undefined;
|
|
55315
55310
|
address: Address;
|
|
55316
|
-
chain?:
|
|
55317
|
-
account?: `0x${string}` |
|
|
55311
|
+
chain?: viem533.Chain | null | undefined;
|
|
55312
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55318
55313
|
value?: bigint | undefined;
|
|
55319
55314
|
dataSuffix?: `0x${string}` | undefined;
|
|
55320
55315
|
type?: "eip4844" | undefined;
|
|
55321
55316
|
gas?: bigint | undefined;
|
|
55322
55317
|
nonce?: number | undefined;
|
|
55323
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55324
|
-
blobVersionedHashes: readonly
|
|
55318
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55319
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55325
55320
|
kzg?: undefined;
|
|
55326
55321
|
gasPrice?: undefined | undefined;
|
|
55327
55322
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55328
55323
|
maxFeePerGas?: bigint | undefined;
|
|
55329
55324
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55330
|
-
accessList?:
|
|
55331
|
-
sidecars?: readonly
|
|
55325
|
+
accessList?: viem533.AccessList | undefined;
|
|
55326
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55332
55327
|
authorizationList?: undefined;
|
|
55333
55328
|
chainId?: number | undefined;
|
|
55334
|
-
connector?:
|
|
55329
|
+
connector?: wagmi44.Connector | undefined;
|
|
55335
55330
|
} | {
|
|
55336
|
-
abi:
|
|
55331
|
+
abi: abitype35.Abi;
|
|
55337
55332
|
functionName: string;
|
|
55338
55333
|
args?: readonly unknown[] | undefined;
|
|
55339
55334
|
address: Address;
|
|
55340
|
-
chain?:
|
|
55341
|
-
account?: `0x${string}` |
|
|
55335
|
+
chain?: viem533.Chain | null | undefined;
|
|
55336
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55342
55337
|
value?: bigint | undefined;
|
|
55343
55338
|
dataSuffix?: `0x${string}` | undefined;
|
|
55344
55339
|
type?: "eip4844" | undefined;
|
|
55345
55340
|
gas?: bigint | undefined;
|
|
55346
55341
|
nonce?: number | undefined;
|
|
55347
|
-
blobs: readonly
|
|
55342
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55348
55343
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55349
|
-
kzg?:
|
|
55344
|
+
kzg?: viem533.Kzg | undefined;
|
|
55350
55345
|
gasPrice?: undefined | undefined;
|
|
55351
55346
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55352
55347
|
maxFeePerGas?: bigint | undefined;
|
|
55353
55348
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55354
|
-
accessList?:
|
|
55355
|
-
sidecars?: readonly
|
|
55349
|
+
accessList?: viem533.AccessList | undefined;
|
|
55350
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55356
55351
|
authorizationList?: undefined;
|
|
55357
55352
|
chainId?: number | undefined;
|
|
55358
|
-
connector?:
|
|
55353
|
+
connector?: wagmi44.Connector | undefined;
|
|
55359
55354
|
} | {
|
|
55360
|
-
abi:
|
|
55355
|
+
abi: abitype35.Abi;
|
|
55361
55356
|
functionName: string;
|
|
55362
55357
|
args?: readonly unknown[] | undefined;
|
|
55363
55358
|
address: Address;
|
|
55364
|
-
chain?:
|
|
55365
|
-
account?: `0x${string}` |
|
|
55359
|
+
chain?: viem533.Chain | null | undefined;
|
|
55360
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55366
55361
|
value?: bigint | undefined;
|
|
55367
55362
|
dataSuffix?: `0x${string}` | undefined;
|
|
55368
55363
|
type?: "eip7702" | undefined;
|
|
@@ -55375,24 +55370,24 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
55375
55370
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55376
55371
|
maxFeePerGas?: bigint | undefined;
|
|
55377
55372
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55378
|
-
accessList?:
|
|
55373
|
+
accessList?: viem533.AccessList | undefined;
|
|
55379
55374
|
sidecars?: undefined;
|
|
55380
|
-
authorizationList?:
|
|
55375
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55381
55376
|
chainId?: number | undefined;
|
|
55382
|
-
connector?:
|
|
55377
|
+
connector?: wagmi44.Connector | undefined;
|
|
55383
55378
|
};
|
|
55384
55379
|
isIdle: false;
|
|
55385
55380
|
reset: () => void;
|
|
55386
55381
|
context: unknown;
|
|
55387
55382
|
submittedAt: number;
|
|
55388
|
-
writeContract:
|
|
55383
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55389
55384
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55390
55385
|
};
|
|
55391
55386
|
//#endregion
|
|
55392
55387
|
//#region src/hooks/guardian/usePauseMarketTrading.d.ts
|
|
55393
55388
|
declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
55394
|
-
data: undefined;
|
|
55395
55389
|
error: null;
|
|
55390
|
+
data: undefined;
|
|
55396
55391
|
status: "idle";
|
|
55397
55392
|
isError: false;
|
|
55398
55393
|
isPending: false;
|
|
@@ -55405,11 +55400,11 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55405
55400
|
reset: () => void;
|
|
55406
55401
|
context: unknown;
|
|
55407
55402
|
submittedAt: number;
|
|
55408
|
-
writeContract:
|
|
55403
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55409
55404
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55410
55405
|
} | {
|
|
55411
|
-
data: undefined;
|
|
55412
55406
|
error: null;
|
|
55407
|
+
data: undefined;
|
|
55413
55408
|
status: "pending";
|
|
55414
55409
|
isError: false;
|
|
55415
55410
|
isPending: true;
|
|
@@ -55418,12 +55413,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55418
55413
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55419
55414
|
isPaused: boolean;
|
|
55420
55415
|
variables: {
|
|
55421
|
-
abi:
|
|
55416
|
+
abi: abitype35.Abi;
|
|
55422
55417
|
functionName: string;
|
|
55423
55418
|
args?: readonly unknown[] | undefined;
|
|
55424
55419
|
address: Address;
|
|
55425
|
-
chain?:
|
|
55426
|
-
account?: `0x${string}` |
|
|
55420
|
+
chain?: viem533.Chain | null | undefined;
|
|
55421
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55427
55422
|
value?: bigint | undefined;
|
|
55428
55423
|
dataSuffix?: `0x${string}` | undefined;
|
|
55429
55424
|
type?: "legacy" | undefined;
|
|
@@ -55440,14 +55435,14 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55440
55435
|
sidecars?: undefined;
|
|
55441
55436
|
authorizationList?: undefined;
|
|
55442
55437
|
chainId?: number | undefined;
|
|
55443
|
-
connector?:
|
|
55438
|
+
connector?: wagmi44.Connector | undefined;
|
|
55444
55439
|
} | {
|
|
55445
|
-
abi:
|
|
55440
|
+
abi: abitype35.Abi;
|
|
55446
55441
|
functionName: string;
|
|
55447
55442
|
args?: readonly unknown[] | undefined;
|
|
55448
55443
|
address: Address;
|
|
55449
|
-
chain?:
|
|
55450
|
-
account?: `0x${string}` |
|
|
55444
|
+
chain?: viem533.Chain | null | undefined;
|
|
55445
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55451
55446
|
value?: bigint | undefined;
|
|
55452
55447
|
dataSuffix?: `0x${string}` | undefined;
|
|
55453
55448
|
type?: "eip2930" | undefined;
|
|
@@ -55460,18 +55455,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55460
55455
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55461
55456
|
maxFeePerGas?: undefined | undefined;
|
|
55462
55457
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55463
|
-
accessList?:
|
|
55458
|
+
accessList?: viem533.AccessList | undefined;
|
|
55464
55459
|
sidecars?: undefined;
|
|
55465
55460
|
authorizationList?: undefined;
|
|
55466
55461
|
chainId?: number | undefined;
|
|
55467
|
-
connector?:
|
|
55462
|
+
connector?: wagmi44.Connector | undefined;
|
|
55468
55463
|
} | {
|
|
55469
|
-
abi:
|
|
55464
|
+
abi: abitype35.Abi;
|
|
55470
55465
|
functionName: string;
|
|
55471
55466
|
args?: readonly unknown[] | undefined;
|
|
55472
55467
|
address: Address;
|
|
55473
|
-
chain?:
|
|
55474
|
-
account?: `0x${string}` |
|
|
55468
|
+
chain?: viem533.Chain | null | undefined;
|
|
55469
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55475
55470
|
value?: bigint | undefined;
|
|
55476
55471
|
dataSuffix?: `0x${string}` | undefined;
|
|
55477
55472
|
type?: "eip1559" | undefined;
|
|
@@ -55484,66 +55479,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55484
55479
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55485
55480
|
maxFeePerGas?: bigint | undefined;
|
|
55486
55481
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55487
|
-
accessList?:
|
|
55482
|
+
accessList?: viem533.AccessList | undefined;
|
|
55488
55483
|
sidecars?: undefined;
|
|
55489
55484
|
authorizationList?: undefined;
|
|
55490
55485
|
chainId?: number | undefined;
|
|
55491
|
-
connector?:
|
|
55486
|
+
connector?: wagmi44.Connector | undefined;
|
|
55492
55487
|
} | {
|
|
55493
|
-
abi:
|
|
55488
|
+
abi: abitype35.Abi;
|
|
55494
55489
|
functionName: string;
|
|
55495
55490
|
args?: readonly unknown[] | undefined;
|
|
55496
55491
|
address: Address;
|
|
55497
|
-
chain?:
|
|
55498
|
-
account?: `0x${string}` |
|
|
55492
|
+
chain?: viem533.Chain | null | undefined;
|
|
55493
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55499
55494
|
value?: bigint | undefined;
|
|
55500
55495
|
dataSuffix?: `0x${string}` | undefined;
|
|
55501
55496
|
type?: "eip4844" | undefined;
|
|
55502
55497
|
gas?: bigint | undefined;
|
|
55503
55498
|
nonce?: number | undefined;
|
|
55504
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55505
|
-
blobVersionedHashes: readonly
|
|
55499
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55500
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55506
55501
|
kzg?: undefined;
|
|
55507
55502
|
gasPrice?: undefined | undefined;
|
|
55508
55503
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55509
55504
|
maxFeePerGas?: bigint | undefined;
|
|
55510
55505
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55511
|
-
accessList?:
|
|
55512
|
-
sidecars?: readonly
|
|
55506
|
+
accessList?: viem533.AccessList | undefined;
|
|
55507
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55513
55508
|
authorizationList?: undefined;
|
|
55514
55509
|
chainId?: number | undefined;
|
|
55515
|
-
connector?:
|
|
55510
|
+
connector?: wagmi44.Connector | undefined;
|
|
55516
55511
|
} | {
|
|
55517
|
-
abi:
|
|
55512
|
+
abi: abitype35.Abi;
|
|
55518
55513
|
functionName: string;
|
|
55519
55514
|
args?: readonly unknown[] | undefined;
|
|
55520
55515
|
address: Address;
|
|
55521
|
-
chain?:
|
|
55522
|
-
account?: `0x${string}` |
|
|
55516
|
+
chain?: viem533.Chain | null | undefined;
|
|
55517
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55523
55518
|
value?: bigint | undefined;
|
|
55524
55519
|
dataSuffix?: `0x${string}` | undefined;
|
|
55525
55520
|
type?: "eip4844" | undefined;
|
|
55526
55521
|
gas?: bigint | undefined;
|
|
55527
55522
|
nonce?: number | undefined;
|
|
55528
|
-
blobs: readonly
|
|
55523
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55529
55524
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55530
|
-
kzg?:
|
|
55525
|
+
kzg?: viem533.Kzg | undefined;
|
|
55531
55526
|
gasPrice?: undefined | undefined;
|
|
55532
55527
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55533
55528
|
maxFeePerGas?: bigint | undefined;
|
|
55534
55529
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55535
|
-
accessList?:
|
|
55536
|
-
sidecars?: readonly
|
|
55530
|
+
accessList?: viem533.AccessList | undefined;
|
|
55531
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55537
55532
|
authorizationList?: undefined;
|
|
55538
55533
|
chainId?: number | undefined;
|
|
55539
|
-
connector?:
|
|
55534
|
+
connector?: wagmi44.Connector | undefined;
|
|
55540
55535
|
} | {
|
|
55541
|
-
abi:
|
|
55536
|
+
abi: abitype35.Abi;
|
|
55542
55537
|
functionName: string;
|
|
55543
55538
|
args?: readonly unknown[] | undefined;
|
|
55544
55539
|
address: Address;
|
|
55545
|
-
chain?:
|
|
55546
|
-
account?: `0x${string}` |
|
|
55540
|
+
chain?: viem533.Chain | null | undefined;
|
|
55541
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55547
55542
|
value?: bigint | undefined;
|
|
55548
55543
|
dataSuffix?: `0x${string}` | undefined;
|
|
55549
55544
|
type?: "eip7702" | undefined;
|
|
@@ -55556,21 +55551,21 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55556
55551
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55557
55552
|
maxFeePerGas?: bigint | undefined;
|
|
55558
55553
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55559
|
-
accessList?:
|
|
55554
|
+
accessList?: viem533.AccessList | undefined;
|
|
55560
55555
|
sidecars?: undefined;
|
|
55561
|
-
authorizationList?:
|
|
55556
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55562
55557
|
chainId?: number | undefined;
|
|
55563
|
-
connector?:
|
|
55558
|
+
connector?: wagmi44.Connector | undefined;
|
|
55564
55559
|
};
|
|
55565
55560
|
isIdle: false;
|
|
55566
55561
|
reset: () => void;
|
|
55567
55562
|
context: unknown;
|
|
55568
55563
|
submittedAt: number;
|
|
55569
|
-
writeContract:
|
|
55564
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55570
55565
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55571
55566
|
} | {
|
|
55572
|
-
data: undefined;
|
|
55573
55567
|
error: _wagmi_core0.WriteContractErrorType;
|
|
55568
|
+
data: undefined;
|
|
55574
55569
|
status: "error";
|
|
55575
55570
|
isError: true;
|
|
55576
55571
|
isPending: false;
|
|
@@ -55579,12 +55574,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55579
55574
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55580
55575
|
isPaused: boolean;
|
|
55581
55576
|
variables: {
|
|
55582
|
-
abi:
|
|
55577
|
+
abi: abitype35.Abi;
|
|
55583
55578
|
functionName: string;
|
|
55584
55579
|
args?: readonly unknown[] | undefined;
|
|
55585
55580
|
address: Address;
|
|
55586
|
-
chain?:
|
|
55587
|
-
account?: `0x${string}` |
|
|
55581
|
+
chain?: viem533.Chain | null | undefined;
|
|
55582
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55588
55583
|
value?: bigint | undefined;
|
|
55589
55584
|
dataSuffix?: `0x${string}` | undefined;
|
|
55590
55585
|
type?: "legacy" | undefined;
|
|
@@ -55601,14 +55596,14 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55601
55596
|
sidecars?: undefined;
|
|
55602
55597
|
authorizationList?: undefined;
|
|
55603
55598
|
chainId?: number | undefined;
|
|
55604
|
-
connector?:
|
|
55599
|
+
connector?: wagmi44.Connector | undefined;
|
|
55605
55600
|
} | {
|
|
55606
|
-
abi:
|
|
55601
|
+
abi: abitype35.Abi;
|
|
55607
55602
|
functionName: string;
|
|
55608
55603
|
args?: readonly unknown[] | undefined;
|
|
55609
55604
|
address: Address;
|
|
55610
|
-
chain?:
|
|
55611
|
-
account?: `0x${string}` |
|
|
55605
|
+
chain?: viem533.Chain | null | undefined;
|
|
55606
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55612
55607
|
value?: bigint | undefined;
|
|
55613
55608
|
dataSuffix?: `0x${string}` | undefined;
|
|
55614
55609
|
type?: "eip2930" | undefined;
|
|
@@ -55621,18 +55616,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55621
55616
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55622
55617
|
maxFeePerGas?: undefined | undefined;
|
|
55623
55618
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55624
|
-
accessList?:
|
|
55619
|
+
accessList?: viem533.AccessList | undefined;
|
|
55625
55620
|
sidecars?: undefined;
|
|
55626
55621
|
authorizationList?: undefined;
|
|
55627
55622
|
chainId?: number | undefined;
|
|
55628
|
-
connector?:
|
|
55623
|
+
connector?: wagmi44.Connector | undefined;
|
|
55629
55624
|
} | {
|
|
55630
|
-
abi:
|
|
55625
|
+
abi: abitype35.Abi;
|
|
55631
55626
|
functionName: string;
|
|
55632
55627
|
args?: readonly unknown[] | undefined;
|
|
55633
55628
|
address: Address;
|
|
55634
|
-
chain?:
|
|
55635
|
-
account?: `0x${string}` |
|
|
55629
|
+
chain?: viem533.Chain | null | undefined;
|
|
55630
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55636
55631
|
value?: bigint | undefined;
|
|
55637
55632
|
dataSuffix?: `0x${string}` | undefined;
|
|
55638
55633
|
type?: "eip1559" | undefined;
|
|
@@ -55645,66 +55640,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55645
55640
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55646
55641
|
maxFeePerGas?: bigint | undefined;
|
|
55647
55642
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55648
|
-
accessList?:
|
|
55643
|
+
accessList?: viem533.AccessList | undefined;
|
|
55649
55644
|
sidecars?: undefined;
|
|
55650
55645
|
authorizationList?: undefined;
|
|
55651
55646
|
chainId?: number | undefined;
|
|
55652
|
-
connector?:
|
|
55647
|
+
connector?: wagmi44.Connector | undefined;
|
|
55653
55648
|
} | {
|
|
55654
|
-
abi:
|
|
55649
|
+
abi: abitype35.Abi;
|
|
55655
55650
|
functionName: string;
|
|
55656
55651
|
args?: readonly unknown[] | undefined;
|
|
55657
55652
|
address: Address;
|
|
55658
|
-
chain?:
|
|
55659
|
-
account?: `0x${string}` |
|
|
55653
|
+
chain?: viem533.Chain | null | undefined;
|
|
55654
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55660
55655
|
value?: bigint | undefined;
|
|
55661
55656
|
dataSuffix?: `0x${string}` | undefined;
|
|
55662
55657
|
type?: "eip4844" | undefined;
|
|
55663
55658
|
gas?: bigint | undefined;
|
|
55664
55659
|
nonce?: number | undefined;
|
|
55665
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55666
|
-
blobVersionedHashes: readonly
|
|
55660
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55661
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55667
55662
|
kzg?: undefined;
|
|
55668
55663
|
gasPrice?: undefined | undefined;
|
|
55669
55664
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55670
55665
|
maxFeePerGas?: bigint | undefined;
|
|
55671
55666
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55672
|
-
accessList?:
|
|
55673
|
-
sidecars?: readonly
|
|
55667
|
+
accessList?: viem533.AccessList | undefined;
|
|
55668
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55674
55669
|
authorizationList?: undefined;
|
|
55675
55670
|
chainId?: number | undefined;
|
|
55676
|
-
connector?:
|
|
55671
|
+
connector?: wagmi44.Connector | undefined;
|
|
55677
55672
|
} | {
|
|
55678
|
-
abi:
|
|
55673
|
+
abi: abitype35.Abi;
|
|
55679
55674
|
functionName: string;
|
|
55680
55675
|
args?: readonly unknown[] | undefined;
|
|
55681
55676
|
address: Address;
|
|
55682
|
-
chain?:
|
|
55683
|
-
account?: `0x${string}` |
|
|
55677
|
+
chain?: viem533.Chain | null | undefined;
|
|
55678
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55684
55679
|
value?: bigint | undefined;
|
|
55685
55680
|
dataSuffix?: `0x${string}` | undefined;
|
|
55686
55681
|
type?: "eip4844" | undefined;
|
|
55687
55682
|
gas?: bigint | undefined;
|
|
55688
55683
|
nonce?: number | undefined;
|
|
55689
|
-
blobs: readonly
|
|
55684
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55690
55685
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55691
|
-
kzg?:
|
|
55686
|
+
kzg?: viem533.Kzg | undefined;
|
|
55692
55687
|
gasPrice?: undefined | undefined;
|
|
55693
55688
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55694
55689
|
maxFeePerGas?: bigint | undefined;
|
|
55695
55690
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55696
|
-
accessList?:
|
|
55697
|
-
sidecars?: readonly
|
|
55691
|
+
accessList?: viem533.AccessList | undefined;
|
|
55692
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55698
55693
|
authorizationList?: undefined;
|
|
55699
55694
|
chainId?: number | undefined;
|
|
55700
|
-
connector?:
|
|
55695
|
+
connector?: wagmi44.Connector | undefined;
|
|
55701
55696
|
} | {
|
|
55702
|
-
abi:
|
|
55697
|
+
abi: abitype35.Abi;
|
|
55703
55698
|
functionName: string;
|
|
55704
55699
|
args?: readonly unknown[] | undefined;
|
|
55705
55700
|
address: Address;
|
|
55706
|
-
chain?:
|
|
55707
|
-
account?: `0x${string}` |
|
|
55701
|
+
chain?: viem533.Chain | null | undefined;
|
|
55702
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55708
55703
|
value?: bigint | undefined;
|
|
55709
55704
|
dataSuffix?: `0x${string}` | undefined;
|
|
55710
55705
|
type?: "eip7702" | undefined;
|
|
@@ -55717,21 +55712,21 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55717
55712
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55718
55713
|
maxFeePerGas?: bigint | undefined;
|
|
55719
55714
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55720
|
-
accessList?:
|
|
55715
|
+
accessList?: viem533.AccessList | undefined;
|
|
55721
55716
|
sidecars?: undefined;
|
|
55722
|
-
authorizationList?:
|
|
55717
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55723
55718
|
chainId?: number | undefined;
|
|
55724
|
-
connector?:
|
|
55719
|
+
connector?: wagmi44.Connector | undefined;
|
|
55725
55720
|
};
|
|
55726
55721
|
isIdle: false;
|
|
55727
55722
|
reset: () => void;
|
|
55728
55723
|
context: unknown;
|
|
55729
55724
|
submittedAt: number;
|
|
55730
|
-
writeContract:
|
|
55725
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55731
55726
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55732
55727
|
} | {
|
|
55733
|
-
data: `0x${string}`;
|
|
55734
55728
|
error: null;
|
|
55729
|
+
data: `0x${string}`;
|
|
55735
55730
|
status: "success";
|
|
55736
55731
|
isError: false;
|
|
55737
55732
|
isPending: false;
|
|
@@ -55740,12 +55735,12 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55740
55735
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55741
55736
|
isPaused: boolean;
|
|
55742
55737
|
variables: {
|
|
55743
|
-
abi:
|
|
55738
|
+
abi: abitype35.Abi;
|
|
55744
55739
|
functionName: string;
|
|
55745
55740
|
args?: readonly unknown[] | undefined;
|
|
55746
55741
|
address: Address;
|
|
55747
|
-
chain?:
|
|
55748
|
-
account?: `0x${string}` |
|
|
55742
|
+
chain?: viem533.Chain | null | undefined;
|
|
55743
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55749
55744
|
value?: bigint | undefined;
|
|
55750
55745
|
dataSuffix?: `0x${string}` | undefined;
|
|
55751
55746
|
type?: "legacy" | undefined;
|
|
@@ -55762,14 +55757,14 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55762
55757
|
sidecars?: undefined;
|
|
55763
55758
|
authorizationList?: undefined;
|
|
55764
55759
|
chainId?: number | undefined;
|
|
55765
|
-
connector?:
|
|
55760
|
+
connector?: wagmi44.Connector | undefined;
|
|
55766
55761
|
} | {
|
|
55767
|
-
abi:
|
|
55762
|
+
abi: abitype35.Abi;
|
|
55768
55763
|
functionName: string;
|
|
55769
55764
|
args?: readonly unknown[] | undefined;
|
|
55770
55765
|
address: Address;
|
|
55771
|
-
chain?:
|
|
55772
|
-
account?: `0x${string}` |
|
|
55766
|
+
chain?: viem533.Chain | null | undefined;
|
|
55767
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55773
55768
|
value?: bigint | undefined;
|
|
55774
55769
|
dataSuffix?: `0x${string}` | undefined;
|
|
55775
55770
|
type?: "eip2930" | undefined;
|
|
@@ -55782,18 +55777,18 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55782
55777
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55783
55778
|
maxFeePerGas?: undefined | undefined;
|
|
55784
55779
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55785
|
-
accessList?:
|
|
55780
|
+
accessList?: viem533.AccessList | undefined;
|
|
55786
55781
|
sidecars?: undefined;
|
|
55787
55782
|
authorizationList?: undefined;
|
|
55788
55783
|
chainId?: number | undefined;
|
|
55789
|
-
connector?:
|
|
55784
|
+
connector?: wagmi44.Connector | undefined;
|
|
55790
55785
|
} | {
|
|
55791
|
-
abi:
|
|
55786
|
+
abi: abitype35.Abi;
|
|
55792
55787
|
functionName: string;
|
|
55793
55788
|
args?: readonly unknown[] | undefined;
|
|
55794
55789
|
address: Address;
|
|
55795
|
-
chain?:
|
|
55796
|
-
account?: `0x${string}` |
|
|
55790
|
+
chain?: viem533.Chain | null | undefined;
|
|
55791
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55797
55792
|
value?: bigint | undefined;
|
|
55798
55793
|
dataSuffix?: `0x${string}` | undefined;
|
|
55799
55794
|
type?: "eip1559" | undefined;
|
|
@@ -55806,66 +55801,66 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55806
55801
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55807
55802
|
maxFeePerGas?: bigint | undefined;
|
|
55808
55803
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55809
|
-
accessList?:
|
|
55804
|
+
accessList?: viem533.AccessList | undefined;
|
|
55810
55805
|
sidecars?: undefined;
|
|
55811
55806
|
authorizationList?: undefined;
|
|
55812
55807
|
chainId?: number | undefined;
|
|
55813
|
-
connector?:
|
|
55808
|
+
connector?: wagmi44.Connector | undefined;
|
|
55814
55809
|
} | {
|
|
55815
|
-
abi:
|
|
55810
|
+
abi: abitype35.Abi;
|
|
55816
55811
|
functionName: string;
|
|
55817
55812
|
args?: readonly unknown[] | undefined;
|
|
55818
55813
|
address: Address;
|
|
55819
|
-
chain?:
|
|
55820
|
-
account?: `0x${string}` |
|
|
55814
|
+
chain?: viem533.Chain | null | undefined;
|
|
55815
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55821
55816
|
value?: bigint | undefined;
|
|
55822
55817
|
dataSuffix?: `0x${string}` | undefined;
|
|
55823
55818
|
type?: "eip4844" | undefined;
|
|
55824
55819
|
gas?: bigint | undefined;
|
|
55825
55820
|
nonce?: number | undefined;
|
|
55826
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55827
|
-
blobVersionedHashes: readonly
|
|
55821
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55822
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55828
55823
|
kzg?: undefined;
|
|
55829
55824
|
gasPrice?: undefined | undefined;
|
|
55830
55825
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55831
55826
|
maxFeePerGas?: bigint | undefined;
|
|
55832
55827
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55833
|
-
accessList?:
|
|
55834
|
-
sidecars?: readonly
|
|
55828
|
+
accessList?: viem533.AccessList | undefined;
|
|
55829
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55835
55830
|
authorizationList?: undefined;
|
|
55836
55831
|
chainId?: number | undefined;
|
|
55837
|
-
connector?:
|
|
55832
|
+
connector?: wagmi44.Connector | undefined;
|
|
55838
55833
|
} | {
|
|
55839
|
-
abi:
|
|
55834
|
+
abi: abitype35.Abi;
|
|
55840
55835
|
functionName: string;
|
|
55841
55836
|
args?: readonly unknown[] | undefined;
|
|
55842
55837
|
address: Address;
|
|
55843
|
-
chain?:
|
|
55844
|
-
account?: `0x${string}` |
|
|
55838
|
+
chain?: viem533.Chain | null | undefined;
|
|
55839
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55845
55840
|
value?: bigint | undefined;
|
|
55846
55841
|
dataSuffix?: `0x${string}` | undefined;
|
|
55847
55842
|
type?: "eip4844" | undefined;
|
|
55848
55843
|
gas?: bigint | undefined;
|
|
55849
55844
|
nonce?: number | undefined;
|
|
55850
|
-
blobs: readonly
|
|
55845
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55851
55846
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55852
|
-
kzg?:
|
|
55847
|
+
kzg?: viem533.Kzg | undefined;
|
|
55853
55848
|
gasPrice?: undefined | undefined;
|
|
55854
55849
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55855
55850
|
maxFeePerGas?: bigint | undefined;
|
|
55856
55851
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55857
|
-
accessList?:
|
|
55858
|
-
sidecars?: readonly
|
|
55852
|
+
accessList?: viem533.AccessList | undefined;
|
|
55853
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55859
55854
|
authorizationList?: undefined;
|
|
55860
55855
|
chainId?: number | undefined;
|
|
55861
|
-
connector?:
|
|
55856
|
+
connector?: wagmi44.Connector | undefined;
|
|
55862
55857
|
} | {
|
|
55863
|
-
abi:
|
|
55858
|
+
abi: abitype35.Abi;
|
|
55864
55859
|
functionName: string;
|
|
55865
55860
|
args?: readonly unknown[] | undefined;
|
|
55866
55861
|
address: Address;
|
|
55867
|
-
chain?:
|
|
55868
|
-
account?: `0x${string}` |
|
|
55862
|
+
chain?: viem533.Chain | null | undefined;
|
|
55863
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55869
55864
|
value?: bigint | undefined;
|
|
55870
55865
|
dataSuffix?: `0x${string}` | undefined;
|
|
55871
55866
|
type?: "eip7702" | undefined;
|
|
@@ -55878,17 +55873,17 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
55878
55873
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55879
55874
|
maxFeePerGas?: bigint | undefined;
|
|
55880
55875
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55881
|
-
accessList?:
|
|
55876
|
+
accessList?: viem533.AccessList | undefined;
|
|
55882
55877
|
sidecars?: undefined;
|
|
55883
|
-
authorizationList?:
|
|
55878
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55884
55879
|
chainId?: number | undefined;
|
|
55885
|
-
connector?:
|
|
55880
|
+
connector?: wagmi44.Connector | undefined;
|
|
55886
55881
|
};
|
|
55887
55882
|
isIdle: false;
|
|
55888
55883
|
reset: () => void;
|
|
55889
55884
|
context: unknown;
|
|
55890
55885
|
submittedAt: number;
|
|
55891
|
-
writeContract:
|
|
55886
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55892
55887
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55893
55888
|
};
|
|
55894
55889
|
//#endregion
|
|
@@ -55903,8 +55898,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
|
|
|
55903
55898
|
//#endregion
|
|
55904
55899
|
//#region src/hooks/fees/useUpdateMarketFees.d.ts
|
|
55905
55900
|
declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
55906
|
-
data: undefined;
|
|
55907
55901
|
error: null;
|
|
55902
|
+
data: undefined;
|
|
55908
55903
|
status: "idle";
|
|
55909
55904
|
isError: false;
|
|
55910
55905
|
isPending: false;
|
|
@@ -55917,7 +55912,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55917
55912
|
reset: () => void;
|
|
55918
55913
|
context: unknown;
|
|
55919
55914
|
submittedAt: number;
|
|
55920
|
-
writeContract:
|
|
55915
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55921
55916
|
updateMarketFees: (rates: {
|
|
55922
55917
|
openingFeeRate?: number;
|
|
55923
55918
|
baseFeeRate?: number;
|
|
@@ -55930,8 +55925,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55930
55925
|
newFeeStrategy: `0x${string}`;
|
|
55931
55926
|
}>;
|
|
55932
55927
|
} | {
|
|
55933
|
-
data: undefined;
|
|
55934
55928
|
error: null;
|
|
55929
|
+
data: undefined;
|
|
55935
55930
|
status: "pending";
|
|
55936
55931
|
isError: false;
|
|
55937
55932
|
isPending: true;
|
|
@@ -55940,12 +55935,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55940
55935
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55941
55936
|
isPaused: boolean;
|
|
55942
55937
|
variables: {
|
|
55943
|
-
abi:
|
|
55938
|
+
abi: abitype35.Abi;
|
|
55944
55939
|
functionName: string;
|
|
55945
55940
|
args?: readonly unknown[] | undefined;
|
|
55946
55941
|
address: Address;
|
|
55947
|
-
chain?:
|
|
55948
|
-
account?: `0x${string}` |
|
|
55942
|
+
chain?: viem533.Chain | null | undefined;
|
|
55943
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55949
55944
|
value?: bigint | undefined;
|
|
55950
55945
|
dataSuffix?: `0x${string}` | undefined;
|
|
55951
55946
|
type?: "legacy" | undefined;
|
|
@@ -55962,14 +55957,14 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55962
55957
|
sidecars?: undefined;
|
|
55963
55958
|
authorizationList?: undefined;
|
|
55964
55959
|
chainId?: number | undefined;
|
|
55965
|
-
connector?:
|
|
55960
|
+
connector?: wagmi44.Connector | undefined;
|
|
55966
55961
|
} | {
|
|
55967
|
-
abi:
|
|
55962
|
+
abi: abitype35.Abi;
|
|
55968
55963
|
functionName: string;
|
|
55969
55964
|
args?: readonly unknown[] | undefined;
|
|
55970
55965
|
address: Address;
|
|
55971
|
-
chain?:
|
|
55972
|
-
account?: `0x${string}` |
|
|
55966
|
+
chain?: viem533.Chain | null | undefined;
|
|
55967
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55973
55968
|
value?: bigint | undefined;
|
|
55974
55969
|
dataSuffix?: `0x${string}` | undefined;
|
|
55975
55970
|
type?: "eip2930" | undefined;
|
|
@@ -55982,18 +55977,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55982
55977
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55983
55978
|
maxFeePerGas?: undefined | undefined;
|
|
55984
55979
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55985
|
-
accessList?:
|
|
55980
|
+
accessList?: viem533.AccessList | undefined;
|
|
55986
55981
|
sidecars?: undefined;
|
|
55987
55982
|
authorizationList?: undefined;
|
|
55988
55983
|
chainId?: number | undefined;
|
|
55989
|
-
connector?:
|
|
55984
|
+
connector?: wagmi44.Connector | undefined;
|
|
55990
55985
|
} | {
|
|
55991
|
-
abi:
|
|
55986
|
+
abi: abitype35.Abi;
|
|
55992
55987
|
functionName: string;
|
|
55993
55988
|
args?: readonly unknown[] | undefined;
|
|
55994
55989
|
address: Address;
|
|
55995
|
-
chain?:
|
|
55996
|
-
account?: `0x${string}` |
|
|
55990
|
+
chain?: viem533.Chain | null | undefined;
|
|
55991
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55997
55992
|
value?: bigint | undefined;
|
|
55998
55993
|
dataSuffix?: `0x${string}` | undefined;
|
|
55999
55994
|
type?: "eip1559" | undefined;
|
|
@@ -56006,66 +56001,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56006
56001
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56007
56002
|
maxFeePerGas?: bigint | undefined;
|
|
56008
56003
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56009
|
-
accessList?:
|
|
56004
|
+
accessList?: viem533.AccessList | undefined;
|
|
56010
56005
|
sidecars?: undefined;
|
|
56011
56006
|
authorizationList?: undefined;
|
|
56012
56007
|
chainId?: number | undefined;
|
|
56013
|
-
connector?:
|
|
56008
|
+
connector?: wagmi44.Connector | undefined;
|
|
56014
56009
|
} | {
|
|
56015
|
-
abi:
|
|
56010
|
+
abi: abitype35.Abi;
|
|
56016
56011
|
functionName: string;
|
|
56017
56012
|
args?: readonly unknown[] | undefined;
|
|
56018
56013
|
address: Address;
|
|
56019
|
-
chain?:
|
|
56020
|
-
account?: `0x${string}` |
|
|
56014
|
+
chain?: viem533.Chain | null | undefined;
|
|
56015
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56021
56016
|
value?: bigint | undefined;
|
|
56022
56017
|
dataSuffix?: `0x${string}` | undefined;
|
|
56023
56018
|
type?: "eip4844" | undefined;
|
|
56024
56019
|
gas?: bigint | undefined;
|
|
56025
56020
|
nonce?: number | undefined;
|
|
56026
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
56027
|
-
blobVersionedHashes: readonly
|
|
56021
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
56022
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
56028
56023
|
kzg?: undefined;
|
|
56029
56024
|
gasPrice?: undefined | undefined;
|
|
56030
56025
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56031
56026
|
maxFeePerGas?: bigint | undefined;
|
|
56032
56027
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56033
|
-
accessList?:
|
|
56034
|
-
sidecars?: readonly
|
|
56028
|
+
accessList?: viem533.AccessList | undefined;
|
|
56029
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56035
56030
|
authorizationList?: undefined;
|
|
56036
56031
|
chainId?: number | undefined;
|
|
56037
|
-
connector?:
|
|
56032
|
+
connector?: wagmi44.Connector | undefined;
|
|
56038
56033
|
} | {
|
|
56039
|
-
abi:
|
|
56034
|
+
abi: abitype35.Abi;
|
|
56040
56035
|
functionName: string;
|
|
56041
56036
|
args?: readonly unknown[] | undefined;
|
|
56042
56037
|
address: Address;
|
|
56043
|
-
chain?:
|
|
56044
|
-
account?: `0x${string}` |
|
|
56038
|
+
chain?: viem533.Chain | null | undefined;
|
|
56039
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56045
56040
|
value?: bigint | undefined;
|
|
56046
56041
|
dataSuffix?: `0x${string}` | undefined;
|
|
56047
56042
|
type?: "eip4844" | undefined;
|
|
56048
56043
|
gas?: bigint | undefined;
|
|
56049
56044
|
nonce?: number | undefined;
|
|
56050
|
-
blobs: readonly
|
|
56045
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
56051
56046
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
56052
|
-
kzg?:
|
|
56047
|
+
kzg?: viem533.Kzg | undefined;
|
|
56053
56048
|
gasPrice?: undefined | undefined;
|
|
56054
56049
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56055
56050
|
maxFeePerGas?: bigint | undefined;
|
|
56056
56051
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56057
|
-
accessList?:
|
|
56058
|
-
sidecars?: readonly
|
|
56052
|
+
accessList?: viem533.AccessList | undefined;
|
|
56053
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56059
56054
|
authorizationList?: undefined;
|
|
56060
56055
|
chainId?: number | undefined;
|
|
56061
|
-
connector?:
|
|
56056
|
+
connector?: wagmi44.Connector | undefined;
|
|
56062
56057
|
} | {
|
|
56063
|
-
abi:
|
|
56058
|
+
abi: abitype35.Abi;
|
|
56064
56059
|
functionName: string;
|
|
56065
56060
|
args?: readonly unknown[] | undefined;
|
|
56066
56061
|
address: Address;
|
|
56067
|
-
chain?:
|
|
56068
|
-
account?: `0x${string}` |
|
|
56062
|
+
chain?: viem533.Chain | null | undefined;
|
|
56063
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56069
56064
|
value?: bigint | undefined;
|
|
56070
56065
|
dataSuffix?: `0x${string}` | undefined;
|
|
56071
56066
|
type?: "eip7702" | undefined;
|
|
@@ -56078,17 +56073,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56078
56073
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56079
56074
|
maxFeePerGas?: bigint | undefined;
|
|
56080
56075
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56081
|
-
accessList?:
|
|
56076
|
+
accessList?: viem533.AccessList | undefined;
|
|
56082
56077
|
sidecars?: undefined;
|
|
56083
|
-
authorizationList?:
|
|
56078
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
56084
56079
|
chainId?: number | undefined;
|
|
56085
|
-
connector?:
|
|
56080
|
+
connector?: wagmi44.Connector | undefined;
|
|
56086
56081
|
};
|
|
56087
56082
|
isIdle: false;
|
|
56088
56083
|
reset: () => void;
|
|
56089
56084
|
context: unknown;
|
|
56090
56085
|
submittedAt: number;
|
|
56091
|
-
writeContract:
|
|
56086
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
56092
56087
|
updateMarketFees: (rates: {
|
|
56093
56088
|
openingFeeRate?: number;
|
|
56094
56089
|
baseFeeRate?: number;
|
|
@@ -56101,8 +56096,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56101
56096
|
newFeeStrategy: `0x${string}`;
|
|
56102
56097
|
}>;
|
|
56103
56098
|
} | {
|
|
56104
|
-
data: undefined;
|
|
56105
56099
|
error: _wagmi_core0.WriteContractErrorType;
|
|
56100
|
+
data: undefined;
|
|
56106
56101
|
status: "error";
|
|
56107
56102
|
isError: true;
|
|
56108
56103
|
isPending: false;
|
|
@@ -56111,12 +56106,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56111
56106
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
56112
56107
|
isPaused: boolean;
|
|
56113
56108
|
variables: {
|
|
56114
|
-
abi:
|
|
56109
|
+
abi: abitype35.Abi;
|
|
56115
56110
|
functionName: string;
|
|
56116
56111
|
args?: readonly unknown[] | undefined;
|
|
56117
56112
|
address: Address;
|
|
56118
|
-
chain?:
|
|
56119
|
-
account?: `0x${string}` |
|
|
56113
|
+
chain?: viem533.Chain | null | undefined;
|
|
56114
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56120
56115
|
value?: bigint | undefined;
|
|
56121
56116
|
dataSuffix?: `0x${string}` | undefined;
|
|
56122
56117
|
type?: "legacy" | undefined;
|
|
@@ -56133,14 +56128,14 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56133
56128
|
sidecars?: undefined;
|
|
56134
56129
|
authorizationList?: undefined;
|
|
56135
56130
|
chainId?: number | undefined;
|
|
56136
|
-
connector?:
|
|
56131
|
+
connector?: wagmi44.Connector | undefined;
|
|
56137
56132
|
} | {
|
|
56138
|
-
abi:
|
|
56133
|
+
abi: abitype35.Abi;
|
|
56139
56134
|
functionName: string;
|
|
56140
56135
|
args?: readonly unknown[] | undefined;
|
|
56141
56136
|
address: Address;
|
|
56142
|
-
chain?:
|
|
56143
|
-
account?: `0x${string}` |
|
|
56137
|
+
chain?: viem533.Chain | null | undefined;
|
|
56138
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56144
56139
|
value?: bigint | undefined;
|
|
56145
56140
|
dataSuffix?: `0x${string}` | undefined;
|
|
56146
56141
|
type?: "eip2930" | undefined;
|
|
@@ -56153,18 +56148,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56153
56148
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56154
56149
|
maxFeePerGas?: undefined | undefined;
|
|
56155
56150
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
56156
|
-
accessList?:
|
|
56151
|
+
accessList?: viem533.AccessList | undefined;
|
|
56157
56152
|
sidecars?: undefined;
|
|
56158
56153
|
authorizationList?: undefined;
|
|
56159
56154
|
chainId?: number | undefined;
|
|
56160
|
-
connector?:
|
|
56155
|
+
connector?: wagmi44.Connector | undefined;
|
|
56161
56156
|
} | {
|
|
56162
|
-
abi:
|
|
56157
|
+
abi: abitype35.Abi;
|
|
56163
56158
|
functionName: string;
|
|
56164
56159
|
args?: readonly unknown[] | undefined;
|
|
56165
56160
|
address: Address;
|
|
56166
|
-
chain?:
|
|
56167
|
-
account?: `0x${string}` |
|
|
56161
|
+
chain?: viem533.Chain | null | undefined;
|
|
56162
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56168
56163
|
value?: bigint | undefined;
|
|
56169
56164
|
dataSuffix?: `0x${string}` | undefined;
|
|
56170
56165
|
type?: "eip1559" | undefined;
|
|
@@ -56177,66 +56172,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56177
56172
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56178
56173
|
maxFeePerGas?: bigint | undefined;
|
|
56179
56174
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56180
|
-
accessList?:
|
|
56175
|
+
accessList?: viem533.AccessList | undefined;
|
|
56181
56176
|
sidecars?: undefined;
|
|
56182
56177
|
authorizationList?: undefined;
|
|
56183
56178
|
chainId?: number | undefined;
|
|
56184
|
-
connector?:
|
|
56179
|
+
connector?: wagmi44.Connector | undefined;
|
|
56185
56180
|
} | {
|
|
56186
|
-
abi:
|
|
56181
|
+
abi: abitype35.Abi;
|
|
56187
56182
|
functionName: string;
|
|
56188
56183
|
args?: readonly unknown[] | undefined;
|
|
56189
56184
|
address: Address;
|
|
56190
|
-
chain?:
|
|
56191
|
-
account?: `0x${string}` |
|
|
56185
|
+
chain?: viem533.Chain | null | undefined;
|
|
56186
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56192
56187
|
value?: bigint | undefined;
|
|
56193
56188
|
dataSuffix?: `0x${string}` | undefined;
|
|
56194
56189
|
type?: "eip4844" | undefined;
|
|
56195
56190
|
gas?: bigint | undefined;
|
|
56196
56191
|
nonce?: number | undefined;
|
|
56197
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
56198
|
-
blobVersionedHashes: readonly
|
|
56192
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
56193
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
56199
56194
|
kzg?: undefined;
|
|
56200
56195
|
gasPrice?: undefined | undefined;
|
|
56201
56196
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56202
56197
|
maxFeePerGas?: bigint | undefined;
|
|
56203
56198
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56204
|
-
accessList?:
|
|
56205
|
-
sidecars?: readonly
|
|
56199
|
+
accessList?: viem533.AccessList | undefined;
|
|
56200
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56206
56201
|
authorizationList?: undefined;
|
|
56207
56202
|
chainId?: number | undefined;
|
|
56208
|
-
connector?:
|
|
56203
|
+
connector?: wagmi44.Connector | undefined;
|
|
56209
56204
|
} | {
|
|
56210
|
-
abi:
|
|
56205
|
+
abi: abitype35.Abi;
|
|
56211
56206
|
functionName: string;
|
|
56212
56207
|
args?: readonly unknown[] | undefined;
|
|
56213
56208
|
address: Address;
|
|
56214
|
-
chain?:
|
|
56215
|
-
account?: `0x${string}` |
|
|
56209
|
+
chain?: viem533.Chain | null | undefined;
|
|
56210
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56216
56211
|
value?: bigint | undefined;
|
|
56217
56212
|
dataSuffix?: `0x${string}` | undefined;
|
|
56218
56213
|
type?: "eip4844" | undefined;
|
|
56219
56214
|
gas?: bigint | undefined;
|
|
56220
56215
|
nonce?: number | undefined;
|
|
56221
|
-
blobs: readonly
|
|
56216
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
56222
56217
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
56223
|
-
kzg?:
|
|
56218
|
+
kzg?: viem533.Kzg | undefined;
|
|
56224
56219
|
gasPrice?: undefined | undefined;
|
|
56225
56220
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56226
56221
|
maxFeePerGas?: bigint | undefined;
|
|
56227
56222
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56228
|
-
accessList?:
|
|
56229
|
-
sidecars?: readonly
|
|
56223
|
+
accessList?: viem533.AccessList | undefined;
|
|
56224
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56230
56225
|
authorizationList?: undefined;
|
|
56231
56226
|
chainId?: number | undefined;
|
|
56232
|
-
connector?:
|
|
56227
|
+
connector?: wagmi44.Connector | undefined;
|
|
56233
56228
|
} | {
|
|
56234
|
-
abi:
|
|
56229
|
+
abi: abitype35.Abi;
|
|
56235
56230
|
functionName: string;
|
|
56236
56231
|
args?: readonly unknown[] | undefined;
|
|
56237
56232
|
address: Address;
|
|
56238
|
-
chain?:
|
|
56239
|
-
account?: `0x${string}` |
|
|
56233
|
+
chain?: viem533.Chain | null | undefined;
|
|
56234
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56240
56235
|
value?: bigint | undefined;
|
|
56241
56236
|
dataSuffix?: `0x${string}` | undefined;
|
|
56242
56237
|
type?: "eip7702" | undefined;
|
|
@@ -56249,17 +56244,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56249
56244
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56250
56245
|
maxFeePerGas?: bigint | undefined;
|
|
56251
56246
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56252
|
-
accessList?:
|
|
56247
|
+
accessList?: viem533.AccessList | undefined;
|
|
56253
56248
|
sidecars?: undefined;
|
|
56254
|
-
authorizationList?:
|
|
56249
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
56255
56250
|
chainId?: number | undefined;
|
|
56256
|
-
connector?:
|
|
56251
|
+
connector?: wagmi44.Connector | undefined;
|
|
56257
56252
|
};
|
|
56258
56253
|
isIdle: false;
|
|
56259
56254
|
reset: () => void;
|
|
56260
56255
|
context: unknown;
|
|
56261
56256
|
submittedAt: number;
|
|
56262
|
-
writeContract:
|
|
56257
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
56263
56258
|
updateMarketFees: (rates: {
|
|
56264
56259
|
openingFeeRate?: number;
|
|
56265
56260
|
baseFeeRate?: number;
|
|
@@ -56272,8 +56267,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56272
56267
|
newFeeStrategy: `0x${string}`;
|
|
56273
56268
|
}>;
|
|
56274
56269
|
} | {
|
|
56275
|
-
data: `0x${string}`;
|
|
56276
56270
|
error: null;
|
|
56271
|
+
data: `0x${string}`;
|
|
56277
56272
|
status: "success";
|
|
56278
56273
|
isError: false;
|
|
56279
56274
|
isPending: false;
|
|
@@ -56282,12 +56277,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56282
56277
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
56283
56278
|
isPaused: boolean;
|
|
56284
56279
|
variables: {
|
|
56285
|
-
abi:
|
|
56280
|
+
abi: abitype35.Abi;
|
|
56286
56281
|
functionName: string;
|
|
56287
56282
|
args?: readonly unknown[] | undefined;
|
|
56288
56283
|
address: Address;
|
|
56289
|
-
chain?:
|
|
56290
|
-
account?: `0x${string}` |
|
|
56284
|
+
chain?: viem533.Chain | null | undefined;
|
|
56285
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56291
56286
|
value?: bigint | undefined;
|
|
56292
56287
|
dataSuffix?: `0x${string}` | undefined;
|
|
56293
56288
|
type?: "legacy" | undefined;
|
|
@@ -56304,14 +56299,14 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56304
56299
|
sidecars?: undefined;
|
|
56305
56300
|
authorizationList?: undefined;
|
|
56306
56301
|
chainId?: number | undefined;
|
|
56307
|
-
connector?:
|
|
56302
|
+
connector?: wagmi44.Connector | undefined;
|
|
56308
56303
|
} | {
|
|
56309
|
-
abi:
|
|
56304
|
+
abi: abitype35.Abi;
|
|
56310
56305
|
functionName: string;
|
|
56311
56306
|
args?: readonly unknown[] | undefined;
|
|
56312
56307
|
address: Address;
|
|
56313
|
-
chain?:
|
|
56314
|
-
account?: `0x${string}` |
|
|
56308
|
+
chain?: viem533.Chain | null | undefined;
|
|
56309
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56315
56310
|
value?: bigint | undefined;
|
|
56316
56311
|
dataSuffix?: `0x${string}` | undefined;
|
|
56317
56312
|
type?: "eip2930" | undefined;
|
|
@@ -56324,18 +56319,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56324
56319
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56325
56320
|
maxFeePerGas?: undefined | undefined;
|
|
56326
56321
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
56327
|
-
accessList?:
|
|
56322
|
+
accessList?: viem533.AccessList | undefined;
|
|
56328
56323
|
sidecars?: undefined;
|
|
56329
56324
|
authorizationList?: undefined;
|
|
56330
56325
|
chainId?: number | undefined;
|
|
56331
|
-
connector?:
|
|
56326
|
+
connector?: wagmi44.Connector | undefined;
|
|
56332
56327
|
} | {
|
|
56333
|
-
abi:
|
|
56328
|
+
abi: abitype35.Abi;
|
|
56334
56329
|
functionName: string;
|
|
56335
56330
|
args?: readonly unknown[] | undefined;
|
|
56336
56331
|
address: Address;
|
|
56337
|
-
chain?:
|
|
56338
|
-
account?: `0x${string}` |
|
|
56332
|
+
chain?: viem533.Chain | null | undefined;
|
|
56333
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56339
56334
|
value?: bigint | undefined;
|
|
56340
56335
|
dataSuffix?: `0x${string}` | undefined;
|
|
56341
56336
|
type?: "eip1559" | undefined;
|
|
@@ -56348,66 +56343,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56348
56343
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56349
56344
|
maxFeePerGas?: bigint | undefined;
|
|
56350
56345
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56351
|
-
accessList?:
|
|
56346
|
+
accessList?: viem533.AccessList | undefined;
|
|
56352
56347
|
sidecars?: undefined;
|
|
56353
56348
|
authorizationList?: undefined;
|
|
56354
56349
|
chainId?: number | undefined;
|
|
56355
|
-
connector?:
|
|
56350
|
+
connector?: wagmi44.Connector | undefined;
|
|
56356
56351
|
} | {
|
|
56357
|
-
abi:
|
|
56352
|
+
abi: abitype35.Abi;
|
|
56358
56353
|
functionName: string;
|
|
56359
56354
|
args?: readonly unknown[] | undefined;
|
|
56360
56355
|
address: Address;
|
|
56361
|
-
chain?:
|
|
56362
|
-
account?: `0x${string}` |
|
|
56356
|
+
chain?: viem533.Chain | null | undefined;
|
|
56357
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56363
56358
|
value?: bigint | undefined;
|
|
56364
56359
|
dataSuffix?: `0x${string}` | undefined;
|
|
56365
56360
|
type?: "eip4844" | undefined;
|
|
56366
56361
|
gas?: bigint | undefined;
|
|
56367
56362
|
nonce?: number | undefined;
|
|
56368
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
56369
|
-
blobVersionedHashes: readonly
|
|
56363
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
56364
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
56370
56365
|
kzg?: undefined;
|
|
56371
56366
|
gasPrice?: undefined | undefined;
|
|
56372
56367
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56373
56368
|
maxFeePerGas?: bigint | undefined;
|
|
56374
56369
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56375
|
-
accessList?:
|
|
56376
|
-
sidecars?: readonly
|
|
56370
|
+
accessList?: viem533.AccessList | undefined;
|
|
56371
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56377
56372
|
authorizationList?: undefined;
|
|
56378
56373
|
chainId?: number | undefined;
|
|
56379
|
-
connector?:
|
|
56374
|
+
connector?: wagmi44.Connector | undefined;
|
|
56380
56375
|
} | {
|
|
56381
|
-
abi:
|
|
56376
|
+
abi: abitype35.Abi;
|
|
56382
56377
|
functionName: string;
|
|
56383
56378
|
args?: readonly unknown[] | undefined;
|
|
56384
56379
|
address: Address;
|
|
56385
|
-
chain?:
|
|
56386
|
-
account?: `0x${string}` |
|
|
56380
|
+
chain?: viem533.Chain | null | undefined;
|
|
56381
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56387
56382
|
value?: bigint | undefined;
|
|
56388
56383
|
dataSuffix?: `0x${string}` | undefined;
|
|
56389
56384
|
type?: "eip4844" | undefined;
|
|
56390
56385
|
gas?: bigint | undefined;
|
|
56391
56386
|
nonce?: number | undefined;
|
|
56392
|
-
blobs: readonly
|
|
56387
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
56393
56388
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
56394
|
-
kzg?:
|
|
56389
|
+
kzg?: viem533.Kzg | undefined;
|
|
56395
56390
|
gasPrice?: undefined | undefined;
|
|
56396
56391
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56397
56392
|
maxFeePerGas?: bigint | undefined;
|
|
56398
56393
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56399
|
-
accessList?:
|
|
56400
|
-
sidecars?: readonly
|
|
56394
|
+
accessList?: viem533.AccessList | undefined;
|
|
56395
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56401
56396
|
authorizationList?: undefined;
|
|
56402
56397
|
chainId?: number | undefined;
|
|
56403
|
-
connector?:
|
|
56398
|
+
connector?: wagmi44.Connector | undefined;
|
|
56404
56399
|
} | {
|
|
56405
|
-
abi:
|
|
56400
|
+
abi: abitype35.Abi;
|
|
56406
56401
|
functionName: string;
|
|
56407
56402
|
args?: readonly unknown[] | undefined;
|
|
56408
56403
|
address: Address;
|
|
56409
|
-
chain?:
|
|
56410
|
-
account?: `0x${string}` |
|
|
56404
|
+
chain?: viem533.Chain | null | undefined;
|
|
56405
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56411
56406
|
value?: bigint | undefined;
|
|
56412
56407
|
dataSuffix?: `0x${string}` | undefined;
|
|
56413
56408
|
type?: "eip7702" | undefined;
|
|
@@ -56420,17 +56415,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56420
56415
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56421
56416
|
maxFeePerGas?: bigint | undefined;
|
|
56422
56417
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56423
|
-
accessList?:
|
|
56418
|
+
accessList?: viem533.AccessList | undefined;
|
|
56424
56419
|
sidecars?: undefined;
|
|
56425
|
-
authorizationList?:
|
|
56420
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
56426
56421
|
chainId?: number | undefined;
|
|
56427
|
-
connector?:
|
|
56422
|
+
connector?: wagmi44.Connector | undefined;
|
|
56428
56423
|
};
|
|
56429
56424
|
isIdle: false;
|
|
56430
56425
|
reset: () => void;
|
|
56431
56426
|
context: unknown;
|
|
56432
56427
|
submittedAt: number;
|
|
56433
|
-
writeContract:
|
|
56428
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
56434
56429
|
updateMarketFees: (rates: {
|
|
56435
56430
|
openingFeeRate?: number;
|
|
56436
56431
|
baseFeeRate?: number;
|
|
@@ -56459,7 +56454,7 @@ type OptionPricingParams = {
|
|
|
56459
56454
|
minPremiumAmount: bigint;
|
|
56460
56455
|
};
|
|
56461
56456
|
type PricingParams = StaticPricingParams | OptionPricingParams;
|
|
56462
|
-
declare const usePricingParams: (pricingAddr: Address | undefined) =>
|
|
56457
|
+
declare const usePricingParams: (pricingAddr: Address | undefined) => wagmi44.UseReadContractReturnType<readonly [{
|
|
56463
56458
|
readonly type: "function";
|
|
56464
56459
|
readonly name: "batchGetRefTick";
|
|
56465
56460
|
readonly inputs: readonly [{
|
|
@@ -57416,8 +57411,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
|
|
|
57416
57411
|
//#endregion
|
|
57417
57412
|
//#region src/hooks/pricing/useUpdateMarketPricing.d.ts
|
|
57418
57413
|
declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
57419
|
-
data: undefined;
|
|
57420
57414
|
error: null;
|
|
57415
|
+
data: undefined;
|
|
57421
57416
|
status: "idle";
|
|
57422
57417
|
isError: false;
|
|
57423
57418
|
isPending: false;
|
|
@@ -57430,7 +57425,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57430
57425
|
reset: () => void;
|
|
57431
57426
|
context: unknown;
|
|
57432
57427
|
submittedAt: number;
|
|
57433
|
-
writeContract:
|
|
57428
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57434
57429
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57435
57430
|
model: "static";
|
|
57436
57431
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57441,8 +57436,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57441
57436
|
newPricingAddr: `0x${string}`;
|
|
57442
57437
|
}>;
|
|
57443
57438
|
} | {
|
|
57444
|
-
data: undefined;
|
|
57445
57439
|
error: null;
|
|
57440
|
+
data: undefined;
|
|
57446
57441
|
status: "pending";
|
|
57447
57442
|
isError: false;
|
|
57448
57443
|
isPending: true;
|
|
@@ -57451,12 +57446,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57451
57446
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
57452
57447
|
isPaused: boolean;
|
|
57453
57448
|
variables: {
|
|
57454
|
-
abi:
|
|
57449
|
+
abi: abitype35.Abi;
|
|
57455
57450
|
functionName: string;
|
|
57456
57451
|
args?: readonly unknown[] | undefined;
|
|
57457
57452
|
address: Address;
|
|
57458
|
-
chain?:
|
|
57459
|
-
account?: `0x${string}` |
|
|
57453
|
+
chain?: viem533.Chain | null | undefined;
|
|
57454
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57460
57455
|
value?: bigint | undefined;
|
|
57461
57456
|
dataSuffix?: `0x${string}` | undefined;
|
|
57462
57457
|
type?: "legacy" | undefined;
|
|
@@ -57473,14 +57468,14 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57473
57468
|
sidecars?: undefined;
|
|
57474
57469
|
authorizationList?: undefined;
|
|
57475
57470
|
chainId?: number | undefined;
|
|
57476
|
-
connector?:
|
|
57471
|
+
connector?: wagmi44.Connector | undefined;
|
|
57477
57472
|
} | {
|
|
57478
|
-
abi:
|
|
57473
|
+
abi: abitype35.Abi;
|
|
57479
57474
|
functionName: string;
|
|
57480
57475
|
args?: readonly unknown[] | undefined;
|
|
57481
57476
|
address: Address;
|
|
57482
|
-
chain?:
|
|
57483
|
-
account?: `0x${string}` |
|
|
57477
|
+
chain?: viem533.Chain | null | undefined;
|
|
57478
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57484
57479
|
value?: bigint | undefined;
|
|
57485
57480
|
dataSuffix?: `0x${string}` | undefined;
|
|
57486
57481
|
type?: "eip2930" | undefined;
|
|
@@ -57493,18 +57488,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57493
57488
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57494
57489
|
maxFeePerGas?: undefined | undefined;
|
|
57495
57490
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
57496
|
-
accessList?:
|
|
57491
|
+
accessList?: viem533.AccessList | undefined;
|
|
57497
57492
|
sidecars?: undefined;
|
|
57498
57493
|
authorizationList?: undefined;
|
|
57499
57494
|
chainId?: number | undefined;
|
|
57500
|
-
connector?:
|
|
57495
|
+
connector?: wagmi44.Connector | undefined;
|
|
57501
57496
|
} | {
|
|
57502
|
-
abi:
|
|
57497
|
+
abi: abitype35.Abi;
|
|
57503
57498
|
functionName: string;
|
|
57504
57499
|
args?: readonly unknown[] | undefined;
|
|
57505
57500
|
address: Address;
|
|
57506
|
-
chain?:
|
|
57507
|
-
account?: `0x${string}` |
|
|
57501
|
+
chain?: viem533.Chain | null | undefined;
|
|
57502
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57508
57503
|
value?: bigint | undefined;
|
|
57509
57504
|
dataSuffix?: `0x${string}` | undefined;
|
|
57510
57505
|
type?: "eip1559" | undefined;
|
|
@@ -57517,66 +57512,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57517
57512
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57518
57513
|
maxFeePerGas?: bigint | undefined;
|
|
57519
57514
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57520
|
-
accessList?:
|
|
57515
|
+
accessList?: viem533.AccessList | undefined;
|
|
57521
57516
|
sidecars?: undefined;
|
|
57522
57517
|
authorizationList?: undefined;
|
|
57523
57518
|
chainId?: number | undefined;
|
|
57524
|
-
connector?:
|
|
57519
|
+
connector?: wagmi44.Connector | undefined;
|
|
57525
57520
|
} | {
|
|
57526
|
-
abi:
|
|
57521
|
+
abi: abitype35.Abi;
|
|
57527
57522
|
functionName: string;
|
|
57528
57523
|
args?: readonly unknown[] | undefined;
|
|
57529
57524
|
address: Address;
|
|
57530
|
-
chain?:
|
|
57531
|
-
account?: `0x${string}` |
|
|
57525
|
+
chain?: viem533.Chain | null | undefined;
|
|
57526
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57532
57527
|
value?: bigint | undefined;
|
|
57533
57528
|
dataSuffix?: `0x${string}` | undefined;
|
|
57534
57529
|
type?: "eip4844" | undefined;
|
|
57535
57530
|
gas?: bigint | undefined;
|
|
57536
57531
|
nonce?: number | undefined;
|
|
57537
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
57538
|
-
blobVersionedHashes: readonly
|
|
57532
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
57533
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
57539
57534
|
kzg?: undefined;
|
|
57540
57535
|
gasPrice?: undefined | undefined;
|
|
57541
57536
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57542
57537
|
maxFeePerGas?: bigint | undefined;
|
|
57543
57538
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57544
|
-
accessList?:
|
|
57545
|
-
sidecars?: readonly
|
|
57539
|
+
accessList?: viem533.AccessList | undefined;
|
|
57540
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57546
57541
|
authorizationList?: undefined;
|
|
57547
57542
|
chainId?: number | undefined;
|
|
57548
|
-
connector?:
|
|
57543
|
+
connector?: wagmi44.Connector | undefined;
|
|
57549
57544
|
} | {
|
|
57550
|
-
abi:
|
|
57545
|
+
abi: abitype35.Abi;
|
|
57551
57546
|
functionName: string;
|
|
57552
57547
|
args?: readonly unknown[] | undefined;
|
|
57553
57548
|
address: Address;
|
|
57554
|
-
chain?:
|
|
57555
|
-
account?: `0x${string}` |
|
|
57549
|
+
chain?: viem533.Chain | null | undefined;
|
|
57550
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57556
57551
|
value?: bigint | undefined;
|
|
57557
57552
|
dataSuffix?: `0x${string}` | undefined;
|
|
57558
57553
|
type?: "eip4844" | undefined;
|
|
57559
57554
|
gas?: bigint | undefined;
|
|
57560
57555
|
nonce?: number | undefined;
|
|
57561
|
-
blobs: readonly
|
|
57556
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
57562
57557
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
57563
|
-
kzg?:
|
|
57558
|
+
kzg?: viem533.Kzg | undefined;
|
|
57564
57559
|
gasPrice?: undefined | undefined;
|
|
57565
57560
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57566
57561
|
maxFeePerGas?: bigint | undefined;
|
|
57567
57562
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57568
|
-
accessList?:
|
|
57569
|
-
sidecars?: readonly
|
|
57563
|
+
accessList?: viem533.AccessList | undefined;
|
|
57564
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57570
57565
|
authorizationList?: undefined;
|
|
57571
57566
|
chainId?: number | undefined;
|
|
57572
|
-
connector?:
|
|
57567
|
+
connector?: wagmi44.Connector | undefined;
|
|
57573
57568
|
} | {
|
|
57574
|
-
abi:
|
|
57569
|
+
abi: abitype35.Abi;
|
|
57575
57570
|
functionName: string;
|
|
57576
57571
|
args?: readonly unknown[] | undefined;
|
|
57577
57572
|
address: Address;
|
|
57578
|
-
chain?:
|
|
57579
|
-
account?: `0x${string}` |
|
|
57573
|
+
chain?: viem533.Chain | null | undefined;
|
|
57574
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57580
57575
|
value?: bigint | undefined;
|
|
57581
57576
|
dataSuffix?: `0x${string}` | undefined;
|
|
57582
57577
|
type?: "eip7702" | undefined;
|
|
@@ -57589,17 +57584,17 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57589
57584
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57590
57585
|
maxFeePerGas?: bigint | undefined;
|
|
57591
57586
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57592
|
-
accessList?:
|
|
57587
|
+
accessList?: viem533.AccessList | undefined;
|
|
57593
57588
|
sidecars?: undefined;
|
|
57594
|
-
authorizationList?:
|
|
57589
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
57595
57590
|
chainId?: number | undefined;
|
|
57596
|
-
connector?:
|
|
57591
|
+
connector?: wagmi44.Connector | undefined;
|
|
57597
57592
|
};
|
|
57598
57593
|
isIdle: false;
|
|
57599
57594
|
reset: () => void;
|
|
57600
57595
|
context: unknown;
|
|
57601
57596
|
submittedAt: number;
|
|
57602
|
-
writeContract:
|
|
57597
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57603
57598
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57604
57599
|
model: "static";
|
|
57605
57600
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57610,8 +57605,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57610
57605
|
newPricingAddr: `0x${string}`;
|
|
57611
57606
|
}>;
|
|
57612
57607
|
} | {
|
|
57613
|
-
data: undefined;
|
|
57614
57608
|
error: _wagmi_core0.WriteContractErrorType;
|
|
57609
|
+
data: undefined;
|
|
57615
57610
|
status: "error";
|
|
57616
57611
|
isError: true;
|
|
57617
57612
|
isPending: false;
|
|
@@ -57620,12 +57615,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57620
57615
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
57621
57616
|
isPaused: boolean;
|
|
57622
57617
|
variables: {
|
|
57623
|
-
abi:
|
|
57618
|
+
abi: abitype35.Abi;
|
|
57624
57619
|
functionName: string;
|
|
57625
57620
|
args?: readonly unknown[] | undefined;
|
|
57626
57621
|
address: Address;
|
|
57627
|
-
chain?:
|
|
57628
|
-
account?: `0x${string}` |
|
|
57622
|
+
chain?: viem533.Chain | null | undefined;
|
|
57623
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57629
57624
|
value?: bigint | undefined;
|
|
57630
57625
|
dataSuffix?: `0x${string}` | undefined;
|
|
57631
57626
|
type?: "legacy" | undefined;
|
|
@@ -57642,14 +57637,14 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57642
57637
|
sidecars?: undefined;
|
|
57643
57638
|
authorizationList?: undefined;
|
|
57644
57639
|
chainId?: number | undefined;
|
|
57645
|
-
connector?:
|
|
57640
|
+
connector?: wagmi44.Connector | undefined;
|
|
57646
57641
|
} | {
|
|
57647
|
-
abi:
|
|
57642
|
+
abi: abitype35.Abi;
|
|
57648
57643
|
functionName: string;
|
|
57649
57644
|
args?: readonly unknown[] | undefined;
|
|
57650
57645
|
address: Address;
|
|
57651
|
-
chain?:
|
|
57652
|
-
account?: `0x${string}` |
|
|
57646
|
+
chain?: viem533.Chain | null | undefined;
|
|
57647
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57653
57648
|
value?: bigint | undefined;
|
|
57654
57649
|
dataSuffix?: `0x${string}` | undefined;
|
|
57655
57650
|
type?: "eip2930" | undefined;
|
|
@@ -57662,18 +57657,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57662
57657
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57663
57658
|
maxFeePerGas?: undefined | undefined;
|
|
57664
57659
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
57665
|
-
accessList?:
|
|
57660
|
+
accessList?: viem533.AccessList | undefined;
|
|
57666
57661
|
sidecars?: undefined;
|
|
57667
57662
|
authorizationList?: undefined;
|
|
57668
57663
|
chainId?: number | undefined;
|
|
57669
|
-
connector?:
|
|
57664
|
+
connector?: wagmi44.Connector | undefined;
|
|
57670
57665
|
} | {
|
|
57671
|
-
abi:
|
|
57666
|
+
abi: abitype35.Abi;
|
|
57672
57667
|
functionName: string;
|
|
57673
57668
|
args?: readonly unknown[] | undefined;
|
|
57674
57669
|
address: Address;
|
|
57675
|
-
chain?:
|
|
57676
|
-
account?: `0x${string}` |
|
|
57670
|
+
chain?: viem533.Chain | null | undefined;
|
|
57671
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57677
57672
|
value?: bigint | undefined;
|
|
57678
57673
|
dataSuffix?: `0x${string}` | undefined;
|
|
57679
57674
|
type?: "eip1559" | undefined;
|
|
@@ -57686,66 +57681,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57686
57681
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57687
57682
|
maxFeePerGas?: bigint | undefined;
|
|
57688
57683
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57689
|
-
accessList?:
|
|
57684
|
+
accessList?: viem533.AccessList | undefined;
|
|
57690
57685
|
sidecars?: undefined;
|
|
57691
57686
|
authorizationList?: undefined;
|
|
57692
57687
|
chainId?: number | undefined;
|
|
57693
|
-
connector?:
|
|
57688
|
+
connector?: wagmi44.Connector | undefined;
|
|
57694
57689
|
} | {
|
|
57695
|
-
abi:
|
|
57690
|
+
abi: abitype35.Abi;
|
|
57696
57691
|
functionName: string;
|
|
57697
57692
|
args?: readonly unknown[] | undefined;
|
|
57698
57693
|
address: Address;
|
|
57699
|
-
chain?:
|
|
57700
|
-
account?: `0x${string}` |
|
|
57694
|
+
chain?: viem533.Chain | null | undefined;
|
|
57695
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57701
57696
|
value?: bigint | undefined;
|
|
57702
57697
|
dataSuffix?: `0x${string}` | undefined;
|
|
57703
57698
|
type?: "eip4844" | undefined;
|
|
57704
57699
|
gas?: bigint | undefined;
|
|
57705
57700
|
nonce?: number | undefined;
|
|
57706
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
57707
|
-
blobVersionedHashes: readonly
|
|
57701
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
57702
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
57708
57703
|
kzg?: undefined;
|
|
57709
57704
|
gasPrice?: undefined | undefined;
|
|
57710
57705
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57711
57706
|
maxFeePerGas?: bigint | undefined;
|
|
57712
57707
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57713
|
-
accessList?:
|
|
57714
|
-
sidecars?: readonly
|
|
57708
|
+
accessList?: viem533.AccessList | undefined;
|
|
57709
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57715
57710
|
authorizationList?: undefined;
|
|
57716
57711
|
chainId?: number | undefined;
|
|
57717
|
-
connector?:
|
|
57712
|
+
connector?: wagmi44.Connector | undefined;
|
|
57718
57713
|
} | {
|
|
57719
|
-
abi:
|
|
57714
|
+
abi: abitype35.Abi;
|
|
57720
57715
|
functionName: string;
|
|
57721
57716
|
args?: readonly unknown[] | undefined;
|
|
57722
57717
|
address: Address;
|
|
57723
|
-
chain?:
|
|
57724
|
-
account?: `0x${string}` |
|
|
57718
|
+
chain?: viem533.Chain | null | undefined;
|
|
57719
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57725
57720
|
value?: bigint | undefined;
|
|
57726
57721
|
dataSuffix?: `0x${string}` | undefined;
|
|
57727
57722
|
type?: "eip4844" | undefined;
|
|
57728
57723
|
gas?: bigint | undefined;
|
|
57729
57724
|
nonce?: number | undefined;
|
|
57730
|
-
blobs: readonly
|
|
57725
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
57731
57726
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
57732
|
-
kzg?:
|
|
57727
|
+
kzg?: viem533.Kzg | undefined;
|
|
57733
57728
|
gasPrice?: undefined | undefined;
|
|
57734
57729
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57735
57730
|
maxFeePerGas?: bigint | undefined;
|
|
57736
57731
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57737
|
-
accessList?:
|
|
57738
|
-
sidecars?: readonly
|
|
57732
|
+
accessList?: viem533.AccessList | undefined;
|
|
57733
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57739
57734
|
authorizationList?: undefined;
|
|
57740
57735
|
chainId?: number | undefined;
|
|
57741
|
-
connector?:
|
|
57736
|
+
connector?: wagmi44.Connector | undefined;
|
|
57742
57737
|
} | {
|
|
57743
|
-
abi:
|
|
57738
|
+
abi: abitype35.Abi;
|
|
57744
57739
|
functionName: string;
|
|
57745
57740
|
args?: readonly unknown[] | undefined;
|
|
57746
57741
|
address: Address;
|
|
57747
|
-
chain?:
|
|
57748
|
-
account?: `0x${string}` |
|
|
57742
|
+
chain?: viem533.Chain | null | undefined;
|
|
57743
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57749
57744
|
value?: bigint | undefined;
|
|
57750
57745
|
dataSuffix?: `0x${string}` | undefined;
|
|
57751
57746
|
type?: "eip7702" | undefined;
|
|
@@ -57758,17 +57753,17 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57758
57753
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57759
57754
|
maxFeePerGas?: bigint | undefined;
|
|
57760
57755
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57761
|
-
accessList?:
|
|
57756
|
+
accessList?: viem533.AccessList | undefined;
|
|
57762
57757
|
sidecars?: undefined;
|
|
57763
|
-
authorizationList?:
|
|
57758
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
57764
57759
|
chainId?: number | undefined;
|
|
57765
|
-
connector?:
|
|
57760
|
+
connector?: wagmi44.Connector | undefined;
|
|
57766
57761
|
};
|
|
57767
57762
|
isIdle: false;
|
|
57768
57763
|
reset: () => void;
|
|
57769
57764
|
context: unknown;
|
|
57770
57765
|
submittedAt: number;
|
|
57771
|
-
writeContract:
|
|
57766
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57772
57767
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57773
57768
|
model: "static";
|
|
57774
57769
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57779,8 +57774,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57779
57774
|
newPricingAddr: `0x${string}`;
|
|
57780
57775
|
}>;
|
|
57781
57776
|
} | {
|
|
57782
|
-
data: `0x${string}`;
|
|
57783
57777
|
error: null;
|
|
57778
|
+
data: `0x${string}`;
|
|
57784
57779
|
status: "success";
|
|
57785
57780
|
isError: false;
|
|
57786
57781
|
isPending: false;
|
|
@@ -57789,12 +57784,12 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57789
57784
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
57790
57785
|
isPaused: boolean;
|
|
57791
57786
|
variables: {
|
|
57792
|
-
abi:
|
|
57787
|
+
abi: abitype35.Abi;
|
|
57793
57788
|
functionName: string;
|
|
57794
57789
|
args?: readonly unknown[] | undefined;
|
|
57795
57790
|
address: Address;
|
|
57796
|
-
chain?:
|
|
57797
|
-
account?: `0x${string}` |
|
|
57791
|
+
chain?: viem533.Chain | null | undefined;
|
|
57792
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57798
57793
|
value?: bigint | undefined;
|
|
57799
57794
|
dataSuffix?: `0x${string}` | undefined;
|
|
57800
57795
|
type?: "legacy" | undefined;
|
|
@@ -57811,14 +57806,14 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57811
57806
|
sidecars?: undefined;
|
|
57812
57807
|
authorizationList?: undefined;
|
|
57813
57808
|
chainId?: number | undefined;
|
|
57814
|
-
connector?:
|
|
57809
|
+
connector?: wagmi44.Connector | undefined;
|
|
57815
57810
|
} | {
|
|
57816
|
-
abi:
|
|
57811
|
+
abi: abitype35.Abi;
|
|
57817
57812
|
functionName: string;
|
|
57818
57813
|
args?: readonly unknown[] | undefined;
|
|
57819
57814
|
address: Address;
|
|
57820
|
-
chain?:
|
|
57821
|
-
account?: `0x${string}` |
|
|
57815
|
+
chain?: viem533.Chain | null | undefined;
|
|
57816
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57822
57817
|
value?: bigint | undefined;
|
|
57823
57818
|
dataSuffix?: `0x${string}` | undefined;
|
|
57824
57819
|
type?: "eip2930" | undefined;
|
|
@@ -57831,18 +57826,18 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57831
57826
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57832
57827
|
maxFeePerGas?: undefined | undefined;
|
|
57833
57828
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
57834
|
-
accessList?:
|
|
57829
|
+
accessList?: viem533.AccessList | undefined;
|
|
57835
57830
|
sidecars?: undefined;
|
|
57836
57831
|
authorizationList?: undefined;
|
|
57837
57832
|
chainId?: number | undefined;
|
|
57838
|
-
connector?:
|
|
57833
|
+
connector?: wagmi44.Connector | undefined;
|
|
57839
57834
|
} | {
|
|
57840
|
-
abi:
|
|
57835
|
+
abi: abitype35.Abi;
|
|
57841
57836
|
functionName: string;
|
|
57842
57837
|
args?: readonly unknown[] | undefined;
|
|
57843
57838
|
address: Address;
|
|
57844
|
-
chain?:
|
|
57845
|
-
account?: `0x${string}` |
|
|
57839
|
+
chain?: viem533.Chain | null | undefined;
|
|
57840
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57846
57841
|
value?: bigint | undefined;
|
|
57847
57842
|
dataSuffix?: `0x${string}` | undefined;
|
|
57848
57843
|
type?: "eip1559" | undefined;
|
|
@@ -57855,66 +57850,66 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57855
57850
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57856
57851
|
maxFeePerGas?: bigint | undefined;
|
|
57857
57852
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57858
|
-
accessList?:
|
|
57853
|
+
accessList?: viem533.AccessList | undefined;
|
|
57859
57854
|
sidecars?: undefined;
|
|
57860
57855
|
authorizationList?: undefined;
|
|
57861
57856
|
chainId?: number | undefined;
|
|
57862
|
-
connector?:
|
|
57857
|
+
connector?: wagmi44.Connector | undefined;
|
|
57863
57858
|
} | {
|
|
57864
|
-
abi:
|
|
57859
|
+
abi: abitype35.Abi;
|
|
57865
57860
|
functionName: string;
|
|
57866
57861
|
args?: readonly unknown[] | undefined;
|
|
57867
57862
|
address: Address;
|
|
57868
|
-
chain?:
|
|
57869
|
-
account?: `0x${string}` |
|
|
57863
|
+
chain?: viem533.Chain | null | undefined;
|
|
57864
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57870
57865
|
value?: bigint | undefined;
|
|
57871
57866
|
dataSuffix?: `0x${string}` | undefined;
|
|
57872
57867
|
type?: "eip4844" | undefined;
|
|
57873
57868
|
gas?: bigint | undefined;
|
|
57874
57869
|
nonce?: number | undefined;
|
|
57875
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
57876
|
-
blobVersionedHashes: readonly
|
|
57870
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
57871
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
57877
57872
|
kzg?: undefined;
|
|
57878
57873
|
gasPrice?: undefined | undefined;
|
|
57879
57874
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57880
57875
|
maxFeePerGas?: bigint | undefined;
|
|
57881
57876
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57882
|
-
accessList?:
|
|
57883
|
-
sidecars?: readonly
|
|
57877
|
+
accessList?: viem533.AccessList | undefined;
|
|
57878
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57884
57879
|
authorizationList?: undefined;
|
|
57885
57880
|
chainId?: number | undefined;
|
|
57886
|
-
connector?:
|
|
57881
|
+
connector?: wagmi44.Connector | undefined;
|
|
57887
57882
|
} | {
|
|
57888
|
-
abi:
|
|
57883
|
+
abi: abitype35.Abi;
|
|
57889
57884
|
functionName: string;
|
|
57890
57885
|
args?: readonly unknown[] | undefined;
|
|
57891
57886
|
address: Address;
|
|
57892
|
-
chain?:
|
|
57893
|
-
account?: `0x${string}` |
|
|
57887
|
+
chain?: viem533.Chain | null | undefined;
|
|
57888
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57894
57889
|
value?: bigint | undefined;
|
|
57895
57890
|
dataSuffix?: `0x${string}` | undefined;
|
|
57896
57891
|
type?: "eip4844" | undefined;
|
|
57897
57892
|
gas?: bigint | undefined;
|
|
57898
57893
|
nonce?: number | undefined;
|
|
57899
|
-
blobs: readonly
|
|
57894
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
57900
57895
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
57901
|
-
kzg?:
|
|
57896
|
+
kzg?: viem533.Kzg | undefined;
|
|
57902
57897
|
gasPrice?: undefined | undefined;
|
|
57903
57898
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57904
57899
|
maxFeePerGas?: bigint | undefined;
|
|
57905
57900
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57906
|
-
accessList?:
|
|
57907
|
-
sidecars?: readonly
|
|
57901
|
+
accessList?: viem533.AccessList | undefined;
|
|
57902
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57908
57903
|
authorizationList?: undefined;
|
|
57909
57904
|
chainId?: number | undefined;
|
|
57910
|
-
connector?:
|
|
57905
|
+
connector?: wagmi44.Connector | undefined;
|
|
57911
57906
|
} | {
|
|
57912
|
-
abi:
|
|
57907
|
+
abi: abitype35.Abi;
|
|
57913
57908
|
functionName: string;
|
|
57914
57909
|
args?: readonly unknown[] | undefined;
|
|
57915
57910
|
address: Address;
|
|
57916
|
-
chain?:
|
|
57917
|
-
account?: `0x${string}` |
|
|
57911
|
+
chain?: viem533.Chain | null | undefined;
|
|
57912
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57918
57913
|
value?: bigint | undefined;
|
|
57919
57914
|
dataSuffix?: `0x${string}` | undefined;
|
|
57920
57915
|
type?: "eip7702" | undefined;
|
|
@@ -57927,17 +57922,17 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57927
57922
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57928
57923
|
maxFeePerGas?: bigint | undefined;
|
|
57929
57924
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57930
|
-
accessList?:
|
|
57925
|
+
accessList?: viem533.AccessList | undefined;
|
|
57931
57926
|
sidecars?: undefined;
|
|
57932
|
-
authorizationList?:
|
|
57927
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
57933
57928
|
chainId?: number | undefined;
|
|
57934
|
-
connector?:
|
|
57929
|
+
connector?: wagmi44.Connector | undefined;
|
|
57935
57930
|
};
|
|
57936
57931
|
isIdle: false;
|
|
57937
57932
|
reset: () => void;
|
|
57938
57933
|
context: unknown;
|
|
57939
57934
|
submittedAt: number;
|
|
57940
|
-
writeContract:
|
|
57935
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57941
57936
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57942
57937
|
model: "static";
|
|
57943
57938
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57953,7 +57948,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
57953
57948
|
declare const useLens: () => {
|
|
57954
57949
|
timelockLens: {
|
|
57955
57950
|
read: {
|
|
57956
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
57951
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
57957
57952
|
readonly type: "function";
|
|
57958
57953
|
readonly name: "batchGetRefTick";
|
|
57959
57954
|
readonly inputs: readonly [{
|
|
@@ -58892,7 +58887,7 @@ declare const useLens: () => {
|
|
|
58892
58887
|
}];
|
|
58893
58888
|
readonly stateMutability: "view";
|
|
58894
58889
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
58895
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
58890
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
58896
58891
|
readonly type: "function";
|
|
58897
58892
|
readonly name: "batchGetRefTick";
|
|
58898
58893
|
readonly inputs: readonly [{
|
|
@@ -59843,7 +59838,7 @@ declare const useLens: () => {
|
|
|
59843
59838
|
borrowedAmount0: bigint;
|
|
59844
59839
|
borrowedAmount1: bigint;
|
|
59845
59840
|
}[]>;
|
|
59846
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
59841
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
59847
59842
|
readonly type: "function";
|
|
59848
59843
|
readonly name: "batchGetRefTick";
|
|
59849
59844
|
readonly inputs: readonly [{
|
|
@@ -60792,7 +60787,7 @@ declare const useLens: () => {
|
|
|
60792
60787
|
expiresAt: number;
|
|
60793
60788
|
liquidities: readonly bigint[];
|
|
60794
60789
|
}[]>;
|
|
60795
|
-
getFeeRates: (args: readonly [`0x${string}`], options?:
|
|
60790
|
+
getFeeRates: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
60796
60791
|
readonly type: "function";
|
|
60797
60792
|
readonly name: "batchGetRefTick";
|
|
60798
60793
|
readonly inputs: readonly [{
|
|
@@ -61737,7 +61732,7 @@ declare const useLens: () => {
|
|
|
61737
61732
|
minBaseFee: bigint;
|
|
61738
61733
|
feeRecipient: `0x${string}`;
|
|
61739
61734
|
}>;
|
|
61740
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?:
|
|
61735
|
+
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
61741
61736
|
readonly type: "function";
|
|
61742
61737
|
readonly name: "batchGetRefTick";
|
|
61743
61738
|
readonly inputs: readonly [{
|
|
@@ -62692,7 +62687,7 @@ declare const useLens: () => {
|
|
|
62692
62687
|
senderIsAdmin: boolean;
|
|
62693
62688
|
senderIsPauser: boolean;
|
|
62694
62689
|
}>;
|
|
62695
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
62690
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
62696
62691
|
readonly type: "function";
|
|
62697
62692
|
readonly name: "batchGetRefTick";
|
|
62698
62693
|
readonly inputs: readonly [{
|
|
@@ -63631,7 +63626,7 @@ declare const useLens: () => {
|
|
|
63631
63626
|
}];
|
|
63632
63627
|
readonly stateMutability: "view";
|
|
63633
63628
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
63634
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
63629
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
63635
63630
|
readonly type: "function";
|
|
63636
63631
|
readonly name: "batchGetRefTick";
|
|
63637
63632
|
readonly inputs: readonly [{
|
|
@@ -64590,7 +64585,7 @@ declare const useLens: () => {
|
|
|
64590
64585
|
optionAssetName: string;
|
|
64591
64586
|
payoutAssetName: string;
|
|
64592
64587
|
}>;
|
|
64593
|
-
getMarketState: (args: readonly [`0x${string}`], options?:
|
|
64588
|
+
getMarketState: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
64594
64589
|
readonly type: "function";
|
|
64595
64590
|
readonly name: "batchGetRefTick";
|
|
64596
64591
|
readonly inputs: readonly [{
|
|
@@ -65534,7 +65529,7 @@ declare const useLens: () => {
|
|
|
65534
65529
|
feeStrategy: `0x${string}`;
|
|
65535
65530
|
owner: `0x${string}`;
|
|
65536
65531
|
}>;
|
|
65537
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
65532
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
65538
65533
|
readonly type: "function";
|
|
65539
65534
|
readonly name: "batchGetRefTick";
|
|
65540
65535
|
readonly inputs: readonly [{
|
|
@@ -66473,7 +66468,7 @@ declare const useLens: () => {
|
|
|
66473
66468
|
}];
|
|
66474
66469
|
readonly stateMutability: "view";
|
|
66475
66470
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
66476
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
66471
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
66477
66472
|
readonly type: "function";
|
|
66478
66473
|
readonly name: "batchGetRefTick";
|
|
66479
66474
|
readonly inputs: readonly [{
|
|
@@ -67412,7 +67407,7 @@ declare const useLens: () => {
|
|
|
67412
67407
|
}];
|
|
67413
67408
|
readonly stateMutability: "view";
|
|
67414
67409
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
67415
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
67410
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
67416
67411
|
readonly type: "function";
|
|
67417
67412
|
readonly name: "batchGetRefTick";
|
|
67418
67413
|
readonly inputs: readonly [{
|
|
@@ -68351,7 +68346,7 @@ declare const useLens: () => {
|
|
|
68351
68346
|
}];
|
|
68352
68347
|
readonly stateMutability: "view";
|
|
68353
68348
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
68354
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
68349
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
68355
68350
|
readonly type: "function";
|
|
68356
68351
|
readonly name: "batchGetRefTick";
|
|
68357
68352
|
readonly inputs: readonly [{
|
|
@@ -69290,7 +69285,7 @@ declare const useLens: () => {
|
|
|
69290
69285
|
}];
|
|
69291
69286
|
readonly stateMutability: "view";
|
|
69292
69287
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
69293
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
69288
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
69294
69289
|
readonly type: "function";
|
|
69295
69290
|
readonly name: "batchGetRefTick";
|
|
69296
69291
|
readonly inputs: readonly [{
|
|
@@ -70239,7 +70234,7 @@ declare const useLens: () => {
|
|
|
70239
70234
|
expiresAt: number;
|
|
70240
70235
|
liquidities: readonly bigint[];
|
|
70241
70236
|
}>;
|
|
70242
|
-
getOptionPricingParams: (args: readonly [`0x${string}`], options?:
|
|
70237
|
+
getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
70243
70238
|
readonly type: "function";
|
|
70244
70239
|
readonly name: "batchGetRefTick";
|
|
70245
70240
|
readonly inputs: readonly [{
|
|
@@ -71184,7 +71179,7 @@ declare const useLens: () => {
|
|
|
71184
71179
|
minPremiumDailyRate: number;
|
|
71185
71180
|
minPremiumAmount: bigint;
|
|
71186
71181
|
}>;
|
|
71187
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
71182
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
71188
71183
|
readonly type: "function";
|
|
71189
71184
|
readonly name: "batchGetRefTick";
|
|
71190
71185
|
readonly inputs: readonly [{
|
|
@@ -72139,7 +72134,7 @@ declare const useLens: () => {
|
|
|
72139
72134
|
fee: number;
|
|
72140
72135
|
tickSpacing: number;
|
|
72141
72136
|
hooks: `0x${string}`;
|
|
72142
|
-
}], options?:
|
|
72137
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
72143
72138
|
readonly type: "function";
|
|
72144
72139
|
readonly name: "batchGetRefTick";
|
|
72145
72140
|
readonly inputs: readonly [{
|
|
@@ -73095,7 +73090,7 @@ declare const useLens: () => {
|
|
|
73095
73090
|
tickSpacing: number;
|
|
73096
73091
|
fee: number;
|
|
73097
73092
|
}>;
|
|
73098
|
-
getPricingParams: (args: readonly [`0x${string}`], options?:
|
|
73093
|
+
getPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
73099
73094
|
readonly type: "function";
|
|
73100
73095
|
readonly name: "batchGetRefTick";
|
|
73101
73096
|
readonly inputs: readonly [{
|
|
@@ -74034,7 +74029,7 @@ declare const useLens: () => {
|
|
|
74034
74029
|
}];
|
|
74035
74030
|
readonly stateMutability: "view";
|
|
74036
74031
|
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
|
|
74037
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
74032
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
74038
74033
|
readonly type: "function";
|
|
74039
74034
|
readonly name: "batchGetRefTick";
|
|
74040
74035
|
readonly inputs: readonly [{
|
|
@@ -74973,7 +74968,7 @@ declare const useLens: () => {
|
|
|
74973
74968
|
}];
|
|
74974
74969
|
readonly stateMutability: "view";
|
|
74975
74970
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
74976
|
-
getStaticPricingParams: (args: readonly [`0x${string}`], options?:
|
|
74971
|
+
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
74977
74972
|
readonly type: "function";
|
|
74978
74973
|
readonly name: "batchGetRefTick";
|
|
74979
74974
|
readonly inputs: readonly [{
|
|
@@ -75915,7 +75910,7 @@ declare const useLens: () => {
|
|
|
75915
75910
|
dailyFundingRate: number;
|
|
75916
75911
|
minFundingAmount: bigint;
|
|
75917
75912
|
}>;
|
|
75918
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
75913
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
75919
75914
|
readonly type: "function";
|
|
75920
75915
|
readonly name: "batchGetRefTick";
|
|
75921
75916
|
readonly inputs: readonly [{
|
|
@@ -76858,7 +76853,7 @@ declare const useLens: () => {
|
|
|
76858
76853
|
symbol: string;
|
|
76859
76854
|
name: string;
|
|
76860
76855
|
}>;
|
|
76861
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
76856
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
76862
76857
|
readonly type: "function";
|
|
76863
76858
|
readonly name: "batchGetRefTick";
|
|
76864
76859
|
readonly inputs: readonly [{
|
|
@@ -77807,7 +77802,7 @@ declare const useLens: () => {
|
|
|
77807
77802
|
expiresAt: number;
|
|
77808
77803
|
liquidities: readonly bigint[];
|
|
77809
77804
|
}[], bigint, boolean]>;
|
|
77810
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
77805
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
77811
77806
|
readonly type: "function";
|
|
77812
77807
|
readonly name: "batchGetRefTick";
|
|
77813
77808
|
readonly inputs: readonly [{
|
|
@@ -78756,7 +78751,7 @@ declare const useLens: () => {
|
|
|
78756
78751
|
};
|
|
78757
78752
|
owner: `0x${string}`;
|
|
78758
78753
|
}>;
|
|
78759
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
78754
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
78760
78755
|
readonly type: "function";
|
|
78761
78756
|
readonly name: "batchGetRefTick";
|
|
78762
78757
|
readonly inputs: readonly [{
|
|
@@ -80639,7 +80634,7 @@ declare const useLens: () => {
|
|
|
80639
80634
|
} | undefined;
|
|
80640
80635
|
stateView: {
|
|
80641
80636
|
read: {
|
|
80642
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
80637
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
80643
80638
|
readonly type: "function";
|
|
80644
80639
|
readonly name: "getFeeGrowthGlobals";
|
|
80645
80640
|
readonly inputs: readonly [{
|
|
@@ -81146,7 +81141,7 @@ declare const useLens: () => {
|
|
|
81146
81141
|
readonly stateMutability: "view";
|
|
81147
81142
|
}, {
|
|
81148
81143
|
readonly type: "function";
|
|
81149
|
-
readonly name: "
|
|
81144
|
+
readonly name: "getSlot0FromId";
|
|
81150
81145
|
readonly inputs: readonly [{
|
|
81151
81146
|
readonly name: "poolManager";
|
|
81152
81147
|
readonly type: "address";
|
|
@@ -81486,7 +81481,7 @@ declare const useLens: () => {
|
|
|
81486
81481
|
fee: number;
|
|
81487
81482
|
tickSpacing: number;
|
|
81488
81483
|
hooks: `0x${string}`;
|
|
81489
|
-
}], options?:
|
|
81484
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
81490
81485
|
readonly type: "function";
|
|
81491
81486
|
readonly name: "getFeeGrowthGlobals";
|
|
81492
81487
|
readonly inputs: readonly [{
|
|
@@ -81993,7 +81988,7 @@ declare const useLens: () => {
|
|
|
81993
81988
|
readonly stateMutability: "view";
|
|
81994
81989
|
}, {
|
|
81995
81990
|
readonly type: "function";
|
|
81996
|
-
readonly name: "
|
|
81991
|
+
readonly name: "getSlot0FromId";
|
|
81997
81992
|
readonly inputs: readonly [{
|
|
81998
81993
|
readonly name: "poolManager";
|
|
81999
81994
|
readonly type: "address";
|
|
@@ -82328,7 +82323,7 @@ declare const useLens: () => {
|
|
|
82328
82323
|
tickSpacing: number;
|
|
82329
82324
|
hooks: `0x${string}`;
|
|
82330
82325
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
82331
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?:
|
|
82326
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
82332
82327
|
readonly type: "function";
|
|
82333
82328
|
readonly name: "getFeeGrowthGlobals";
|
|
82334
82329
|
readonly inputs: readonly [{
|
|
@@ -82835,7 +82830,7 @@ declare const useLens: () => {
|
|
|
82835
82830
|
readonly stateMutability: "view";
|
|
82836
82831
|
}, {
|
|
82837
82832
|
readonly type: "function";
|
|
82838
|
-
readonly name: "
|
|
82833
|
+
readonly name: "getSlot0FromId";
|
|
82839
82834
|
readonly inputs: readonly [{
|
|
82840
82835
|
readonly name: "poolManager";
|
|
82841
82836
|
readonly type: "address";
|
|
@@ -83175,7 +83170,7 @@ declare const useLens: () => {
|
|
|
83175
83170
|
fee: number;
|
|
83176
83171
|
tickSpacing: number;
|
|
83177
83172
|
hooks: `0x${string}`;
|
|
83178
|
-
}, number, number], options?:
|
|
83173
|
+
}, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
83179
83174
|
readonly type: "function";
|
|
83180
83175
|
readonly name: "getFeeGrowthGlobals";
|
|
83181
83176
|
readonly inputs: readonly [{
|
|
@@ -83682,7 +83677,7 @@ declare const useLens: () => {
|
|
|
83682
83677
|
readonly stateMutability: "view";
|
|
83683
83678
|
}, {
|
|
83684
83679
|
readonly type: "function";
|
|
83685
|
-
readonly name: "
|
|
83680
|
+
readonly name: "getSlot0FromId";
|
|
83686
83681
|
readonly inputs: readonly [{
|
|
83687
83682
|
readonly name: "poolManager";
|
|
83688
83683
|
readonly type: "address";
|
|
@@ -84017,7 +84012,7 @@ declare const useLens: () => {
|
|
|
84017
84012
|
tickSpacing: number;
|
|
84018
84013
|
hooks: `0x${string}`;
|
|
84019
84014
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
84020
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
84015
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
84021
84016
|
readonly type: "function";
|
|
84022
84017
|
readonly name: "getFeeGrowthGlobals";
|
|
84023
84018
|
readonly inputs: readonly [{
|
|
@@ -84524,7 +84519,7 @@ declare const useLens: () => {
|
|
|
84524
84519
|
readonly stateMutability: "view";
|
|
84525
84520
|
}, {
|
|
84526
84521
|
readonly type: "function";
|
|
84527
|
-
readonly name: "
|
|
84522
|
+
readonly name: "getSlot0FromId";
|
|
84528
84523
|
readonly inputs: readonly [{
|
|
84529
84524
|
readonly name: "poolManager";
|
|
84530
84525
|
readonly type: "address";
|
|
@@ -84864,7 +84859,7 @@ declare const useLens: () => {
|
|
|
84864
84859
|
fee: number;
|
|
84865
84860
|
tickSpacing: number;
|
|
84866
84861
|
hooks: `0x${string}`;
|
|
84867
|
-
}], options?:
|
|
84862
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
84868
84863
|
readonly type: "function";
|
|
84869
84864
|
readonly name: "getFeeGrowthGlobals";
|
|
84870
84865
|
readonly inputs: readonly [{
|
|
@@ -85371,7 +85366,7 @@ declare const useLens: () => {
|
|
|
85371
85366
|
readonly stateMutability: "view";
|
|
85372
85367
|
}, {
|
|
85373
85368
|
readonly type: "function";
|
|
85374
|
-
readonly name: "
|
|
85369
|
+
readonly name: "getSlot0FromId";
|
|
85375
85370
|
readonly inputs: readonly [{
|
|
85376
85371
|
readonly name: "poolManager";
|
|
85377
85372
|
readonly type: "address";
|
|
@@ -85706,7 +85701,7 @@ declare const useLens: () => {
|
|
|
85706
85701
|
tickSpacing: number;
|
|
85707
85702
|
hooks: `0x${string}`;
|
|
85708
85703
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
85709
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
85704
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
85710
85705
|
readonly type: "function";
|
|
85711
85706
|
readonly name: "getFeeGrowthGlobals";
|
|
85712
85707
|
readonly inputs: readonly [{
|
|
@@ -86213,7 +86208,7 @@ declare const useLens: () => {
|
|
|
86213
86208
|
readonly stateMutability: "view";
|
|
86214
86209
|
}, {
|
|
86215
86210
|
readonly type: "function";
|
|
86216
|
-
readonly name: "
|
|
86211
|
+
readonly name: "getSlot0FromId";
|
|
86217
86212
|
readonly inputs: readonly [{
|
|
86218
86213
|
readonly name: "poolManager";
|
|
86219
86214
|
readonly type: "address";
|
|
@@ -86553,7 +86548,7 @@ declare const useLens: () => {
|
|
|
86553
86548
|
fee: number;
|
|
86554
86549
|
tickSpacing: number;
|
|
86555
86550
|
hooks: `0x${string}`;
|
|
86556
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?:
|
|
86551
|
+
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
86557
86552
|
readonly type: "function";
|
|
86558
86553
|
readonly name: "getFeeGrowthGlobals";
|
|
86559
86554
|
readonly inputs: readonly [{
|
|
@@ -87060,7 +87055,7 @@ declare const useLens: () => {
|
|
|
87060
87055
|
readonly stateMutability: "view";
|
|
87061
87056
|
}, {
|
|
87062
87057
|
readonly type: "function";
|
|
87063
|
-
readonly name: "
|
|
87058
|
+
readonly name: "getSlot0FromId";
|
|
87064
87059
|
readonly inputs: readonly [{
|
|
87065
87060
|
readonly name: "poolManager";
|
|
87066
87061
|
readonly type: "address";
|
|
@@ -87406,7 +87401,7 @@ declare const useLens: () => {
|
|
|
87406
87401
|
fee: number;
|
|
87407
87402
|
tickSpacing: number;
|
|
87408
87403
|
hooks: `0x${string}`;
|
|
87409
|
-
}, `0x${string}`], options?:
|
|
87404
|
+
}, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
87410
87405
|
readonly type: "function";
|
|
87411
87406
|
readonly name: "getFeeGrowthGlobals";
|
|
87412
87407
|
readonly inputs: readonly [{
|
|
@@ -87913,7 +87908,7 @@ declare const useLens: () => {
|
|
|
87913
87908
|
readonly stateMutability: "view";
|
|
87914
87909
|
}, {
|
|
87915
87910
|
readonly type: "function";
|
|
87916
|
-
readonly name: "
|
|
87911
|
+
readonly name: "getSlot0FromId";
|
|
87917
87912
|
readonly inputs: readonly [{
|
|
87918
87913
|
readonly name: "poolManager";
|
|
87919
87914
|
readonly type: "address";
|
|
@@ -88259,7 +88254,7 @@ declare const useLens: () => {
|
|
|
88259
88254
|
fee: number;
|
|
88260
88255
|
tickSpacing: number;
|
|
88261
88256
|
hooks: `0x${string}`;
|
|
88262
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
88257
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
88263
88258
|
readonly type: "function";
|
|
88264
88259
|
readonly name: "getFeeGrowthGlobals";
|
|
88265
88260
|
readonly inputs: readonly [{
|
|
@@ -88766,7 +88761,7 @@ declare const useLens: () => {
|
|
|
88766
88761
|
readonly stateMutability: "view";
|
|
88767
88762
|
}, {
|
|
88768
88763
|
readonly type: "function";
|
|
88769
|
-
readonly name: "
|
|
88764
|
+
readonly name: "getSlot0FromId";
|
|
88770
88765
|
readonly inputs: readonly [{
|
|
88771
88766
|
readonly name: "poolManager";
|
|
88772
88767
|
readonly type: "address";
|
|
@@ -89107,7 +89102,7 @@ declare const useLens: () => {
|
|
|
89107
89102
|
tickSpacing: number;
|
|
89108
89103
|
hooks: `0x${string}`;
|
|
89109
89104
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
89110
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?:
|
|
89105
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
89111
89106
|
readonly type: "function";
|
|
89112
89107
|
readonly name: "getFeeGrowthGlobals";
|
|
89113
89108
|
readonly inputs: readonly [{
|
|
@@ -89614,7 +89609,7 @@ declare const useLens: () => {
|
|
|
89614
89609
|
readonly stateMutability: "view";
|
|
89615
89610
|
}, {
|
|
89616
89611
|
readonly type: "function";
|
|
89617
|
-
readonly name: "
|
|
89612
|
+
readonly name: "getSlot0FromId";
|
|
89618
89613
|
readonly inputs: readonly [{
|
|
89619
89614
|
readonly name: "poolManager";
|
|
89620
89615
|
readonly type: "address";
|
|
@@ -89954,7 +89949,7 @@ declare const useLens: () => {
|
|
|
89954
89949
|
fee: number;
|
|
89955
89950
|
tickSpacing: number;
|
|
89956
89951
|
hooks: `0x${string}`;
|
|
89957
|
-
}, `0x${string}`], options?:
|
|
89952
|
+
}, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
89958
89953
|
readonly type: "function";
|
|
89959
89954
|
readonly name: "getFeeGrowthGlobals";
|
|
89960
89955
|
readonly inputs: readonly [{
|
|
@@ -90461,7 +90456,7 @@ declare const useLens: () => {
|
|
|
90461
90456
|
readonly stateMutability: "view";
|
|
90462
90457
|
}, {
|
|
90463
90458
|
readonly type: "function";
|
|
90464
|
-
readonly name: "
|
|
90459
|
+
readonly name: "getSlot0FromId";
|
|
90465
90460
|
readonly inputs: readonly [{
|
|
90466
90461
|
readonly name: "poolManager";
|
|
90467
90462
|
readonly type: "address";
|
|
@@ -90796,7 +90791,13 @@ declare const useLens: () => {
|
|
|
90796
90791
|
tickSpacing: number;
|
|
90797
90792
|
hooks: `0x${string}`;
|
|
90798
90793
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
90799
|
-
getSlot0: (
|
|
90794
|
+
getSlot0: (args: readonly [`0x${string}`, {
|
|
90795
|
+
currency0: `0x${string}`;
|
|
90796
|
+
currency1: `0x${string}`;
|
|
90797
|
+
fee: number;
|
|
90798
|
+
tickSpacing: number;
|
|
90799
|
+
hooks: `0x${string}`;
|
|
90800
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
90800
90801
|
readonly type: "function";
|
|
90801
90802
|
readonly name: "getFeeGrowthGlobals";
|
|
90802
90803
|
readonly inputs: readonly [{
|
|
@@ -91303,7 +91304,7 @@ declare const useLens: () => {
|
|
|
91303
91304
|
readonly stateMutability: "view";
|
|
91304
91305
|
}, {
|
|
91305
91306
|
readonly type: "function";
|
|
91306
|
-
readonly name: "
|
|
91307
|
+
readonly name: "getSlot0FromId";
|
|
91307
91308
|
readonly inputs: readonly [{
|
|
91308
91309
|
readonly name: "poolManager";
|
|
91309
91310
|
readonly type: "address";
|
|
@@ -91631,19 +91632,14 @@ declare const useLens: () => {
|
|
|
91631
91632
|
readonly internalType: "int128";
|
|
91632
91633
|
}];
|
|
91633
91634
|
readonly stateMutability: "view";
|
|
91634
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
91635
|
-
currency0: `0x${string}`;
|
|
91636
|
-
currency1: `0x${string}`;
|
|
91637
|
-
fee: number;
|
|
91638
|
-
tickSpacing: number;
|
|
91639
|
-
hooks: `0x${string}`;
|
|
91640
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
91635
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
91641
91636
|
currency0: `0x${string}`;
|
|
91642
91637
|
currency1: `0x${string}`;
|
|
91643
91638
|
fee: number;
|
|
91644
91639
|
tickSpacing: number;
|
|
91645
91640
|
hooks: `0x${string}`;
|
|
91646
|
-
}]
|
|
91641
|
+
}]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
|
|
91642
|
+
getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
91647
91643
|
readonly type: "function";
|
|
91648
91644
|
readonly name: "getFeeGrowthGlobals";
|
|
91649
91645
|
readonly inputs: readonly [{
|
|
@@ -92150,7 +92146,7 @@ declare const useLens: () => {
|
|
|
92150
92146
|
readonly stateMutability: "view";
|
|
92151
92147
|
}, {
|
|
92152
92148
|
readonly type: "function";
|
|
92153
|
-
readonly name: "
|
|
92149
|
+
readonly name: "getSlot0FromId";
|
|
92154
92150
|
readonly inputs: readonly [{
|
|
92155
92151
|
readonly name: "poolManager";
|
|
92156
92152
|
readonly type: "address";
|
|
@@ -92478,14 +92474,8 @@ declare const useLens: () => {
|
|
|
92478
92474
|
readonly internalType: "int128";
|
|
92479
92475
|
}];
|
|
92480
92476
|
readonly stateMutability: "view";
|
|
92481
|
-
}], "
|
|
92482
|
-
|
|
92483
|
-
currency1: `0x${string}`;
|
|
92484
|
-
fee: number;
|
|
92485
|
-
tickSpacing: number;
|
|
92486
|
-
hooks: `0x${string}`;
|
|
92487
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
92488
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
92477
|
+
}], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
|
|
92478
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
92489
92479
|
readonly type: "function";
|
|
92490
92480
|
readonly name: "getFeeGrowthGlobals";
|
|
92491
92481
|
readonly inputs: readonly [{
|
|
@@ -92992,7 +92982,7 @@ declare const useLens: () => {
|
|
|
92992
92982
|
readonly stateMutability: "view";
|
|
92993
92983
|
}, {
|
|
92994
92984
|
readonly type: "function";
|
|
92995
|
-
readonly name: "
|
|
92985
|
+
readonly name: "getSlot0FromId";
|
|
92996
92986
|
readonly inputs: readonly [{
|
|
92997
92987
|
readonly name: "poolManager";
|
|
92998
92988
|
readonly type: "address";
|
|
@@ -93332,7 +93322,7 @@ declare const useLens: () => {
|
|
|
93332
93322
|
fee: number;
|
|
93333
93323
|
tickSpacing: number;
|
|
93334
93324
|
hooks: `0x${string}`;
|
|
93335
|
-
}, number], options?:
|
|
93325
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
93336
93326
|
readonly type: "function";
|
|
93337
93327
|
readonly name: "getFeeGrowthGlobals";
|
|
93338
93328
|
readonly inputs: readonly [{
|
|
@@ -93839,7 +93829,7 @@ declare const useLens: () => {
|
|
|
93839
93829
|
readonly stateMutability: "view";
|
|
93840
93830
|
}, {
|
|
93841
93831
|
readonly type: "function";
|
|
93842
|
-
readonly name: "
|
|
93832
|
+
readonly name: "getSlot0FromId";
|
|
93843
93833
|
readonly inputs: readonly [{
|
|
93844
93834
|
readonly name: "poolManager";
|
|
93845
93835
|
readonly type: "address";
|
|
@@ -94174,7 +94164,7 @@ declare const useLens: () => {
|
|
|
94174
94164
|
tickSpacing: number;
|
|
94175
94165
|
hooks: `0x${string}`;
|
|
94176
94166
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
94177
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
94167
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
94178
94168
|
readonly type: "function";
|
|
94179
94169
|
readonly name: "getFeeGrowthGlobals";
|
|
94180
94170
|
readonly inputs: readonly [{
|
|
@@ -94681,7 +94671,7 @@ declare const useLens: () => {
|
|
|
94681
94671
|
readonly stateMutability: "view";
|
|
94682
94672
|
}, {
|
|
94683
94673
|
readonly type: "function";
|
|
94684
|
-
readonly name: "
|
|
94674
|
+
readonly name: "getSlot0FromId";
|
|
94685
94675
|
readonly inputs: readonly [{
|
|
94686
94676
|
readonly name: "poolManager";
|
|
94687
94677
|
readonly type: "address";
|
|
@@ -95021,7 +95011,7 @@ declare const useLens: () => {
|
|
|
95021
95011
|
fee: number;
|
|
95022
95012
|
tickSpacing: number;
|
|
95023
95013
|
hooks: `0x${string}`;
|
|
95024
|
-
}, number], options?:
|
|
95014
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
95025
95015
|
readonly type: "function";
|
|
95026
95016
|
readonly name: "getFeeGrowthGlobals";
|
|
95027
95017
|
readonly inputs: readonly [{
|
|
@@ -95528,7 +95518,7 @@ declare const useLens: () => {
|
|
|
95528
95518
|
readonly stateMutability: "view";
|
|
95529
95519
|
}, {
|
|
95530
95520
|
readonly type: "function";
|
|
95531
|
-
readonly name: "
|
|
95521
|
+
readonly name: "getSlot0FromId";
|
|
95532
95522
|
readonly inputs: readonly [{
|
|
95533
95523
|
readonly name: "poolManager";
|
|
95534
95524
|
readonly type: "address";
|
|
@@ -95863,7 +95853,7 @@ declare const useLens: () => {
|
|
|
95863
95853
|
tickSpacing: number;
|
|
95864
95854
|
hooks: `0x${string}`;
|
|
95865
95855
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
95866
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
95856
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
95867
95857
|
readonly type: "function";
|
|
95868
95858
|
readonly name: "getFeeGrowthGlobals";
|
|
95869
95859
|
readonly inputs: readonly [{
|
|
@@ -96370,7 +96360,7 @@ declare const useLens: () => {
|
|
|
96370
96360
|
readonly stateMutability: "view";
|
|
96371
96361
|
}, {
|
|
96372
96362
|
readonly type: "function";
|
|
96373
|
-
readonly name: "
|
|
96363
|
+
readonly name: "getSlot0FromId";
|
|
96374
96364
|
readonly inputs: readonly [{
|
|
96375
96365
|
readonly name: "poolManager";
|
|
96376
96366
|
readonly type: "address";
|
|
@@ -96710,7 +96700,7 @@ declare const useLens: () => {
|
|
|
96710
96700
|
fee: number;
|
|
96711
96701
|
tickSpacing: number;
|
|
96712
96702
|
hooks: `0x${string}`;
|
|
96713
|
-
}, number], options?:
|
|
96703
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
96714
96704
|
readonly type: "function";
|
|
96715
96705
|
readonly name: "getFeeGrowthGlobals";
|
|
96716
96706
|
readonly inputs: readonly [{
|
|
@@ -97217,7 +97207,7 @@ declare const useLens: () => {
|
|
|
97217
97207
|
readonly stateMutability: "view";
|
|
97218
97208
|
}, {
|
|
97219
97209
|
readonly type: "function";
|
|
97220
|
-
readonly name: "
|
|
97210
|
+
readonly name: "getSlot0FromId";
|
|
97221
97211
|
readonly inputs: readonly [{
|
|
97222
97212
|
readonly name: "poolManager";
|
|
97223
97213
|
readonly type: "address";
|
|
@@ -97552,7 +97542,7 @@ declare const useLens: () => {
|
|
|
97552
97542
|
tickSpacing: number;
|
|
97553
97543
|
hooks: `0x${string}`;
|
|
97554
97544
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
97555
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?:
|
|
97545
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
97556
97546
|
readonly type: "function";
|
|
97557
97547
|
readonly name: "getFeeGrowthGlobals";
|
|
97558
97548
|
readonly inputs: readonly [{
|
|
@@ -98059,7 +98049,7 @@ declare const useLens: () => {
|
|
|
98059
98049
|
readonly stateMutability: "view";
|
|
98060
98050
|
}, {
|
|
98061
98051
|
readonly type: "function";
|
|
98062
|
-
readonly name: "
|
|
98052
|
+
readonly name: "getSlot0FromId";
|
|
98063
98053
|
readonly inputs: readonly [{
|
|
98064
98054
|
readonly name: "poolManager";
|
|
98065
98055
|
readonly type: "address";
|
|
@@ -98399,7 +98389,7 @@ declare const useLens: () => {
|
|
|
98399
98389
|
fee: number;
|
|
98400
98390
|
tickSpacing: number;
|
|
98401
98391
|
hooks: `0x${string}`;
|
|
98402
|
-
}, number], options?:
|
|
98392
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
98403
98393
|
readonly type: "function";
|
|
98404
98394
|
readonly name: "getFeeGrowthGlobals";
|
|
98405
98395
|
readonly inputs: readonly [{
|
|
@@ -98906,7 +98896,7 @@ declare const useLens: () => {
|
|
|
98906
98896
|
readonly stateMutability: "view";
|
|
98907
98897
|
}, {
|
|
98908
98898
|
readonly type: "function";
|
|
98909
|
-
readonly name: "
|
|
98899
|
+
readonly name: "getSlot0FromId";
|
|
98910
98900
|
readonly inputs: readonly [{
|
|
98911
98901
|
readonly name: "poolManager";
|
|
98912
98902
|
readonly type: "address";
|
|
@@ -99750,7 +99740,7 @@ declare const useLens: () => {
|
|
|
99750
99740
|
readonly stateMutability: "view";
|
|
99751
99741
|
}, {
|
|
99752
99742
|
readonly type: "function";
|
|
99753
|
-
readonly name: "
|
|
99743
|
+
readonly name: "getSlot0FromId";
|
|
99754
99744
|
readonly inputs: readonly [{
|
|
99755
99745
|
readonly name: "poolManager";
|
|
99756
99746
|
readonly type: "address";
|
|
@@ -100083,4 +100073,4 @@ declare const useLens: () => {
|
|
|
100083
100073
|
};
|
|
100084
100074
|
//#endregion
|
|
100085
100075
|
export { PriceResolution as $, stateViews as $t, useCurrentPrice as A, formatVagueAmount as At, getPriceAtTick as B, useMarketVolume as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatAmount as Dt, usePriceHistory as E, EMPTY_ARRAY as Et, getPayoutAtTick as F, wrapAmount as Ft, liquiditiesToAmounts as G, useTimelockConfig as Gt, getTickAtPrice as H, useMarketData as Ht, PRICE_PRECISION as I, wrapAmountUnscaled as It, token0ToToken1AtTick as J, TimelockMarketData as Jt, roundTick as K, TimelockLens as Kt, getAmountsFromLiquidity as L, wrapPrice as Lt, UniswapPoolData as M, scalePrice as Mt, usePoolData as N, unscaleAmount as Nt, usePriceAtTick as O, formatCondensed as Ot, getPayoutAtPrice as P, unscalePrice as Pt, PriceDataPoint as Q, getTimelockMarket as Qt, getNearestValidStrikeTick as R, wrapPriceUnscaled as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockProvider as Ut, getSqrtPriceX96AtPrice as V, useMarketState as Vt, liquiditiesToAmount1 as W, useCurrentMarket as Wt, token1ToToken0AtTick as X, getStateView as Xt, token1ToToken0 as Y, getErc20 as Yt, PriceData as Z, getTimelockLens as Zt, useTokenData as _, useOptionPremium as _t, OptionPricingParams as a, useActiveUserPerps as at, batchGetAmountsFromLiquidity as b, OptionData as bt, usePricingParams as c, usePerpsOperator as ct, usePauseMarketTrading as d, ExerciseOptionEvent as dt, swapRouters as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scaleAmount as jt, useCurrentTick as k, formatUSD as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockFactories as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarket as qt, useStaticPricingParams as r, timelockLenses as rn, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, swappers as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, zero as zt };
|
|
100086
|
-
//# sourceMappingURL=client-
|
|
100076
|
+
//# sourceMappingURL=client-CeHNgT9x.d.cts.map
|