timelock-sdk 0.0.170 → 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-BfLaXyXb.d.ts → client-CeHNgT9x.d.cts} +791 -809
- package/dist/{client-TkINcahD.d.cts → client-DLJ_b42j.d.ts} +99 -117
- package/dist/client.cjs +4 -4
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +4 -4
- package/dist/client.js.map +1 -1
- 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
|
-
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-
|
|
2
|
-
import * as
|
|
1
|
+
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-c4hgszY_.cjs";
|
|
2
|
+
import * as viem533 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
|
-
import Big from "big.js";
|
|
5
|
-
import JSBI from "jsbi";
|
|
6
4
|
import React, { ReactNode } from "react";
|
|
5
|
+
import "graphql";
|
|
7
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
|
-
import * as
|
|
9
|
-
import * as _tanstack_react_query1 from "@tanstack/react-query";
|
|
7
|
+
import * as _tanstack_react_query4 from "@tanstack/react-query";
|
|
10
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
11
|
-
import "graphql";
|
|
12
9
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
10
|
+
import Big from "big.js";
|
|
11
|
+
import JSBI from "jsbi";
|
|
13
12
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
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}`,
|
|
16984
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
16979
16985
|
currency0: `0x${string}`;
|
|
16980
16986
|
currency1: `0x${string}`;
|
|
16981
16987
|
fee: number;
|
|
16982
16988
|
tickSpacing: number;
|
|
16983
16989
|
hooks: `0x${string}`;
|
|
16984
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined
|
|
16985
|
-
|
|
16986
|
-
currency1: `0x${string}`;
|
|
16987
|
-
fee: number;
|
|
16988
|
-
tickSpacing: number;
|
|
16989
|
-
hooks: `0x${string}`;
|
|
16990
|
-
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
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 [{
|
|
@@ -48188,7 +48183,7 @@ declare const useCurrentMarket: () => Partial<TimelockMarketData>;
|
|
|
48188
48183
|
declare const useTimelockConfig: () => TimelockContextValue;
|
|
48189
48184
|
//#endregion
|
|
48190
48185
|
//#region src/hooks/options/useMarketData.d.ts
|
|
48191
|
-
declare const useMarketData: (marketAddr
|
|
48186
|
+
declare const useMarketData: (marketAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
48192
48187
|
guardian: `0x${string}`;
|
|
48193
48188
|
vault: `0x${string}`;
|
|
48194
48189
|
poolManager: `0x${string}`;
|
|
@@ -48211,8 +48206,8 @@ declare const useMarketData: (marketAddr?: Address) => Partial<NonUndefinedGuard
|
|
|
48211
48206
|
} | undefined>>;
|
|
48212
48207
|
//#endregion
|
|
48213
48208
|
//#region src/hooks/options/useMarketState.d.ts
|
|
48214
|
-
declare const useMarketState: (marketAddr
|
|
48215
|
-
error:
|
|
48209
|
+
declare const useMarketState: (marketAddr: Address | undefined) => {
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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;
|
|
@@ -48472,7 +48467,7 @@ declare const useMarketState: (marketAddr?: Address) => {
|
|
|
48472
48467
|
};
|
|
48473
48468
|
//#endregion
|
|
48474
48469
|
//#region src/hooks/options/useMarketVolume.d.ts
|
|
48475
|
-
declare const useMarketVolume: (marketAddr
|
|
48470
|
+
declare const useMarketVolume: (marketAddr: Address | undefined) => {
|
|
48476
48471
|
error: Error;
|
|
48477
48472
|
isError: true;
|
|
48478
48473
|
isPending: false;
|
|
@@ -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
|
|
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;
|
|
@@ -48972,7 +48967,7 @@ declare const useMintOption: (marketAddr?: Address) => _tanstack_react_query1.Us
|
|
|
48972
48967
|
//#endregion
|
|
48973
48968
|
//#region src/hooks/options/useUserOptions.d.ts
|
|
48974
48969
|
type OptionData = ReturnType<typeof useUserOptions>['data'][0];
|
|
48975
|
-
declare const useUserOptions: (userAddr
|
|
48970
|
+
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => {
|
|
48976
48971
|
error: Error;
|
|
48977
48972
|
isError: true;
|
|
48978
48973
|
isPending: false;
|
|
@@ -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
|
|
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
|
|
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>;
|
|
@@ -51068,7 +51063,7 @@ type ExerciseOptionEvent = Extract<OptionEvent, {
|
|
|
51068
51063
|
type ExtendEvent = Extract<OptionEvent, {
|
|
51069
51064
|
type: 'extend';
|
|
51070
51065
|
}>;
|
|
51071
|
-
declare const useOptionTimeline: (marketAddr
|
|
51066
|
+
declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => {
|
|
51072
51067
|
error: Error;
|
|
51073
51068
|
isError: true;
|
|
51074
51069
|
isPending: false;
|
|
@@ -51917,7 +51912,7 @@ declare const useOptionTimeline: (marketAddr?: Address, optionId?: bigint) => {
|
|
|
51917
51912
|
};
|
|
51918
51913
|
//#endregion
|
|
51919
51914
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
51920
|
-
declare const useMintPerp: (marketAddr
|
|
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,17 +51920,17 @@ declare const useMintPerp: (marketAddr?: Address) => _tanstack_react_query1.UseM
|
|
|
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
|
|
51938
|
-
declare const useUserPerps: (marketAddr
|
|
51933
|
+
declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => {
|
|
51939
51934
|
error: Error;
|
|
51940
51935
|
isError: true;
|
|
51941
51936
|
isPending: false;
|
|
@@ -52242,7 +52237,7 @@ declare const useUserPerps: (marketAddr?: Address, userAddr?: Address, type?: "a
|
|
|
52242
52237
|
closed: boolean;
|
|
52243
52238
|
}[];
|
|
52244
52239
|
};
|
|
52245
|
-
declare const useActiveUserPerps: (marketAddr
|
|
52240
|
+
declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => {
|
|
52246
52241
|
error: Error;
|
|
52247
52242
|
isError: true;
|
|
52248
52243
|
isPending: false;
|
|
@@ -52549,7 +52544,7 @@ declare const useActiveUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
52549
52544
|
closed: boolean;
|
|
52550
52545
|
}[];
|
|
52551
52546
|
};
|
|
52552
|
-
declare const useClosedUserPerps: (marketAddr
|
|
52547
|
+
declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => {
|
|
52553
52548
|
error: Error;
|
|
52554
52549
|
isError: true;
|
|
52555
52550
|
isPending: false;
|
|
@@ -52859,7 +52854,7 @@ declare const useClosedUserPerps: (marketAddr?: Address, userAddr?: Address) =>
|
|
|
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
|
|
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 {
|
|
@@ -53792,7 +53787,7 @@ interface BurnPosition {
|
|
|
53792
53787
|
tickUpper: number;
|
|
53793
53788
|
liquidity: bigint;
|
|
53794
53789
|
}
|
|
53795
|
-
declare const useBurnLiquidity: (vaultAddr
|
|
53790
|
+
declare const useBurnLiquidity: (vaultAddr: Address | undefined) => {
|
|
53796
53791
|
burnMultiple: (positions: BurnPosition[]) => Promise<void>;
|
|
53797
53792
|
burn: (tickLower: number, tickUpper: number, liquidity: bigint) => Promise<`0x${string}`>;
|
|
53798
53793
|
hash: `0x${string}` | undefined;
|
|
@@ -53805,8 +53800,8 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
53805
53800
|
//#endregion
|
|
53806
53801
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
53807
53802
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
53808
|
-
declare const useLiquidityBlocks: (vaultAddr
|
|
53809
|
-
error:
|
|
53803
|
+
declare const useLiquidityBlocks: (vaultAddr: Address | undefined) => {
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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) => {
|
|
|
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,10 +54198,10 @@ interface MintPositionParams {
|
|
|
54203
54198
|
tickUpper: number;
|
|
54204
54199
|
liquidity: bigint;
|
|
54205
54200
|
}
|
|
54206
|
-
declare const useMintLiquidity: (vaultAddr
|
|
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
|
-
declare const useVaultData: (vaultAddr
|
|
54204
|
+
declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
54210
54205
|
poolManager: `0x${string}`;
|
|
54211
54206
|
poolKey: {
|
|
54212
54207
|
currency0: `0x${string}`;
|
|
@@ -54219,7 +54214,7 @@ declare const useVaultData: (vaultAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
54219
54214
|
} | undefined>>;
|
|
54220
54215
|
//#endregion
|
|
54221
54216
|
//#region src/hooks/vault/useVaultTVL.d.ts
|
|
54222
|
-
declare const useVaultTVL: (vaultAddr
|
|
54217
|
+
declare const useVaultTVL: (vaultAddr: Address | undefined) => {
|
|
54223
54218
|
tvlAs0?: undefined;
|
|
54224
54219
|
tvlAs1?: undefined;
|
|
54225
54220
|
total0?: undefined;
|
|
@@ -54236,12 +54231,12 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
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
|
|
54243
54238
|
type TokenData = ReturnType<typeof useTokenData>;
|
|
54244
|
-
declare const useTokenData: (tokenAddr
|
|
54239
|
+
declare const useTokenData: (tokenAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
54245
54240
|
decimals: number;
|
|
54246
54241
|
symbol: string;
|
|
54247
54242
|
name: string;
|
|
@@ -54249,7 +54244,7 @@ declare const useTokenData: (tokenAddr?: Address) => Partial<NonUndefinedGuard<{
|
|
|
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: {
|
|
@@ -54887,11 +54882,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => {
|
|
|
54887
54882
|
};
|
|
54888
54883
|
//#endregion
|
|
54889
54884
|
//#region src/hooks/guardian/usePauseGlobalTrading.d.ts
|
|
54890
|
-
declare const usePauseGlobalTrading: ({
|
|
54891
|
-
marketAddr
|
|
54892
|
-
}: {
|
|
54893
|
-
marketAddr?: Address;
|
|
54894
|
-
}) => {
|
|
54885
|
+
declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
54895
54886
|
error: null;
|
|
54896
54887
|
data: undefined;
|
|
54897
54888
|
status: "idle";
|
|
@@ -54906,7 +54897,7 @@ declare const usePauseGlobalTrading: ({
|
|
|
54906
54897
|
reset: () => void;
|
|
54907
54898
|
context: unknown;
|
|
54908
54899
|
submittedAt: number;
|
|
54909
|
-
writeContract:
|
|
54900
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
54910
54901
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
54911
54902
|
} | {
|
|
54912
54903
|
error: null;
|
|
@@ -54919,12 +54910,12 @@ declare const usePauseGlobalTrading: ({
|
|
|
54919
54910
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54920
54911
|
isPaused: boolean;
|
|
54921
54912
|
variables: {
|
|
54922
|
-
abi:
|
|
54913
|
+
abi: abitype35.Abi;
|
|
54923
54914
|
functionName: string;
|
|
54924
54915
|
args?: readonly unknown[] | undefined;
|
|
54925
54916
|
address: Address;
|
|
54926
|
-
chain?:
|
|
54927
|
-
account?: `0x${string}` |
|
|
54917
|
+
chain?: viem533.Chain | null | undefined;
|
|
54918
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54928
54919
|
value?: bigint | undefined;
|
|
54929
54920
|
dataSuffix?: `0x${string}` | undefined;
|
|
54930
54921
|
type?: "legacy" | undefined;
|
|
@@ -54941,14 +54932,14 @@ declare const usePauseGlobalTrading: ({
|
|
|
54941
54932
|
sidecars?: undefined;
|
|
54942
54933
|
authorizationList?: undefined;
|
|
54943
54934
|
chainId?: number | undefined;
|
|
54944
|
-
connector?:
|
|
54935
|
+
connector?: wagmi44.Connector | undefined;
|
|
54945
54936
|
} | {
|
|
54946
|
-
abi:
|
|
54937
|
+
abi: abitype35.Abi;
|
|
54947
54938
|
functionName: string;
|
|
54948
54939
|
args?: readonly unknown[] | undefined;
|
|
54949
54940
|
address: Address;
|
|
54950
|
-
chain?:
|
|
54951
|
-
account?: `0x${string}` |
|
|
54941
|
+
chain?: viem533.Chain | null | undefined;
|
|
54942
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54952
54943
|
value?: bigint | undefined;
|
|
54953
54944
|
dataSuffix?: `0x${string}` | undefined;
|
|
54954
54945
|
type?: "eip2930" | undefined;
|
|
@@ -54961,18 +54952,18 @@ declare const usePauseGlobalTrading: ({
|
|
|
54961
54952
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54962
54953
|
maxFeePerGas?: undefined | undefined;
|
|
54963
54954
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
54964
|
-
accessList?:
|
|
54955
|
+
accessList?: viem533.AccessList | undefined;
|
|
54965
54956
|
sidecars?: undefined;
|
|
54966
54957
|
authorizationList?: undefined;
|
|
54967
54958
|
chainId?: number | undefined;
|
|
54968
|
-
connector?:
|
|
54959
|
+
connector?: wagmi44.Connector | undefined;
|
|
54969
54960
|
} | {
|
|
54970
|
-
abi:
|
|
54961
|
+
abi: abitype35.Abi;
|
|
54971
54962
|
functionName: string;
|
|
54972
54963
|
args?: readonly unknown[] | undefined;
|
|
54973
54964
|
address: Address;
|
|
54974
|
-
chain?:
|
|
54975
|
-
account?: `0x${string}` |
|
|
54965
|
+
chain?: viem533.Chain | null | undefined;
|
|
54966
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
54976
54967
|
value?: bigint | undefined;
|
|
54977
54968
|
dataSuffix?: `0x${string}` | undefined;
|
|
54978
54969
|
type?: "eip1559" | undefined;
|
|
@@ -54985,66 +54976,66 @@ declare const usePauseGlobalTrading: ({
|
|
|
54985
54976
|
maxFeePerBlobGas?: undefined | undefined;
|
|
54986
54977
|
maxFeePerGas?: bigint | undefined;
|
|
54987
54978
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
54988
|
-
accessList?:
|
|
54979
|
+
accessList?: viem533.AccessList | undefined;
|
|
54989
54980
|
sidecars?: undefined;
|
|
54990
54981
|
authorizationList?: undefined;
|
|
54991
54982
|
chainId?: number | undefined;
|
|
54992
|
-
connector?:
|
|
54983
|
+
connector?: wagmi44.Connector | undefined;
|
|
54993
54984
|
} | {
|
|
54994
|
-
abi:
|
|
54985
|
+
abi: abitype35.Abi;
|
|
54995
54986
|
functionName: string;
|
|
54996
54987
|
args?: readonly unknown[] | undefined;
|
|
54997
54988
|
address: Address;
|
|
54998
|
-
chain?:
|
|
54999
|
-
account?: `0x${string}` |
|
|
54989
|
+
chain?: viem533.Chain | null | undefined;
|
|
54990
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55000
54991
|
value?: bigint | undefined;
|
|
55001
54992
|
dataSuffix?: `0x${string}` | undefined;
|
|
55002
54993
|
type?: "eip4844" | undefined;
|
|
55003
54994
|
gas?: bigint | undefined;
|
|
55004
54995
|
nonce?: number | undefined;
|
|
55005
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55006
|
-
blobVersionedHashes: readonly
|
|
54996
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
54997
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55007
54998
|
kzg?: undefined;
|
|
55008
54999
|
gasPrice?: undefined | undefined;
|
|
55009
55000
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55010
55001
|
maxFeePerGas?: bigint | undefined;
|
|
55011
55002
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55012
|
-
accessList?:
|
|
55013
|
-
sidecars?: readonly
|
|
55003
|
+
accessList?: viem533.AccessList | undefined;
|
|
55004
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55014
55005
|
authorizationList?: undefined;
|
|
55015
55006
|
chainId?: number | undefined;
|
|
55016
|
-
connector?:
|
|
55007
|
+
connector?: wagmi44.Connector | undefined;
|
|
55017
55008
|
} | {
|
|
55018
|
-
abi:
|
|
55009
|
+
abi: abitype35.Abi;
|
|
55019
55010
|
functionName: string;
|
|
55020
55011
|
args?: readonly unknown[] | undefined;
|
|
55021
55012
|
address: Address;
|
|
55022
|
-
chain?:
|
|
55023
|
-
account?: `0x${string}` |
|
|
55013
|
+
chain?: viem533.Chain | null | undefined;
|
|
55014
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55024
55015
|
value?: bigint | undefined;
|
|
55025
55016
|
dataSuffix?: `0x${string}` | undefined;
|
|
55026
55017
|
type?: "eip4844" | undefined;
|
|
55027
55018
|
gas?: bigint | undefined;
|
|
55028
55019
|
nonce?: number | undefined;
|
|
55029
|
-
blobs: readonly
|
|
55020
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55030
55021
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55031
|
-
kzg?:
|
|
55022
|
+
kzg?: viem533.Kzg | undefined;
|
|
55032
55023
|
gasPrice?: undefined | undefined;
|
|
55033
55024
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55034
55025
|
maxFeePerGas?: bigint | undefined;
|
|
55035
55026
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55036
|
-
accessList?:
|
|
55037
|
-
sidecars?: readonly
|
|
55027
|
+
accessList?: viem533.AccessList | undefined;
|
|
55028
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55038
55029
|
authorizationList?: undefined;
|
|
55039
55030
|
chainId?: number | undefined;
|
|
55040
|
-
connector?:
|
|
55031
|
+
connector?: wagmi44.Connector | undefined;
|
|
55041
55032
|
} | {
|
|
55042
|
-
abi:
|
|
55033
|
+
abi: abitype35.Abi;
|
|
55043
55034
|
functionName: string;
|
|
55044
55035
|
args?: readonly unknown[] | undefined;
|
|
55045
55036
|
address: Address;
|
|
55046
|
-
chain?:
|
|
55047
|
-
account?: `0x${string}` |
|
|
55037
|
+
chain?: viem533.Chain | null | undefined;
|
|
55038
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55048
55039
|
value?: bigint | undefined;
|
|
55049
55040
|
dataSuffix?: `0x${string}` | undefined;
|
|
55050
55041
|
type?: "eip7702" | undefined;
|
|
@@ -55057,17 +55048,17 @@ declare const usePauseGlobalTrading: ({
|
|
|
55057
55048
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55058
55049
|
maxFeePerGas?: bigint | undefined;
|
|
55059
55050
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55060
|
-
accessList?:
|
|
55051
|
+
accessList?: viem533.AccessList | undefined;
|
|
55061
55052
|
sidecars?: undefined;
|
|
55062
|
-
authorizationList?:
|
|
55053
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55063
55054
|
chainId?: number | undefined;
|
|
55064
|
-
connector?:
|
|
55055
|
+
connector?: wagmi44.Connector | undefined;
|
|
55065
55056
|
};
|
|
55066
55057
|
isIdle: false;
|
|
55067
55058
|
reset: () => void;
|
|
55068
55059
|
context: unknown;
|
|
55069
55060
|
submittedAt: number;
|
|
55070
|
-
writeContract:
|
|
55061
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55071
55062
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55072
55063
|
} | {
|
|
55073
55064
|
error: _wagmi_core0.WriteContractErrorType;
|
|
@@ -55080,12 +55071,12 @@ declare const usePauseGlobalTrading: ({
|
|
|
55080
55071
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55081
55072
|
isPaused: boolean;
|
|
55082
55073
|
variables: {
|
|
55083
|
-
abi:
|
|
55074
|
+
abi: abitype35.Abi;
|
|
55084
55075
|
functionName: string;
|
|
55085
55076
|
args?: readonly unknown[] | undefined;
|
|
55086
55077
|
address: Address;
|
|
55087
|
-
chain?:
|
|
55088
|
-
account?: `0x${string}` |
|
|
55078
|
+
chain?: viem533.Chain | null | undefined;
|
|
55079
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55089
55080
|
value?: bigint | undefined;
|
|
55090
55081
|
dataSuffix?: `0x${string}` | undefined;
|
|
55091
55082
|
type?: "legacy" | undefined;
|
|
@@ -55102,14 +55093,14 @@ declare const usePauseGlobalTrading: ({
|
|
|
55102
55093
|
sidecars?: undefined;
|
|
55103
55094
|
authorizationList?: undefined;
|
|
55104
55095
|
chainId?: number | undefined;
|
|
55105
|
-
connector?:
|
|
55096
|
+
connector?: wagmi44.Connector | undefined;
|
|
55106
55097
|
} | {
|
|
55107
|
-
abi:
|
|
55098
|
+
abi: abitype35.Abi;
|
|
55108
55099
|
functionName: string;
|
|
55109
55100
|
args?: readonly unknown[] | undefined;
|
|
55110
55101
|
address: Address;
|
|
55111
|
-
chain?:
|
|
55112
|
-
account?: `0x${string}` |
|
|
55102
|
+
chain?: viem533.Chain | null | undefined;
|
|
55103
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55113
55104
|
value?: bigint | undefined;
|
|
55114
55105
|
dataSuffix?: `0x${string}` | undefined;
|
|
55115
55106
|
type?: "eip2930" | undefined;
|
|
@@ -55122,18 +55113,18 @@ declare const usePauseGlobalTrading: ({
|
|
|
55122
55113
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55123
55114
|
maxFeePerGas?: undefined | undefined;
|
|
55124
55115
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55125
|
-
accessList?:
|
|
55116
|
+
accessList?: viem533.AccessList | undefined;
|
|
55126
55117
|
sidecars?: undefined;
|
|
55127
55118
|
authorizationList?: undefined;
|
|
55128
55119
|
chainId?: number | undefined;
|
|
55129
|
-
connector?:
|
|
55120
|
+
connector?: wagmi44.Connector | undefined;
|
|
55130
55121
|
} | {
|
|
55131
|
-
abi:
|
|
55122
|
+
abi: abitype35.Abi;
|
|
55132
55123
|
functionName: string;
|
|
55133
55124
|
args?: readonly unknown[] | undefined;
|
|
55134
55125
|
address: Address;
|
|
55135
|
-
chain?:
|
|
55136
|
-
account?: `0x${string}` |
|
|
55126
|
+
chain?: viem533.Chain | null | undefined;
|
|
55127
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55137
55128
|
value?: bigint | undefined;
|
|
55138
55129
|
dataSuffix?: `0x${string}` | undefined;
|
|
55139
55130
|
type?: "eip1559" | undefined;
|
|
@@ -55146,66 +55137,66 @@ declare const usePauseGlobalTrading: ({
|
|
|
55146
55137
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55147
55138
|
maxFeePerGas?: bigint | undefined;
|
|
55148
55139
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55149
|
-
accessList?:
|
|
55140
|
+
accessList?: viem533.AccessList | undefined;
|
|
55150
55141
|
sidecars?: undefined;
|
|
55151
55142
|
authorizationList?: undefined;
|
|
55152
55143
|
chainId?: number | undefined;
|
|
55153
|
-
connector?:
|
|
55144
|
+
connector?: wagmi44.Connector | undefined;
|
|
55154
55145
|
} | {
|
|
55155
|
-
abi:
|
|
55146
|
+
abi: abitype35.Abi;
|
|
55156
55147
|
functionName: string;
|
|
55157
55148
|
args?: readonly unknown[] | undefined;
|
|
55158
55149
|
address: Address;
|
|
55159
|
-
chain?:
|
|
55160
|
-
account?: `0x${string}` |
|
|
55150
|
+
chain?: viem533.Chain | null | undefined;
|
|
55151
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55161
55152
|
value?: bigint | undefined;
|
|
55162
55153
|
dataSuffix?: `0x${string}` | undefined;
|
|
55163
55154
|
type?: "eip4844" | undefined;
|
|
55164
55155
|
gas?: bigint | undefined;
|
|
55165
55156
|
nonce?: number | undefined;
|
|
55166
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55167
|
-
blobVersionedHashes: readonly
|
|
55157
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55158
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55168
55159
|
kzg?: undefined;
|
|
55169
55160
|
gasPrice?: undefined | undefined;
|
|
55170
55161
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55171
55162
|
maxFeePerGas?: bigint | undefined;
|
|
55172
55163
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55173
|
-
accessList?:
|
|
55174
|
-
sidecars?: readonly
|
|
55164
|
+
accessList?: viem533.AccessList | undefined;
|
|
55165
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55175
55166
|
authorizationList?: undefined;
|
|
55176
55167
|
chainId?: number | undefined;
|
|
55177
|
-
connector?:
|
|
55168
|
+
connector?: wagmi44.Connector | undefined;
|
|
55178
55169
|
} | {
|
|
55179
|
-
abi:
|
|
55170
|
+
abi: abitype35.Abi;
|
|
55180
55171
|
functionName: string;
|
|
55181
55172
|
args?: readonly unknown[] | undefined;
|
|
55182
55173
|
address: Address;
|
|
55183
|
-
chain?:
|
|
55184
|
-
account?: `0x${string}` |
|
|
55174
|
+
chain?: viem533.Chain | null | undefined;
|
|
55175
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55185
55176
|
value?: bigint | undefined;
|
|
55186
55177
|
dataSuffix?: `0x${string}` | undefined;
|
|
55187
55178
|
type?: "eip4844" | undefined;
|
|
55188
55179
|
gas?: bigint | undefined;
|
|
55189
55180
|
nonce?: number | undefined;
|
|
55190
|
-
blobs: readonly
|
|
55181
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55191
55182
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55192
|
-
kzg?:
|
|
55183
|
+
kzg?: viem533.Kzg | undefined;
|
|
55193
55184
|
gasPrice?: undefined | undefined;
|
|
55194
55185
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55195
55186
|
maxFeePerGas?: bigint | undefined;
|
|
55196
55187
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55197
|
-
accessList?:
|
|
55198
|
-
sidecars?: readonly
|
|
55188
|
+
accessList?: viem533.AccessList | undefined;
|
|
55189
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55199
55190
|
authorizationList?: undefined;
|
|
55200
55191
|
chainId?: number | undefined;
|
|
55201
|
-
connector?:
|
|
55192
|
+
connector?: wagmi44.Connector | undefined;
|
|
55202
55193
|
} | {
|
|
55203
|
-
abi:
|
|
55194
|
+
abi: abitype35.Abi;
|
|
55204
55195
|
functionName: string;
|
|
55205
55196
|
args?: readonly unknown[] | undefined;
|
|
55206
55197
|
address: Address;
|
|
55207
|
-
chain?:
|
|
55208
|
-
account?: `0x${string}` |
|
|
55198
|
+
chain?: viem533.Chain | null | undefined;
|
|
55199
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55209
55200
|
value?: bigint | undefined;
|
|
55210
55201
|
dataSuffix?: `0x${string}` | undefined;
|
|
55211
55202
|
type?: "eip7702" | undefined;
|
|
@@ -55218,17 +55209,17 @@ declare const usePauseGlobalTrading: ({
|
|
|
55218
55209
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55219
55210
|
maxFeePerGas?: bigint | undefined;
|
|
55220
55211
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55221
|
-
accessList?:
|
|
55212
|
+
accessList?: viem533.AccessList | undefined;
|
|
55222
55213
|
sidecars?: undefined;
|
|
55223
|
-
authorizationList?:
|
|
55214
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55224
55215
|
chainId?: number | undefined;
|
|
55225
|
-
connector?:
|
|
55216
|
+
connector?: wagmi44.Connector | undefined;
|
|
55226
55217
|
};
|
|
55227
55218
|
isIdle: false;
|
|
55228
55219
|
reset: () => void;
|
|
55229
55220
|
context: unknown;
|
|
55230
55221
|
submittedAt: number;
|
|
55231
|
-
writeContract:
|
|
55222
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55232
55223
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55233
55224
|
} | {
|
|
55234
55225
|
error: null;
|
|
@@ -55241,12 +55232,12 @@ declare const usePauseGlobalTrading: ({
|
|
|
55241
55232
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55242
55233
|
isPaused: boolean;
|
|
55243
55234
|
variables: {
|
|
55244
|
-
abi:
|
|
55235
|
+
abi: abitype35.Abi;
|
|
55245
55236
|
functionName: string;
|
|
55246
55237
|
args?: readonly unknown[] | undefined;
|
|
55247
55238
|
address: Address;
|
|
55248
|
-
chain?:
|
|
55249
|
-
account?: `0x${string}` |
|
|
55239
|
+
chain?: viem533.Chain | null | undefined;
|
|
55240
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55250
55241
|
value?: bigint | undefined;
|
|
55251
55242
|
dataSuffix?: `0x${string}` | undefined;
|
|
55252
55243
|
type?: "legacy" | undefined;
|
|
@@ -55263,14 +55254,14 @@ declare const usePauseGlobalTrading: ({
|
|
|
55263
55254
|
sidecars?: undefined;
|
|
55264
55255
|
authorizationList?: undefined;
|
|
55265
55256
|
chainId?: number | undefined;
|
|
55266
|
-
connector?:
|
|
55257
|
+
connector?: wagmi44.Connector | undefined;
|
|
55267
55258
|
} | {
|
|
55268
|
-
abi:
|
|
55259
|
+
abi: abitype35.Abi;
|
|
55269
55260
|
functionName: string;
|
|
55270
55261
|
args?: readonly unknown[] | undefined;
|
|
55271
55262
|
address: Address;
|
|
55272
|
-
chain?:
|
|
55273
|
-
account?: `0x${string}` |
|
|
55263
|
+
chain?: viem533.Chain | null | undefined;
|
|
55264
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55274
55265
|
value?: bigint | undefined;
|
|
55275
55266
|
dataSuffix?: `0x${string}` | undefined;
|
|
55276
55267
|
type?: "eip2930" | undefined;
|
|
@@ -55283,18 +55274,18 @@ declare const usePauseGlobalTrading: ({
|
|
|
55283
55274
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55284
55275
|
maxFeePerGas?: undefined | undefined;
|
|
55285
55276
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55286
|
-
accessList?:
|
|
55277
|
+
accessList?: viem533.AccessList | undefined;
|
|
55287
55278
|
sidecars?: undefined;
|
|
55288
55279
|
authorizationList?: undefined;
|
|
55289
55280
|
chainId?: number | undefined;
|
|
55290
|
-
connector?:
|
|
55281
|
+
connector?: wagmi44.Connector | undefined;
|
|
55291
55282
|
} | {
|
|
55292
|
-
abi:
|
|
55283
|
+
abi: abitype35.Abi;
|
|
55293
55284
|
functionName: string;
|
|
55294
55285
|
args?: readonly unknown[] | undefined;
|
|
55295
55286
|
address: Address;
|
|
55296
|
-
chain?:
|
|
55297
|
-
account?: `0x${string}` |
|
|
55287
|
+
chain?: viem533.Chain | null | undefined;
|
|
55288
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55298
55289
|
value?: bigint | undefined;
|
|
55299
55290
|
dataSuffix?: `0x${string}` | undefined;
|
|
55300
55291
|
type?: "eip1559" | undefined;
|
|
@@ -55307,66 +55298,66 @@ declare const usePauseGlobalTrading: ({
|
|
|
55307
55298
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55308
55299
|
maxFeePerGas?: bigint | undefined;
|
|
55309
55300
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55310
|
-
accessList?:
|
|
55301
|
+
accessList?: viem533.AccessList | undefined;
|
|
55311
55302
|
sidecars?: undefined;
|
|
55312
55303
|
authorizationList?: undefined;
|
|
55313
55304
|
chainId?: number | undefined;
|
|
55314
|
-
connector?:
|
|
55305
|
+
connector?: wagmi44.Connector | undefined;
|
|
55315
55306
|
} | {
|
|
55316
|
-
abi:
|
|
55307
|
+
abi: abitype35.Abi;
|
|
55317
55308
|
functionName: string;
|
|
55318
55309
|
args?: readonly unknown[] | undefined;
|
|
55319
55310
|
address: Address;
|
|
55320
|
-
chain?:
|
|
55321
|
-
account?: `0x${string}` |
|
|
55311
|
+
chain?: viem533.Chain | null | undefined;
|
|
55312
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55322
55313
|
value?: bigint | undefined;
|
|
55323
55314
|
dataSuffix?: `0x${string}` | undefined;
|
|
55324
55315
|
type?: "eip4844" | undefined;
|
|
55325
55316
|
gas?: bigint | undefined;
|
|
55326
55317
|
nonce?: number | undefined;
|
|
55327
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55328
|
-
blobVersionedHashes: readonly
|
|
55318
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55319
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55329
55320
|
kzg?: undefined;
|
|
55330
55321
|
gasPrice?: undefined | undefined;
|
|
55331
55322
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55332
55323
|
maxFeePerGas?: bigint | undefined;
|
|
55333
55324
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55334
|
-
accessList?:
|
|
55335
|
-
sidecars?: readonly
|
|
55325
|
+
accessList?: viem533.AccessList | undefined;
|
|
55326
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55336
55327
|
authorizationList?: undefined;
|
|
55337
55328
|
chainId?: number | undefined;
|
|
55338
|
-
connector?:
|
|
55329
|
+
connector?: wagmi44.Connector | undefined;
|
|
55339
55330
|
} | {
|
|
55340
|
-
abi:
|
|
55331
|
+
abi: abitype35.Abi;
|
|
55341
55332
|
functionName: string;
|
|
55342
55333
|
args?: readonly unknown[] | undefined;
|
|
55343
55334
|
address: Address;
|
|
55344
|
-
chain?:
|
|
55345
|
-
account?: `0x${string}` |
|
|
55335
|
+
chain?: viem533.Chain | null | undefined;
|
|
55336
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55346
55337
|
value?: bigint | undefined;
|
|
55347
55338
|
dataSuffix?: `0x${string}` | undefined;
|
|
55348
55339
|
type?: "eip4844" | undefined;
|
|
55349
55340
|
gas?: bigint | undefined;
|
|
55350
55341
|
nonce?: number | undefined;
|
|
55351
|
-
blobs: readonly
|
|
55342
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55352
55343
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55353
|
-
kzg?:
|
|
55344
|
+
kzg?: viem533.Kzg | undefined;
|
|
55354
55345
|
gasPrice?: undefined | undefined;
|
|
55355
55346
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55356
55347
|
maxFeePerGas?: bigint | undefined;
|
|
55357
55348
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55358
|
-
accessList?:
|
|
55359
|
-
sidecars?: readonly
|
|
55349
|
+
accessList?: viem533.AccessList | undefined;
|
|
55350
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55360
55351
|
authorizationList?: undefined;
|
|
55361
55352
|
chainId?: number | undefined;
|
|
55362
|
-
connector?:
|
|
55353
|
+
connector?: wagmi44.Connector | undefined;
|
|
55363
55354
|
} | {
|
|
55364
|
-
abi:
|
|
55355
|
+
abi: abitype35.Abi;
|
|
55365
55356
|
functionName: string;
|
|
55366
55357
|
args?: readonly unknown[] | undefined;
|
|
55367
55358
|
address: Address;
|
|
55368
|
-
chain?:
|
|
55369
|
-
account?: `0x${string}` |
|
|
55359
|
+
chain?: viem533.Chain | null | undefined;
|
|
55360
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55370
55361
|
value?: bigint | undefined;
|
|
55371
55362
|
dataSuffix?: `0x${string}` | undefined;
|
|
55372
55363
|
type?: "eip7702" | undefined;
|
|
@@ -55379,26 +55370,22 @@ declare const usePauseGlobalTrading: ({
|
|
|
55379
55370
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55380
55371
|
maxFeePerGas?: bigint | undefined;
|
|
55381
55372
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55382
|
-
accessList?:
|
|
55373
|
+
accessList?: viem533.AccessList | undefined;
|
|
55383
55374
|
sidecars?: undefined;
|
|
55384
|
-
authorizationList?:
|
|
55375
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55385
55376
|
chainId?: number | undefined;
|
|
55386
|
-
connector?:
|
|
55377
|
+
connector?: wagmi44.Connector | undefined;
|
|
55387
55378
|
};
|
|
55388
55379
|
isIdle: false;
|
|
55389
55380
|
reset: () => void;
|
|
55390
55381
|
context: unknown;
|
|
55391
55382
|
submittedAt: number;
|
|
55392
|
-
writeContract:
|
|
55383
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55393
55384
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55394
55385
|
};
|
|
55395
55386
|
//#endregion
|
|
55396
55387
|
//#region src/hooks/guardian/usePauseMarketTrading.d.ts
|
|
55397
|
-
declare const usePauseMarketTrading: ({
|
|
55398
|
-
marketAddr
|
|
55399
|
-
}: {
|
|
55400
|
-
marketAddr?: Address;
|
|
55401
|
-
}) => {
|
|
55388
|
+
declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
55402
55389
|
error: null;
|
|
55403
55390
|
data: undefined;
|
|
55404
55391
|
status: "idle";
|
|
@@ -55413,7 +55400,7 @@ declare const usePauseMarketTrading: ({
|
|
|
55413
55400
|
reset: () => void;
|
|
55414
55401
|
context: unknown;
|
|
55415
55402
|
submittedAt: number;
|
|
55416
|
-
writeContract:
|
|
55403
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55417
55404
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55418
55405
|
} | {
|
|
55419
55406
|
error: null;
|
|
@@ -55426,12 +55413,12 @@ declare const usePauseMarketTrading: ({
|
|
|
55426
55413
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55427
55414
|
isPaused: boolean;
|
|
55428
55415
|
variables: {
|
|
55429
|
-
abi:
|
|
55416
|
+
abi: abitype35.Abi;
|
|
55430
55417
|
functionName: string;
|
|
55431
55418
|
args?: readonly unknown[] | undefined;
|
|
55432
55419
|
address: Address;
|
|
55433
|
-
chain?:
|
|
55434
|
-
account?: `0x${string}` |
|
|
55420
|
+
chain?: viem533.Chain | null | undefined;
|
|
55421
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55435
55422
|
value?: bigint | undefined;
|
|
55436
55423
|
dataSuffix?: `0x${string}` | undefined;
|
|
55437
55424
|
type?: "legacy" | undefined;
|
|
@@ -55448,14 +55435,14 @@ declare const usePauseMarketTrading: ({
|
|
|
55448
55435
|
sidecars?: undefined;
|
|
55449
55436
|
authorizationList?: undefined;
|
|
55450
55437
|
chainId?: number | undefined;
|
|
55451
|
-
connector?:
|
|
55438
|
+
connector?: wagmi44.Connector | undefined;
|
|
55452
55439
|
} | {
|
|
55453
|
-
abi:
|
|
55440
|
+
abi: abitype35.Abi;
|
|
55454
55441
|
functionName: string;
|
|
55455
55442
|
args?: readonly unknown[] | undefined;
|
|
55456
55443
|
address: Address;
|
|
55457
|
-
chain?:
|
|
55458
|
-
account?: `0x${string}` |
|
|
55444
|
+
chain?: viem533.Chain | null | undefined;
|
|
55445
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55459
55446
|
value?: bigint | undefined;
|
|
55460
55447
|
dataSuffix?: `0x${string}` | undefined;
|
|
55461
55448
|
type?: "eip2930" | undefined;
|
|
@@ -55468,18 +55455,18 @@ declare const usePauseMarketTrading: ({
|
|
|
55468
55455
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55469
55456
|
maxFeePerGas?: undefined | undefined;
|
|
55470
55457
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55471
|
-
accessList?:
|
|
55458
|
+
accessList?: viem533.AccessList | undefined;
|
|
55472
55459
|
sidecars?: undefined;
|
|
55473
55460
|
authorizationList?: undefined;
|
|
55474
55461
|
chainId?: number | undefined;
|
|
55475
|
-
connector?:
|
|
55462
|
+
connector?: wagmi44.Connector | undefined;
|
|
55476
55463
|
} | {
|
|
55477
|
-
abi:
|
|
55464
|
+
abi: abitype35.Abi;
|
|
55478
55465
|
functionName: string;
|
|
55479
55466
|
args?: readonly unknown[] | undefined;
|
|
55480
55467
|
address: Address;
|
|
55481
|
-
chain?:
|
|
55482
|
-
account?: `0x${string}` |
|
|
55468
|
+
chain?: viem533.Chain | null | undefined;
|
|
55469
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55483
55470
|
value?: bigint | undefined;
|
|
55484
55471
|
dataSuffix?: `0x${string}` | undefined;
|
|
55485
55472
|
type?: "eip1559" | undefined;
|
|
@@ -55492,66 +55479,66 @@ declare const usePauseMarketTrading: ({
|
|
|
55492
55479
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55493
55480
|
maxFeePerGas?: bigint | undefined;
|
|
55494
55481
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55495
|
-
accessList?:
|
|
55482
|
+
accessList?: viem533.AccessList | undefined;
|
|
55496
55483
|
sidecars?: undefined;
|
|
55497
55484
|
authorizationList?: undefined;
|
|
55498
55485
|
chainId?: number | undefined;
|
|
55499
|
-
connector?:
|
|
55486
|
+
connector?: wagmi44.Connector | undefined;
|
|
55500
55487
|
} | {
|
|
55501
|
-
abi:
|
|
55488
|
+
abi: abitype35.Abi;
|
|
55502
55489
|
functionName: string;
|
|
55503
55490
|
args?: readonly unknown[] | undefined;
|
|
55504
55491
|
address: Address;
|
|
55505
|
-
chain?:
|
|
55506
|
-
account?: `0x${string}` |
|
|
55492
|
+
chain?: viem533.Chain | null | undefined;
|
|
55493
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55507
55494
|
value?: bigint | undefined;
|
|
55508
55495
|
dataSuffix?: `0x${string}` | undefined;
|
|
55509
55496
|
type?: "eip4844" | undefined;
|
|
55510
55497
|
gas?: bigint | undefined;
|
|
55511
55498
|
nonce?: number | undefined;
|
|
55512
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55513
|
-
blobVersionedHashes: readonly
|
|
55499
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55500
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55514
55501
|
kzg?: undefined;
|
|
55515
55502
|
gasPrice?: undefined | undefined;
|
|
55516
55503
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55517
55504
|
maxFeePerGas?: bigint | undefined;
|
|
55518
55505
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55519
|
-
accessList?:
|
|
55520
|
-
sidecars?: readonly
|
|
55506
|
+
accessList?: viem533.AccessList | undefined;
|
|
55507
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55521
55508
|
authorizationList?: undefined;
|
|
55522
55509
|
chainId?: number | undefined;
|
|
55523
|
-
connector?:
|
|
55510
|
+
connector?: wagmi44.Connector | undefined;
|
|
55524
55511
|
} | {
|
|
55525
|
-
abi:
|
|
55512
|
+
abi: abitype35.Abi;
|
|
55526
55513
|
functionName: string;
|
|
55527
55514
|
args?: readonly unknown[] | undefined;
|
|
55528
55515
|
address: Address;
|
|
55529
|
-
chain?:
|
|
55530
|
-
account?: `0x${string}` |
|
|
55516
|
+
chain?: viem533.Chain | null | undefined;
|
|
55517
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55531
55518
|
value?: bigint | undefined;
|
|
55532
55519
|
dataSuffix?: `0x${string}` | undefined;
|
|
55533
55520
|
type?: "eip4844" | undefined;
|
|
55534
55521
|
gas?: bigint | undefined;
|
|
55535
55522
|
nonce?: number | undefined;
|
|
55536
|
-
blobs: readonly
|
|
55523
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55537
55524
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55538
|
-
kzg?:
|
|
55525
|
+
kzg?: viem533.Kzg | undefined;
|
|
55539
55526
|
gasPrice?: undefined | undefined;
|
|
55540
55527
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55541
55528
|
maxFeePerGas?: bigint | undefined;
|
|
55542
55529
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55543
|
-
accessList?:
|
|
55544
|
-
sidecars?: readonly
|
|
55530
|
+
accessList?: viem533.AccessList | undefined;
|
|
55531
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55545
55532
|
authorizationList?: undefined;
|
|
55546
55533
|
chainId?: number | undefined;
|
|
55547
|
-
connector?:
|
|
55534
|
+
connector?: wagmi44.Connector | undefined;
|
|
55548
55535
|
} | {
|
|
55549
|
-
abi:
|
|
55536
|
+
abi: abitype35.Abi;
|
|
55550
55537
|
functionName: string;
|
|
55551
55538
|
args?: readonly unknown[] | undefined;
|
|
55552
55539
|
address: Address;
|
|
55553
|
-
chain?:
|
|
55554
|
-
account?: `0x${string}` |
|
|
55540
|
+
chain?: viem533.Chain | null | undefined;
|
|
55541
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55555
55542
|
value?: bigint | undefined;
|
|
55556
55543
|
dataSuffix?: `0x${string}` | undefined;
|
|
55557
55544
|
type?: "eip7702" | undefined;
|
|
@@ -55564,17 +55551,17 @@ declare const usePauseMarketTrading: ({
|
|
|
55564
55551
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55565
55552
|
maxFeePerGas?: bigint | undefined;
|
|
55566
55553
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55567
|
-
accessList?:
|
|
55554
|
+
accessList?: viem533.AccessList | undefined;
|
|
55568
55555
|
sidecars?: undefined;
|
|
55569
|
-
authorizationList?:
|
|
55556
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55570
55557
|
chainId?: number | undefined;
|
|
55571
|
-
connector?:
|
|
55558
|
+
connector?: wagmi44.Connector | undefined;
|
|
55572
55559
|
};
|
|
55573
55560
|
isIdle: false;
|
|
55574
55561
|
reset: () => void;
|
|
55575
55562
|
context: unknown;
|
|
55576
55563
|
submittedAt: number;
|
|
55577
|
-
writeContract:
|
|
55564
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55578
55565
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55579
55566
|
} | {
|
|
55580
55567
|
error: _wagmi_core0.WriteContractErrorType;
|
|
@@ -55587,12 +55574,12 @@ declare const usePauseMarketTrading: ({
|
|
|
55587
55574
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55588
55575
|
isPaused: boolean;
|
|
55589
55576
|
variables: {
|
|
55590
|
-
abi:
|
|
55577
|
+
abi: abitype35.Abi;
|
|
55591
55578
|
functionName: string;
|
|
55592
55579
|
args?: readonly unknown[] | undefined;
|
|
55593
55580
|
address: Address;
|
|
55594
|
-
chain?:
|
|
55595
|
-
account?: `0x${string}` |
|
|
55581
|
+
chain?: viem533.Chain | null | undefined;
|
|
55582
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55596
55583
|
value?: bigint | undefined;
|
|
55597
55584
|
dataSuffix?: `0x${string}` | undefined;
|
|
55598
55585
|
type?: "legacy" | undefined;
|
|
@@ -55609,14 +55596,14 @@ declare const usePauseMarketTrading: ({
|
|
|
55609
55596
|
sidecars?: undefined;
|
|
55610
55597
|
authorizationList?: undefined;
|
|
55611
55598
|
chainId?: number | undefined;
|
|
55612
|
-
connector?:
|
|
55599
|
+
connector?: wagmi44.Connector | undefined;
|
|
55613
55600
|
} | {
|
|
55614
|
-
abi:
|
|
55601
|
+
abi: abitype35.Abi;
|
|
55615
55602
|
functionName: string;
|
|
55616
55603
|
args?: readonly unknown[] | undefined;
|
|
55617
55604
|
address: Address;
|
|
55618
|
-
chain?:
|
|
55619
|
-
account?: `0x${string}` |
|
|
55605
|
+
chain?: viem533.Chain | null | undefined;
|
|
55606
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55620
55607
|
value?: bigint | undefined;
|
|
55621
55608
|
dataSuffix?: `0x${string}` | undefined;
|
|
55622
55609
|
type?: "eip2930" | undefined;
|
|
@@ -55629,18 +55616,18 @@ declare const usePauseMarketTrading: ({
|
|
|
55629
55616
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55630
55617
|
maxFeePerGas?: undefined | undefined;
|
|
55631
55618
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55632
|
-
accessList?:
|
|
55619
|
+
accessList?: viem533.AccessList | undefined;
|
|
55633
55620
|
sidecars?: undefined;
|
|
55634
55621
|
authorizationList?: undefined;
|
|
55635
55622
|
chainId?: number | undefined;
|
|
55636
|
-
connector?:
|
|
55623
|
+
connector?: wagmi44.Connector | undefined;
|
|
55637
55624
|
} | {
|
|
55638
|
-
abi:
|
|
55625
|
+
abi: abitype35.Abi;
|
|
55639
55626
|
functionName: string;
|
|
55640
55627
|
args?: readonly unknown[] | undefined;
|
|
55641
55628
|
address: Address;
|
|
55642
|
-
chain?:
|
|
55643
|
-
account?: `0x${string}` |
|
|
55629
|
+
chain?: viem533.Chain | null | undefined;
|
|
55630
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55644
55631
|
value?: bigint | undefined;
|
|
55645
55632
|
dataSuffix?: `0x${string}` | undefined;
|
|
55646
55633
|
type?: "eip1559" | undefined;
|
|
@@ -55653,66 +55640,66 @@ declare const usePauseMarketTrading: ({
|
|
|
55653
55640
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55654
55641
|
maxFeePerGas?: bigint | undefined;
|
|
55655
55642
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55656
|
-
accessList?:
|
|
55643
|
+
accessList?: viem533.AccessList | undefined;
|
|
55657
55644
|
sidecars?: undefined;
|
|
55658
55645
|
authorizationList?: undefined;
|
|
55659
55646
|
chainId?: number | undefined;
|
|
55660
|
-
connector?:
|
|
55647
|
+
connector?: wagmi44.Connector | undefined;
|
|
55661
55648
|
} | {
|
|
55662
|
-
abi:
|
|
55649
|
+
abi: abitype35.Abi;
|
|
55663
55650
|
functionName: string;
|
|
55664
55651
|
args?: readonly unknown[] | undefined;
|
|
55665
55652
|
address: Address;
|
|
55666
|
-
chain?:
|
|
55667
|
-
account?: `0x${string}` |
|
|
55653
|
+
chain?: viem533.Chain | null | undefined;
|
|
55654
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55668
55655
|
value?: bigint | undefined;
|
|
55669
55656
|
dataSuffix?: `0x${string}` | undefined;
|
|
55670
55657
|
type?: "eip4844" | undefined;
|
|
55671
55658
|
gas?: bigint | undefined;
|
|
55672
55659
|
nonce?: number | undefined;
|
|
55673
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55674
|
-
blobVersionedHashes: readonly
|
|
55660
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55661
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55675
55662
|
kzg?: undefined;
|
|
55676
55663
|
gasPrice?: undefined | undefined;
|
|
55677
55664
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55678
55665
|
maxFeePerGas?: bigint | undefined;
|
|
55679
55666
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55680
|
-
accessList?:
|
|
55681
|
-
sidecars?: readonly
|
|
55667
|
+
accessList?: viem533.AccessList | undefined;
|
|
55668
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55682
55669
|
authorizationList?: undefined;
|
|
55683
55670
|
chainId?: number | undefined;
|
|
55684
|
-
connector?:
|
|
55671
|
+
connector?: wagmi44.Connector | undefined;
|
|
55685
55672
|
} | {
|
|
55686
|
-
abi:
|
|
55673
|
+
abi: abitype35.Abi;
|
|
55687
55674
|
functionName: string;
|
|
55688
55675
|
args?: readonly unknown[] | undefined;
|
|
55689
55676
|
address: Address;
|
|
55690
|
-
chain?:
|
|
55691
|
-
account?: `0x${string}` |
|
|
55677
|
+
chain?: viem533.Chain | null | undefined;
|
|
55678
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55692
55679
|
value?: bigint | undefined;
|
|
55693
55680
|
dataSuffix?: `0x${string}` | undefined;
|
|
55694
55681
|
type?: "eip4844" | undefined;
|
|
55695
55682
|
gas?: bigint | undefined;
|
|
55696
55683
|
nonce?: number | undefined;
|
|
55697
|
-
blobs: readonly
|
|
55684
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55698
55685
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55699
|
-
kzg?:
|
|
55686
|
+
kzg?: viem533.Kzg | undefined;
|
|
55700
55687
|
gasPrice?: undefined | undefined;
|
|
55701
55688
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55702
55689
|
maxFeePerGas?: bigint | undefined;
|
|
55703
55690
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55704
|
-
accessList?:
|
|
55705
|
-
sidecars?: readonly
|
|
55691
|
+
accessList?: viem533.AccessList | undefined;
|
|
55692
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55706
55693
|
authorizationList?: undefined;
|
|
55707
55694
|
chainId?: number | undefined;
|
|
55708
|
-
connector?:
|
|
55695
|
+
connector?: wagmi44.Connector | undefined;
|
|
55709
55696
|
} | {
|
|
55710
|
-
abi:
|
|
55697
|
+
abi: abitype35.Abi;
|
|
55711
55698
|
functionName: string;
|
|
55712
55699
|
args?: readonly unknown[] | undefined;
|
|
55713
55700
|
address: Address;
|
|
55714
|
-
chain?:
|
|
55715
|
-
account?: `0x${string}` |
|
|
55701
|
+
chain?: viem533.Chain | null | undefined;
|
|
55702
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55716
55703
|
value?: bigint | undefined;
|
|
55717
55704
|
dataSuffix?: `0x${string}` | undefined;
|
|
55718
55705
|
type?: "eip7702" | undefined;
|
|
@@ -55725,17 +55712,17 @@ declare const usePauseMarketTrading: ({
|
|
|
55725
55712
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55726
55713
|
maxFeePerGas?: bigint | undefined;
|
|
55727
55714
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55728
|
-
accessList?:
|
|
55715
|
+
accessList?: viem533.AccessList | undefined;
|
|
55729
55716
|
sidecars?: undefined;
|
|
55730
|
-
authorizationList?:
|
|
55717
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55731
55718
|
chainId?: number | undefined;
|
|
55732
|
-
connector?:
|
|
55719
|
+
connector?: wagmi44.Connector | undefined;
|
|
55733
55720
|
};
|
|
55734
55721
|
isIdle: false;
|
|
55735
55722
|
reset: () => void;
|
|
55736
55723
|
context: unknown;
|
|
55737
55724
|
submittedAt: number;
|
|
55738
|
-
writeContract:
|
|
55725
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55739
55726
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55740
55727
|
} | {
|
|
55741
55728
|
error: null;
|
|
@@ -55748,12 +55735,12 @@ declare const usePauseMarketTrading: ({
|
|
|
55748
55735
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55749
55736
|
isPaused: boolean;
|
|
55750
55737
|
variables: {
|
|
55751
|
-
abi:
|
|
55738
|
+
abi: abitype35.Abi;
|
|
55752
55739
|
functionName: string;
|
|
55753
55740
|
args?: readonly unknown[] | undefined;
|
|
55754
55741
|
address: Address;
|
|
55755
|
-
chain?:
|
|
55756
|
-
account?: `0x${string}` |
|
|
55742
|
+
chain?: viem533.Chain | null | undefined;
|
|
55743
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55757
55744
|
value?: bigint | undefined;
|
|
55758
55745
|
dataSuffix?: `0x${string}` | undefined;
|
|
55759
55746
|
type?: "legacy" | undefined;
|
|
@@ -55770,14 +55757,14 @@ declare const usePauseMarketTrading: ({
|
|
|
55770
55757
|
sidecars?: undefined;
|
|
55771
55758
|
authorizationList?: undefined;
|
|
55772
55759
|
chainId?: number | undefined;
|
|
55773
|
-
connector?:
|
|
55760
|
+
connector?: wagmi44.Connector | undefined;
|
|
55774
55761
|
} | {
|
|
55775
|
-
abi:
|
|
55762
|
+
abi: abitype35.Abi;
|
|
55776
55763
|
functionName: string;
|
|
55777
55764
|
args?: readonly unknown[] | undefined;
|
|
55778
55765
|
address: Address;
|
|
55779
|
-
chain?:
|
|
55780
|
-
account?: `0x${string}` |
|
|
55766
|
+
chain?: viem533.Chain | null | undefined;
|
|
55767
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55781
55768
|
value?: bigint | undefined;
|
|
55782
55769
|
dataSuffix?: `0x${string}` | undefined;
|
|
55783
55770
|
type?: "eip2930" | undefined;
|
|
@@ -55790,18 +55777,18 @@ declare const usePauseMarketTrading: ({
|
|
|
55790
55777
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55791
55778
|
maxFeePerGas?: undefined | undefined;
|
|
55792
55779
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55793
|
-
accessList?:
|
|
55780
|
+
accessList?: viem533.AccessList | undefined;
|
|
55794
55781
|
sidecars?: undefined;
|
|
55795
55782
|
authorizationList?: undefined;
|
|
55796
55783
|
chainId?: number | undefined;
|
|
55797
|
-
connector?:
|
|
55784
|
+
connector?: wagmi44.Connector | undefined;
|
|
55798
55785
|
} | {
|
|
55799
|
-
abi:
|
|
55786
|
+
abi: abitype35.Abi;
|
|
55800
55787
|
functionName: string;
|
|
55801
55788
|
args?: readonly unknown[] | undefined;
|
|
55802
55789
|
address: Address;
|
|
55803
|
-
chain?:
|
|
55804
|
-
account?: `0x${string}` |
|
|
55790
|
+
chain?: viem533.Chain | null | undefined;
|
|
55791
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55805
55792
|
value?: bigint | undefined;
|
|
55806
55793
|
dataSuffix?: `0x${string}` | undefined;
|
|
55807
55794
|
type?: "eip1559" | undefined;
|
|
@@ -55814,66 +55801,66 @@ declare const usePauseMarketTrading: ({
|
|
|
55814
55801
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55815
55802
|
maxFeePerGas?: bigint | undefined;
|
|
55816
55803
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55817
|
-
accessList?:
|
|
55804
|
+
accessList?: viem533.AccessList | undefined;
|
|
55818
55805
|
sidecars?: undefined;
|
|
55819
55806
|
authorizationList?: undefined;
|
|
55820
55807
|
chainId?: number | undefined;
|
|
55821
|
-
connector?:
|
|
55808
|
+
connector?: wagmi44.Connector | undefined;
|
|
55822
55809
|
} | {
|
|
55823
|
-
abi:
|
|
55810
|
+
abi: abitype35.Abi;
|
|
55824
55811
|
functionName: string;
|
|
55825
55812
|
args?: readonly unknown[] | undefined;
|
|
55826
55813
|
address: Address;
|
|
55827
|
-
chain?:
|
|
55828
|
-
account?: `0x${string}` |
|
|
55814
|
+
chain?: viem533.Chain | null | undefined;
|
|
55815
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55829
55816
|
value?: bigint | undefined;
|
|
55830
55817
|
dataSuffix?: `0x${string}` | undefined;
|
|
55831
55818
|
type?: "eip4844" | undefined;
|
|
55832
55819
|
gas?: bigint | undefined;
|
|
55833
55820
|
nonce?: number | undefined;
|
|
55834
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
55835
|
-
blobVersionedHashes: readonly
|
|
55821
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
55822
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
55836
55823
|
kzg?: undefined;
|
|
55837
55824
|
gasPrice?: undefined | undefined;
|
|
55838
55825
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55839
55826
|
maxFeePerGas?: bigint | undefined;
|
|
55840
55827
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55841
|
-
accessList?:
|
|
55842
|
-
sidecars?: readonly
|
|
55828
|
+
accessList?: viem533.AccessList | undefined;
|
|
55829
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55843
55830
|
authorizationList?: undefined;
|
|
55844
55831
|
chainId?: number | undefined;
|
|
55845
|
-
connector?:
|
|
55832
|
+
connector?: wagmi44.Connector | undefined;
|
|
55846
55833
|
} | {
|
|
55847
|
-
abi:
|
|
55834
|
+
abi: abitype35.Abi;
|
|
55848
55835
|
functionName: string;
|
|
55849
55836
|
args?: readonly unknown[] | undefined;
|
|
55850
55837
|
address: Address;
|
|
55851
|
-
chain?:
|
|
55852
|
-
account?: `0x${string}` |
|
|
55838
|
+
chain?: viem533.Chain | null | undefined;
|
|
55839
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55853
55840
|
value?: bigint | undefined;
|
|
55854
55841
|
dataSuffix?: `0x${string}` | undefined;
|
|
55855
55842
|
type?: "eip4844" | undefined;
|
|
55856
55843
|
gas?: bigint | undefined;
|
|
55857
55844
|
nonce?: number | undefined;
|
|
55858
|
-
blobs: readonly
|
|
55845
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
55859
55846
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55860
|
-
kzg?:
|
|
55847
|
+
kzg?: viem533.Kzg | undefined;
|
|
55861
55848
|
gasPrice?: undefined | undefined;
|
|
55862
55849
|
maxFeePerBlobGas?: bigint | undefined;
|
|
55863
55850
|
maxFeePerGas?: bigint | undefined;
|
|
55864
55851
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55865
|
-
accessList?:
|
|
55866
|
-
sidecars?: readonly
|
|
55852
|
+
accessList?: viem533.AccessList | undefined;
|
|
55853
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
55867
55854
|
authorizationList?: undefined;
|
|
55868
55855
|
chainId?: number | undefined;
|
|
55869
|
-
connector?:
|
|
55856
|
+
connector?: wagmi44.Connector | undefined;
|
|
55870
55857
|
} | {
|
|
55871
|
-
abi:
|
|
55858
|
+
abi: abitype35.Abi;
|
|
55872
55859
|
functionName: string;
|
|
55873
55860
|
args?: readonly unknown[] | undefined;
|
|
55874
55861
|
address: Address;
|
|
55875
|
-
chain?:
|
|
55876
|
-
account?: `0x${string}` |
|
|
55862
|
+
chain?: viem533.Chain | null | undefined;
|
|
55863
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55877
55864
|
value?: bigint | undefined;
|
|
55878
55865
|
dataSuffix?: `0x${string}` | undefined;
|
|
55879
55866
|
type?: "eip7702" | undefined;
|
|
@@ -55886,17 +55873,17 @@ declare const usePauseMarketTrading: ({
|
|
|
55886
55873
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55887
55874
|
maxFeePerGas?: bigint | undefined;
|
|
55888
55875
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
55889
|
-
accessList?:
|
|
55876
|
+
accessList?: viem533.AccessList | undefined;
|
|
55890
55877
|
sidecars?: undefined;
|
|
55891
|
-
authorizationList?:
|
|
55878
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
55892
55879
|
chainId?: number | undefined;
|
|
55893
|
-
connector?:
|
|
55880
|
+
connector?: wagmi44.Connector | undefined;
|
|
55894
55881
|
};
|
|
55895
55882
|
isIdle: false;
|
|
55896
55883
|
reset: () => void;
|
|
55897
55884
|
context: unknown;
|
|
55898
55885
|
submittedAt: number;
|
|
55899
|
-
writeContract:
|
|
55886
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55900
55887
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
55901
55888
|
};
|
|
55902
55889
|
//#endregion
|
|
@@ -55925,7 +55912,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55925
55912
|
reset: () => void;
|
|
55926
55913
|
context: unknown;
|
|
55927
55914
|
submittedAt: number;
|
|
55928
|
-
writeContract:
|
|
55915
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
55929
55916
|
updateMarketFees: (rates: {
|
|
55930
55917
|
openingFeeRate?: number;
|
|
55931
55918
|
baseFeeRate?: number;
|
|
@@ -55948,12 +55935,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55948
55935
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55949
55936
|
isPaused: boolean;
|
|
55950
55937
|
variables: {
|
|
55951
|
-
abi:
|
|
55938
|
+
abi: abitype35.Abi;
|
|
55952
55939
|
functionName: string;
|
|
55953
55940
|
args?: readonly unknown[] | undefined;
|
|
55954
55941
|
address: Address;
|
|
55955
|
-
chain?:
|
|
55956
|
-
account?: `0x${string}` |
|
|
55942
|
+
chain?: viem533.Chain | null | undefined;
|
|
55943
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55957
55944
|
value?: bigint | undefined;
|
|
55958
55945
|
dataSuffix?: `0x${string}` | undefined;
|
|
55959
55946
|
type?: "legacy" | undefined;
|
|
@@ -55970,14 +55957,14 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55970
55957
|
sidecars?: undefined;
|
|
55971
55958
|
authorizationList?: undefined;
|
|
55972
55959
|
chainId?: number | undefined;
|
|
55973
|
-
connector?:
|
|
55960
|
+
connector?: wagmi44.Connector | undefined;
|
|
55974
55961
|
} | {
|
|
55975
|
-
abi:
|
|
55962
|
+
abi: abitype35.Abi;
|
|
55976
55963
|
functionName: string;
|
|
55977
55964
|
args?: readonly unknown[] | undefined;
|
|
55978
55965
|
address: Address;
|
|
55979
|
-
chain?:
|
|
55980
|
-
account?: `0x${string}` |
|
|
55966
|
+
chain?: viem533.Chain | null | undefined;
|
|
55967
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
55981
55968
|
value?: bigint | undefined;
|
|
55982
55969
|
dataSuffix?: `0x${string}` | undefined;
|
|
55983
55970
|
type?: "eip2930" | undefined;
|
|
@@ -55990,18 +55977,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
55990
55977
|
maxFeePerBlobGas?: undefined | undefined;
|
|
55991
55978
|
maxFeePerGas?: undefined | undefined;
|
|
55992
55979
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
55993
|
-
accessList?:
|
|
55980
|
+
accessList?: viem533.AccessList | undefined;
|
|
55994
55981
|
sidecars?: undefined;
|
|
55995
55982
|
authorizationList?: undefined;
|
|
55996
55983
|
chainId?: number | undefined;
|
|
55997
|
-
connector?:
|
|
55984
|
+
connector?: wagmi44.Connector | undefined;
|
|
55998
55985
|
} | {
|
|
55999
|
-
abi:
|
|
55986
|
+
abi: abitype35.Abi;
|
|
56000
55987
|
functionName: string;
|
|
56001
55988
|
args?: readonly unknown[] | undefined;
|
|
56002
55989
|
address: Address;
|
|
56003
|
-
chain?:
|
|
56004
|
-
account?: `0x${string}` |
|
|
55990
|
+
chain?: viem533.Chain | null | undefined;
|
|
55991
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56005
55992
|
value?: bigint | undefined;
|
|
56006
55993
|
dataSuffix?: `0x${string}` | undefined;
|
|
56007
55994
|
type?: "eip1559" | undefined;
|
|
@@ -56014,66 +56001,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56014
56001
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56015
56002
|
maxFeePerGas?: bigint | undefined;
|
|
56016
56003
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56017
|
-
accessList?:
|
|
56004
|
+
accessList?: viem533.AccessList | undefined;
|
|
56018
56005
|
sidecars?: undefined;
|
|
56019
56006
|
authorizationList?: undefined;
|
|
56020
56007
|
chainId?: number | undefined;
|
|
56021
|
-
connector?:
|
|
56008
|
+
connector?: wagmi44.Connector | undefined;
|
|
56022
56009
|
} | {
|
|
56023
|
-
abi:
|
|
56010
|
+
abi: abitype35.Abi;
|
|
56024
56011
|
functionName: string;
|
|
56025
56012
|
args?: readonly unknown[] | undefined;
|
|
56026
56013
|
address: Address;
|
|
56027
|
-
chain?:
|
|
56028
|
-
account?: `0x${string}` |
|
|
56014
|
+
chain?: viem533.Chain | null | undefined;
|
|
56015
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56029
56016
|
value?: bigint | undefined;
|
|
56030
56017
|
dataSuffix?: `0x${string}` | undefined;
|
|
56031
56018
|
type?: "eip4844" | undefined;
|
|
56032
56019
|
gas?: bigint | undefined;
|
|
56033
56020
|
nonce?: number | undefined;
|
|
56034
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
56035
|
-
blobVersionedHashes: readonly
|
|
56021
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
56022
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
56036
56023
|
kzg?: undefined;
|
|
56037
56024
|
gasPrice?: undefined | undefined;
|
|
56038
56025
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56039
56026
|
maxFeePerGas?: bigint | undefined;
|
|
56040
56027
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56041
|
-
accessList?:
|
|
56042
|
-
sidecars?: readonly
|
|
56028
|
+
accessList?: viem533.AccessList | undefined;
|
|
56029
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56043
56030
|
authorizationList?: undefined;
|
|
56044
56031
|
chainId?: number | undefined;
|
|
56045
|
-
connector?:
|
|
56032
|
+
connector?: wagmi44.Connector | undefined;
|
|
56046
56033
|
} | {
|
|
56047
|
-
abi:
|
|
56034
|
+
abi: abitype35.Abi;
|
|
56048
56035
|
functionName: string;
|
|
56049
56036
|
args?: readonly unknown[] | undefined;
|
|
56050
56037
|
address: Address;
|
|
56051
|
-
chain?:
|
|
56052
|
-
account?: `0x${string}` |
|
|
56038
|
+
chain?: viem533.Chain | null | undefined;
|
|
56039
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56053
56040
|
value?: bigint | undefined;
|
|
56054
56041
|
dataSuffix?: `0x${string}` | undefined;
|
|
56055
56042
|
type?: "eip4844" | undefined;
|
|
56056
56043
|
gas?: bigint | undefined;
|
|
56057
56044
|
nonce?: number | undefined;
|
|
56058
|
-
blobs: readonly
|
|
56045
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
56059
56046
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
56060
|
-
kzg?:
|
|
56047
|
+
kzg?: viem533.Kzg | undefined;
|
|
56061
56048
|
gasPrice?: undefined | undefined;
|
|
56062
56049
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56063
56050
|
maxFeePerGas?: bigint | undefined;
|
|
56064
56051
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56065
|
-
accessList?:
|
|
56066
|
-
sidecars?: readonly
|
|
56052
|
+
accessList?: viem533.AccessList | undefined;
|
|
56053
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56067
56054
|
authorizationList?: undefined;
|
|
56068
56055
|
chainId?: number | undefined;
|
|
56069
|
-
connector?:
|
|
56056
|
+
connector?: wagmi44.Connector | undefined;
|
|
56070
56057
|
} | {
|
|
56071
|
-
abi:
|
|
56058
|
+
abi: abitype35.Abi;
|
|
56072
56059
|
functionName: string;
|
|
56073
56060
|
args?: readonly unknown[] | undefined;
|
|
56074
56061
|
address: Address;
|
|
56075
|
-
chain?:
|
|
56076
|
-
account?: `0x${string}` |
|
|
56062
|
+
chain?: viem533.Chain | null | undefined;
|
|
56063
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56077
56064
|
value?: bigint | undefined;
|
|
56078
56065
|
dataSuffix?: `0x${string}` | undefined;
|
|
56079
56066
|
type?: "eip7702" | undefined;
|
|
@@ -56086,17 +56073,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56086
56073
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56087
56074
|
maxFeePerGas?: bigint | undefined;
|
|
56088
56075
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56089
|
-
accessList?:
|
|
56076
|
+
accessList?: viem533.AccessList | undefined;
|
|
56090
56077
|
sidecars?: undefined;
|
|
56091
|
-
authorizationList?:
|
|
56078
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
56092
56079
|
chainId?: number | undefined;
|
|
56093
|
-
connector?:
|
|
56080
|
+
connector?: wagmi44.Connector | undefined;
|
|
56094
56081
|
};
|
|
56095
56082
|
isIdle: false;
|
|
56096
56083
|
reset: () => void;
|
|
56097
56084
|
context: unknown;
|
|
56098
56085
|
submittedAt: number;
|
|
56099
|
-
writeContract:
|
|
56086
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
56100
56087
|
updateMarketFees: (rates: {
|
|
56101
56088
|
openingFeeRate?: number;
|
|
56102
56089
|
baseFeeRate?: number;
|
|
@@ -56119,12 +56106,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56119
56106
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
56120
56107
|
isPaused: boolean;
|
|
56121
56108
|
variables: {
|
|
56122
|
-
abi:
|
|
56109
|
+
abi: abitype35.Abi;
|
|
56123
56110
|
functionName: string;
|
|
56124
56111
|
args?: readonly unknown[] | undefined;
|
|
56125
56112
|
address: Address;
|
|
56126
|
-
chain?:
|
|
56127
|
-
account?: `0x${string}` |
|
|
56113
|
+
chain?: viem533.Chain | null | undefined;
|
|
56114
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56128
56115
|
value?: bigint | undefined;
|
|
56129
56116
|
dataSuffix?: `0x${string}` | undefined;
|
|
56130
56117
|
type?: "legacy" | undefined;
|
|
@@ -56141,14 +56128,14 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56141
56128
|
sidecars?: undefined;
|
|
56142
56129
|
authorizationList?: undefined;
|
|
56143
56130
|
chainId?: number | undefined;
|
|
56144
|
-
connector?:
|
|
56131
|
+
connector?: wagmi44.Connector | undefined;
|
|
56145
56132
|
} | {
|
|
56146
|
-
abi:
|
|
56133
|
+
abi: abitype35.Abi;
|
|
56147
56134
|
functionName: string;
|
|
56148
56135
|
args?: readonly unknown[] | undefined;
|
|
56149
56136
|
address: Address;
|
|
56150
|
-
chain?:
|
|
56151
|
-
account?: `0x${string}` |
|
|
56137
|
+
chain?: viem533.Chain | null | undefined;
|
|
56138
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56152
56139
|
value?: bigint | undefined;
|
|
56153
56140
|
dataSuffix?: `0x${string}` | undefined;
|
|
56154
56141
|
type?: "eip2930" | undefined;
|
|
@@ -56161,18 +56148,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56161
56148
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56162
56149
|
maxFeePerGas?: undefined | undefined;
|
|
56163
56150
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
56164
|
-
accessList?:
|
|
56151
|
+
accessList?: viem533.AccessList | undefined;
|
|
56165
56152
|
sidecars?: undefined;
|
|
56166
56153
|
authorizationList?: undefined;
|
|
56167
56154
|
chainId?: number | undefined;
|
|
56168
|
-
connector?:
|
|
56155
|
+
connector?: wagmi44.Connector | undefined;
|
|
56169
56156
|
} | {
|
|
56170
|
-
abi:
|
|
56157
|
+
abi: abitype35.Abi;
|
|
56171
56158
|
functionName: string;
|
|
56172
56159
|
args?: readonly unknown[] | undefined;
|
|
56173
56160
|
address: Address;
|
|
56174
|
-
chain?:
|
|
56175
|
-
account?: `0x${string}` |
|
|
56161
|
+
chain?: viem533.Chain | null | undefined;
|
|
56162
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56176
56163
|
value?: bigint | undefined;
|
|
56177
56164
|
dataSuffix?: `0x${string}` | undefined;
|
|
56178
56165
|
type?: "eip1559" | undefined;
|
|
@@ -56185,66 +56172,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56185
56172
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56186
56173
|
maxFeePerGas?: bigint | undefined;
|
|
56187
56174
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56188
|
-
accessList?:
|
|
56175
|
+
accessList?: viem533.AccessList | undefined;
|
|
56189
56176
|
sidecars?: undefined;
|
|
56190
56177
|
authorizationList?: undefined;
|
|
56191
56178
|
chainId?: number | undefined;
|
|
56192
|
-
connector?:
|
|
56179
|
+
connector?: wagmi44.Connector | undefined;
|
|
56193
56180
|
} | {
|
|
56194
|
-
abi:
|
|
56181
|
+
abi: abitype35.Abi;
|
|
56195
56182
|
functionName: string;
|
|
56196
56183
|
args?: readonly unknown[] | undefined;
|
|
56197
56184
|
address: Address;
|
|
56198
|
-
chain?:
|
|
56199
|
-
account?: `0x${string}` |
|
|
56185
|
+
chain?: viem533.Chain | null | undefined;
|
|
56186
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56200
56187
|
value?: bigint | undefined;
|
|
56201
56188
|
dataSuffix?: `0x${string}` | undefined;
|
|
56202
56189
|
type?: "eip4844" | undefined;
|
|
56203
56190
|
gas?: bigint | undefined;
|
|
56204
56191
|
nonce?: number | undefined;
|
|
56205
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
56206
|
-
blobVersionedHashes: readonly
|
|
56192
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
56193
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
56207
56194
|
kzg?: undefined;
|
|
56208
56195
|
gasPrice?: undefined | undefined;
|
|
56209
56196
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56210
56197
|
maxFeePerGas?: bigint | undefined;
|
|
56211
56198
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56212
|
-
accessList?:
|
|
56213
|
-
sidecars?: readonly
|
|
56199
|
+
accessList?: viem533.AccessList | undefined;
|
|
56200
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56214
56201
|
authorizationList?: undefined;
|
|
56215
56202
|
chainId?: number | undefined;
|
|
56216
|
-
connector?:
|
|
56203
|
+
connector?: wagmi44.Connector | undefined;
|
|
56217
56204
|
} | {
|
|
56218
|
-
abi:
|
|
56205
|
+
abi: abitype35.Abi;
|
|
56219
56206
|
functionName: string;
|
|
56220
56207
|
args?: readonly unknown[] | undefined;
|
|
56221
56208
|
address: Address;
|
|
56222
|
-
chain?:
|
|
56223
|
-
account?: `0x${string}` |
|
|
56209
|
+
chain?: viem533.Chain | null | undefined;
|
|
56210
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56224
56211
|
value?: bigint | undefined;
|
|
56225
56212
|
dataSuffix?: `0x${string}` | undefined;
|
|
56226
56213
|
type?: "eip4844" | undefined;
|
|
56227
56214
|
gas?: bigint | undefined;
|
|
56228
56215
|
nonce?: number | undefined;
|
|
56229
|
-
blobs: readonly
|
|
56216
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
56230
56217
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
56231
|
-
kzg?:
|
|
56218
|
+
kzg?: viem533.Kzg | undefined;
|
|
56232
56219
|
gasPrice?: undefined | undefined;
|
|
56233
56220
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56234
56221
|
maxFeePerGas?: bigint | undefined;
|
|
56235
56222
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56236
|
-
accessList?:
|
|
56237
|
-
sidecars?: readonly
|
|
56223
|
+
accessList?: viem533.AccessList | undefined;
|
|
56224
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56238
56225
|
authorizationList?: undefined;
|
|
56239
56226
|
chainId?: number | undefined;
|
|
56240
|
-
connector?:
|
|
56227
|
+
connector?: wagmi44.Connector | undefined;
|
|
56241
56228
|
} | {
|
|
56242
|
-
abi:
|
|
56229
|
+
abi: abitype35.Abi;
|
|
56243
56230
|
functionName: string;
|
|
56244
56231
|
args?: readonly unknown[] | undefined;
|
|
56245
56232
|
address: Address;
|
|
56246
|
-
chain?:
|
|
56247
|
-
account?: `0x${string}` |
|
|
56233
|
+
chain?: viem533.Chain | null | undefined;
|
|
56234
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56248
56235
|
value?: bigint | undefined;
|
|
56249
56236
|
dataSuffix?: `0x${string}` | undefined;
|
|
56250
56237
|
type?: "eip7702" | undefined;
|
|
@@ -56257,17 +56244,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56257
56244
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56258
56245
|
maxFeePerGas?: bigint | undefined;
|
|
56259
56246
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56260
|
-
accessList?:
|
|
56247
|
+
accessList?: viem533.AccessList | undefined;
|
|
56261
56248
|
sidecars?: undefined;
|
|
56262
|
-
authorizationList?:
|
|
56249
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
56263
56250
|
chainId?: number | undefined;
|
|
56264
|
-
connector?:
|
|
56251
|
+
connector?: wagmi44.Connector | undefined;
|
|
56265
56252
|
};
|
|
56266
56253
|
isIdle: false;
|
|
56267
56254
|
reset: () => void;
|
|
56268
56255
|
context: unknown;
|
|
56269
56256
|
submittedAt: number;
|
|
56270
|
-
writeContract:
|
|
56257
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
56271
56258
|
updateMarketFees: (rates: {
|
|
56272
56259
|
openingFeeRate?: number;
|
|
56273
56260
|
baseFeeRate?: number;
|
|
@@ -56290,12 +56277,12 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56290
56277
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
56291
56278
|
isPaused: boolean;
|
|
56292
56279
|
variables: {
|
|
56293
|
-
abi:
|
|
56280
|
+
abi: abitype35.Abi;
|
|
56294
56281
|
functionName: string;
|
|
56295
56282
|
args?: readonly unknown[] | undefined;
|
|
56296
56283
|
address: Address;
|
|
56297
|
-
chain?:
|
|
56298
|
-
account?: `0x${string}` |
|
|
56284
|
+
chain?: viem533.Chain | null | undefined;
|
|
56285
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56299
56286
|
value?: bigint | undefined;
|
|
56300
56287
|
dataSuffix?: `0x${string}` | undefined;
|
|
56301
56288
|
type?: "legacy" | undefined;
|
|
@@ -56312,14 +56299,14 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56312
56299
|
sidecars?: undefined;
|
|
56313
56300
|
authorizationList?: undefined;
|
|
56314
56301
|
chainId?: number | undefined;
|
|
56315
|
-
connector?:
|
|
56302
|
+
connector?: wagmi44.Connector | undefined;
|
|
56316
56303
|
} | {
|
|
56317
|
-
abi:
|
|
56304
|
+
abi: abitype35.Abi;
|
|
56318
56305
|
functionName: string;
|
|
56319
56306
|
args?: readonly unknown[] | undefined;
|
|
56320
56307
|
address: Address;
|
|
56321
|
-
chain?:
|
|
56322
|
-
account?: `0x${string}` |
|
|
56308
|
+
chain?: viem533.Chain | null | undefined;
|
|
56309
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56323
56310
|
value?: bigint | undefined;
|
|
56324
56311
|
dataSuffix?: `0x${string}` | undefined;
|
|
56325
56312
|
type?: "eip2930" | undefined;
|
|
@@ -56332,18 +56319,18 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56332
56319
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56333
56320
|
maxFeePerGas?: undefined | undefined;
|
|
56334
56321
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
56335
|
-
accessList?:
|
|
56322
|
+
accessList?: viem533.AccessList | undefined;
|
|
56336
56323
|
sidecars?: undefined;
|
|
56337
56324
|
authorizationList?: undefined;
|
|
56338
56325
|
chainId?: number | undefined;
|
|
56339
|
-
connector?:
|
|
56326
|
+
connector?: wagmi44.Connector | undefined;
|
|
56340
56327
|
} | {
|
|
56341
|
-
abi:
|
|
56328
|
+
abi: abitype35.Abi;
|
|
56342
56329
|
functionName: string;
|
|
56343
56330
|
args?: readonly unknown[] | undefined;
|
|
56344
56331
|
address: Address;
|
|
56345
|
-
chain?:
|
|
56346
|
-
account?: `0x${string}` |
|
|
56332
|
+
chain?: viem533.Chain | null | undefined;
|
|
56333
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56347
56334
|
value?: bigint | undefined;
|
|
56348
56335
|
dataSuffix?: `0x${string}` | undefined;
|
|
56349
56336
|
type?: "eip1559" | undefined;
|
|
@@ -56356,66 +56343,66 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56356
56343
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56357
56344
|
maxFeePerGas?: bigint | undefined;
|
|
56358
56345
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56359
|
-
accessList?:
|
|
56346
|
+
accessList?: viem533.AccessList | undefined;
|
|
56360
56347
|
sidecars?: undefined;
|
|
56361
56348
|
authorizationList?: undefined;
|
|
56362
56349
|
chainId?: number | undefined;
|
|
56363
|
-
connector?:
|
|
56350
|
+
connector?: wagmi44.Connector | undefined;
|
|
56364
56351
|
} | {
|
|
56365
|
-
abi:
|
|
56352
|
+
abi: abitype35.Abi;
|
|
56366
56353
|
functionName: string;
|
|
56367
56354
|
args?: readonly unknown[] | undefined;
|
|
56368
56355
|
address: Address;
|
|
56369
|
-
chain?:
|
|
56370
|
-
account?: `0x${string}` |
|
|
56356
|
+
chain?: viem533.Chain | null | undefined;
|
|
56357
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56371
56358
|
value?: bigint | undefined;
|
|
56372
56359
|
dataSuffix?: `0x${string}` | undefined;
|
|
56373
56360
|
type?: "eip4844" | undefined;
|
|
56374
56361
|
gas?: bigint | undefined;
|
|
56375
56362
|
nonce?: number | undefined;
|
|
56376
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
56377
|
-
blobVersionedHashes: readonly
|
|
56363
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
56364
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
56378
56365
|
kzg?: undefined;
|
|
56379
56366
|
gasPrice?: undefined | undefined;
|
|
56380
56367
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56381
56368
|
maxFeePerGas?: bigint | undefined;
|
|
56382
56369
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56383
|
-
accessList?:
|
|
56384
|
-
sidecars?: readonly
|
|
56370
|
+
accessList?: viem533.AccessList | undefined;
|
|
56371
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56385
56372
|
authorizationList?: undefined;
|
|
56386
56373
|
chainId?: number | undefined;
|
|
56387
|
-
connector?:
|
|
56374
|
+
connector?: wagmi44.Connector | undefined;
|
|
56388
56375
|
} | {
|
|
56389
|
-
abi:
|
|
56376
|
+
abi: abitype35.Abi;
|
|
56390
56377
|
functionName: string;
|
|
56391
56378
|
args?: readonly unknown[] | undefined;
|
|
56392
56379
|
address: Address;
|
|
56393
|
-
chain?:
|
|
56394
|
-
account?: `0x${string}` |
|
|
56380
|
+
chain?: viem533.Chain | null | undefined;
|
|
56381
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56395
56382
|
value?: bigint | undefined;
|
|
56396
56383
|
dataSuffix?: `0x${string}` | undefined;
|
|
56397
56384
|
type?: "eip4844" | undefined;
|
|
56398
56385
|
gas?: bigint | undefined;
|
|
56399
56386
|
nonce?: number | undefined;
|
|
56400
|
-
blobs: readonly
|
|
56387
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
56401
56388
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
56402
|
-
kzg?:
|
|
56389
|
+
kzg?: viem533.Kzg | undefined;
|
|
56403
56390
|
gasPrice?: undefined | undefined;
|
|
56404
56391
|
maxFeePerBlobGas?: bigint | undefined;
|
|
56405
56392
|
maxFeePerGas?: bigint | undefined;
|
|
56406
56393
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56407
|
-
accessList?:
|
|
56408
|
-
sidecars?: readonly
|
|
56394
|
+
accessList?: viem533.AccessList | undefined;
|
|
56395
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
56409
56396
|
authorizationList?: undefined;
|
|
56410
56397
|
chainId?: number | undefined;
|
|
56411
|
-
connector?:
|
|
56398
|
+
connector?: wagmi44.Connector | undefined;
|
|
56412
56399
|
} | {
|
|
56413
|
-
abi:
|
|
56400
|
+
abi: abitype35.Abi;
|
|
56414
56401
|
functionName: string;
|
|
56415
56402
|
args?: readonly unknown[] | undefined;
|
|
56416
56403
|
address: Address;
|
|
56417
|
-
chain?:
|
|
56418
|
-
account?: `0x${string}` |
|
|
56404
|
+
chain?: viem533.Chain | null | undefined;
|
|
56405
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
56419
56406
|
value?: bigint | undefined;
|
|
56420
56407
|
dataSuffix?: `0x${string}` | undefined;
|
|
56421
56408
|
type?: "eip7702" | undefined;
|
|
@@ -56428,17 +56415,17 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
56428
56415
|
maxFeePerBlobGas?: undefined | undefined;
|
|
56429
56416
|
maxFeePerGas?: bigint | undefined;
|
|
56430
56417
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
56431
|
-
accessList?:
|
|
56418
|
+
accessList?: viem533.AccessList | undefined;
|
|
56432
56419
|
sidecars?: undefined;
|
|
56433
|
-
authorizationList?:
|
|
56420
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
56434
56421
|
chainId?: number | undefined;
|
|
56435
|
-
connector?:
|
|
56422
|
+
connector?: wagmi44.Connector | undefined;
|
|
56436
56423
|
};
|
|
56437
56424
|
isIdle: false;
|
|
56438
56425
|
reset: () => void;
|
|
56439
56426
|
context: unknown;
|
|
56440
56427
|
submittedAt: number;
|
|
56441
|
-
writeContract:
|
|
56428
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
56442
56429
|
updateMarketFees: (rates: {
|
|
56443
56430
|
openingFeeRate?: number;
|
|
56444
56431
|
baseFeeRate?: number;
|
|
@@ -56467,7 +56454,7 @@ type OptionPricingParams = {
|
|
|
56467
56454
|
minPremiumAmount: bigint;
|
|
56468
56455
|
};
|
|
56469
56456
|
type PricingParams = StaticPricingParams | OptionPricingParams;
|
|
56470
|
-
declare const usePricingParams: (pricingAddr
|
|
56457
|
+
declare const usePricingParams: (pricingAddr: Address | undefined) => wagmi44.UseReadContractReturnType<readonly [{
|
|
56471
56458
|
readonly type: "function";
|
|
56472
56459
|
readonly name: "batchGetRefTick";
|
|
56473
56460
|
readonly inputs: readonly [{
|
|
@@ -57408,7 +57395,7 @@ declare const usePricingParams: (pricingAddr?: Address) => wagmi0.UseReadContrac
|
|
|
57408
57395
|
}], "getPricingParams", readonly [`0x${string}`], PricingParams>;
|
|
57409
57396
|
//#endregion
|
|
57410
57397
|
//#region src/hooks/pricing/useOptionPricingParams.d.ts
|
|
57411
|
-
declare const useOptionPricingParams: (pricingAddr
|
|
57398
|
+
declare const useOptionPricingParams: (pricingAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
57412
57399
|
logicContract: `0x${string}`;
|
|
57413
57400
|
iv: number;
|
|
57414
57401
|
riskFreeRate: number;
|
|
@@ -57417,13 +57404,13 @@ declare const useOptionPricingParams: (pricingAddr?: Address) => Partial<NonUnde
|
|
|
57417
57404
|
} | undefined>>;
|
|
57418
57405
|
//#endregion
|
|
57419
57406
|
//#region src/hooks/pricing/useStaticPricingParams.d.ts
|
|
57420
|
-
declare const useStaticPricingParams: (pricingAddr
|
|
57407
|
+
declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
57421
57408
|
dailyFundingRate: number;
|
|
57422
57409
|
minFundingAmount: bigint;
|
|
57423
57410
|
} | undefined>>;
|
|
57424
57411
|
//#endregion
|
|
57425
57412
|
//#region src/hooks/pricing/useUpdateMarketPricing.d.ts
|
|
57426
|
-
declare const useUpdateMarketPricing: (marketAddr
|
|
57413
|
+
declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
57427
57414
|
error: null;
|
|
57428
57415
|
data: undefined;
|
|
57429
57416
|
status: "idle";
|
|
@@ -57438,7 +57425,7 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57438
57425
|
reset: () => void;
|
|
57439
57426
|
context: unknown;
|
|
57440
57427
|
submittedAt: number;
|
|
57441
|
-
writeContract:
|
|
57428
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57442
57429
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57443
57430
|
model: "static";
|
|
57444
57431
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57459,12 +57446,12 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57459
57446
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
57460
57447
|
isPaused: boolean;
|
|
57461
57448
|
variables: {
|
|
57462
|
-
abi:
|
|
57449
|
+
abi: abitype35.Abi;
|
|
57463
57450
|
functionName: string;
|
|
57464
57451
|
args?: readonly unknown[] | undefined;
|
|
57465
57452
|
address: Address;
|
|
57466
|
-
chain?:
|
|
57467
|
-
account?: `0x${string}` |
|
|
57453
|
+
chain?: viem533.Chain | null | undefined;
|
|
57454
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57468
57455
|
value?: bigint | undefined;
|
|
57469
57456
|
dataSuffix?: `0x${string}` | undefined;
|
|
57470
57457
|
type?: "legacy" | undefined;
|
|
@@ -57481,14 +57468,14 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57481
57468
|
sidecars?: undefined;
|
|
57482
57469
|
authorizationList?: undefined;
|
|
57483
57470
|
chainId?: number | undefined;
|
|
57484
|
-
connector?:
|
|
57471
|
+
connector?: wagmi44.Connector | undefined;
|
|
57485
57472
|
} | {
|
|
57486
|
-
abi:
|
|
57473
|
+
abi: abitype35.Abi;
|
|
57487
57474
|
functionName: string;
|
|
57488
57475
|
args?: readonly unknown[] | undefined;
|
|
57489
57476
|
address: Address;
|
|
57490
|
-
chain?:
|
|
57491
|
-
account?: `0x${string}` |
|
|
57477
|
+
chain?: viem533.Chain | null | undefined;
|
|
57478
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57492
57479
|
value?: bigint | undefined;
|
|
57493
57480
|
dataSuffix?: `0x${string}` | undefined;
|
|
57494
57481
|
type?: "eip2930" | undefined;
|
|
@@ -57501,18 +57488,18 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57501
57488
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57502
57489
|
maxFeePerGas?: undefined | undefined;
|
|
57503
57490
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
57504
|
-
accessList?:
|
|
57491
|
+
accessList?: viem533.AccessList | undefined;
|
|
57505
57492
|
sidecars?: undefined;
|
|
57506
57493
|
authorizationList?: undefined;
|
|
57507
57494
|
chainId?: number | undefined;
|
|
57508
|
-
connector?:
|
|
57495
|
+
connector?: wagmi44.Connector | undefined;
|
|
57509
57496
|
} | {
|
|
57510
|
-
abi:
|
|
57497
|
+
abi: abitype35.Abi;
|
|
57511
57498
|
functionName: string;
|
|
57512
57499
|
args?: readonly unknown[] | undefined;
|
|
57513
57500
|
address: Address;
|
|
57514
|
-
chain?:
|
|
57515
|
-
account?: `0x${string}` |
|
|
57501
|
+
chain?: viem533.Chain | null | undefined;
|
|
57502
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57516
57503
|
value?: bigint | undefined;
|
|
57517
57504
|
dataSuffix?: `0x${string}` | undefined;
|
|
57518
57505
|
type?: "eip1559" | undefined;
|
|
@@ -57525,66 +57512,66 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57525
57512
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57526
57513
|
maxFeePerGas?: bigint | undefined;
|
|
57527
57514
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57528
|
-
accessList?:
|
|
57515
|
+
accessList?: viem533.AccessList | undefined;
|
|
57529
57516
|
sidecars?: undefined;
|
|
57530
57517
|
authorizationList?: undefined;
|
|
57531
57518
|
chainId?: number | undefined;
|
|
57532
|
-
connector?:
|
|
57519
|
+
connector?: wagmi44.Connector | undefined;
|
|
57533
57520
|
} | {
|
|
57534
|
-
abi:
|
|
57521
|
+
abi: abitype35.Abi;
|
|
57535
57522
|
functionName: string;
|
|
57536
57523
|
args?: readonly unknown[] | undefined;
|
|
57537
57524
|
address: Address;
|
|
57538
|
-
chain?:
|
|
57539
|
-
account?: `0x${string}` |
|
|
57525
|
+
chain?: viem533.Chain | null | undefined;
|
|
57526
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57540
57527
|
value?: bigint | undefined;
|
|
57541
57528
|
dataSuffix?: `0x${string}` | undefined;
|
|
57542
57529
|
type?: "eip4844" | undefined;
|
|
57543
57530
|
gas?: bigint | undefined;
|
|
57544
57531
|
nonce?: number | undefined;
|
|
57545
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
57546
|
-
blobVersionedHashes: readonly
|
|
57532
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
57533
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
57547
57534
|
kzg?: undefined;
|
|
57548
57535
|
gasPrice?: undefined | undefined;
|
|
57549
57536
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57550
57537
|
maxFeePerGas?: bigint | undefined;
|
|
57551
57538
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57552
|
-
accessList?:
|
|
57553
|
-
sidecars?: readonly
|
|
57539
|
+
accessList?: viem533.AccessList | undefined;
|
|
57540
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57554
57541
|
authorizationList?: undefined;
|
|
57555
57542
|
chainId?: number | undefined;
|
|
57556
|
-
connector?:
|
|
57543
|
+
connector?: wagmi44.Connector | undefined;
|
|
57557
57544
|
} | {
|
|
57558
|
-
abi:
|
|
57545
|
+
abi: abitype35.Abi;
|
|
57559
57546
|
functionName: string;
|
|
57560
57547
|
args?: readonly unknown[] | undefined;
|
|
57561
57548
|
address: Address;
|
|
57562
|
-
chain?:
|
|
57563
|
-
account?: `0x${string}` |
|
|
57549
|
+
chain?: viem533.Chain | null | undefined;
|
|
57550
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57564
57551
|
value?: bigint | undefined;
|
|
57565
57552
|
dataSuffix?: `0x${string}` | undefined;
|
|
57566
57553
|
type?: "eip4844" | undefined;
|
|
57567
57554
|
gas?: bigint | undefined;
|
|
57568
57555
|
nonce?: number | undefined;
|
|
57569
|
-
blobs: readonly
|
|
57556
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
57570
57557
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
57571
|
-
kzg?:
|
|
57558
|
+
kzg?: viem533.Kzg | undefined;
|
|
57572
57559
|
gasPrice?: undefined | undefined;
|
|
57573
57560
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57574
57561
|
maxFeePerGas?: bigint | undefined;
|
|
57575
57562
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57576
|
-
accessList?:
|
|
57577
|
-
sidecars?: readonly
|
|
57563
|
+
accessList?: viem533.AccessList | undefined;
|
|
57564
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57578
57565
|
authorizationList?: undefined;
|
|
57579
57566
|
chainId?: number | undefined;
|
|
57580
|
-
connector?:
|
|
57567
|
+
connector?: wagmi44.Connector | undefined;
|
|
57581
57568
|
} | {
|
|
57582
|
-
abi:
|
|
57569
|
+
abi: abitype35.Abi;
|
|
57583
57570
|
functionName: string;
|
|
57584
57571
|
args?: readonly unknown[] | undefined;
|
|
57585
57572
|
address: Address;
|
|
57586
|
-
chain?:
|
|
57587
|
-
account?: `0x${string}` |
|
|
57573
|
+
chain?: viem533.Chain | null | undefined;
|
|
57574
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57588
57575
|
value?: bigint | undefined;
|
|
57589
57576
|
dataSuffix?: `0x${string}` | undefined;
|
|
57590
57577
|
type?: "eip7702" | undefined;
|
|
@@ -57597,17 +57584,17 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57597
57584
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57598
57585
|
maxFeePerGas?: bigint | undefined;
|
|
57599
57586
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57600
|
-
accessList?:
|
|
57587
|
+
accessList?: viem533.AccessList | undefined;
|
|
57601
57588
|
sidecars?: undefined;
|
|
57602
|
-
authorizationList?:
|
|
57589
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
57603
57590
|
chainId?: number | undefined;
|
|
57604
|
-
connector?:
|
|
57591
|
+
connector?: wagmi44.Connector | undefined;
|
|
57605
57592
|
};
|
|
57606
57593
|
isIdle: false;
|
|
57607
57594
|
reset: () => void;
|
|
57608
57595
|
context: unknown;
|
|
57609
57596
|
submittedAt: number;
|
|
57610
|
-
writeContract:
|
|
57597
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57611
57598
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57612
57599
|
model: "static";
|
|
57613
57600
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57628,12 +57615,12 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57628
57615
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
57629
57616
|
isPaused: boolean;
|
|
57630
57617
|
variables: {
|
|
57631
|
-
abi:
|
|
57618
|
+
abi: abitype35.Abi;
|
|
57632
57619
|
functionName: string;
|
|
57633
57620
|
args?: readonly unknown[] | undefined;
|
|
57634
57621
|
address: Address;
|
|
57635
|
-
chain?:
|
|
57636
|
-
account?: `0x${string}` |
|
|
57622
|
+
chain?: viem533.Chain | null | undefined;
|
|
57623
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57637
57624
|
value?: bigint | undefined;
|
|
57638
57625
|
dataSuffix?: `0x${string}` | undefined;
|
|
57639
57626
|
type?: "legacy" | undefined;
|
|
@@ -57650,14 +57637,14 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57650
57637
|
sidecars?: undefined;
|
|
57651
57638
|
authorizationList?: undefined;
|
|
57652
57639
|
chainId?: number | undefined;
|
|
57653
|
-
connector?:
|
|
57640
|
+
connector?: wagmi44.Connector | undefined;
|
|
57654
57641
|
} | {
|
|
57655
|
-
abi:
|
|
57642
|
+
abi: abitype35.Abi;
|
|
57656
57643
|
functionName: string;
|
|
57657
57644
|
args?: readonly unknown[] | undefined;
|
|
57658
57645
|
address: Address;
|
|
57659
|
-
chain?:
|
|
57660
|
-
account?: `0x${string}` |
|
|
57646
|
+
chain?: viem533.Chain | null | undefined;
|
|
57647
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57661
57648
|
value?: bigint | undefined;
|
|
57662
57649
|
dataSuffix?: `0x${string}` | undefined;
|
|
57663
57650
|
type?: "eip2930" | undefined;
|
|
@@ -57670,18 +57657,18 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57670
57657
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57671
57658
|
maxFeePerGas?: undefined | undefined;
|
|
57672
57659
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
57673
|
-
accessList?:
|
|
57660
|
+
accessList?: viem533.AccessList | undefined;
|
|
57674
57661
|
sidecars?: undefined;
|
|
57675
57662
|
authorizationList?: undefined;
|
|
57676
57663
|
chainId?: number | undefined;
|
|
57677
|
-
connector?:
|
|
57664
|
+
connector?: wagmi44.Connector | undefined;
|
|
57678
57665
|
} | {
|
|
57679
|
-
abi:
|
|
57666
|
+
abi: abitype35.Abi;
|
|
57680
57667
|
functionName: string;
|
|
57681
57668
|
args?: readonly unknown[] | undefined;
|
|
57682
57669
|
address: Address;
|
|
57683
|
-
chain?:
|
|
57684
|
-
account?: `0x${string}` |
|
|
57670
|
+
chain?: viem533.Chain | null | undefined;
|
|
57671
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57685
57672
|
value?: bigint | undefined;
|
|
57686
57673
|
dataSuffix?: `0x${string}` | undefined;
|
|
57687
57674
|
type?: "eip1559" | undefined;
|
|
@@ -57694,66 +57681,66 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57694
57681
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57695
57682
|
maxFeePerGas?: bigint | undefined;
|
|
57696
57683
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57697
|
-
accessList?:
|
|
57684
|
+
accessList?: viem533.AccessList | undefined;
|
|
57698
57685
|
sidecars?: undefined;
|
|
57699
57686
|
authorizationList?: undefined;
|
|
57700
57687
|
chainId?: number | undefined;
|
|
57701
|
-
connector?:
|
|
57688
|
+
connector?: wagmi44.Connector | undefined;
|
|
57702
57689
|
} | {
|
|
57703
|
-
abi:
|
|
57690
|
+
abi: abitype35.Abi;
|
|
57704
57691
|
functionName: string;
|
|
57705
57692
|
args?: readonly unknown[] | undefined;
|
|
57706
57693
|
address: Address;
|
|
57707
|
-
chain?:
|
|
57708
|
-
account?: `0x${string}` |
|
|
57694
|
+
chain?: viem533.Chain | null | undefined;
|
|
57695
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57709
57696
|
value?: bigint | undefined;
|
|
57710
57697
|
dataSuffix?: `0x${string}` | undefined;
|
|
57711
57698
|
type?: "eip4844" | undefined;
|
|
57712
57699
|
gas?: bigint | undefined;
|
|
57713
57700
|
nonce?: number | undefined;
|
|
57714
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
57715
|
-
blobVersionedHashes: readonly
|
|
57701
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
57702
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
57716
57703
|
kzg?: undefined;
|
|
57717
57704
|
gasPrice?: undefined | undefined;
|
|
57718
57705
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57719
57706
|
maxFeePerGas?: bigint | undefined;
|
|
57720
57707
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57721
|
-
accessList?:
|
|
57722
|
-
sidecars?: readonly
|
|
57708
|
+
accessList?: viem533.AccessList | undefined;
|
|
57709
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57723
57710
|
authorizationList?: undefined;
|
|
57724
57711
|
chainId?: number | undefined;
|
|
57725
|
-
connector?:
|
|
57712
|
+
connector?: wagmi44.Connector | undefined;
|
|
57726
57713
|
} | {
|
|
57727
|
-
abi:
|
|
57714
|
+
abi: abitype35.Abi;
|
|
57728
57715
|
functionName: string;
|
|
57729
57716
|
args?: readonly unknown[] | undefined;
|
|
57730
57717
|
address: Address;
|
|
57731
|
-
chain?:
|
|
57732
|
-
account?: `0x${string}` |
|
|
57718
|
+
chain?: viem533.Chain | null | undefined;
|
|
57719
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57733
57720
|
value?: bigint | undefined;
|
|
57734
57721
|
dataSuffix?: `0x${string}` | undefined;
|
|
57735
57722
|
type?: "eip4844" | undefined;
|
|
57736
57723
|
gas?: bigint | undefined;
|
|
57737
57724
|
nonce?: number | undefined;
|
|
57738
|
-
blobs: readonly
|
|
57725
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
57739
57726
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
57740
|
-
kzg?:
|
|
57727
|
+
kzg?: viem533.Kzg | undefined;
|
|
57741
57728
|
gasPrice?: undefined | undefined;
|
|
57742
57729
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57743
57730
|
maxFeePerGas?: bigint | undefined;
|
|
57744
57731
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57745
|
-
accessList?:
|
|
57746
|
-
sidecars?: readonly
|
|
57732
|
+
accessList?: viem533.AccessList | undefined;
|
|
57733
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57747
57734
|
authorizationList?: undefined;
|
|
57748
57735
|
chainId?: number | undefined;
|
|
57749
|
-
connector?:
|
|
57736
|
+
connector?: wagmi44.Connector | undefined;
|
|
57750
57737
|
} | {
|
|
57751
|
-
abi:
|
|
57738
|
+
abi: abitype35.Abi;
|
|
57752
57739
|
functionName: string;
|
|
57753
57740
|
args?: readonly unknown[] | undefined;
|
|
57754
57741
|
address: Address;
|
|
57755
|
-
chain?:
|
|
57756
|
-
account?: `0x${string}` |
|
|
57742
|
+
chain?: viem533.Chain | null | undefined;
|
|
57743
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57757
57744
|
value?: bigint | undefined;
|
|
57758
57745
|
dataSuffix?: `0x${string}` | undefined;
|
|
57759
57746
|
type?: "eip7702" | undefined;
|
|
@@ -57766,17 +57753,17 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57766
57753
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57767
57754
|
maxFeePerGas?: bigint | undefined;
|
|
57768
57755
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57769
|
-
accessList?:
|
|
57756
|
+
accessList?: viem533.AccessList | undefined;
|
|
57770
57757
|
sidecars?: undefined;
|
|
57771
|
-
authorizationList?:
|
|
57758
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
57772
57759
|
chainId?: number | undefined;
|
|
57773
|
-
connector?:
|
|
57760
|
+
connector?: wagmi44.Connector | undefined;
|
|
57774
57761
|
};
|
|
57775
57762
|
isIdle: false;
|
|
57776
57763
|
reset: () => void;
|
|
57777
57764
|
context: unknown;
|
|
57778
57765
|
submittedAt: number;
|
|
57779
|
-
writeContract:
|
|
57766
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57780
57767
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57781
57768
|
model: "static";
|
|
57782
57769
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57797,12 +57784,12 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57797
57784
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
57798
57785
|
isPaused: boolean;
|
|
57799
57786
|
variables: {
|
|
57800
|
-
abi:
|
|
57787
|
+
abi: abitype35.Abi;
|
|
57801
57788
|
functionName: string;
|
|
57802
57789
|
args?: readonly unknown[] | undefined;
|
|
57803
57790
|
address: Address;
|
|
57804
|
-
chain?:
|
|
57805
|
-
account?: `0x${string}` |
|
|
57791
|
+
chain?: viem533.Chain | null | undefined;
|
|
57792
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57806
57793
|
value?: bigint | undefined;
|
|
57807
57794
|
dataSuffix?: `0x${string}` | undefined;
|
|
57808
57795
|
type?: "legacy" | undefined;
|
|
@@ -57819,14 +57806,14 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57819
57806
|
sidecars?: undefined;
|
|
57820
57807
|
authorizationList?: undefined;
|
|
57821
57808
|
chainId?: number | undefined;
|
|
57822
|
-
connector?:
|
|
57809
|
+
connector?: wagmi44.Connector | undefined;
|
|
57823
57810
|
} | {
|
|
57824
|
-
abi:
|
|
57811
|
+
abi: abitype35.Abi;
|
|
57825
57812
|
functionName: string;
|
|
57826
57813
|
args?: readonly unknown[] | undefined;
|
|
57827
57814
|
address: Address;
|
|
57828
|
-
chain?:
|
|
57829
|
-
account?: `0x${string}` |
|
|
57815
|
+
chain?: viem533.Chain | null | undefined;
|
|
57816
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57830
57817
|
value?: bigint | undefined;
|
|
57831
57818
|
dataSuffix?: `0x${string}` | undefined;
|
|
57832
57819
|
type?: "eip2930" | undefined;
|
|
@@ -57839,18 +57826,18 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57839
57826
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57840
57827
|
maxFeePerGas?: undefined | undefined;
|
|
57841
57828
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
57842
|
-
accessList?:
|
|
57829
|
+
accessList?: viem533.AccessList | undefined;
|
|
57843
57830
|
sidecars?: undefined;
|
|
57844
57831
|
authorizationList?: undefined;
|
|
57845
57832
|
chainId?: number | undefined;
|
|
57846
|
-
connector?:
|
|
57833
|
+
connector?: wagmi44.Connector | undefined;
|
|
57847
57834
|
} | {
|
|
57848
|
-
abi:
|
|
57835
|
+
abi: abitype35.Abi;
|
|
57849
57836
|
functionName: string;
|
|
57850
57837
|
args?: readonly unknown[] | undefined;
|
|
57851
57838
|
address: Address;
|
|
57852
|
-
chain?:
|
|
57853
|
-
account?: `0x${string}` |
|
|
57839
|
+
chain?: viem533.Chain | null | undefined;
|
|
57840
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57854
57841
|
value?: bigint | undefined;
|
|
57855
57842
|
dataSuffix?: `0x${string}` | undefined;
|
|
57856
57843
|
type?: "eip1559" | undefined;
|
|
@@ -57863,66 +57850,66 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57863
57850
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57864
57851
|
maxFeePerGas?: bigint | undefined;
|
|
57865
57852
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57866
|
-
accessList?:
|
|
57853
|
+
accessList?: viem533.AccessList | undefined;
|
|
57867
57854
|
sidecars?: undefined;
|
|
57868
57855
|
authorizationList?: undefined;
|
|
57869
57856
|
chainId?: number | undefined;
|
|
57870
|
-
connector?:
|
|
57857
|
+
connector?: wagmi44.Connector | undefined;
|
|
57871
57858
|
} | {
|
|
57872
|
-
abi:
|
|
57859
|
+
abi: abitype35.Abi;
|
|
57873
57860
|
functionName: string;
|
|
57874
57861
|
args?: readonly unknown[] | undefined;
|
|
57875
57862
|
address: Address;
|
|
57876
|
-
chain?:
|
|
57877
|
-
account?: `0x${string}` |
|
|
57863
|
+
chain?: viem533.Chain | null | undefined;
|
|
57864
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57878
57865
|
value?: bigint | undefined;
|
|
57879
57866
|
dataSuffix?: `0x${string}` | undefined;
|
|
57880
57867
|
type?: "eip4844" | undefined;
|
|
57881
57868
|
gas?: bigint | undefined;
|
|
57882
57869
|
nonce?: number | undefined;
|
|
57883
|
-
blobs?: readonly `0x${string}`[] | readonly
|
|
57884
|
-
blobVersionedHashes: readonly
|
|
57870
|
+
blobs?: readonly `0x${string}`[] | readonly viem533.ByteArray[] | undefined;
|
|
57871
|
+
blobVersionedHashes: readonly viem533.Hex[];
|
|
57885
57872
|
kzg?: undefined;
|
|
57886
57873
|
gasPrice?: undefined | undefined;
|
|
57887
57874
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57888
57875
|
maxFeePerGas?: bigint | undefined;
|
|
57889
57876
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57890
|
-
accessList?:
|
|
57891
|
-
sidecars?: readonly
|
|
57877
|
+
accessList?: viem533.AccessList | undefined;
|
|
57878
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57892
57879
|
authorizationList?: undefined;
|
|
57893
57880
|
chainId?: number | undefined;
|
|
57894
|
-
connector?:
|
|
57881
|
+
connector?: wagmi44.Connector | undefined;
|
|
57895
57882
|
} | {
|
|
57896
|
-
abi:
|
|
57883
|
+
abi: abitype35.Abi;
|
|
57897
57884
|
functionName: string;
|
|
57898
57885
|
args?: readonly unknown[] | undefined;
|
|
57899
57886
|
address: Address;
|
|
57900
|
-
chain?:
|
|
57901
|
-
account?: `0x${string}` |
|
|
57887
|
+
chain?: viem533.Chain | null | undefined;
|
|
57888
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57902
57889
|
value?: bigint | undefined;
|
|
57903
57890
|
dataSuffix?: `0x${string}` | undefined;
|
|
57904
57891
|
type?: "eip4844" | undefined;
|
|
57905
57892
|
gas?: bigint | undefined;
|
|
57906
57893
|
nonce?: number | undefined;
|
|
57907
|
-
blobs: readonly
|
|
57894
|
+
blobs: readonly viem533.Hex[] | readonly viem533.ByteArray[];
|
|
57908
57895
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
57909
|
-
kzg?:
|
|
57896
|
+
kzg?: viem533.Kzg | undefined;
|
|
57910
57897
|
gasPrice?: undefined | undefined;
|
|
57911
57898
|
maxFeePerBlobGas?: bigint | undefined;
|
|
57912
57899
|
maxFeePerGas?: bigint | undefined;
|
|
57913
57900
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57914
|
-
accessList?:
|
|
57915
|
-
sidecars?: readonly
|
|
57901
|
+
accessList?: viem533.AccessList | undefined;
|
|
57902
|
+
sidecars?: readonly viem533.BlobSidecar<`0x${string}`>[] | undefined;
|
|
57916
57903
|
authorizationList?: undefined;
|
|
57917
57904
|
chainId?: number | undefined;
|
|
57918
|
-
connector?:
|
|
57905
|
+
connector?: wagmi44.Connector | undefined;
|
|
57919
57906
|
} | {
|
|
57920
|
-
abi:
|
|
57907
|
+
abi: abitype35.Abi;
|
|
57921
57908
|
functionName: string;
|
|
57922
57909
|
args?: readonly unknown[] | undefined;
|
|
57923
57910
|
address: Address;
|
|
57924
|
-
chain?:
|
|
57925
|
-
account?: `0x${string}` |
|
|
57911
|
+
chain?: viem533.Chain | null | undefined;
|
|
57912
|
+
account?: `0x${string}` | viem533.Account | null | undefined;
|
|
57926
57913
|
value?: bigint | undefined;
|
|
57927
57914
|
dataSuffix?: `0x${string}` | undefined;
|
|
57928
57915
|
type?: "eip7702" | undefined;
|
|
@@ -57935,17 +57922,17 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57935
57922
|
maxFeePerBlobGas?: undefined | undefined;
|
|
57936
57923
|
maxFeePerGas?: bigint | undefined;
|
|
57937
57924
|
maxPriorityFeePerGas?: bigint | undefined;
|
|
57938
|
-
accessList?:
|
|
57925
|
+
accessList?: viem533.AccessList | undefined;
|
|
57939
57926
|
sidecars?: undefined;
|
|
57940
|
-
authorizationList?:
|
|
57927
|
+
authorizationList?: viem533.AuthorizationList<number, boolean> | undefined;
|
|
57941
57928
|
chainId?: number | undefined;
|
|
57942
|
-
connector?:
|
|
57929
|
+
connector?: wagmi44.Connector | undefined;
|
|
57943
57930
|
};
|
|
57944
57931
|
isIdle: false;
|
|
57945
57932
|
reset: () => void;
|
|
57946
57933
|
context: unknown;
|
|
57947
57934
|
submittedAt: number;
|
|
57948
|
-
writeContract:
|
|
57935
|
+
writeContract: wagmi_query7.WriteContractMutate<wagmi44.Config, unknown>;
|
|
57949
57936
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
57950
57937
|
model: "static";
|
|
57951
57938
|
} : Partial<OptionPricingParams> & {
|
|
@@ -57961,7 +57948,7 @@ declare const useUpdateMarketPricing: (marketAddr?: Address) => {
|
|
|
57961
57948
|
declare const useLens: () => {
|
|
57962
57949
|
timelockLens: {
|
|
57963
57950
|
read: {
|
|
57964
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
57951
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
57965
57952
|
readonly type: "function";
|
|
57966
57953
|
readonly name: "batchGetRefTick";
|
|
57967
57954
|
readonly inputs: readonly [{
|
|
@@ -58900,7 +58887,7 @@ declare const useLens: () => {
|
|
|
58900
58887
|
}];
|
|
58901
58888
|
readonly stateMutability: "view";
|
|
58902
58889
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
58903
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
58890
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
58904
58891
|
readonly type: "function";
|
|
58905
58892
|
readonly name: "batchGetRefTick";
|
|
58906
58893
|
readonly inputs: readonly [{
|
|
@@ -59851,7 +59838,7 @@ declare const useLens: () => {
|
|
|
59851
59838
|
borrowedAmount0: bigint;
|
|
59852
59839
|
borrowedAmount1: bigint;
|
|
59853
59840
|
}[]>;
|
|
59854
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
59841
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
59855
59842
|
readonly type: "function";
|
|
59856
59843
|
readonly name: "batchGetRefTick";
|
|
59857
59844
|
readonly inputs: readonly [{
|
|
@@ -60800,7 +60787,7 @@ declare const useLens: () => {
|
|
|
60800
60787
|
expiresAt: number;
|
|
60801
60788
|
liquidities: readonly bigint[];
|
|
60802
60789
|
}[]>;
|
|
60803
|
-
getFeeRates: (args: readonly [`0x${string}`], options?:
|
|
60790
|
+
getFeeRates: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
60804
60791
|
readonly type: "function";
|
|
60805
60792
|
readonly name: "batchGetRefTick";
|
|
60806
60793
|
readonly inputs: readonly [{
|
|
@@ -61745,7 +61732,7 @@ declare const useLens: () => {
|
|
|
61745
61732
|
minBaseFee: bigint;
|
|
61746
61733
|
feeRecipient: `0x${string}`;
|
|
61747
61734
|
}>;
|
|
61748
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?:
|
|
61735
|
+
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
61749
61736
|
readonly type: "function";
|
|
61750
61737
|
readonly name: "batchGetRefTick";
|
|
61751
61738
|
readonly inputs: readonly [{
|
|
@@ -62700,7 +62687,7 @@ declare const useLens: () => {
|
|
|
62700
62687
|
senderIsAdmin: boolean;
|
|
62701
62688
|
senderIsPauser: boolean;
|
|
62702
62689
|
}>;
|
|
62703
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
62690
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
62704
62691
|
readonly type: "function";
|
|
62705
62692
|
readonly name: "batchGetRefTick";
|
|
62706
62693
|
readonly inputs: readonly [{
|
|
@@ -63639,7 +63626,7 @@ declare const useLens: () => {
|
|
|
63639
63626
|
}];
|
|
63640
63627
|
readonly stateMutability: "view";
|
|
63641
63628
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
63642
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
63629
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
63643
63630
|
readonly type: "function";
|
|
63644
63631
|
readonly name: "batchGetRefTick";
|
|
63645
63632
|
readonly inputs: readonly [{
|
|
@@ -64598,7 +64585,7 @@ declare const useLens: () => {
|
|
|
64598
64585
|
optionAssetName: string;
|
|
64599
64586
|
payoutAssetName: string;
|
|
64600
64587
|
}>;
|
|
64601
|
-
getMarketState: (args: readonly [`0x${string}`], options?:
|
|
64588
|
+
getMarketState: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
64602
64589
|
readonly type: "function";
|
|
64603
64590
|
readonly name: "batchGetRefTick";
|
|
64604
64591
|
readonly inputs: readonly [{
|
|
@@ -65542,7 +65529,7 @@ declare const useLens: () => {
|
|
|
65542
65529
|
feeStrategy: `0x${string}`;
|
|
65543
65530
|
owner: `0x${string}`;
|
|
65544
65531
|
}>;
|
|
65545
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?:
|
|
65532
|
+
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
65546
65533
|
readonly type: "function";
|
|
65547
65534
|
readonly name: "batchGetRefTick";
|
|
65548
65535
|
readonly inputs: readonly [{
|
|
@@ -66481,7 +66468,7 @@ declare const useLens: () => {
|
|
|
66481
66468
|
}];
|
|
66482
66469
|
readonly stateMutability: "view";
|
|
66483
66470
|
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
66484
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?:
|
|
66471
|
+
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
66485
66472
|
readonly type: "function";
|
|
66486
66473
|
readonly name: "batchGetRefTick";
|
|
66487
66474
|
readonly inputs: readonly [{
|
|
@@ -67420,7 +67407,7 @@ declare const useLens: () => {
|
|
|
67420
67407
|
}];
|
|
67421
67408
|
readonly stateMutability: "view";
|
|
67422
67409
|
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
67423
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?:
|
|
67410
|
+
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
67424
67411
|
readonly type: "function";
|
|
67425
67412
|
readonly name: "batchGetRefTick";
|
|
67426
67413
|
readonly inputs: readonly [{
|
|
@@ -68359,7 +68346,7 @@ declare const useLens: () => {
|
|
|
68359
68346
|
}];
|
|
68360
68347
|
readonly stateMutability: "view";
|
|
68361
68348
|
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
68362
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?:
|
|
68349
|
+
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
68363
68350
|
readonly type: "function";
|
|
68364
68351
|
readonly name: "batchGetRefTick";
|
|
68365
68352
|
readonly inputs: readonly [{
|
|
@@ -69298,7 +69285,7 @@ declare const useLens: () => {
|
|
|
69298
69285
|
}];
|
|
69299
69286
|
readonly stateMutability: "view";
|
|
69300
69287
|
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
69301
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
69288
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
69302
69289
|
readonly type: "function";
|
|
69303
69290
|
readonly name: "batchGetRefTick";
|
|
69304
69291
|
readonly inputs: readonly [{
|
|
@@ -70247,7 +70234,7 @@ declare const useLens: () => {
|
|
|
70247
70234
|
expiresAt: number;
|
|
70248
70235
|
liquidities: readonly bigint[];
|
|
70249
70236
|
}>;
|
|
70250
|
-
getOptionPricingParams: (args: readonly [`0x${string}`], options?:
|
|
70237
|
+
getOptionPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
70251
70238
|
readonly type: "function";
|
|
70252
70239
|
readonly name: "batchGetRefTick";
|
|
70253
70240
|
readonly inputs: readonly [{
|
|
@@ -71192,7 +71179,7 @@ declare const useLens: () => {
|
|
|
71192
71179
|
minPremiumDailyRate: number;
|
|
71193
71180
|
minPremiumAmount: bigint;
|
|
71194
71181
|
}>;
|
|
71195
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
71182
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
71196
71183
|
readonly type: "function";
|
|
71197
71184
|
readonly name: "batchGetRefTick";
|
|
71198
71185
|
readonly inputs: readonly [{
|
|
@@ -72147,7 +72134,7 @@ declare const useLens: () => {
|
|
|
72147
72134
|
fee: number;
|
|
72148
72135
|
tickSpacing: number;
|
|
72149
72136
|
hooks: `0x${string}`;
|
|
72150
|
-
}], options?:
|
|
72137
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
72151
72138
|
readonly type: "function";
|
|
72152
72139
|
readonly name: "batchGetRefTick";
|
|
72153
72140
|
readonly inputs: readonly [{
|
|
@@ -73103,7 +73090,7 @@ declare const useLens: () => {
|
|
|
73103
73090
|
tickSpacing: number;
|
|
73104
73091
|
fee: number;
|
|
73105
73092
|
}>;
|
|
73106
|
-
getPricingParams: (args: readonly [`0x${string}`], options?:
|
|
73093
|
+
getPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
73107
73094
|
readonly type: "function";
|
|
73108
73095
|
readonly name: "batchGetRefTick";
|
|
73109
73096
|
readonly inputs: readonly [{
|
|
@@ -74042,7 +74029,7 @@ declare const useLens: () => {
|
|
|
74042
74029
|
}];
|
|
74043
74030
|
readonly stateMutability: "view";
|
|
74044
74031
|
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
|
|
74045
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
74032
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
74046
74033
|
readonly type: "function";
|
|
74047
74034
|
readonly name: "batchGetRefTick";
|
|
74048
74035
|
readonly inputs: readonly [{
|
|
@@ -74981,7 +74968,7 @@ declare const useLens: () => {
|
|
|
74981
74968
|
}];
|
|
74982
74969
|
readonly stateMutability: "view";
|
|
74983
74970
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
74984
|
-
getStaticPricingParams: (args: readonly [`0x${string}`], options?:
|
|
74971
|
+
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
74985
74972
|
readonly type: "function";
|
|
74986
74973
|
readonly name: "batchGetRefTick";
|
|
74987
74974
|
readonly inputs: readonly [{
|
|
@@ -75923,7 +75910,7 @@ declare const useLens: () => {
|
|
|
75923
75910
|
dailyFundingRate: number;
|
|
75924
75911
|
minFundingAmount: bigint;
|
|
75925
75912
|
}>;
|
|
75926
|
-
getTokenData: (args: readonly [`0x${string}`], options?:
|
|
75913
|
+
getTokenData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
75927
75914
|
readonly type: "function";
|
|
75928
75915
|
readonly name: "batchGetRefTick";
|
|
75929
75916
|
readonly inputs: readonly [{
|
|
@@ -76866,7 +76853,7 @@ declare const useLens: () => {
|
|
|
76866
76853
|
symbol: string;
|
|
76867
76854
|
name: string;
|
|
76868
76855
|
}>;
|
|
76869
|
-
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 [{
|
|
76870
76857
|
readonly type: "function";
|
|
76871
76858
|
readonly name: "batchGetRefTick";
|
|
76872
76859
|
readonly inputs: readonly [{
|
|
@@ -77815,7 +77802,7 @@ declare const useLens: () => {
|
|
|
77815
77802
|
expiresAt: number;
|
|
77816
77803
|
liquidities: readonly bigint[];
|
|
77817
77804
|
}[], bigint, boolean]>;
|
|
77818
|
-
getVaultData: (args: readonly [`0x${string}`], options?:
|
|
77805
|
+
getVaultData: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
77819
77806
|
readonly type: "function";
|
|
77820
77807
|
readonly name: "batchGetRefTick";
|
|
77821
77808
|
readonly inputs: readonly [{
|
|
@@ -78764,7 +78751,7 @@ declare const useLens: () => {
|
|
|
78764
78751
|
};
|
|
78765
78752
|
owner: `0x${string}`;
|
|
78766
78753
|
}>;
|
|
78767
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
78754
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
78768
78755
|
readonly type: "function";
|
|
78769
78756
|
readonly name: "batchGetRefTick";
|
|
78770
78757
|
readonly inputs: readonly [{
|
|
@@ -80647,7 +80634,7 @@ declare const useLens: () => {
|
|
|
80647
80634
|
} | undefined;
|
|
80648
80635
|
stateView: {
|
|
80649
80636
|
read: {
|
|
80650
|
-
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 [{
|
|
80651
80638
|
readonly type: "function";
|
|
80652
80639
|
readonly name: "getFeeGrowthGlobals";
|
|
80653
80640
|
readonly inputs: readonly [{
|
|
@@ -81154,7 +81141,7 @@ declare const useLens: () => {
|
|
|
81154
81141
|
readonly stateMutability: "view";
|
|
81155
81142
|
}, {
|
|
81156
81143
|
readonly type: "function";
|
|
81157
|
-
readonly name: "
|
|
81144
|
+
readonly name: "getSlot0FromId";
|
|
81158
81145
|
readonly inputs: readonly [{
|
|
81159
81146
|
readonly name: "poolManager";
|
|
81160
81147
|
readonly type: "address";
|
|
@@ -81494,7 +81481,7 @@ declare const useLens: () => {
|
|
|
81494
81481
|
fee: number;
|
|
81495
81482
|
tickSpacing: number;
|
|
81496
81483
|
hooks: `0x${string}`;
|
|
81497
|
-
}], options?:
|
|
81484
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
81498
81485
|
readonly type: "function";
|
|
81499
81486
|
readonly name: "getFeeGrowthGlobals";
|
|
81500
81487
|
readonly inputs: readonly [{
|
|
@@ -82001,7 +81988,7 @@ declare const useLens: () => {
|
|
|
82001
81988
|
readonly stateMutability: "view";
|
|
82002
81989
|
}, {
|
|
82003
81990
|
readonly type: "function";
|
|
82004
|
-
readonly name: "
|
|
81991
|
+
readonly name: "getSlot0FromId";
|
|
82005
81992
|
readonly inputs: readonly [{
|
|
82006
81993
|
readonly name: "poolManager";
|
|
82007
81994
|
readonly type: "address";
|
|
@@ -82336,7 +82323,7 @@ declare const useLens: () => {
|
|
|
82336
82323
|
tickSpacing: number;
|
|
82337
82324
|
hooks: `0x${string}`;
|
|
82338
82325
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
82339
|
-
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 [{
|
|
82340
82327
|
readonly type: "function";
|
|
82341
82328
|
readonly name: "getFeeGrowthGlobals";
|
|
82342
82329
|
readonly inputs: readonly [{
|
|
@@ -82843,7 +82830,7 @@ declare const useLens: () => {
|
|
|
82843
82830
|
readonly stateMutability: "view";
|
|
82844
82831
|
}, {
|
|
82845
82832
|
readonly type: "function";
|
|
82846
|
-
readonly name: "
|
|
82833
|
+
readonly name: "getSlot0FromId";
|
|
82847
82834
|
readonly inputs: readonly [{
|
|
82848
82835
|
readonly name: "poolManager";
|
|
82849
82836
|
readonly type: "address";
|
|
@@ -83183,7 +83170,7 @@ declare const useLens: () => {
|
|
|
83183
83170
|
fee: number;
|
|
83184
83171
|
tickSpacing: number;
|
|
83185
83172
|
hooks: `0x${string}`;
|
|
83186
|
-
}, number, number], options?:
|
|
83173
|
+
}, number, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
83187
83174
|
readonly type: "function";
|
|
83188
83175
|
readonly name: "getFeeGrowthGlobals";
|
|
83189
83176
|
readonly inputs: readonly [{
|
|
@@ -83690,7 +83677,7 @@ declare const useLens: () => {
|
|
|
83690
83677
|
readonly stateMutability: "view";
|
|
83691
83678
|
}, {
|
|
83692
83679
|
readonly type: "function";
|
|
83693
|
-
readonly name: "
|
|
83680
|
+
readonly name: "getSlot0FromId";
|
|
83694
83681
|
readonly inputs: readonly [{
|
|
83695
83682
|
readonly name: "poolManager";
|
|
83696
83683
|
readonly type: "address";
|
|
@@ -84025,7 +84012,7 @@ declare const useLens: () => {
|
|
|
84025
84012
|
tickSpacing: number;
|
|
84026
84013
|
hooks: `0x${string}`;
|
|
84027
84014
|
}, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
84028
|
-
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 [{
|
|
84029
84016
|
readonly type: "function";
|
|
84030
84017
|
readonly name: "getFeeGrowthGlobals";
|
|
84031
84018
|
readonly inputs: readonly [{
|
|
@@ -84532,7 +84519,7 @@ declare const useLens: () => {
|
|
|
84532
84519
|
readonly stateMutability: "view";
|
|
84533
84520
|
}, {
|
|
84534
84521
|
readonly type: "function";
|
|
84535
|
-
readonly name: "
|
|
84522
|
+
readonly name: "getSlot0FromId";
|
|
84536
84523
|
readonly inputs: readonly [{
|
|
84537
84524
|
readonly name: "poolManager";
|
|
84538
84525
|
readonly type: "address";
|
|
@@ -84872,7 +84859,7 @@ declare const useLens: () => {
|
|
|
84872
84859
|
fee: number;
|
|
84873
84860
|
tickSpacing: number;
|
|
84874
84861
|
hooks: `0x${string}`;
|
|
84875
|
-
}], options?:
|
|
84862
|
+
}], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
84876
84863
|
readonly type: "function";
|
|
84877
84864
|
readonly name: "getFeeGrowthGlobals";
|
|
84878
84865
|
readonly inputs: readonly [{
|
|
@@ -85379,7 +85366,7 @@ declare const useLens: () => {
|
|
|
85379
85366
|
readonly stateMutability: "view";
|
|
85380
85367
|
}, {
|
|
85381
85368
|
readonly type: "function";
|
|
85382
|
-
readonly name: "
|
|
85369
|
+
readonly name: "getSlot0FromId";
|
|
85383
85370
|
readonly inputs: readonly [{
|
|
85384
85371
|
readonly name: "poolManager";
|
|
85385
85372
|
readonly type: "address";
|
|
@@ -85714,7 +85701,7 @@ declare const useLens: () => {
|
|
|
85714
85701
|
tickSpacing: number;
|
|
85715
85702
|
hooks: `0x${string}`;
|
|
85716
85703
|
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
85717
|
-
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 [{
|
|
85718
85705
|
readonly type: "function";
|
|
85719
85706
|
readonly name: "getFeeGrowthGlobals";
|
|
85720
85707
|
readonly inputs: readonly [{
|
|
@@ -86221,7 +86208,7 @@ declare const useLens: () => {
|
|
|
86221
86208
|
readonly stateMutability: "view";
|
|
86222
86209
|
}, {
|
|
86223
86210
|
readonly type: "function";
|
|
86224
|
-
readonly name: "
|
|
86211
|
+
readonly name: "getSlot0FromId";
|
|
86225
86212
|
readonly inputs: readonly [{
|
|
86226
86213
|
readonly name: "poolManager";
|
|
86227
86214
|
readonly type: "address";
|
|
@@ -86561,7 +86548,7 @@ declare const useLens: () => {
|
|
|
86561
86548
|
fee: number;
|
|
86562
86549
|
tickSpacing: number;
|
|
86563
86550
|
hooks: `0x${string}`;
|
|
86564
|
-
}, `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 [{
|
|
86565
86552
|
readonly type: "function";
|
|
86566
86553
|
readonly name: "getFeeGrowthGlobals";
|
|
86567
86554
|
readonly inputs: readonly [{
|
|
@@ -87068,7 +87055,7 @@ declare const useLens: () => {
|
|
|
87068
87055
|
readonly stateMutability: "view";
|
|
87069
87056
|
}, {
|
|
87070
87057
|
readonly type: "function";
|
|
87071
|
-
readonly name: "
|
|
87058
|
+
readonly name: "getSlot0FromId";
|
|
87072
87059
|
readonly inputs: readonly [{
|
|
87073
87060
|
readonly name: "poolManager";
|
|
87074
87061
|
readonly type: "address";
|
|
@@ -87414,7 +87401,7 @@ declare const useLens: () => {
|
|
|
87414
87401
|
fee: number;
|
|
87415
87402
|
tickSpacing: number;
|
|
87416
87403
|
hooks: `0x${string}`;
|
|
87417
|
-
}, `0x${string}`], options?:
|
|
87404
|
+
}, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
87418
87405
|
readonly type: "function";
|
|
87419
87406
|
readonly name: "getFeeGrowthGlobals";
|
|
87420
87407
|
readonly inputs: readonly [{
|
|
@@ -87921,7 +87908,7 @@ declare const useLens: () => {
|
|
|
87921
87908
|
readonly stateMutability: "view";
|
|
87922
87909
|
}, {
|
|
87923
87910
|
readonly type: "function";
|
|
87924
|
-
readonly name: "
|
|
87911
|
+
readonly name: "getSlot0FromId";
|
|
87925
87912
|
readonly inputs: readonly [{
|
|
87926
87913
|
readonly name: "poolManager";
|
|
87927
87914
|
readonly type: "address";
|
|
@@ -88267,7 +88254,7 @@ declare const useLens: () => {
|
|
|
88267
88254
|
fee: number;
|
|
88268
88255
|
tickSpacing: number;
|
|
88269
88256
|
hooks: `0x${string}`;
|
|
88270
|
-
}, `0x${string}`, number, number, `0x${string}`], options?:
|
|
88257
|
+
}, `0x${string}`, number, number, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
88271
88258
|
readonly type: "function";
|
|
88272
88259
|
readonly name: "getFeeGrowthGlobals";
|
|
88273
88260
|
readonly inputs: readonly [{
|
|
@@ -88774,7 +88761,7 @@ declare const useLens: () => {
|
|
|
88774
88761
|
readonly stateMutability: "view";
|
|
88775
88762
|
}, {
|
|
88776
88763
|
readonly type: "function";
|
|
88777
|
-
readonly name: "
|
|
88764
|
+
readonly name: "getSlot0FromId";
|
|
88778
88765
|
readonly inputs: readonly [{
|
|
88779
88766
|
readonly name: "poolManager";
|
|
88780
88767
|
readonly type: "address";
|
|
@@ -89115,7 +89102,7 @@ declare const useLens: () => {
|
|
|
89115
89102
|
tickSpacing: number;
|
|
89116
89103
|
hooks: `0x${string}`;
|
|
89117
89104
|
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
89118
|
-
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 [{
|
|
89119
89106
|
readonly type: "function";
|
|
89120
89107
|
readonly name: "getFeeGrowthGlobals";
|
|
89121
89108
|
readonly inputs: readonly [{
|
|
@@ -89622,7 +89609,7 @@ declare const useLens: () => {
|
|
|
89622
89609
|
readonly stateMutability: "view";
|
|
89623
89610
|
}, {
|
|
89624
89611
|
readonly type: "function";
|
|
89625
|
-
readonly name: "
|
|
89612
|
+
readonly name: "getSlot0FromId";
|
|
89626
89613
|
readonly inputs: readonly [{
|
|
89627
89614
|
readonly name: "poolManager";
|
|
89628
89615
|
readonly type: "address";
|
|
@@ -89962,7 +89949,7 @@ declare const useLens: () => {
|
|
|
89962
89949
|
fee: number;
|
|
89963
89950
|
tickSpacing: number;
|
|
89964
89951
|
hooks: `0x${string}`;
|
|
89965
|
-
}, `0x${string}`], options?:
|
|
89952
|
+
}, `0x${string}`], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
89966
89953
|
readonly type: "function";
|
|
89967
89954
|
readonly name: "getFeeGrowthGlobals";
|
|
89968
89955
|
readonly inputs: readonly [{
|
|
@@ -90469,7 +90456,7 @@ declare const useLens: () => {
|
|
|
90469
90456
|
readonly stateMutability: "view";
|
|
90470
90457
|
}, {
|
|
90471
90458
|
readonly type: "function";
|
|
90472
|
-
readonly name: "
|
|
90459
|
+
readonly name: "getSlot0FromId";
|
|
90473
90460
|
readonly inputs: readonly [{
|
|
90474
90461
|
readonly name: "poolManager";
|
|
90475
90462
|
readonly type: "address";
|
|
@@ -90804,7 +90791,13 @@ declare const useLens: () => {
|
|
|
90804
90791
|
tickSpacing: number;
|
|
90805
90792
|
hooks: `0x${string}`;
|
|
90806
90793
|
}, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
90807
|
-
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 [{
|
|
90808
90801
|
readonly type: "function";
|
|
90809
90802
|
readonly name: "getFeeGrowthGlobals";
|
|
90810
90803
|
readonly inputs: readonly [{
|
|
@@ -91311,7 +91304,7 @@ declare const useLens: () => {
|
|
|
91311
91304
|
readonly stateMutability: "view";
|
|
91312
91305
|
}, {
|
|
91313
91306
|
readonly type: "function";
|
|
91314
|
-
readonly name: "
|
|
91307
|
+
readonly name: "getSlot0FromId";
|
|
91315
91308
|
readonly inputs: readonly [{
|
|
91316
91309
|
readonly name: "poolManager";
|
|
91317
91310
|
readonly type: "address";
|
|
@@ -91639,19 +91632,14 @@ declare const useLens: () => {
|
|
|
91639
91632
|
readonly internalType: "int128";
|
|
91640
91633
|
}];
|
|
91641
91634
|
readonly stateMutability: "view";
|
|
91642
|
-
}], "getSlot0", readonly [`0x${string}`,
|
|
91635
|
+
}], "getSlot0", readonly [`0x${string}`, {
|
|
91643
91636
|
currency0: `0x${string}`;
|
|
91644
91637
|
currency1: `0x${string}`;
|
|
91645
91638
|
fee: number;
|
|
91646
91639
|
tickSpacing: number;
|
|
91647
91640
|
hooks: `0x${string}`;
|
|
91648
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined
|
|
91649
|
-
|
|
91650
|
-
currency1: `0x${string}`;
|
|
91651
|
-
fee: number;
|
|
91652
|
-
tickSpacing: number;
|
|
91653
|
-
hooks: `0x${string}`;
|
|
91654
|
-
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
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 [{
|
|
91655
91643
|
readonly type: "function";
|
|
91656
91644
|
readonly name: "getFeeGrowthGlobals";
|
|
91657
91645
|
readonly inputs: readonly [{
|
|
@@ -92158,7 +92146,7 @@ declare const useLens: () => {
|
|
|
92158
92146
|
readonly stateMutability: "view";
|
|
92159
92147
|
}, {
|
|
92160
92148
|
readonly type: "function";
|
|
92161
|
-
readonly name: "
|
|
92149
|
+
readonly name: "getSlot0FromId";
|
|
92162
92150
|
readonly inputs: readonly [{
|
|
92163
92151
|
readonly name: "poolManager";
|
|
92164
92152
|
readonly type: "address";
|
|
@@ -92486,14 +92474,8 @@ declare const useLens: () => {
|
|
|
92486
92474
|
readonly internalType: "int128";
|
|
92487
92475
|
}];
|
|
92488
92476
|
readonly stateMutability: "view";
|
|
92489
|
-
}], "
|
|
92490
|
-
|
|
92491
|
-
currency1: `0x${string}`;
|
|
92492
|
-
fee: number;
|
|
92493
|
-
tickSpacing: number;
|
|
92494
|
-
hooks: `0x${string}`;
|
|
92495
|
-
}]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
92496
|
-
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 [{
|
|
92497
92479
|
readonly type: "function";
|
|
92498
92480
|
readonly name: "getFeeGrowthGlobals";
|
|
92499
92481
|
readonly inputs: readonly [{
|
|
@@ -93000,7 +92982,7 @@ declare const useLens: () => {
|
|
|
93000
92982
|
readonly stateMutability: "view";
|
|
93001
92983
|
}, {
|
|
93002
92984
|
readonly type: "function";
|
|
93003
|
-
readonly name: "
|
|
92985
|
+
readonly name: "getSlot0FromId";
|
|
93004
92986
|
readonly inputs: readonly [{
|
|
93005
92987
|
readonly name: "poolManager";
|
|
93006
92988
|
readonly type: "address";
|
|
@@ -93340,7 +93322,7 @@ declare const useLens: () => {
|
|
|
93340
93322
|
fee: number;
|
|
93341
93323
|
tickSpacing: number;
|
|
93342
93324
|
hooks: `0x${string}`;
|
|
93343
|
-
}, number], options?:
|
|
93325
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
93344
93326
|
readonly type: "function";
|
|
93345
93327
|
readonly name: "getFeeGrowthGlobals";
|
|
93346
93328
|
readonly inputs: readonly [{
|
|
@@ -93847,7 +93829,7 @@ declare const useLens: () => {
|
|
|
93847
93829
|
readonly stateMutability: "view";
|
|
93848
93830
|
}, {
|
|
93849
93831
|
readonly type: "function";
|
|
93850
|
-
readonly name: "
|
|
93832
|
+
readonly name: "getSlot0FromId";
|
|
93851
93833
|
readonly inputs: readonly [{
|
|
93852
93834
|
readonly name: "poolManager";
|
|
93853
93835
|
readonly type: "address";
|
|
@@ -94182,7 +94164,7 @@ declare const useLens: () => {
|
|
|
94182
94164
|
tickSpacing: number;
|
|
94183
94165
|
hooks: `0x${string}`;
|
|
94184
94166
|
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
94185
|
-
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 [{
|
|
94186
94168
|
readonly type: "function";
|
|
94187
94169
|
readonly name: "getFeeGrowthGlobals";
|
|
94188
94170
|
readonly inputs: readonly [{
|
|
@@ -94689,7 +94671,7 @@ declare const useLens: () => {
|
|
|
94689
94671
|
readonly stateMutability: "view";
|
|
94690
94672
|
}, {
|
|
94691
94673
|
readonly type: "function";
|
|
94692
|
-
readonly name: "
|
|
94674
|
+
readonly name: "getSlot0FromId";
|
|
94693
94675
|
readonly inputs: readonly [{
|
|
94694
94676
|
readonly name: "poolManager";
|
|
94695
94677
|
readonly type: "address";
|
|
@@ -95029,7 +95011,7 @@ declare const useLens: () => {
|
|
|
95029
95011
|
fee: number;
|
|
95030
95012
|
tickSpacing: number;
|
|
95031
95013
|
hooks: `0x${string}`;
|
|
95032
|
-
}, number], options?:
|
|
95014
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
95033
95015
|
readonly type: "function";
|
|
95034
95016
|
readonly name: "getFeeGrowthGlobals";
|
|
95035
95017
|
readonly inputs: readonly [{
|
|
@@ -95536,7 +95518,7 @@ declare const useLens: () => {
|
|
|
95536
95518
|
readonly stateMutability: "view";
|
|
95537
95519
|
}, {
|
|
95538
95520
|
readonly type: "function";
|
|
95539
|
-
readonly name: "
|
|
95521
|
+
readonly name: "getSlot0FromId";
|
|
95540
95522
|
readonly inputs: readonly [{
|
|
95541
95523
|
readonly name: "poolManager";
|
|
95542
95524
|
readonly type: "address";
|
|
@@ -95871,7 +95853,7 @@ declare const useLens: () => {
|
|
|
95871
95853
|
tickSpacing: number;
|
|
95872
95854
|
hooks: `0x${string}`;
|
|
95873
95855
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
95874
|
-
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 [{
|
|
95875
95857
|
readonly type: "function";
|
|
95876
95858
|
readonly name: "getFeeGrowthGlobals";
|
|
95877
95859
|
readonly inputs: readonly [{
|
|
@@ -96378,7 +96360,7 @@ declare const useLens: () => {
|
|
|
96378
96360
|
readonly stateMutability: "view";
|
|
96379
96361
|
}, {
|
|
96380
96362
|
readonly type: "function";
|
|
96381
|
-
readonly name: "
|
|
96363
|
+
readonly name: "getSlot0FromId";
|
|
96382
96364
|
readonly inputs: readonly [{
|
|
96383
96365
|
readonly name: "poolManager";
|
|
96384
96366
|
readonly type: "address";
|
|
@@ -96718,7 +96700,7 @@ declare const useLens: () => {
|
|
|
96718
96700
|
fee: number;
|
|
96719
96701
|
tickSpacing: number;
|
|
96720
96702
|
hooks: `0x${string}`;
|
|
96721
|
-
}, number], options?:
|
|
96703
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
96722
96704
|
readonly type: "function";
|
|
96723
96705
|
readonly name: "getFeeGrowthGlobals";
|
|
96724
96706
|
readonly inputs: readonly [{
|
|
@@ -97225,7 +97207,7 @@ declare const useLens: () => {
|
|
|
97225
97207
|
readonly stateMutability: "view";
|
|
97226
97208
|
}, {
|
|
97227
97209
|
readonly type: "function";
|
|
97228
|
-
readonly name: "
|
|
97210
|
+
readonly name: "getSlot0FromId";
|
|
97229
97211
|
readonly inputs: readonly [{
|
|
97230
97212
|
readonly name: "poolManager";
|
|
97231
97213
|
readonly type: "address";
|
|
@@ -97560,7 +97542,7 @@ declare const useLens: () => {
|
|
|
97560
97542
|
tickSpacing: number;
|
|
97561
97543
|
hooks: `0x${string}`;
|
|
97562
97544
|
}, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
|
|
97563
|
-
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 [{
|
|
97564
97546
|
readonly type: "function";
|
|
97565
97547
|
readonly name: "getFeeGrowthGlobals";
|
|
97566
97548
|
readonly inputs: readonly [{
|
|
@@ -98067,7 +98049,7 @@ declare const useLens: () => {
|
|
|
98067
98049
|
readonly stateMutability: "view";
|
|
98068
98050
|
}, {
|
|
98069
98051
|
readonly type: "function";
|
|
98070
|
-
readonly name: "
|
|
98052
|
+
readonly name: "getSlot0FromId";
|
|
98071
98053
|
readonly inputs: readonly [{
|
|
98072
98054
|
readonly name: "poolManager";
|
|
98073
98055
|
readonly type: "address";
|
|
@@ -98407,7 +98389,7 @@ declare const useLens: () => {
|
|
|
98407
98389
|
fee: number;
|
|
98408
98390
|
tickSpacing: number;
|
|
98409
98391
|
hooks: `0x${string}`;
|
|
98410
|
-
}, number], options?:
|
|
98392
|
+
}, number], options?: viem533.Prettify<viem533.UnionOmit<viem533.ReadContractParameters<readonly [{
|
|
98411
98393
|
readonly type: "function";
|
|
98412
98394
|
readonly name: "getFeeGrowthGlobals";
|
|
98413
98395
|
readonly inputs: readonly [{
|
|
@@ -98914,7 +98896,7 @@ declare const useLens: () => {
|
|
|
98914
98896
|
readonly stateMutability: "view";
|
|
98915
98897
|
}, {
|
|
98916
98898
|
readonly type: "function";
|
|
98917
|
-
readonly name: "
|
|
98899
|
+
readonly name: "getSlot0FromId";
|
|
98918
98900
|
readonly inputs: readonly [{
|
|
98919
98901
|
readonly name: "poolManager";
|
|
98920
98902
|
readonly type: "address";
|
|
@@ -99758,7 +99740,7 @@ declare const useLens: () => {
|
|
|
99758
99740
|
readonly stateMutability: "view";
|
|
99759
99741
|
}, {
|
|
99760
99742
|
readonly type: "function";
|
|
99761
|
-
readonly name: "
|
|
99743
|
+
readonly name: "getSlot0FromId";
|
|
99762
99744
|
readonly inputs: readonly [{
|
|
99763
99745
|
readonly name: "poolManager";
|
|
99764
99746
|
readonly type: "address";
|
|
@@ -100091,4 +100073,4 @@ declare const useLens: () => {
|
|
|
100091
100073
|
};
|
|
100092
100074
|
//#endregion
|
|
100093
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 };
|
|
100094
|
-
//# sourceMappingURL=client-
|
|
100076
|
+
//# sourceMappingURL=client-CeHNgT9x.d.cts.map
|