timelock-sdk 0.0.198 → 0.0.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{client-BPfSSNYu.d.cts → client-D5ZsNfUt.d.cts} +516 -516
- package/dist/{client-DL7bGEe_.d.ts → client-Ysr4Yr2n.d.ts} +763 -763
- package/dist/client.cjs +28 -28
- 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.map +1 -1
- package/dist/{optionUtils-DnlZztx2.cjs → optionUtils-BsvMTq63.cjs} +23 -23
- package/dist/optionUtils-BsvMTq63.cjs.map +1 -0
- package/dist/optionUtils-Xu6KDjhk.js.map +1 -1
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +14 -14
- package/dist/optionUtils-DnlZztx2.cjs.map +0 -1
|
@@ -4,15 +4,15 @@ import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem"
|
|
|
4
4
|
import React, { ReactNode } from "react";
|
|
5
5
|
import "graphql";
|
|
6
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
7
|
-
import * as
|
|
7
|
+
import * as _tanstack_react_query4 from "@tanstack/react-query";
|
|
8
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
9
9
|
import * as wagmi0 from "wagmi";
|
|
10
10
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
11
11
|
import Big from "big.js";
|
|
12
12
|
import JSBI from "jsbi";
|
|
13
13
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
14
|
-
import * as
|
|
15
|
-
import * as
|
|
14
|
+
import * as wagmi_query11 from "wagmi/query";
|
|
15
|
+
import * as abitype17 from "abitype";
|
|
16
16
|
|
|
17
17
|
//#region src/generated/graphql.d.ts
|
|
18
18
|
type Exact<T$1 extends {
|
|
@@ -427,8 +427,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
427
427
|
readonly internalType: "bool";
|
|
428
428
|
}];
|
|
429
429
|
readonly stateMutability: "nonpayable";
|
|
430
|
-
}], "symbol", readonly []>, "address" | "abi" | "
|
|
431
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
430
|
+
}], "symbol", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
|
|
431
|
+
allowance: (args: readonly [owner: `0x${string}`, spender: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
432
432
|
readonly type: "constructor";
|
|
433
433
|
readonly inputs: readonly [{
|
|
434
434
|
readonly name: "name_";
|
|
@@ -606,8 +606,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
606
606
|
readonly internalType: "bool";
|
|
607
607
|
}];
|
|
608
608
|
readonly stateMutability: "nonpayable";
|
|
609
|
-
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "
|
|
610
|
-
balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
609
|
+
}], "allowance", readonly [owner: `0x${string}`, spender: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
610
|
+
balanceOf: (args: readonly [account: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
611
611
|
readonly type: "constructor";
|
|
612
612
|
readonly inputs: readonly [{
|
|
613
613
|
readonly name: "name_";
|
|
@@ -785,7 +785,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
785
785
|
readonly internalType: "bool";
|
|
786
786
|
}];
|
|
787
787
|
readonly stateMutability: "nonpayable";
|
|
788
|
-
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
788
|
+
}], "balanceOf", readonly [account: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
789
789
|
decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
790
790
|
readonly type: "constructor";
|
|
791
791
|
readonly inputs: readonly [{
|
|
@@ -964,7 +964,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
964
964
|
readonly internalType: "bool";
|
|
965
965
|
}];
|
|
966
966
|
readonly stateMutability: "nonpayable";
|
|
967
|
-
}], "decimals", readonly []>, "address" | "abi" | "
|
|
967
|
+
}], "decimals", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
|
|
968
968
|
name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
969
969
|
readonly type: "constructor";
|
|
970
970
|
readonly inputs: readonly [{
|
|
@@ -1143,7 +1143,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1143
1143
|
readonly internalType: "bool";
|
|
1144
1144
|
}];
|
|
1145
1145
|
readonly stateMutability: "nonpayable";
|
|
1146
|
-
}], "name", readonly []>, "address" | "abi" | "
|
|
1146
|
+
}], "name", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
|
|
1147
1147
|
totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
1148
1148
|
readonly type: "constructor";
|
|
1149
1149
|
readonly inputs: readonly [{
|
|
@@ -1322,10 +1322,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1322
1322
|
readonly internalType: "bool";
|
|
1323
1323
|
}];
|
|
1324
1324
|
readonly stateMutability: "nonpayable";
|
|
1325
|
-
}], "totalSupply", readonly []>, "address" | "abi" | "
|
|
1325
|
+
}], "totalSupply", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
1326
1326
|
};
|
|
1327
1327
|
estimateGas: {
|
|
1328
|
-
approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1328
|
+
approve: (args: readonly [spender: `0x${string}`, amount: bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1329
1329
|
readonly type: "constructor";
|
|
1330
1330
|
readonly inputs: readonly [{
|
|
1331
1331
|
readonly name: "name_";
|
|
@@ -1503,8 +1503,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1503
1503
|
readonly internalType: "bool";
|
|
1504
1504
|
}];
|
|
1505
1505
|
readonly stateMutability: "nonpayable";
|
|
1506
|
-
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
1507
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1506
|
+
}], "approve", readonly [spender: `0x${string}`, amount: bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1507
|
+
decreaseAllowance: (args: readonly [spender: `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1508
1508
|
readonly type: "constructor";
|
|
1509
1509
|
readonly inputs: readonly [{
|
|
1510
1510
|
readonly name: "name_";
|
|
@@ -1682,8 +1682,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1682
1682
|
readonly internalType: "bool";
|
|
1683
1683
|
}];
|
|
1684
1684
|
readonly stateMutability: "nonpayable";
|
|
1685
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
1686
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1685
|
+
}], "decreaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1686
|
+
increaseAllowance: (args: readonly [spender: `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1687
1687
|
readonly type: "constructor";
|
|
1688
1688
|
readonly inputs: readonly [{
|
|
1689
1689
|
readonly name: "name_";
|
|
@@ -1861,8 +1861,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1861
1861
|
readonly internalType: "bool";
|
|
1862
1862
|
}];
|
|
1863
1863
|
readonly stateMutability: "nonpayable";
|
|
1864
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
1865
|
-
transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1864
|
+
}], "increaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1865
|
+
transfer: (args: readonly [to: `0x${string}`, amount: bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
1866
1866
|
readonly type: "constructor";
|
|
1867
1867
|
readonly inputs: readonly [{
|
|
1868
1868
|
readonly name: "name_";
|
|
@@ -2040,8 +2040,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2040
2040
|
readonly internalType: "bool";
|
|
2041
2041
|
}];
|
|
2042
2042
|
readonly stateMutability: "nonpayable";
|
|
2043
|
-
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
2044
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2043
|
+
}], "transfer", readonly [to: `0x${string}`, amount: bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2044
|
+
transferFrom: (args: readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2045
2045
|
readonly type: "constructor";
|
|
2046
2046
|
readonly inputs: readonly [{
|
|
2047
2047
|
readonly name: "name_";
|
|
@@ -2219,9 +2219,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2219
2219
|
readonly internalType: "bool";
|
|
2220
2220
|
}];
|
|
2221
2221
|
readonly stateMutability: "nonpayable";
|
|
2222
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
2222
|
+
}], "transferFrom", readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2223
2223
|
} & {
|
|
2224
|
-
approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2224
|
+
approve: (args: readonly [spender: `0x${string}`, amount: bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2225
2225
|
readonly type: "constructor";
|
|
2226
2226
|
readonly inputs: readonly [{
|
|
2227
2227
|
readonly name: "name_";
|
|
@@ -2399,8 +2399,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2399
2399
|
readonly internalType: "bool";
|
|
2400
2400
|
}];
|
|
2401
2401
|
readonly stateMutability: "nonpayable";
|
|
2402
|
-
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
2403
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2402
|
+
}], "approve", readonly [spender: `0x${string}`, amount: bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2403
|
+
decreaseAllowance: (args: readonly [spender: `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2404
2404
|
readonly type: "constructor";
|
|
2405
2405
|
readonly inputs: readonly [{
|
|
2406
2406
|
readonly name: "name_";
|
|
@@ -2578,8 +2578,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2578
2578
|
readonly internalType: "bool";
|
|
2579
2579
|
}];
|
|
2580
2580
|
readonly stateMutability: "nonpayable";
|
|
2581
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
2582
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2581
|
+
}], "decreaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2582
|
+
increaseAllowance: (args: readonly [spender: `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2583
2583
|
readonly type: "constructor";
|
|
2584
2584
|
readonly inputs: readonly [{
|
|
2585
2585
|
readonly name: "name_";
|
|
@@ -2757,8 +2757,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2757
2757
|
readonly internalType: "bool";
|
|
2758
2758
|
}];
|
|
2759
2759
|
readonly stateMutability: "nonpayable";
|
|
2760
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
2761
|
-
transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2760
|
+
}], "increaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2761
|
+
transfer: (args: readonly [to: `0x${string}`, amount: bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2762
2762
|
readonly type: "constructor";
|
|
2763
2763
|
readonly inputs: readonly [{
|
|
2764
2764
|
readonly name: "name_";
|
|
@@ -2936,8 +2936,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2936
2936
|
readonly internalType: "bool";
|
|
2937
2937
|
}];
|
|
2938
2938
|
readonly stateMutability: "nonpayable";
|
|
2939
|
-
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
2940
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2939
|
+
}], "transfer", readonly [to: `0x${string}`, amount: bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2940
|
+
transferFrom: (args: readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2941
2941
|
readonly type: "constructor";
|
|
2942
2942
|
readonly inputs: readonly [{
|
|
2943
2943
|
readonly name: "name_";
|
|
@@ -3115,10 +3115,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3115
3115
|
readonly internalType: "bool";
|
|
3116
3116
|
}];
|
|
3117
3117
|
readonly stateMutability: "nonpayable";
|
|
3118
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "
|
|
3118
|
+
}], "transferFrom", readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], viem0.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
3119
3119
|
};
|
|
3120
3120
|
simulate: {
|
|
3121
|
-
approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3121
|
+
approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [spender: `0x${string}`, amount: bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3122
3122
|
readonly type: "constructor";
|
|
3123
3123
|
readonly inputs: readonly [{
|
|
3124
3124
|
readonly name: "name_";
|
|
@@ -3296,7 +3296,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3296
3296
|
readonly internalType: "bool";
|
|
3297
3297
|
}];
|
|
3298
3298
|
readonly stateMutability: "nonpayable";
|
|
3299
|
-
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "
|
|
3299
|
+
}], "approve", readonly [spender: `0x${string}`, amount: bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
3300
3300
|
readonly type: "constructor";
|
|
3301
3301
|
readonly inputs: readonly [{
|
|
3302
3302
|
readonly name: "name_";
|
|
@@ -3474,8 +3474,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3474
3474
|
readonly internalType: "bool";
|
|
3475
3475
|
}];
|
|
3476
3476
|
readonly stateMutability: "nonpayable";
|
|
3477
|
-
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3478
|
-
decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3477
|
+
}], "approve", readonly [spender: `0x${string}`, amount: bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3478
|
+
decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [spender: `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3479
3479
|
readonly type: "constructor";
|
|
3480
3480
|
readonly inputs: readonly [{
|
|
3481
3481
|
readonly name: "name_";
|
|
@@ -3653,7 +3653,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3653
3653
|
readonly internalType: "bool";
|
|
3654
3654
|
}];
|
|
3655
3655
|
readonly stateMutability: "nonpayable";
|
|
3656
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "
|
|
3656
|
+
}], "decreaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
3657
3657
|
readonly type: "constructor";
|
|
3658
3658
|
readonly inputs: readonly [{
|
|
3659
3659
|
readonly name: "name_";
|
|
@@ -3831,8 +3831,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3831
3831
|
readonly internalType: "bool";
|
|
3832
3832
|
}];
|
|
3833
3833
|
readonly stateMutability: "nonpayable";
|
|
3834
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3835
|
-
increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3834
|
+
}], "decreaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3835
|
+
increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [spender: `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
3836
3836
|
readonly type: "constructor";
|
|
3837
3837
|
readonly inputs: readonly [{
|
|
3838
3838
|
readonly name: "name_";
|
|
@@ -4010,7 +4010,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4010
4010
|
readonly internalType: "bool";
|
|
4011
4011
|
}];
|
|
4012
4012
|
readonly stateMutability: "nonpayable";
|
|
4013
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "
|
|
4013
|
+
}], "increaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
4014
4014
|
readonly type: "constructor";
|
|
4015
4015
|
readonly inputs: readonly [{
|
|
4016
4016
|
readonly name: "name_";
|
|
@@ -4188,8 +4188,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4188
4188
|
readonly internalType: "bool";
|
|
4189
4189
|
}];
|
|
4190
4190
|
readonly stateMutability: "nonpayable";
|
|
4191
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4192
|
-
transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
4191
|
+
}], "increaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4192
|
+
transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [to: `0x${string}`, amount: bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
4193
4193
|
readonly type: "constructor";
|
|
4194
4194
|
readonly inputs: readonly [{
|
|
4195
4195
|
readonly name: "name_";
|
|
@@ -4367,7 +4367,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4367
4367
|
readonly internalType: "bool";
|
|
4368
4368
|
}];
|
|
4369
4369
|
readonly stateMutability: "nonpayable";
|
|
4370
|
-
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "
|
|
4370
|
+
}], "transfer", readonly [to: `0x${string}`, amount: bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
4371
4371
|
readonly type: "constructor";
|
|
4372
4372
|
readonly inputs: readonly [{
|
|
4373
4373
|
readonly name: "name_";
|
|
@@ -4545,8 +4545,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4545
4545
|
readonly internalType: "bool";
|
|
4546
4546
|
}];
|
|
4547
4547
|
readonly stateMutability: "nonpayable";
|
|
4548
|
-
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4549
|
-
transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
4548
|
+
}], "transfer", readonly [to: `0x${string}`, amount: bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4549
|
+
transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
4550
4550
|
readonly type: "constructor";
|
|
4551
4551
|
readonly inputs: readonly [{
|
|
4552
4552
|
readonly name: "name_";
|
|
@@ -4724,7 +4724,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4724
4724
|
readonly internalType: "bool";
|
|
4725
4725
|
}];
|
|
4726
4726
|
readonly stateMutability: "nonpayable";
|
|
4727
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "
|
|
4727
|
+
}], "transferFrom", readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
4728
4728
|
readonly type: "constructor";
|
|
4729
4729
|
readonly inputs: readonly [{
|
|
4730
4730
|
readonly name: "name_";
|
|
@@ -4902,7 +4902,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4902
4902
|
readonly internalType: "bool";
|
|
4903
4903
|
}];
|
|
4904
4904
|
readonly stateMutability: "nonpayable";
|
|
4905
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4905
|
+
}], "transferFrom", readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
4906
4906
|
};
|
|
4907
4907
|
write: {
|
|
4908
4908
|
approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
@@ -5083,7 +5083,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5083
5083
|
readonly internalType: "bool";
|
|
5084
5084
|
}];
|
|
5085
5085
|
readonly stateMutability: "nonpayable";
|
|
5086
|
-
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "
|
|
5086
|
+
}], "approve", readonly [spender: `0x${string}`, amount: bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [spender: `0x${string}`, amount: bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5087
5087
|
decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5088
5088
|
readonly type: "constructor";
|
|
5089
5089
|
readonly inputs: readonly [{
|
|
@@ -5262,7 +5262,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5262
5262
|
readonly internalType: "bool";
|
|
5263
5263
|
}];
|
|
5264
5264
|
readonly stateMutability: "nonpayable";
|
|
5265
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "
|
|
5265
|
+
}], "decreaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [spender: `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5266
5266
|
increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5267
5267
|
readonly type: "constructor";
|
|
5268
5268
|
readonly inputs: readonly [{
|
|
@@ -5441,7 +5441,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5441
5441
|
readonly internalType: "bool";
|
|
5442
5442
|
}];
|
|
5443
5443
|
readonly stateMutability: "nonpayable";
|
|
5444
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "
|
|
5444
|
+
}], "increaseAllowance", readonly [spender: `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [spender: `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5445
5445
|
transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5446
5446
|
readonly type: "constructor";
|
|
5447
5447
|
readonly inputs: readonly [{
|
|
@@ -5620,7 +5620,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5620
5620
|
readonly internalType: "bool";
|
|
5621
5621
|
}];
|
|
5622
5622
|
readonly stateMutability: "nonpayable";
|
|
5623
|
-
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "
|
|
5623
|
+
}], "transfer", readonly [to: `0x${string}`, amount: bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [to: `0x${string}`, amount: bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5624
5624
|
transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5625
5625
|
readonly type: "constructor";
|
|
5626
5626
|
readonly inputs: readonly [{
|
|
@@ -5799,7 +5799,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5799
5799
|
readonly internalType: "bool";
|
|
5800
5800
|
}];
|
|
5801
5801
|
readonly stateMutability: "nonpayable";
|
|
5802
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "
|
|
5802
|
+
}], "transferFrom", readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [from: `0x${string}`, to: `0x${string}`, amount: bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5803
5803
|
};
|
|
5804
5804
|
address: `0x${string}`;
|
|
5805
5805
|
abi: readonly [{
|
|
@@ -5985,7 +5985,13 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5985
5985
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5986
5986
|
declare const getStateView: (client: PublicClient, address?: Address) => Promise<{
|
|
5987
5987
|
read: {
|
|
5988
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`,
|
|
5988
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, key: {
|
|
5989
|
+
currency0: `0x${string}`;
|
|
5990
|
+
currency1: `0x${string}`;
|
|
5991
|
+
fee: number;
|
|
5992
|
+
tickSpacing: number;
|
|
5993
|
+
hooks: `0x${string}`;
|
|
5994
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
5989
5995
|
readonly type: "function";
|
|
5990
5996
|
readonly name: "getFeeGrowthGlobals";
|
|
5991
5997
|
readonly inputs: readonly [{
|
|
@@ -6820,19 +6826,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
6820
6826
|
readonly internalType: "int128";
|
|
6821
6827
|
}];
|
|
6822
6828
|
readonly stateMutability: "view";
|
|
6823
|
-
}], "getFeeGrowthGlobals", readonly [`0x${string}`,
|
|
6829
|
+
}], "getFeeGrowthGlobals", readonly [`0x${string}`, key: {
|
|
6824
6830
|
currency0: `0x${string}`;
|
|
6825
6831
|
currency1: `0x${string}`;
|
|
6826
6832
|
fee: number;
|
|
6827
6833
|
tickSpacing: number;
|
|
6828
6834
|
hooks: `0x${string}`;
|
|
6829
|
-
}]>, "address" | "abi" | "
|
|
6830
|
-
currency0: `0x${string}`;
|
|
6831
|
-
currency1: `0x${string}`;
|
|
6832
|
-
fee: number;
|
|
6833
|
-
tickSpacing: number;
|
|
6834
|
-
hooks: `0x${string}`;
|
|
6835
|
-
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
6835
|
+
}] | readonly [`0x${string}`, poolId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
6836
6836
|
readonly type: "function";
|
|
6837
6837
|
readonly name: "getFeeGrowthGlobals";
|
|
6838
6838
|
readonly inputs: readonly [{
|
|
@@ -7667,14 +7667,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
7667
7667
|
readonly internalType: "int128";
|
|
7668
7668
|
}];
|
|
7669
7669
|
readonly stateMutability: "view";
|
|
7670
|
-
}], "getFeeGrowthGlobals", readonly [`0x${string}`,
|
|
7670
|
+
}], "getFeeGrowthGlobals", readonly [`0x${string}`, key: {
|
|
7671
7671
|
currency0: `0x${string}`;
|
|
7672
7672
|
currency1: `0x${string}`;
|
|
7673
7673
|
fee: number;
|
|
7674
7674
|
tickSpacing: number;
|
|
7675
7675
|
hooks: `0x${string}`;
|
|
7676
|
-
}]>, "address" | "abi" | "
|
|
7677
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
7676
|
+
}] | readonly [`0x${string}`, poolId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
7677
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tickLower: number, tickUpper: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
7678
7678
|
readonly type: "function";
|
|
7679
7679
|
readonly name: "getFeeGrowthGlobals";
|
|
7680
7680
|
readonly inputs: readonly [{
|
|
@@ -8509,19 +8509,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
8509
8509
|
readonly internalType: "int128";
|
|
8510
8510
|
}];
|
|
8511
8511
|
readonly stateMutability: "view";
|
|
8512
|
-
}], "getFeeGrowthInside", readonly [`0x${string}`, `0x${string}`, number, number] | readonly [`0x${string}`, {
|
|
8512
|
+
}], "getFeeGrowthInside", readonly [`0x${string}`, poolId: `0x${string}`, tickLower: number, tickUpper: number] | readonly [`0x${string}`, key: {
|
|
8513
8513
|
currency0: `0x${string}`;
|
|
8514
8514
|
currency1: `0x${string}`;
|
|
8515
8515
|
fee: number;
|
|
8516
8516
|
tickSpacing: number;
|
|
8517
8517
|
hooks: `0x${string}`;
|
|
8518
|
-
}, number, number]>, "address" | "abi" | "
|
|
8518
|
+
}, tickLower: number, tickUpper: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
8519
8519
|
currency0: `0x${string}`;
|
|
8520
8520
|
currency1: `0x${string}`;
|
|
8521
8521
|
fee: number;
|
|
8522
8522
|
tickSpacing: number;
|
|
8523
8523
|
hooks: `0x${string}`;
|
|
8524
|
-
}, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
8524
|
+
}, tickLower: number, tickUpper: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
8525
8525
|
readonly type: "function";
|
|
8526
8526
|
readonly name: "getFeeGrowthGlobals";
|
|
8527
8527
|
readonly inputs: readonly [{
|
|
@@ -9356,14 +9356,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
9356
9356
|
readonly internalType: "int128";
|
|
9357
9357
|
}];
|
|
9358
9358
|
readonly stateMutability: "view";
|
|
9359
|
-
}], "getFeeGrowthInside", readonly [`0x${string}`, `0x${string}`, number, number] | readonly [`0x${string}`, {
|
|
9359
|
+
}], "getFeeGrowthInside", readonly [`0x${string}`, poolId: `0x${string}`, tickLower: number, tickUpper: number] | readonly [`0x${string}`, key: {
|
|
9360
9360
|
currency0: `0x${string}`;
|
|
9361
9361
|
currency1: `0x${string}`;
|
|
9362
9362
|
fee: number;
|
|
9363
9363
|
tickSpacing: number;
|
|
9364
9364
|
hooks: `0x${string}`;
|
|
9365
|
-
}, number, number]>, "address" | "abi" | "
|
|
9366
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
9365
|
+
}, tickLower: number, tickUpper: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
9366
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
9367
9367
|
readonly type: "function";
|
|
9368
9368
|
readonly name: "getFeeGrowthGlobals";
|
|
9369
9369
|
readonly inputs: readonly [{
|
|
@@ -10198,13 +10198,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
10198
10198
|
readonly internalType: "int128";
|
|
10199
10199
|
}];
|
|
10200
10200
|
readonly stateMutability: "view";
|
|
10201
|
-
}], "getLiquidity", readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
10201
|
+
}], "getLiquidity", readonly [`0x${string}`, poolId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
10202
10202
|
currency0: `0x${string}`;
|
|
10203
10203
|
currency1: `0x${string}`;
|
|
10204
10204
|
fee: number;
|
|
10205
10205
|
tickSpacing: number;
|
|
10206
10206
|
hooks: `0x${string}`;
|
|
10207
|
-
}]>, "address" | "abi" | "
|
|
10207
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
10208
10208
|
currency0: `0x${string}`;
|
|
10209
10209
|
currency1: `0x${string}`;
|
|
10210
10210
|
fee: number;
|
|
@@ -11045,14 +11045,20 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
11045
11045
|
readonly internalType: "int128";
|
|
11046
11046
|
}];
|
|
11047
11047
|
readonly stateMutability: "view";
|
|
11048
|
-
}], "getLiquidity", readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
11048
|
+
}], "getLiquidity", readonly [`0x${string}`, poolId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
11049
|
+
currency0: `0x${string}`;
|
|
11050
|
+
currency1: `0x${string}`;
|
|
11051
|
+
fee: number;
|
|
11052
|
+
tickSpacing: number;
|
|
11053
|
+
hooks: `0x${string}`;
|
|
11054
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
11055
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, key: {
|
|
11049
11056
|
currency0: `0x${string}`;
|
|
11050
11057
|
currency1: `0x${string}`;
|
|
11051
11058
|
fee: number;
|
|
11052
11059
|
tickSpacing: number;
|
|
11053
11060
|
hooks: `0x${string}`;
|
|
11054
|
-
}
|
|
11055
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11061
|
+
}, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11056
11062
|
readonly type: "function";
|
|
11057
11063
|
readonly name: "getFeeGrowthGlobals";
|
|
11058
11064
|
readonly inputs: readonly [{
|
|
@@ -11887,19 +11893,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
11887
11893
|
readonly internalType: "int128";
|
|
11888
11894
|
}];
|
|
11889
11895
|
readonly stateMutability: "view";
|
|
11890
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
11896
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
11891
11897
|
currency0: `0x${string}`;
|
|
11892
11898
|
currency1: `0x${string}`;
|
|
11893
11899
|
fee: number;
|
|
11894
11900
|
tickSpacing: number;
|
|
11895
11901
|
hooks: `0x${string}`;
|
|
11896
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
11902
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
11897
11903
|
currency0: `0x${string}`;
|
|
11898
11904
|
currency1: `0x${string}`;
|
|
11899
11905
|
fee: number;
|
|
11900
11906
|
tickSpacing: number;
|
|
11901
11907
|
hooks: `0x${string}`;
|
|
11902
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
11908
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
11903
11909
|
readonly type: "function";
|
|
11904
11910
|
readonly name: "getFeeGrowthGlobals";
|
|
11905
11911
|
readonly inputs: readonly [{
|
|
@@ -12734,25 +12740,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
12734
12740
|
readonly internalType: "int128";
|
|
12735
12741
|
}];
|
|
12736
12742
|
readonly stateMutability: "view";
|
|
12737
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
12743
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
12738
12744
|
currency0: `0x${string}`;
|
|
12739
12745
|
currency1: `0x${string}`;
|
|
12740
12746
|
fee: number;
|
|
12741
12747
|
tickSpacing: number;
|
|
12742
12748
|
hooks: `0x${string}`;
|
|
12743
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
12749
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
12744
12750
|
currency0: `0x${string}`;
|
|
12745
12751
|
currency1: `0x${string}`;
|
|
12746
12752
|
fee: number;
|
|
12747
12753
|
tickSpacing: number;
|
|
12748
12754
|
hooks: `0x${string}`;
|
|
12749
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
12750
|
-
currency0: `0x${string}`;
|
|
12751
|
-
currency1: `0x${string}`;
|
|
12752
|
-
fee: number;
|
|
12753
|
-
tickSpacing: number;
|
|
12754
|
-
hooks: `0x${string}`;
|
|
12755
|
-
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
12755
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
12756
12756
|
readonly type: "function";
|
|
12757
12757
|
readonly name: "getFeeGrowthGlobals";
|
|
12758
12758
|
readonly inputs: readonly [{
|
|
@@ -13587,25 +13587,25 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
13587
13587
|
readonly internalType: "int128";
|
|
13588
13588
|
}];
|
|
13589
13589
|
readonly stateMutability: "view";
|
|
13590
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
13590
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
13591
13591
|
currency0: `0x${string}`;
|
|
13592
13592
|
currency1: `0x${string}`;
|
|
13593
13593
|
fee: number;
|
|
13594
13594
|
tickSpacing: number;
|
|
13595
13595
|
hooks: `0x${string}`;
|
|
13596
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
13596
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
13597
13597
|
currency0: `0x${string}`;
|
|
13598
13598
|
currency1: `0x${string}`;
|
|
13599
13599
|
fee: number;
|
|
13600
13600
|
tickSpacing: number;
|
|
13601
13601
|
hooks: `0x${string}`;
|
|
13602
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
13602
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
13603
13603
|
currency0: `0x${string}`;
|
|
13604
13604
|
currency1: `0x${string}`;
|
|
13605
13605
|
fee: number;
|
|
13606
13606
|
tickSpacing: number;
|
|
13607
13607
|
hooks: `0x${string}`;
|
|
13608
|
-
}, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
13608
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
13609
13609
|
readonly type: "function";
|
|
13610
13610
|
readonly name: "getFeeGrowthGlobals";
|
|
13611
13611
|
readonly inputs: readonly [{
|
|
@@ -14440,20 +14440,20 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
14440
14440
|
readonly internalType: "int128";
|
|
14441
14441
|
}];
|
|
14442
14442
|
readonly stateMutability: "view";
|
|
14443
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
14443
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
14444
14444
|
currency0: `0x${string}`;
|
|
14445
14445
|
currency1: `0x${string}`;
|
|
14446
14446
|
fee: number;
|
|
14447
14447
|
tickSpacing: number;
|
|
14448
14448
|
hooks: `0x${string}`;
|
|
14449
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
14449
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
14450
14450
|
currency0: `0x${string}`;
|
|
14451
14451
|
currency1: `0x${string}`;
|
|
14452
14452
|
fee: number;
|
|
14453
14453
|
tickSpacing: number;
|
|
14454
14454
|
hooks: `0x${string}`;
|
|
14455
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
14456
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
14455
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
14456
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
14457
14457
|
readonly type: "function";
|
|
14458
14458
|
readonly name: "getFeeGrowthGlobals";
|
|
14459
14459
|
readonly inputs: readonly [{
|
|
@@ -15288,19 +15288,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
15288
15288
|
readonly internalType: "int128";
|
|
15289
15289
|
}];
|
|
15290
15290
|
readonly stateMutability: "view";
|
|
15291
|
-
}], "getPositionLiquidity", readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
15291
|
+
}], "getPositionLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
15292
15292
|
currency0: `0x${string}`;
|
|
15293
15293
|
currency1: `0x${string}`;
|
|
15294
15294
|
fee: number;
|
|
15295
15295
|
tickSpacing: number;
|
|
15296
15296
|
hooks: `0x${string}`;
|
|
15297
|
-
}, `0x${string}`]>, "address" | "abi" | "
|
|
15297
|
+
}, positionId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
15298
15298
|
currency0: `0x${string}`;
|
|
15299
15299
|
currency1: `0x${string}`;
|
|
15300
15300
|
fee: number;
|
|
15301
15301
|
tickSpacing: number;
|
|
15302
15302
|
hooks: `0x${string}`;
|
|
15303
|
-
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
15303
|
+
}, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
15304
15304
|
readonly type: "function";
|
|
15305
15305
|
readonly name: "getFeeGrowthGlobals";
|
|
15306
15306
|
readonly inputs: readonly [{
|
|
@@ -16135,14 +16135,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
16135
16135
|
readonly internalType: "int128";
|
|
16136
16136
|
}];
|
|
16137
16137
|
readonly stateMutability: "view";
|
|
16138
|
-
}], "getPositionLiquidity", readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
16138
|
+
}], "getPositionLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
16139
16139
|
currency0: `0x${string}`;
|
|
16140
16140
|
currency1: `0x${string}`;
|
|
16141
16141
|
fee: number;
|
|
16142
16142
|
tickSpacing: number;
|
|
16143
16143
|
hooks: `0x${string}`;
|
|
16144
|
-
}, `0x${string}`]>, "address" | "abi" | "
|
|
16145
|
-
getSlot0: (args: readonly [`0x${string}`, {
|
|
16144
|
+
}, positionId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
16145
|
+
getSlot0: (args: readonly [`0x${string}`, key: {
|
|
16146
16146
|
currency0: `0x${string}`;
|
|
16147
16147
|
currency1: `0x${string}`;
|
|
16148
16148
|
fee: number;
|
|
@@ -16983,14 +16983,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
16983
16983
|
readonly internalType: "int128";
|
|
16984
16984
|
}];
|
|
16985
16985
|
readonly stateMutability: "view";
|
|
16986
|
-
}], "getSlot0", readonly [`0x${string}`, {
|
|
16986
|
+
}], "getSlot0", readonly [`0x${string}`, key: {
|
|
16987
16987
|
currency0: `0x${string}`;
|
|
16988
16988
|
currency1: `0x${string}`;
|
|
16989
16989
|
fee: number;
|
|
16990
16990
|
tickSpacing: number;
|
|
16991
16991
|
hooks: `0x${string}`;
|
|
16992
|
-
}]>, "address" | "abi" | "
|
|
16993
|
-
getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
16992
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [sqrtPriceX96: bigint, tick: number, number, number]>;
|
|
16993
|
+
getSlot0FromId: (args: readonly [`0x${string}`, poolId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
16994
16994
|
readonly type: "function";
|
|
16995
16995
|
readonly name: "getFeeGrowthGlobals";
|
|
16996
16996
|
readonly inputs: readonly [{
|
|
@@ -17825,8 +17825,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
17825
17825
|
readonly internalType: "int128";
|
|
17826
17826
|
}];
|
|
17827
17827
|
readonly stateMutability: "view";
|
|
17828
|
-
}], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "
|
|
17829
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`,
|
|
17828
|
+
}], "getSlot0FromId", readonly [`0x${string}`, poolId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [sqrtPriceX96: bigint, tick: number, number, number]>;
|
|
17829
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, key: {
|
|
17830
|
+
currency0: `0x${string}`;
|
|
17831
|
+
currency1: `0x${string}`;
|
|
17832
|
+
fee: number;
|
|
17833
|
+
tickSpacing: number;
|
|
17834
|
+
hooks: `0x${string}`;
|
|
17835
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
17830
17836
|
readonly type: "function";
|
|
17831
17837
|
readonly name: "getFeeGrowthGlobals";
|
|
17832
17838
|
readonly inputs: readonly [{
|
|
@@ -18661,19 +18667,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
18661
18667
|
readonly internalType: "int128";
|
|
18662
18668
|
}];
|
|
18663
18669
|
readonly stateMutability: "view";
|
|
18664
|
-
}], "getTickBitmap", readonly [`0x${string}`, {
|
|
18670
|
+
}], "getTickBitmap", readonly [`0x${string}`, key: {
|
|
18665
18671
|
currency0: `0x${string}`;
|
|
18666
18672
|
currency1: `0x${string}`;
|
|
18667
18673
|
fee: number;
|
|
18668
18674
|
tickSpacing: number;
|
|
18669
18675
|
hooks: `0x${string}`;
|
|
18670
|
-
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "
|
|
18671
|
-
currency0: `0x${string}`;
|
|
18672
|
-
currency1: `0x${string}`;
|
|
18673
|
-
fee: number;
|
|
18674
|
-
tickSpacing: number;
|
|
18675
|
-
hooks: `0x${string}`;
|
|
18676
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
18676
|
+
}, tick: number] | readonly [`0x${string}`, poolId: `0x${string}`, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
18677
18677
|
readonly type: "function";
|
|
18678
18678
|
readonly name: "getFeeGrowthGlobals";
|
|
18679
18679
|
readonly inputs: readonly [{
|
|
@@ -19508,14 +19508,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
19508
19508
|
readonly internalType: "int128";
|
|
19509
19509
|
}];
|
|
19510
19510
|
readonly stateMutability: "view";
|
|
19511
|
-
}], "getTickBitmap", readonly [`0x${string}`, {
|
|
19511
|
+
}], "getTickBitmap", readonly [`0x${string}`, key: {
|
|
19512
19512
|
currency0: `0x${string}`;
|
|
19513
19513
|
currency1: `0x${string}`;
|
|
19514
19514
|
fee: number;
|
|
19515
19515
|
tickSpacing: number;
|
|
19516
19516
|
hooks: `0x${string}`;
|
|
19517
|
-
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "
|
|
19518
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
19517
|
+
}, tick: number] | readonly [`0x${string}`, poolId: `0x${string}`, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
19518
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
19519
19519
|
readonly type: "function";
|
|
19520
19520
|
readonly name: "getFeeGrowthGlobals";
|
|
19521
19521
|
readonly inputs: readonly [{
|
|
@@ -20350,19 +20350,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
20350
20350
|
readonly internalType: "int128";
|
|
20351
20351
|
}];
|
|
20352
20352
|
readonly stateMutability: "view";
|
|
20353
|
-
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
20353
|
+
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
20354
20354
|
currency0: `0x${string}`;
|
|
20355
20355
|
currency1: `0x${string}`;
|
|
20356
20356
|
fee: number;
|
|
20357
20357
|
tickSpacing: number;
|
|
20358
20358
|
hooks: `0x${string}`;
|
|
20359
|
-
}, number]>, "address" | "abi" | "
|
|
20359
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
20360
20360
|
currency0: `0x${string}`;
|
|
20361
20361
|
currency1: `0x${string}`;
|
|
20362
20362
|
fee: number;
|
|
20363
20363
|
tickSpacing: number;
|
|
20364
20364
|
hooks: `0x${string}`;
|
|
20365
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
20365
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
20366
20366
|
readonly type: "function";
|
|
20367
20367
|
readonly name: "getFeeGrowthGlobals";
|
|
20368
20368
|
readonly inputs: readonly [{
|
|
@@ -21197,14 +21197,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
21197
21197
|
readonly internalType: "int128";
|
|
21198
21198
|
}];
|
|
21199
21199
|
readonly stateMutability: "view";
|
|
21200
|
-
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
21200
|
+
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
21201
21201
|
currency0: `0x${string}`;
|
|
21202
21202
|
currency1: `0x${string}`;
|
|
21203
21203
|
fee: number;
|
|
21204
21204
|
tickSpacing: number;
|
|
21205
21205
|
hooks: `0x${string}`;
|
|
21206
|
-
}, number]>, "address" | "abi" | "
|
|
21207
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
21206
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
21207
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
21208
21208
|
readonly type: "function";
|
|
21209
21209
|
readonly name: "getFeeGrowthGlobals";
|
|
21210
21210
|
readonly inputs: readonly [{
|
|
@@ -22039,19 +22039,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
22039
22039
|
readonly internalType: "int128";
|
|
22040
22040
|
}];
|
|
22041
22041
|
readonly stateMutability: "view";
|
|
22042
|
-
}], "getTickInfo", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
22042
|
+
}], "getTickInfo", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
22043
22043
|
currency0: `0x${string}`;
|
|
22044
22044
|
currency1: `0x${string}`;
|
|
22045
22045
|
fee: number;
|
|
22046
22046
|
tickSpacing: number;
|
|
22047
22047
|
hooks: `0x${string}`;
|
|
22048
|
-
}, number]>, "address" | "abi" | "
|
|
22048
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
22049
22049
|
currency0: `0x${string}`;
|
|
22050
22050
|
currency1: `0x${string}`;
|
|
22051
22051
|
fee: number;
|
|
22052
22052
|
tickSpacing: number;
|
|
22053
22053
|
hooks: `0x${string}`;
|
|
22054
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22054
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22055
22055
|
readonly type: "function";
|
|
22056
22056
|
readonly name: "getFeeGrowthGlobals";
|
|
22057
22057
|
readonly inputs: readonly [{
|
|
@@ -22886,14 +22886,14 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
22886
22886
|
readonly internalType: "int128";
|
|
22887
22887
|
}];
|
|
22888
22888
|
readonly stateMutability: "view";
|
|
22889
|
-
}], "getTickInfo", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
22889
|
+
}], "getTickInfo", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
22890
22890
|
currency0: `0x${string}`;
|
|
22891
22891
|
currency1: `0x${string}`;
|
|
22892
22892
|
fee: number;
|
|
22893
22893
|
tickSpacing: number;
|
|
22894
22894
|
hooks: `0x${string}`;
|
|
22895
|
-
}, number]>, "address" | "abi" | "
|
|
22896
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22895
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
22896
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
22897
22897
|
readonly type: "function";
|
|
22898
22898
|
readonly name: "getFeeGrowthGlobals";
|
|
22899
22899
|
readonly inputs: readonly [{
|
|
@@ -23728,19 +23728,19 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
23728
23728
|
readonly internalType: "int128";
|
|
23729
23729
|
}];
|
|
23730
23730
|
readonly stateMutability: "view";
|
|
23731
|
-
}], "getTickLiquidity", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
23731
|
+
}], "getTickLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
23732
23732
|
currency0: `0x${string}`;
|
|
23733
23733
|
currency1: `0x${string}`;
|
|
23734
23734
|
fee: number;
|
|
23735
23735
|
tickSpacing: number;
|
|
23736
23736
|
hooks: `0x${string}`;
|
|
23737
|
-
}, number]>, "address" | "abi" | "
|
|
23737
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
23738
23738
|
currency0: `0x${string}`;
|
|
23739
23739
|
currency1: `0x${string}`;
|
|
23740
23740
|
fee: number;
|
|
23741
23741
|
tickSpacing: number;
|
|
23742
23742
|
hooks: `0x${string}`;
|
|
23743
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
23743
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
23744
23744
|
readonly type: "function";
|
|
23745
23745
|
readonly name: "getFeeGrowthGlobals";
|
|
23746
23746
|
readonly inputs: readonly [{
|
|
@@ -24575,13 +24575,13 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
24575
24575
|
readonly internalType: "int128";
|
|
24576
24576
|
}];
|
|
24577
24577
|
readonly stateMutability: "view";
|
|
24578
|
-
}], "getTickLiquidity", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
24578
|
+
}], "getTickLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
24579
24579
|
currency0: `0x${string}`;
|
|
24580
24580
|
currency1: `0x${string}`;
|
|
24581
24581
|
fee: number;
|
|
24582
24582
|
tickSpacing: number;
|
|
24583
24583
|
hooks: `0x${string}`;
|
|
24584
|
-
}, number]>, "address" | "abi" | "
|
|
24584
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
24585
24585
|
};
|
|
24586
24586
|
address: `0x${string}`;
|
|
24587
24587
|
abi: readonly [{
|
|
@@ -25423,7 +25423,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
|
|
|
25423
25423
|
}>;
|
|
25424
25424
|
declare const getTimelockLens: (client: PublicClient, address?: Address) => Promise<{
|
|
25425
25425
|
read: {
|
|
25426
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
25426
|
+
batchGetRefTick: (args: readonly [vault: `0x${string}`, tickLower: readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
25427
25427
|
readonly type: "function";
|
|
25428
25428
|
readonly name: "batchGetRefTick";
|
|
25429
25429
|
readonly inputs: readonly [{
|
|
@@ -26377,8 +26377,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
26377
26377
|
readonly internalType: "uint256";
|
|
26378
26378
|
}];
|
|
26379
26379
|
readonly stateMutability: "view";
|
|
26380
|
-
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "
|
|
26381
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26380
|
+
}], "batchGetRefTick", readonly [vault: `0x${string}`, tickLower: readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
|
|
26381
|
+
getAllBlocks: (args: readonly [vault: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
26382
26382
|
readonly type: "function";
|
|
26383
26383
|
readonly name: "batchGetRefTick";
|
|
26384
26384
|
readonly inputs: readonly [{
|
|
@@ -27332,7 +27332,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
27332
27332
|
readonly internalType: "uint256";
|
|
27333
27333
|
}];
|
|
27334
27334
|
readonly stateMutability: "view";
|
|
27335
|
-
}], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
27335
|
+
}], "getAllBlocks", readonly [vault: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
|
|
27336
27336
|
tickLower: number;
|
|
27337
27337
|
tickUpper: number;
|
|
27338
27338
|
prevTickLower: number;
|
|
@@ -27346,7 +27346,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
27346
27346
|
borrowedAmount0: bigint;
|
|
27347
27347
|
borrowedAmount1: bigint;
|
|
27348
27348
|
}[]>;
|
|
27349
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
27349
|
+
getExpiredOptions: (args: readonly [market: `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
27350
27350
|
readonly type: "function";
|
|
27351
27351
|
readonly name: "batchGetRefTick";
|
|
27352
27352
|
readonly inputs: readonly [{
|
|
@@ -28300,7 +28300,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
28300
28300
|
readonly internalType: "uint256";
|
|
28301
28301
|
}];
|
|
28302
28302
|
readonly stateMutability: "view";
|
|
28303
|
-
}], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "
|
|
28303
|
+
}], "getExpiredOptions", readonly [market: `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
|
|
28304
28304
|
optionId: bigint;
|
|
28305
28305
|
owner: `0x${string}`;
|
|
28306
28306
|
optionType: number;
|
|
@@ -29265,14 +29265,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
29265
29265
|
readonly internalType: "uint256";
|
|
29266
29266
|
}];
|
|
29267
29267
|
readonly stateMutability: "view";
|
|
29268
|
-
}], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
29268
|
+
}], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
29269
29269
|
openingFeeRate: number;
|
|
29270
29270
|
baseFeeRate: number;
|
|
29271
29271
|
minOpeningFee: bigint;
|
|
29272
29272
|
minBaseFee: bigint;
|
|
29273
29273
|
feeRecipient: `0x${string}`;
|
|
29274
29274
|
}>;
|
|
29275
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
29275
|
+
getGlobalGuardianState: (args: readonly [guardian: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
29276
29276
|
readonly type: "function";
|
|
29277
29277
|
readonly name: "batchGetRefTick";
|
|
29278
29278
|
readonly inputs: readonly [{
|
|
@@ -30226,7 +30226,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
30226
30226
|
readonly internalType: "uint256";
|
|
30227
30227
|
}];
|
|
30228
30228
|
readonly stateMutability: "view";
|
|
30229
|
-
}], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
30229
|
+
}], "getGlobalGuardianState", readonly [guardian: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
30230
30230
|
globalMintPaused: {
|
|
30231
30231
|
paused: boolean;
|
|
30232
30232
|
updatedAt: bigint;
|
|
@@ -30243,7 +30243,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
30243
30243
|
senderIsAdmin: boolean;
|
|
30244
30244
|
senderIsPauser: boolean;
|
|
30245
30245
|
}>;
|
|
30246
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
30246
|
+
getLiquidityAtTick: (args: readonly [vault: `0x${string}`, tickLower: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
30247
30247
|
readonly type: "function";
|
|
30248
30248
|
readonly name: "batchGetRefTick";
|
|
30249
30249
|
readonly inputs: readonly [{
|
|
@@ -31197,8 +31197,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
31197
31197
|
readonly internalType: "uint256";
|
|
31198
31198
|
}];
|
|
31199
31199
|
readonly stateMutability: "view";
|
|
31200
|
-
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "
|
|
31201
|
-
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
31200
|
+
}], "getLiquidityAtTick", readonly [vault: `0x${string}`, tickLower: number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
31201
|
+
getMarketData: (args: readonly [market: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
31202
31202
|
readonly type: "function";
|
|
31203
31203
|
readonly name: "batchGetRefTick";
|
|
31204
31204
|
readonly inputs: readonly [{
|
|
@@ -32152,7 +32152,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
32152
32152
|
readonly internalType: "uint256";
|
|
32153
32153
|
}];
|
|
32154
32154
|
readonly stateMutability: "view";
|
|
32155
|
-
}], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
32155
|
+
}], "getMarketData", readonly [market: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
32156
32156
|
guardian: `0x${string}`;
|
|
32157
32157
|
vault: `0x${string}`;
|
|
32158
32158
|
poolManager: `0x${string}`;
|
|
@@ -32174,7 +32174,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
32174
32174
|
optionAssetName: string;
|
|
32175
32175
|
payoutAssetName: string;
|
|
32176
32176
|
}>;
|
|
32177
|
-
getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
32177
|
+
getMarketState: (args: readonly [market: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
32178
32178
|
readonly type: "function";
|
|
32179
32179
|
readonly name: "batchGetRefTick";
|
|
32180
32180
|
readonly inputs: readonly [{
|
|
@@ -33128,13 +33128,13 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
33128
33128
|
readonly internalType: "uint256";
|
|
33129
33129
|
}];
|
|
33130
33130
|
readonly stateMutability: "view";
|
|
33131
|
-
}], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
33131
|
+
}], "getMarketState", readonly [market: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
33132
33132
|
optionsCount: bigint;
|
|
33133
33133
|
optionPricing: `0x${string}`;
|
|
33134
33134
|
feeStrategy: `0x${string}`;
|
|
33135
33135
|
owner: `0x${string}`;
|
|
33136
33136
|
}>;
|
|
33137
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
33137
|
+
getMaxATMPositionSizes: (args: readonly [market: `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
33138
33138
|
readonly type: "function";
|
|
33139
33139
|
readonly name: "batchGetRefTick";
|
|
33140
33140
|
readonly inputs: readonly [{
|
|
@@ -34088,8 +34088,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
34088
34088
|
readonly internalType: "uint256";
|
|
34089
34089
|
}];
|
|
34090
34090
|
readonly stateMutability: "view";
|
|
34091
|
-
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "
|
|
34092
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
34091
|
+
}], "getMaxATMPositionSizes", readonly [market: `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
34092
|
+
getMaxBorrowable0: (args: readonly [vault: `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
34093
34093
|
readonly type: "function";
|
|
34094
34094
|
readonly name: "batchGetRefTick";
|
|
34095
34095
|
readonly inputs: readonly [{
|
|
@@ -35043,8 +35043,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
35043
35043
|
readonly internalType: "uint256";
|
|
35044
35044
|
}];
|
|
35045
35045
|
readonly stateMutability: "view";
|
|
35046
|
-
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "
|
|
35047
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
35046
|
+
}], "getMaxBorrowable0", readonly [vault: `0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
35047
|
+
getMaxBorrowable1: (args: readonly [vault: `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
35048
35048
|
readonly type: "function";
|
|
35049
35049
|
readonly name: "batchGetRefTick";
|
|
35050
35050
|
readonly inputs: readonly [{
|
|
@@ -35998,8 +35998,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
35998
35998
|
readonly internalType: "uint256";
|
|
35999
35999
|
}];
|
|
36000
36000
|
readonly stateMutability: "view";
|
|
36001
|
-
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "
|
|
36002
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
36001
|
+
}], "getMaxBorrowable1", readonly [vault: `0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
36002
|
+
getMaxPositionSizes: (args: readonly [market: `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
36003
36003
|
readonly type: "function";
|
|
36004
36004
|
readonly name: "batchGetRefTick";
|
|
36005
36005
|
readonly inputs: readonly [{
|
|
@@ -36953,8 +36953,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
36953
36953
|
readonly internalType: "uint256";
|
|
36954
36954
|
}];
|
|
36955
36955
|
readonly stateMutability: "view";
|
|
36956
|
-
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "
|
|
36957
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
36956
|
+
}], "getMaxPositionSizes", readonly [market: `0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
36957
|
+
getOptionData: (args: readonly [market: `0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
36958
36958
|
readonly type: "function";
|
|
36959
36959
|
readonly name: "batchGetRefTick";
|
|
36960
36960
|
readonly inputs: readonly [{
|
|
@@ -37908,7 +37908,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
37908
37908
|
readonly internalType: "uint256";
|
|
37909
37909
|
}];
|
|
37910
37910
|
readonly stateMutability: "view";
|
|
37911
|
-
}], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "
|
|
37911
|
+
}], "getOptionData", readonly [market: `0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
37912
37912
|
optionId: bigint;
|
|
37913
37913
|
owner: `0x${string}`;
|
|
37914
37914
|
optionType: number;
|
|
@@ -38873,14 +38873,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
38873
38873
|
readonly internalType: "uint256";
|
|
38874
38874
|
}];
|
|
38875
38875
|
readonly stateMutability: "view";
|
|
38876
|
-
}], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
38876
|
+
}], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
38877
38877
|
logicContract: `0x${string}`;
|
|
38878
38878
|
iv: number;
|
|
38879
38879
|
riskFreeRate: number;
|
|
38880
38880
|
minPremiumDailyRate: number;
|
|
38881
38881
|
minPremiumAmount: bigint;
|
|
38882
38882
|
}>;
|
|
38883
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
38883
|
+
getOptionsData: (args: readonly [market: `0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
38884
38884
|
readonly type: "function";
|
|
38885
38885
|
readonly name: "batchGetRefTick";
|
|
38886
38886
|
readonly inputs: readonly [{
|
|
@@ -39834,7 +39834,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
39834
39834
|
readonly internalType: "uint256";
|
|
39835
39835
|
}];
|
|
39836
39836
|
readonly stateMutability: "view";
|
|
39837
|
-
}], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "
|
|
39837
|
+
}], "getOptionsData", readonly [market: `0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
|
|
39838
39838
|
optionId: bigint;
|
|
39839
39839
|
owner: `0x${string}`;
|
|
39840
39840
|
optionType: number;
|
|
@@ -39845,7 +39845,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
39845
39845
|
expiresAt: number;
|
|
39846
39846
|
liquidities: readonly bigint[];
|
|
39847
39847
|
}[]>;
|
|
39848
|
-
getPoolData: (args: readonly [`0x${string}`, {
|
|
39848
|
+
getPoolData: (args: readonly [`0x${string}`, poolKey: {
|
|
39849
39849
|
currency0: `0x${string}`;
|
|
39850
39850
|
currency1: `0x${string}`;
|
|
39851
39851
|
fee: number;
|
|
@@ -40805,13 +40805,13 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
40805
40805
|
readonly internalType: "uint256";
|
|
40806
40806
|
}];
|
|
40807
40807
|
readonly stateMutability: "view";
|
|
40808
|
-
}], "getPoolData", readonly [`0x${string}`, {
|
|
40808
|
+
}], "getPoolData", readonly [`0x${string}`, poolKey: {
|
|
40809
40809
|
currency0: `0x${string}`;
|
|
40810
40810
|
currency1: `0x${string}`;
|
|
40811
40811
|
fee: number;
|
|
40812
40812
|
tickSpacing: number;
|
|
40813
40813
|
hooks: `0x${string}`;
|
|
40814
|
-
}]>, "address" | "abi" | "
|
|
40814
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
40815
40815
|
token0: `0x${string}`;
|
|
40816
40816
|
token1: `0x${string}`;
|
|
40817
40817
|
token0Decimals: number;
|
|
@@ -41777,8 +41777,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
41777
41777
|
readonly internalType: "uint256";
|
|
41778
41778
|
}];
|
|
41779
41779
|
readonly stateMutability: "view";
|
|
41780
|
-
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
41781
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
41780
|
+
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, data: `0x${string}`]>;
|
|
41781
|
+
getRefTick: (args: readonly [vault: `0x${string}`, tickLower: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
41782
41782
|
readonly type: "function";
|
|
41783
41783
|
readonly name: "batchGetRefTick";
|
|
41784
41784
|
readonly inputs: readonly [{
|
|
@@ -42732,7 +42732,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
42732
42732
|
readonly internalType: "uint256";
|
|
42733
42733
|
}];
|
|
42734
42734
|
readonly stateMutability: "view";
|
|
42735
|
-
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "
|
|
42735
|
+
}], "getRefTick", readonly [vault: `0x${string}`, tickLower: number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
|
|
42736
42736
|
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
42737
42737
|
readonly type: "function";
|
|
42738
42738
|
readonly name: "batchGetRefTick";
|
|
@@ -43687,11 +43687,11 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
43687
43687
|
readonly internalType: "uint256";
|
|
43688
43688
|
}];
|
|
43689
43689
|
readonly stateMutability: "view";
|
|
43690
|
-
}], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
43690
|
+
}], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
43691
43691
|
dailyFundingRate: number;
|
|
43692
43692
|
minFundingAmount: bigint;
|
|
43693
43693
|
}>;
|
|
43694
|
-
getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
43694
|
+
getTokenData: (args: readonly [token: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
43695
43695
|
readonly type: "function";
|
|
43696
43696
|
readonly name: "batchGetRefTick";
|
|
43697
43697
|
readonly inputs: readonly [{
|
|
@@ -44645,12 +44645,12 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
44645
44645
|
readonly internalType: "uint256";
|
|
44646
44646
|
}];
|
|
44647
44647
|
readonly stateMutability: "view";
|
|
44648
|
-
}], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
44648
|
+
}], "getTokenData", readonly [token: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
44649
44649
|
decimals: number;
|
|
44650
44650
|
symbol: string;
|
|
44651
44651
|
name: string;
|
|
44652
44652
|
}>;
|
|
44653
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
44653
|
+
getUserOptions: (args: readonly [market: `0x${string}`, user: `0x${string}`, bigint, limit: bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
44654
44654
|
readonly type: "function";
|
|
44655
44655
|
readonly name: "batchGetRefTick";
|
|
44656
44656
|
readonly inputs: readonly [{
|
|
@@ -45604,7 +45604,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
45604
45604
|
readonly internalType: "uint256";
|
|
45605
45605
|
}];
|
|
45606
45606
|
readonly stateMutability: "view";
|
|
45607
|
-
}], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "
|
|
45607
|
+
}], "getUserOptions", readonly [market: `0x${string}`, user: `0x${string}`, bigint, limit: bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
|
|
45608
45608
|
optionId: bigint;
|
|
45609
45609
|
owner: `0x${string}`;
|
|
45610
45610
|
optionType: number;
|
|
@@ -45615,7 +45615,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
45615
45615
|
expiresAt: number;
|
|
45616
45616
|
liquidities: readonly bigint[];
|
|
45617
45617
|
}[], bigint, boolean]>;
|
|
45618
|
-
getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
45618
|
+
getVaultData: (args: readonly [vault: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
45619
45619
|
readonly type: "function";
|
|
45620
45620
|
readonly name: "batchGetRefTick";
|
|
45621
45621
|
readonly inputs: readonly [{
|
|
@@ -46569,7 +46569,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
46569
46569
|
readonly internalType: "uint256";
|
|
46570
46570
|
}];
|
|
46571
46571
|
readonly stateMutability: "view";
|
|
46572
|
-
}], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
46572
|
+
}], "getVaultData", readonly [vault: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
46573
46573
|
poolManager: `0x${string}`;
|
|
46574
46574
|
poolKey: {
|
|
46575
46575
|
currency0: `0x${string}`;
|
|
@@ -46582,7 +46582,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
46582
46582
|
lowestTick: number;
|
|
46583
46583
|
highestTick: number;
|
|
46584
46584
|
}>;
|
|
46585
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46585
|
+
getVaultTVL: (args: readonly [vault: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46586
46586
|
readonly type: "function";
|
|
46587
46587
|
readonly name: "batchGetRefTick";
|
|
46588
46588
|
readonly inputs: readonly [{
|
|
@@ -47536,7 +47536,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
47536
47536
|
readonly internalType: "uint256";
|
|
47537
47537
|
}];
|
|
47538
47538
|
readonly stateMutability: "view";
|
|
47539
|
-
}], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
47539
|
+
}], "getVaultTVL", readonly [vault: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
|
|
47540
47540
|
};
|
|
47541
47541
|
address: `0x${string}`;
|
|
47542
47542
|
abi: readonly [{
|
|
@@ -49551,7 +49551,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
|
|
|
49551
49551
|
readonly internalType: "uint256";
|
|
49552
49552
|
}];
|
|
49553
49553
|
readonly stateMutability: "view";
|
|
49554
|
-
}], "getMarketState", readonly [`0x${string}`], {
|
|
49554
|
+
}], "getMarketState", readonly [market: `0x${string}`], {
|
|
49555
49555
|
optionsCount: bigint;
|
|
49556
49556
|
optionPricing: `0x${string}`;
|
|
49557
49557
|
feeStrategy: `0x${string}`;
|
|
@@ -49559,7 +49559,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
|
|
|
49559
49559
|
}>;
|
|
49560
49560
|
//#endregion
|
|
49561
49561
|
//#region src/hooks/market/useMarketVolume.d.ts
|
|
49562
|
-
declare const useMarketVolume: (marketAddr: Address | undefined) =>
|
|
49562
|
+
declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query4.UseQueryResult<{
|
|
49563
49563
|
address: Address;
|
|
49564
49564
|
totalVolume: bigint;
|
|
49565
49565
|
totalPremium: bigint;
|
|
@@ -49765,7 +49765,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
|
|
|
49765
49765
|
};
|
|
49766
49766
|
//#endregion
|
|
49767
49767
|
//#region src/hooks/options/useMintOption.d.ts
|
|
49768
|
-
declare const useMintOption: (marketAddr: Address | undefined) =>
|
|
49768
|
+
declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
49769
49769
|
optionType: "CALL" | "PUT";
|
|
49770
49770
|
amount: bigint;
|
|
49771
49771
|
duration: number;
|
|
@@ -49775,7 +49775,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
|
|
|
49775
49775
|
//#endregion
|
|
49776
49776
|
//#region src/hooks/options/useUserOptions.d.ts
|
|
49777
49777
|
type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
|
|
49778
|
-
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) =>
|
|
49778
|
+
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query4.UseQueryResult<{
|
|
49779
49779
|
optionId: bigint;
|
|
49780
49780
|
marketAddr: Address;
|
|
49781
49781
|
ownerAddr: Address;
|
|
@@ -49805,7 +49805,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
|
|
|
49805
49805
|
address: string;
|
|
49806
49806
|
} | null;
|
|
49807
49807
|
}[], Error>;
|
|
49808
|
-
declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") =>
|
|
49808
|
+
declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query4.UseQueryResult<{
|
|
49809
49809
|
optionId: bigint;
|
|
49810
49810
|
marketAddr: Address;
|
|
49811
49811
|
ownerAddr: Address;
|
|
@@ -49835,7 +49835,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49835
49835
|
address: string;
|
|
49836
49836
|
} | null;
|
|
49837
49837
|
}[], Error>;
|
|
49838
|
-
declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") =>
|
|
49838
|
+
declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query4.UseQueryResult<{
|
|
49839
49839
|
optionId: bigint;
|
|
49840
49840
|
marketAddr: Address;
|
|
49841
49841
|
ownerAddr: Address;
|
|
@@ -49867,7 +49867,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
49867
49867
|
}[], Error>;
|
|
49868
49868
|
//#endregion
|
|
49869
49869
|
//#region src/hooks/options/useExerciseOption.d.ts
|
|
49870
|
-
declare const useExerciseOption: (marketAddr: Address | undefined) =>
|
|
49870
|
+
declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
49871
49871
|
option: OptionData;
|
|
49872
49872
|
liquidities: readonly bigint[];
|
|
49873
49873
|
}, unknown>;
|
|
@@ -49890,7 +49890,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
|
|
|
49890
49890
|
};
|
|
49891
49891
|
//#endregion
|
|
49892
49892
|
//#region src/hooks/options/useExtendOption.d.ts
|
|
49893
|
-
declare const useExtendOption: (marketAddr: Address | undefined) =>
|
|
49893
|
+
declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
49894
49894
|
option: OptionData;
|
|
49895
49895
|
duration: number;
|
|
49896
49896
|
}, unknown>;
|
|
@@ -49906,7 +49906,7 @@ type ExerciseOptionEvent = Extract<OptionEvent, {
|
|
|
49906
49906
|
type ExtendEvent = Extract<OptionEvent, {
|
|
49907
49907
|
type: 'extend';
|
|
49908
49908
|
}>;
|
|
49909
|
-
declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) =>
|
|
49909
|
+
declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query4.UseQueryResult<({
|
|
49910
49910
|
type: "mint";
|
|
49911
49911
|
data: {
|
|
49912
49912
|
id: string;
|
|
@@ -49947,7 +49947,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
|
|
|
49947
49947
|
})[], Error>;
|
|
49948
49948
|
//#endregion
|
|
49949
49949
|
//#region src/hooks/perps/useMintPerp.d.ts
|
|
49950
|
-
declare const useMintPerp: (marketAddr: Address | undefined) =>
|
|
49950
|
+
declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<void, Error, {
|
|
49951
49951
|
optionType: "CALL" | "PUT";
|
|
49952
49952
|
amount: bigint;
|
|
49953
49953
|
duration: number;
|
|
@@ -49955,17 +49955,17 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
|
|
|
49955
49955
|
}, unknown>;
|
|
49956
49956
|
//#endregion
|
|
49957
49957
|
//#region src/hooks/perps/useClosePerp.d.ts
|
|
49958
|
-
declare const useClosePerp: () =>
|
|
49958
|
+
declare const useClosePerp: () => _tanstack_react_query4.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
|
|
49959
49959
|
//#endregion
|
|
49960
49960
|
//#region src/hooks/perps/usePerpsOperator.d.ts
|
|
49961
49961
|
declare const usePerpsOperator: () => {
|
|
49962
49962
|
operator: PerpsOperator | undefined;
|
|
49963
49963
|
address: `0x${string}` | undefined;
|
|
49964
|
-
signMessage:
|
|
49964
|
+
signMessage: _tanstack_react_query4.UseMutationResult<void, Error, void, unknown>;
|
|
49965
49965
|
};
|
|
49966
49966
|
//#endregion
|
|
49967
49967
|
//#region src/hooks/perps/useUserPerps.d.ts
|
|
49968
|
-
declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) =>
|
|
49968
|
+
declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query4.UseQueryResult<{
|
|
49969
49969
|
optionId: bigint;
|
|
49970
49970
|
id: string;
|
|
49971
49971
|
ownerAddr: Address;
|
|
@@ -49974,7 +49974,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
|
|
|
49974
49974
|
expiresAt: number;
|
|
49975
49975
|
closed: boolean;
|
|
49976
49976
|
}[] | undefined, Error>;
|
|
49977
|
-
declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) =>
|
|
49977
|
+
declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query4.UseQueryResult<{
|
|
49978
49978
|
optionId: bigint;
|
|
49979
49979
|
id: string;
|
|
49980
49980
|
ownerAddr: Address;
|
|
@@ -49983,7 +49983,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
|
|
|
49983
49983
|
expiresAt: number;
|
|
49984
49984
|
closed: boolean;
|
|
49985
49985
|
}[] | undefined, Error>;
|
|
49986
|
-
declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) =>
|
|
49986
|
+
declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query4.UseQueryResult<{
|
|
49987
49987
|
optionId: bigint;
|
|
49988
49988
|
id: string;
|
|
49989
49989
|
ownerAddr: Address;
|
|
@@ -50207,7 +50207,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
|
|
|
50207
50207
|
};
|
|
50208
50208
|
//#endregion
|
|
50209
50209
|
//#region src/hooks/operators/useUserOperators.d.ts
|
|
50210
|
-
declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) =>
|
|
50210
|
+
declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query4.UseQueryResult<{
|
|
50211
50211
|
spendingApproval: bigint;
|
|
50212
50212
|
operatorAddr: string;
|
|
50213
50213
|
__typename: "UserMarketOperator";
|
|
@@ -50223,7 +50223,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _t
|
|
|
50223
50223
|
}[] | undefined, Error>;
|
|
50224
50224
|
//#endregion
|
|
50225
50225
|
//#region src/hooks/operators/useSetOperatorPerms.d.ts
|
|
50226
|
-
declare const useSetOperatorPerms: (marketAddr: Address | undefined) =>
|
|
50226
|
+
declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<`0x${string}`, Error, {
|
|
50227
50227
|
operator: Address;
|
|
50228
50228
|
canExtend: boolean;
|
|
50229
50229
|
canExercise: boolean;
|
|
@@ -51133,7 +51133,7 @@ declare const useCurrentTick: (poolManager?: Address, poolKey?: PoolKey) => wagm
|
|
|
51133
51133
|
readonly internalType: "int128";
|
|
51134
51134
|
}];
|
|
51135
51135
|
readonly stateMutability: "view";
|
|
51136
|
-
}], "getSlot0", readonly [`0x${string}`, {
|
|
51136
|
+
}], "getSlot0", readonly [`0x${string}`, key: {
|
|
51137
51137
|
currency0: `0x${string}`;
|
|
51138
51138
|
currency1: `0x${string}`;
|
|
51139
51139
|
fee: number;
|
|
@@ -51149,8 +51149,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
|
|
|
51149
51149
|
declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
|
|
51150
51150
|
//#endregion
|
|
51151
51151
|
//#region src/hooks/pool/usePriceHistory.d.ts
|
|
51152
|
-
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
51153
|
-
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) =>
|
|
51152
|
+
declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query4.UseQueryResult<PriceDataPoint[], Error>;
|
|
51153
|
+
declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query4.UseQueryResult<PriceDataPoint[], Error>;
|
|
51154
51154
|
//#endregion
|
|
51155
51155
|
//#region src/hooks/vault/useBurnLiquidity.d.ts
|
|
51156
51156
|
interface BurnPosition {
|
|
@@ -51587,7 +51587,7 @@ interface MintPositionParams {
|
|
|
51587
51587
|
tickUpper: number;
|
|
51588
51588
|
liquidity: bigint;
|
|
51589
51589
|
}
|
|
51590
|
-
declare const useMintLiquidity: (vaultAddr: Address | undefined) =>
|
|
51590
|
+
declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query4.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
|
|
51591
51591
|
//#endregion
|
|
51592
51592
|
//#region src/hooks/vault/useVaultData.d.ts
|
|
51593
51593
|
declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
|
|
@@ -52768,7 +52768,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
|
|
|
52768
52768
|
readonly internalType: "uint256";
|
|
52769
52769
|
}];
|
|
52770
52770
|
readonly stateMutability: "view";
|
|
52771
|
-
}], "getGlobalGuardianState", readonly [`0x${string}`], {
|
|
52771
|
+
}], "getGlobalGuardianState", readonly [guardian: `0x${string}`], {
|
|
52772
52772
|
globalMintPaused: {
|
|
52773
52773
|
paused: boolean;
|
|
52774
52774
|
updatedAt: bigint;
|
|
@@ -52802,9 +52802,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52802
52802
|
reset: () => void;
|
|
52803
52803
|
context: unknown;
|
|
52804
52804
|
submittedAt: number;
|
|
52805
|
-
mutate:
|
|
52806
|
-
mutateAsync:
|
|
52807
|
-
writeContract:
|
|
52805
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52806
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52807
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52808
52808
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52809
52809
|
} | {
|
|
52810
52810
|
error: null;
|
|
@@ -52817,7 +52817,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52817
52817
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52818
52818
|
isPaused: boolean;
|
|
52819
52819
|
variables: {
|
|
52820
|
-
abi:
|
|
52820
|
+
abi: abitype17.Abi;
|
|
52821
52821
|
functionName: string;
|
|
52822
52822
|
args?: readonly unknown[] | undefined;
|
|
52823
52823
|
address: Address;
|
|
@@ -52825,9 +52825,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52825
52825
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52826
52826
|
value?: bigint | undefined;
|
|
52827
52827
|
dataSuffix?: `0x${string}` | undefined;
|
|
52828
|
-
type?: "legacy" | undefined;
|
|
52829
52828
|
gas?: bigint | undefined;
|
|
52830
52829
|
nonce?: number | undefined;
|
|
52830
|
+
type?: "legacy" | undefined;
|
|
52831
52831
|
blobs?: undefined;
|
|
52832
52832
|
blobVersionedHashes?: undefined;
|
|
52833
52833
|
kzg?: undefined;
|
|
@@ -52841,7 +52841,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52841
52841
|
chainId?: number | undefined;
|
|
52842
52842
|
connector?: wagmi0.Connector | undefined;
|
|
52843
52843
|
} | {
|
|
52844
|
-
abi:
|
|
52844
|
+
abi: abitype17.Abi;
|
|
52845
52845
|
functionName: string;
|
|
52846
52846
|
args?: readonly unknown[] | undefined;
|
|
52847
52847
|
address: Address;
|
|
@@ -52849,9 +52849,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52849
52849
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52850
52850
|
value?: bigint | undefined;
|
|
52851
52851
|
dataSuffix?: `0x${string}` | undefined;
|
|
52852
|
-
type?: "eip2930" | undefined;
|
|
52853
52852
|
gas?: bigint | undefined;
|
|
52854
52853
|
nonce?: number | undefined;
|
|
52854
|
+
type?: "eip2930" | undefined;
|
|
52855
52855
|
blobs?: undefined;
|
|
52856
52856
|
blobVersionedHashes?: undefined;
|
|
52857
52857
|
kzg?: undefined;
|
|
@@ -52865,7 +52865,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52865
52865
|
chainId?: number | undefined;
|
|
52866
52866
|
connector?: wagmi0.Connector | undefined;
|
|
52867
52867
|
} | {
|
|
52868
|
-
abi:
|
|
52868
|
+
abi: abitype17.Abi;
|
|
52869
52869
|
functionName: string;
|
|
52870
52870
|
args?: readonly unknown[] | undefined;
|
|
52871
52871
|
address: Address;
|
|
@@ -52873,9 +52873,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52873
52873
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52874
52874
|
value?: bigint | undefined;
|
|
52875
52875
|
dataSuffix?: `0x${string}` | undefined;
|
|
52876
|
-
type?: "eip1559" | undefined;
|
|
52877
52876
|
gas?: bigint | undefined;
|
|
52878
52877
|
nonce?: number | undefined;
|
|
52878
|
+
type?: "eip1559" | undefined;
|
|
52879
52879
|
blobs?: undefined;
|
|
52880
52880
|
blobVersionedHashes?: undefined;
|
|
52881
52881
|
kzg?: undefined;
|
|
@@ -52889,7 +52889,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52889
52889
|
chainId?: number | undefined;
|
|
52890
52890
|
connector?: wagmi0.Connector | undefined;
|
|
52891
52891
|
} | {
|
|
52892
|
-
abi:
|
|
52892
|
+
abi: abitype17.Abi;
|
|
52893
52893
|
functionName: string;
|
|
52894
52894
|
args?: readonly unknown[] | undefined;
|
|
52895
52895
|
address: Address;
|
|
@@ -52897,9 +52897,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52897
52897
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52898
52898
|
value?: bigint | undefined;
|
|
52899
52899
|
dataSuffix?: `0x${string}` | undefined;
|
|
52900
|
-
type?: "eip4844" | undefined;
|
|
52901
52900
|
gas?: bigint | undefined;
|
|
52902
52901
|
nonce?: number | undefined;
|
|
52902
|
+
type?: "eip4844" | undefined;
|
|
52903
52903
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
52904
52904
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
52905
52905
|
kzg?: undefined;
|
|
@@ -52913,7 +52913,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52913
52913
|
chainId?: number | undefined;
|
|
52914
52914
|
connector?: wagmi0.Connector | undefined;
|
|
52915
52915
|
} | {
|
|
52916
|
-
abi:
|
|
52916
|
+
abi: abitype17.Abi;
|
|
52917
52917
|
functionName: string;
|
|
52918
52918
|
args?: readonly unknown[] | undefined;
|
|
52919
52919
|
address: Address;
|
|
@@ -52921,9 +52921,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52921
52921
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52922
52922
|
value?: bigint | undefined;
|
|
52923
52923
|
dataSuffix?: `0x${string}` | undefined;
|
|
52924
|
-
type?: "eip4844" | undefined;
|
|
52925
52924
|
gas?: bigint | undefined;
|
|
52926
52925
|
nonce?: number | undefined;
|
|
52926
|
+
type?: "eip4844" | undefined;
|
|
52927
52927
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
52928
52928
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
52929
52929
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -52937,7 +52937,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52937
52937
|
chainId?: number | undefined;
|
|
52938
52938
|
connector?: wagmi0.Connector | undefined;
|
|
52939
52939
|
} | {
|
|
52940
|
-
abi:
|
|
52940
|
+
abi: abitype17.Abi;
|
|
52941
52941
|
functionName: string;
|
|
52942
52942
|
args?: readonly unknown[] | undefined;
|
|
52943
52943
|
address: Address;
|
|
@@ -52945,9 +52945,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52945
52945
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52946
52946
|
value?: bigint | undefined;
|
|
52947
52947
|
dataSuffix?: `0x${string}` | undefined;
|
|
52948
|
-
type?: "eip7702" | undefined;
|
|
52949
52948
|
gas?: bigint | undefined;
|
|
52950
52949
|
nonce?: number | undefined;
|
|
52950
|
+
type?: "eip7702" | undefined;
|
|
52951
52951
|
blobs?: undefined;
|
|
52952
52952
|
blobVersionedHashes?: undefined;
|
|
52953
52953
|
kzg?: undefined;
|
|
@@ -52965,9 +52965,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52965
52965
|
reset: () => void;
|
|
52966
52966
|
context: unknown;
|
|
52967
52967
|
submittedAt: number;
|
|
52968
|
-
mutate:
|
|
52969
|
-
mutateAsync:
|
|
52970
|
-
writeContract:
|
|
52968
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52969
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
52970
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52971
52971
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52972
52972
|
} | {
|
|
52973
52973
|
error: _wagmi_core0.WriteContractErrorType;
|
|
@@ -52980,7 +52980,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52980
52980
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
52981
52981
|
isPaused: boolean;
|
|
52982
52982
|
variables: {
|
|
52983
|
-
abi:
|
|
52983
|
+
abi: abitype17.Abi;
|
|
52984
52984
|
functionName: string;
|
|
52985
52985
|
args?: readonly unknown[] | undefined;
|
|
52986
52986
|
address: Address;
|
|
@@ -52988,9 +52988,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52988
52988
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
52989
52989
|
value?: bigint | undefined;
|
|
52990
52990
|
dataSuffix?: `0x${string}` | undefined;
|
|
52991
|
-
type?: "legacy" | undefined;
|
|
52992
52991
|
gas?: bigint | undefined;
|
|
52993
52992
|
nonce?: number | undefined;
|
|
52993
|
+
type?: "legacy" | undefined;
|
|
52994
52994
|
blobs?: undefined;
|
|
52995
52995
|
blobVersionedHashes?: undefined;
|
|
52996
52996
|
kzg?: undefined;
|
|
@@ -53004,7 +53004,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53004
53004
|
chainId?: number | undefined;
|
|
53005
53005
|
connector?: wagmi0.Connector | undefined;
|
|
53006
53006
|
} | {
|
|
53007
|
-
abi:
|
|
53007
|
+
abi: abitype17.Abi;
|
|
53008
53008
|
functionName: string;
|
|
53009
53009
|
args?: readonly unknown[] | undefined;
|
|
53010
53010
|
address: Address;
|
|
@@ -53012,9 +53012,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53012
53012
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53013
53013
|
value?: bigint | undefined;
|
|
53014
53014
|
dataSuffix?: `0x${string}` | undefined;
|
|
53015
|
-
type?: "eip2930" | undefined;
|
|
53016
53015
|
gas?: bigint | undefined;
|
|
53017
53016
|
nonce?: number | undefined;
|
|
53017
|
+
type?: "eip2930" | undefined;
|
|
53018
53018
|
blobs?: undefined;
|
|
53019
53019
|
blobVersionedHashes?: undefined;
|
|
53020
53020
|
kzg?: undefined;
|
|
@@ -53028,7 +53028,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53028
53028
|
chainId?: number | undefined;
|
|
53029
53029
|
connector?: wagmi0.Connector | undefined;
|
|
53030
53030
|
} | {
|
|
53031
|
-
abi:
|
|
53031
|
+
abi: abitype17.Abi;
|
|
53032
53032
|
functionName: string;
|
|
53033
53033
|
args?: readonly unknown[] | undefined;
|
|
53034
53034
|
address: Address;
|
|
@@ -53036,9 +53036,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53036
53036
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53037
53037
|
value?: bigint | undefined;
|
|
53038
53038
|
dataSuffix?: `0x${string}` | undefined;
|
|
53039
|
-
type?: "eip1559" | undefined;
|
|
53040
53039
|
gas?: bigint | undefined;
|
|
53041
53040
|
nonce?: number | undefined;
|
|
53041
|
+
type?: "eip1559" | undefined;
|
|
53042
53042
|
blobs?: undefined;
|
|
53043
53043
|
blobVersionedHashes?: undefined;
|
|
53044
53044
|
kzg?: undefined;
|
|
@@ -53052,7 +53052,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53052
53052
|
chainId?: number | undefined;
|
|
53053
53053
|
connector?: wagmi0.Connector | undefined;
|
|
53054
53054
|
} | {
|
|
53055
|
-
abi:
|
|
53055
|
+
abi: abitype17.Abi;
|
|
53056
53056
|
functionName: string;
|
|
53057
53057
|
args?: readonly unknown[] | undefined;
|
|
53058
53058
|
address: Address;
|
|
@@ -53060,9 +53060,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53060
53060
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53061
53061
|
value?: bigint | undefined;
|
|
53062
53062
|
dataSuffix?: `0x${string}` | undefined;
|
|
53063
|
-
type?: "eip4844" | undefined;
|
|
53064
53063
|
gas?: bigint | undefined;
|
|
53065
53064
|
nonce?: number | undefined;
|
|
53065
|
+
type?: "eip4844" | undefined;
|
|
53066
53066
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53067
53067
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53068
53068
|
kzg?: undefined;
|
|
@@ -53076,7 +53076,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53076
53076
|
chainId?: number | undefined;
|
|
53077
53077
|
connector?: wagmi0.Connector | undefined;
|
|
53078
53078
|
} | {
|
|
53079
|
-
abi:
|
|
53079
|
+
abi: abitype17.Abi;
|
|
53080
53080
|
functionName: string;
|
|
53081
53081
|
args?: readonly unknown[] | undefined;
|
|
53082
53082
|
address: Address;
|
|
@@ -53084,9 +53084,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53084
53084
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53085
53085
|
value?: bigint | undefined;
|
|
53086
53086
|
dataSuffix?: `0x${string}` | undefined;
|
|
53087
|
-
type?: "eip4844" | undefined;
|
|
53088
53087
|
gas?: bigint | undefined;
|
|
53089
53088
|
nonce?: number | undefined;
|
|
53089
|
+
type?: "eip4844" | undefined;
|
|
53090
53090
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53091
53091
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53092
53092
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53100,7 +53100,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53100
53100
|
chainId?: number | undefined;
|
|
53101
53101
|
connector?: wagmi0.Connector | undefined;
|
|
53102
53102
|
} | {
|
|
53103
|
-
abi:
|
|
53103
|
+
abi: abitype17.Abi;
|
|
53104
53104
|
functionName: string;
|
|
53105
53105
|
args?: readonly unknown[] | undefined;
|
|
53106
53106
|
address: Address;
|
|
@@ -53108,9 +53108,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53108
53108
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53109
53109
|
value?: bigint | undefined;
|
|
53110
53110
|
dataSuffix?: `0x${string}` | undefined;
|
|
53111
|
-
type?: "eip7702" | undefined;
|
|
53112
53111
|
gas?: bigint | undefined;
|
|
53113
53112
|
nonce?: number | undefined;
|
|
53113
|
+
type?: "eip7702" | undefined;
|
|
53114
53114
|
blobs?: undefined;
|
|
53115
53115
|
blobVersionedHashes?: undefined;
|
|
53116
53116
|
kzg?: undefined;
|
|
@@ -53128,9 +53128,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53128
53128
|
reset: () => void;
|
|
53129
53129
|
context: unknown;
|
|
53130
53130
|
submittedAt: number;
|
|
53131
|
-
mutate:
|
|
53132
|
-
mutateAsync:
|
|
53133
|
-
writeContract:
|
|
53131
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53132
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53133
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53134
53134
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53135
53135
|
} | {
|
|
53136
53136
|
error: null;
|
|
@@ -53143,7 +53143,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53143
53143
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53144
53144
|
isPaused: boolean;
|
|
53145
53145
|
variables: {
|
|
53146
|
-
abi:
|
|
53146
|
+
abi: abitype17.Abi;
|
|
53147
53147
|
functionName: string;
|
|
53148
53148
|
args?: readonly unknown[] | undefined;
|
|
53149
53149
|
address: Address;
|
|
@@ -53151,9 +53151,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53151
53151
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53152
53152
|
value?: bigint | undefined;
|
|
53153
53153
|
dataSuffix?: `0x${string}` | undefined;
|
|
53154
|
-
type?: "legacy" | undefined;
|
|
53155
53154
|
gas?: bigint | undefined;
|
|
53156
53155
|
nonce?: number | undefined;
|
|
53156
|
+
type?: "legacy" | undefined;
|
|
53157
53157
|
blobs?: undefined;
|
|
53158
53158
|
blobVersionedHashes?: undefined;
|
|
53159
53159
|
kzg?: undefined;
|
|
@@ -53167,7 +53167,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53167
53167
|
chainId?: number | undefined;
|
|
53168
53168
|
connector?: wagmi0.Connector | undefined;
|
|
53169
53169
|
} | {
|
|
53170
|
-
abi:
|
|
53170
|
+
abi: abitype17.Abi;
|
|
53171
53171
|
functionName: string;
|
|
53172
53172
|
args?: readonly unknown[] | undefined;
|
|
53173
53173
|
address: Address;
|
|
@@ -53175,9 +53175,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53175
53175
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53176
53176
|
value?: bigint | undefined;
|
|
53177
53177
|
dataSuffix?: `0x${string}` | undefined;
|
|
53178
|
-
type?: "eip2930" | undefined;
|
|
53179
53178
|
gas?: bigint | undefined;
|
|
53180
53179
|
nonce?: number | undefined;
|
|
53180
|
+
type?: "eip2930" | undefined;
|
|
53181
53181
|
blobs?: undefined;
|
|
53182
53182
|
blobVersionedHashes?: undefined;
|
|
53183
53183
|
kzg?: undefined;
|
|
@@ -53191,7 +53191,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53191
53191
|
chainId?: number | undefined;
|
|
53192
53192
|
connector?: wagmi0.Connector | undefined;
|
|
53193
53193
|
} | {
|
|
53194
|
-
abi:
|
|
53194
|
+
abi: abitype17.Abi;
|
|
53195
53195
|
functionName: string;
|
|
53196
53196
|
args?: readonly unknown[] | undefined;
|
|
53197
53197
|
address: Address;
|
|
@@ -53199,9 +53199,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53199
53199
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53200
53200
|
value?: bigint | undefined;
|
|
53201
53201
|
dataSuffix?: `0x${string}` | undefined;
|
|
53202
|
-
type?: "eip1559" | undefined;
|
|
53203
53202
|
gas?: bigint | undefined;
|
|
53204
53203
|
nonce?: number | undefined;
|
|
53204
|
+
type?: "eip1559" | undefined;
|
|
53205
53205
|
blobs?: undefined;
|
|
53206
53206
|
blobVersionedHashes?: undefined;
|
|
53207
53207
|
kzg?: undefined;
|
|
@@ -53215,7 +53215,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53215
53215
|
chainId?: number | undefined;
|
|
53216
53216
|
connector?: wagmi0.Connector | undefined;
|
|
53217
53217
|
} | {
|
|
53218
|
-
abi:
|
|
53218
|
+
abi: abitype17.Abi;
|
|
53219
53219
|
functionName: string;
|
|
53220
53220
|
args?: readonly unknown[] | undefined;
|
|
53221
53221
|
address: Address;
|
|
@@ -53223,9 +53223,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53223
53223
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53224
53224
|
value?: bigint | undefined;
|
|
53225
53225
|
dataSuffix?: `0x${string}` | undefined;
|
|
53226
|
-
type?: "eip4844" | undefined;
|
|
53227
53226
|
gas?: bigint | undefined;
|
|
53228
53227
|
nonce?: number | undefined;
|
|
53228
|
+
type?: "eip4844" | undefined;
|
|
53229
53229
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53230
53230
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53231
53231
|
kzg?: undefined;
|
|
@@ -53239,7 +53239,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53239
53239
|
chainId?: number | undefined;
|
|
53240
53240
|
connector?: wagmi0.Connector | undefined;
|
|
53241
53241
|
} | {
|
|
53242
|
-
abi:
|
|
53242
|
+
abi: abitype17.Abi;
|
|
53243
53243
|
functionName: string;
|
|
53244
53244
|
args?: readonly unknown[] | undefined;
|
|
53245
53245
|
address: Address;
|
|
@@ -53247,9 +53247,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53247
53247
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53248
53248
|
value?: bigint | undefined;
|
|
53249
53249
|
dataSuffix?: `0x${string}` | undefined;
|
|
53250
|
-
type?: "eip4844" | undefined;
|
|
53251
53250
|
gas?: bigint | undefined;
|
|
53252
53251
|
nonce?: number | undefined;
|
|
53252
|
+
type?: "eip4844" | undefined;
|
|
53253
53253
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53254
53254
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53255
53255
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53263,7 +53263,7 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53263
53263
|
chainId?: number | undefined;
|
|
53264
53264
|
connector?: wagmi0.Connector | undefined;
|
|
53265
53265
|
} | {
|
|
53266
|
-
abi:
|
|
53266
|
+
abi: abitype17.Abi;
|
|
53267
53267
|
functionName: string;
|
|
53268
53268
|
args?: readonly unknown[] | undefined;
|
|
53269
53269
|
address: Address;
|
|
@@ -53271,9 +53271,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53271
53271
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53272
53272
|
value?: bigint | undefined;
|
|
53273
53273
|
dataSuffix?: `0x${string}` | undefined;
|
|
53274
|
-
type?: "eip7702" | undefined;
|
|
53275
53274
|
gas?: bigint | undefined;
|
|
53276
53275
|
nonce?: number | undefined;
|
|
53276
|
+
type?: "eip7702" | undefined;
|
|
53277
53277
|
blobs?: undefined;
|
|
53278
53278
|
blobVersionedHashes?: undefined;
|
|
53279
53279
|
kzg?: undefined;
|
|
@@ -53291,9 +53291,9 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53291
53291
|
reset: () => void;
|
|
53292
53292
|
context: unknown;
|
|
53293
53293
|
submittedAt: number;
|
|
53294
|
-
mutate:
|
|
53295
|
-
mutateAsync:
|
|
53296
|
-
writeContract:
|
|
53294
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53295
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53296
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53297
53297
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53298
53298
|
};
|
|
53299
53299
|
//#endregion
|
|
@@ -53313,9 +53313,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53313
53313
|
reset: () => void;
|
|
53314
53314
|
context: unknown;
|
|
53315
53315
|
submittedAt: number;
|
|
53316
|
-
mutate:
|
|
53317
|
-
mutateAsync:
|
|
53318
|
-
writeContract:
|
|
53316
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53317
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53318
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53319
53319
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53320
53320
|
} | {
|
|
53321
53321
|
error: null;
|
|
@@ -53328,7 +53328,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53328
53328
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53329
53329
|
isPaused: boolean;
|
|
53330
53330
|
variables: {
|
|
53331
|
-
abi:
|
|
53331
|
+
abi: abitype17.Abi;
|
|
53332
53332
|
functionName: string;
|
|
53333
53333
|
args?: readonly unknown[] | undefined;
|
|
53334
53334
|
address: Address;
|
|
@@ -53336,9 +53336,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53336
53336
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53337
53337
|
value?: bigint | undefined;
|
|
53338
53338
|
dataSuffix?: `0x${string}` | undefined;
|
|
53339
|
-
type?: "legacy" | undefined;
|
|
53340
53339
|
gas?: bigint | undefined;
|
|
53341
53340
|
nonce?: number | undefined;
|
|
53341
|
+
type?: "legacy" | undefined;
|
|
53342
53342
|
blobs?: undefined;
|
|
53343
53343
|
blobVersionedHashes?: undefined;
|
|
53344
53344
|
kzg?: undefined;
|
|
@@ -53352,7 +53352,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53352
53352
|
chainId?: number | undefined;
|
|
53353
53353
|
connector?: wagmi0.Connector | undefined;
|
|
53354
53354
|
} | {
|
|
53355
|
-
abi:
|
|
53355
|
+
abi: abitype17.Abi;
|
|
53356
53356
|
functionName: string;
|
|
53357
53357
|
args?: readonly unknown[] | undefined;
|
|
53358
53358
|
address: Address;
|
|
@@ -53360,9 +53360,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53360
53360
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53361
53361
|
value?: bigint | undefined;
|
|
53362
53362
|
dataSuffix?: `0x${string}` | undefined;
|
|
53363
|
-
type?: "eip2930" | undefined;
|
|
53364
53363
|
gas?: bigint | undefined;
|
|
53365
53364
|
nonce?: number | undefined;
|
|
53365
|
+
type?: "eip2930" | undefined;
|
|
53366
53366
|
blobs?: undefined;
|
|
53367
53367
|
blobVersionedHashes?: undefined;
|
|
53368
53368
|
kzg?: undefined;
|
|
@@ -53376,7 +53376,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53376
53376
|
chainId?: number | undefined;
|
|
53377
53377
|
connector?: wagmi0.Connector | undefined;
|
|
53378
53378
|
} | {
|
|
53379
|
-
abi:
|
|
53379
|
+
abi: abitype17.Abi;
|
|
53380
53380
|
functionName: string;
|
|
53381
53381
|
args?: readonly unknown[] | undefined;
|
|
53382
53382
|
address: Address;
|
|
@@ -53384,9 +53384,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53384
53384
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53385
53385
|
value?: bigint | undefined;
|
|
53386
53386
|
dataSuffix?: `0x${string}` | undefined;
|
|
53387
|
-
type?: "eip1559" | undefined;
|
|
53388
53387
|
gas?: bigint | undefined;
|
|
53389
53388
|
nonce?: number | undefined;
|
|
53389
|
+
type?: "eip1559" | undefined;
|
|
53390
53390
|
blobs?: undefined;
|
|
53391
53391
|
blobVersionedHashes?: undefined;
|
|
53392
53392
|
kzg?: undefined;
|
|
@@ -53400,7 +53400,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53400
53400
|
chainId?: number | undefined;
|
|
53401
53401
|
connector?: wagmi0.Connector | undefined;
|
|
53402
53402
|
} | {
|
|
53403
|
-
abi:
|
|
53403
|
+
abi: abitype17.Abi;
|
|
53404
53404
|
functionName: string;
|
|
53405
53405
|
args?: readonly unknown[] | undefined;
|
|
53406
53406
|
address: Address;
|
|
@@ -53408,9 +53408,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53408
53408
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53409
53409
|
value?: bigint | undefined;
|
|
53410
53410
|
dataSuffix?: `0x${string}` | undefined;
|
|
53411
|
-
type?: "eip4844" | undefined;
|
|
53412
53411
|
gas?: bigint | undefined;
|
|
53413
53412
|
nonce?: number | undefined;
|
|
53413
|
+
type?: "eip4844" | undefined;
|
|
53414
53414
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53415
53415
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53416
53416
|
kzg?: undefined;
|
|
@@ -53424,7 +53424,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53424
53424
|
chainId?: number | undefined;
|
|
53425
53425
|
connector?: wagmi0.Connector | undefined;
|
|
53426
53426
|
} | {
|
|
53427
|
-
abi:
|
|
53427
|
+
abi: abitype17.Abi;
|
|
53428
53428
|
functionName: string;
|
|
53429
53429
|
args?: readonly unknown[] | undefined;
|
|
53430
53430
|
address: Address;
|
|
@@ -53432,9 +53432,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53432
53432
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53433
53433
|
value?: bigint | undefined;
|
|
53434
53434
|
dataSuffix?: `0x${string}` | undefined;
|
|
53435
|
-
type?: "eip4844" | undefined;
|
|
53436
53435
|
gas?: bigint | undefined;
|
|
53437
53436
|
nonce?: number | undefined;
|
|
53437
|
+
type?: "eip4844" | undefined;
|
|
53438
53438
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53439
53439
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53440
53440
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53448,7 +53448,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53448
53448
|
chainId?: number | undefined;
|
|
53449
53449
|
connector?: wagmi0.Connector | undefined;
|
|
53450
53450
|
} | {
|
|
53451
|
-
abi:
|
|
53451
|
+
abi: abitype17.Abi;
|
|
53452
53452
|
functionName: string;
|
|
53453
53453
|
args?: readonly unknown[] | undefined;
|
|
53454
53454
|
address: Address;
|
|
@@ -53456,9 +53456,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53456
53456
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53457
53457
|
value?: bigint | undefined;
|
|
53458
53458
|
dataSuffix?: `0x${string}` | undefined;
|
|
53459
|
-
type?: "eip7702" | undefined;
|
|
53460
53459
|
gas?: bigint | undefined;
|
|
53461
53460
|
nonce?: number | undefined;
|
|
53461
|
+
type?: "eip7702" | undefined;
|
|
53462
53462
|
blobs?: undefined;
|
|
53463
53463
|
blobVersionedHashes?: undefined;
|
|
53464
53464
|
kzg?: undefined;
|
|
@@ -53476,9 +53476,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53476
53476
|
reset: () => void;
|
|
53477
53477
|
context: unknown;
|
|
53478
53478
|
submittedAt: number;
|
|
53479
|
-
mutate:
|
|
53480
|
-
mutateAsync:
|
|
53481
|
-
writeContract:
|
|
53479
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53480
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53481
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53482
53482
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53483
53483
|
} | {
|
|
53484
53484
|
error: _wagmi_core0.WriteContractErrorType;
|
|
@@ -53491,7 +53491,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53491
53491
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53492
53492
|
isPaused: boolean;
|
|
53493
53493
|
variables: {
|
|
53494
|
-
abi:
|
|
53494
|
+
abi: abitype17.Abi;
|
|
53495
53495
|
functionName: string;
|
|
53496
53496
|
args?: readonly unknown[] | undefined;
|
|
53497
53497
|
address: Address;
|
|
@@ -53499,9 +53499,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53499
53499
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53500
53500
|
value?: bigint | undefined;
|
|
53501
53501
|
dataSuffix?: `0x${string}` | undefined;
|
|
53502
|
-
type?: "legacy" | undefined;
|
|
53503
53502
|
gas?: bigint | undefined;
|
|
53504
53503
|
nonce?: number | undefined;
|
|
53504
|
+
type?: "legacy" | undefined;
|
|
53505
53505
|
blobs?: undefined;
|
|
53506
53506
|
blobVersionedHashes?: undefined;
|
|
53507
53507
|
kzg?: undefined;
|
|
@@ -53515,7 +53515,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53515
53515
|
chainId?: number | undefined;
|
|
53516
53516
|
connector?: wagmi0.Connector | undefined;
|
|
53517
53517
|
} | {
|
|
53518
|
-
abi:
|
|
53518
|
+
abi: abitype17.Abi;
|
|
53519
53519
|
functionName: string;
|
|
53520
53520
|
args?: readonly unknown[] | undefined;
|
|
53521
53521
|
address: Address;
|
|
@@ -53523,9 +53523,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53523
53523
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53524
53524
|
value?: bigint | undefined;
|
|
53525
53525
|
dataSuffix?: `0x${string}` | undefined;
|
|
53526
|
-
type?: "eip2930" | undefined;
|
|
53527
53526
|
gas?: bigint | undefined;
|
|
53528
53527
|
nonce?: number | undefined;
|
|
53528
|
+
type?: "eip2930" | undefined;
|
|
53529
53529
|
blobs?: undefined;
|
|
53530
53530
|
blobVersionedHashes?: undefined;
|
|
53531
53531
|
kzg?: undefined;
|
|
@@ -53539,7 +53539,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53539
53539
|
chainId?: number | undefined;
|
|
53540
53540
|
connector?: wagmi0.Connector | undefined;
|
|
53541
53541
|
} | {
|
|
53542
|
-
abi:
|
|
53542
|
+
abi: abitype17.Abi;
|
|
53543
53543
|
functionName: string;
|
|
53544
53544
|
args?: readonly unknown[] | undefined;
|
|
53545
53545
|
address: Address;
|
|
@@ -53547,9 +53547,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53547
53547
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53548
53548
|
value?: bigint | undefined;
|
|
53549
53549
|
dataSuffix?: `0x${string}` | undefined;
|
|
53550
|
-
type?: "eip1559" | undefined;
|
|
53551
53550
|
gas?: bigint | undefined;
|
|
53552
53551
|
nonce?: number | undefined;
|
|
53552
|
+
type?: "eip1559" | undefined;
|
|
53553
53553
|
blobs?: undefined;
|
|
53554
53554
|
blobVersionedHashes?: undefined;
|
|
53555
53555
|
kzg?: undefined;
|
|
@@ -53563,7 +53563,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53563
53563
|
chainId?: number | undefined;
|
|
53564
53564
|
connector?: wagmi0.Connector | undefined;
|
|
53565
53565
|
} | {
|
|
53566
|
-
abi:
|
|
53566
|
+
abi: abitype17.Abi;
|
|
53567
53567
|
functionName: string;
|
|
53568
53568
|
args?: readonly unknown[] | undefined;
|
|
53569
53569
|
address: Address;
|
|
@@ -53571,9 +53571,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53571
53571
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53572
53572
|
value?: bigint | undefined;
|
|
53573
53573
|
dataSuffix?: `0x${string}` | undefined;
|
|
53574
|
-
type?: "eip4844" | undefined;
|
|
53575
53574
|
gas?: bigint | undefined;
|
|
53576
53575
|
nonce?: number | undefined;
|
|
53576
|
+
type?: "eip4844" | undefined;
|
|
53577
53577
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53578
53578
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53579
53579
|
kzg?: undefined;
|
|
@@ -53587,7 +53587,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53587
53587
|
chainId?: number | undefined;
|
|
53588
53588
|
connector?: wagmi0.Connector | undefined;
|
|
53589
53589
|
} | {
|
|
53590
|
-
abi:
|
|
53590
|
+
abi: abitype17.Abi;
|
|
53591
53591
|
functionName: string;
|
|
53592
53592
|
args?: readonly unknown[] | undefined;
|
|
53593
53593
|
address: Address;
|
|
@@ -53595,9 +53595,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53595
53595
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53596
53596
|
value?: bigint | undefined;
|
|
53597
53597
|
dataSuffix?: `0x${string}` | undefined;
|
|
53598
|
-
type?: "eip4844" | undefined;
|
|
53599
53598
|
gas?: bigint | undefined;
|
|
53600
53599
|
nonce?: number | undefined;
|
|
53600
|
+
type?: "eip4844" | undefined;
|
|
53601
53601
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53602
53602
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53603
53603
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53611,7 +53611,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53611
53611
|
chainId?: number | undefined;
|
|
53612
53612
|
connector?: wagmi0.Connector | undefined;
|
|
53613
53613
|
} | {
|
|
53614
|
-
abi:
|
|
53614
|
+
abi: abitype17.Abi;
|
|
53615
53615
|
functionName: string;
|
|
53616
53616
|
args?: readonly unknown[] | undefined;
|
|
53617
53617
|
address: Address;
|
|
@@ -53619,9 +53619,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53619
53619
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53620
53620
|
value?: bigint | undefined;
|
|
53621
53621
|
dataSuffix?: `0x${string}` | undefined;
|
|
53622
|
-
type?: "eip7702" | undefined;
|
|
53623
53622
|
gas?: bigint | undefined;
|
|
53624
53623
|
nonce?: number | undefined;
|
|
53624
|
+
type?: "eip7702" | undefined;
|
|
53625
53625
|
blobs?: undefined;
|
|
53626
53626
|
blobVersionedHashes?: undefined;
|
|
53627
53627
|
kzg?: undefined;
|
|
@@ -53639,9 +53639,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53639
53639
|
reset: () => void;
|
|
53640
53640
|
context: unknown;
|
|
53641
53641
|
submittedAt: number;
|
|
53642
|
-
mutate:
|
|
53643
|
-
mutateAsync:
|
|
53644
|
-
writeContract:
|
|
53642
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53643
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53644
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53645
53645
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53646
53646
|
} | {
|
|
53647
53647
|
error: null;
|
|
@@ -53654,7 +53654,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53654
53654
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53655
53655
|
isPaused: boolean;
|
|
53656
53656
|
variables: {
|
|
53657
|
-
abi:
|
|
53657
|
+
abi: abitype17.Abi;
|
|
53658
53658
|
functionName: string;
|
|
53659
53659
|
args?: readonly unknown[] | undefined;
|
|
53660
53660
|
address: Address;
|
|
@@ -53662,9 +53662,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53662
53662
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53663
53663
|
value?: bigint | undefined;
|
|
53664
53664
|
dataSuffix?: `0x${string}` | undefined;
|
|
53665
|
-
type?: "legacy" | undefined;
|
|
53666
53665
|
gas?: bigint | undefined;
|
|
53667
53666
|
nonce?: number | undefined;
|
|
53667
|
+
type?: "legacy" | undefined;
|
|
53668
53668
|
blobs?: undefined;
|
|
53669
53669
|
blobVersionedHashes?: undefined;
|
|
53670
53670
|
kzg?: undefined;
|
|
@@ -53678,7 +53678,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53678
53678
|
chainId?: number | undefined;
|
|
53679
53679
|
connector?: wagmi0.Connector | undefined;
|
|
53680
53680
|
} | {
|
|
53681
|
-
abi:
|
|
53681
|
+
abi: abitype17.Abi;
|
|
53682
53682
|
functionName: string;
|
|
53683
53683
|
args?: readonly unknown[] | undefined;
|
|
53684
53684
|
address: Address;
|
|
@@ -53686,9 +53686,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53686
53686
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53687
53687
|
value?: bigint | undefined;
|
|
53688
53688
|
dataSuffix?: `0x${string}` | undefined;
|
|
53689
|
-
type?: "eip2930" | undefined;
|
|
53690
53689
|
gas?: bigint | undefined;
|
|
53691
53690
|
nonce?: number | undefined;
|
|
53691
|
+
type?: "eip2930" | undefined;
|
|
53692
53692
|
blobs?: undefined;
|
|
53693
53693
|
blobVersionedHashes?: undefined;
|
|
53694
53694
|
kzg?: undefined;
|
|
@@ -53702,7 +53702,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53702
53702
|
chainId?: number | undefined;
|
|
53703
53703
|
connector?: wagmi0.Connector | undefined;
|
|
53704
53704
|
} | {
|
|
53705
|
-
abi:
|
|
53705
|
+
abi: abitype17.Abi;
|
|
53706
53706
|
functionName: string;
|
|
53707
53707
|
args?: readonly unknown[] | undefined;
|
|
53708
53708
|
address: Address;
|
|
@@ -53710,9 +53710,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53710
53710
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53711
53711
|
value?: bigint | undefined;
|
|
53712
53712
|
dataSuffix?: `0x${string}` | undefined;
|
|
53713
|
-
type?: "eip1559" | undefined;
|
|
53714
53713
|
gas?: bigint | undefined;
|
|
53715
53714
|
nonce?: number | undefined;
|
|
53715
|
+
type?: "eip1559" | undefined;
|
|
53716
53716
|
blobs?: undefined;
|
|
53717
53717
|
blobVersionedHashes?: undefined;
|
|
53718
53718
|
kzg?: undefined;
|
|
@@ -53726,7 +53726,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53726
53726
|
chainId?: number | undefined;
|
|
53727
53727
|
connector?: wagmi0.Connector | undefined;
|
|
53728
53728
|
} | {
|
|
53729
|
-
abi:
|
|
53729
|
+
abi: abitype17.Abi;
|
|
53730
53730
|
functionName: string;
|
|
53731
53731
|
args?: readonly unknown[] | undefined;
|
|
53732
53732
|
address: Address;
|
|
@@ -53734,9 +53734,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53734
53734
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53735
53735
|
value?: bigint | undefined;
|
|
53736
53736
|
dataSuffix?: `0x${string}` | undefined;
|
|
53737
|
-
type?: "eip4844" | undefined;
|
|
53738
53737
|
gas?: bigint | undefined;
|
|
53739
53738
|
nonce?: number | undefined;
|
|
53739
|
+
type?: "eip4844" | undefined;
|
|
53740
53740
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53741
53741
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53742
53742
|
kzg?: undefined;
|
|
@@ -53750,7 +53750,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53750
53750
|
chainId?: number | undefined;
|
|
53751
53751
|
connector?: wagmi0.Connector | undefined;
|
|
53752
53752
|
} | {
|
|
53753
|
-
abi:
|
|
53753
|
+
abi: abitype17.Abi;
|
|
53754
53754
|
functionName: string;
|
|
53755
53755
|
args?: readonly unknown[] | undefined;
|
|
53756
53756
|
address: Address;
|
|
@@ -53758,9 +53758,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53758
53758
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53759
53759
|
value?: bigint | undefined;
|
|
53760
53760
|
dataSuffix?: `0x${string}` | undefined;
|
|
53761
|
-
type?: "eip4844" | undefined;
|
|
53762
53761
|
gas?: bigint | undefined;
|
|
53763
53762
|
nonce?: number | undefined;
|
|
53763
|
+
type?: "eip4844" | undefined;
|
|
53764
53764
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53765
53765
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53766
53766
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53774,7 +53774,7 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53774
53774
|
chainId?: number | undefined;
|
|
53775
53775
|
connector?: wagmi0.Connector | undefined;
|
|
53776
53776
|
} | {
|
|
53777
|
-
abi:
|
|
53777
|
+
abi: abitype17.Abi;
|
|
53778
53778
|
functionName: string;
|
|
53779
53779
|
args?: readonly unknown[] | undefined;
|
|
53780
53780
|
address: Address;
|
|
@@ -53782,9 +53782,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53782
53782
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53783
53783
|
value?: bigint | undefined;
|
|
53784
53784
|
dataSuffix?: `0x${string}` | undefined;
|
|
53785
|
-
type?: "eip7702" | undefined;
|
|
53786
53785
|
gas?: bigint | undefined;
|
|
53787
53786
|
nonce?: number | undefined;
|
|
53787
|
+
type?: "eip7702" | undefined;
|
|
53788
53788
|
blobs?: undefined;
|
|
53789
53789
|
blobVersionedHashes?: undefined;
|
|
53790
53790
|
kzg?: undefined;
|
|
@@ -53802,9 +53802,9 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53802
53802
|
reset: () => void;
|
|
53803
53803
|
context: unknown;
|
|
53804
53804
|
submittedAt: number;
|
|
53805
|
-
mutate:
|
|
53806
|
-
mutateAsync:
|
|
53807
|
-
writeContract:
|
|
53805
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53806
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53807
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53808
53808
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53809
53809
|
};
|
|
53810
53810
|
//#endregion
|
|
@@ -53833,9 +53833,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53833
53833
|
reset: () => void;
|
|
53834
53834
|
context: unknown;
|
|
53835
53835
|
submittedAt: number;
|
|
53836
|
-
mutate:
|
|
53837
|
-
mutateAsync:
|
|
53838
|
-
writeContract:
|
|
53836
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53837
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
53838
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53839
53839
|
updateMarketFees: (rates: {
|
|
53840
53840
|
openingFeeRate?: number;
|
|
53841
53841
|
baseFeeRate?: number;
|
|
@@ -53858,7 +53858,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53858
53858
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
53859
53859
|
isPaused: boolean;
|
|
53860
53860
|
variables: {
|
|
53861
|
-
abi:
|
|
53861
|
+
abi: abitype17.Abi;
|
|
53862
53862
|
functionName: string;
|
|
53863
53863
|
args?: readonly unknown[] | undefined;
|
|
53864
53864
|
address: Address;
|
|
@@ -53866,9 +53866,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53866
53866
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53867
53867
|
value?: bigint | undefined;
|
|
53868
53868
|
dataSuffix?: `0x${string}` | undefined;
|
|
53869
|
-
type?: "legacy" | undefined;
|
|
53870
53869
|
gas?: bigint | undefined;
|
|
53871
53870
|
nonce?: number | undefined;
|
|
53871
|
+
type?: "legacy" | undefined;
|
|
53872
53872
|
blobs?: undefined;
|
|
53873
53873
|
blobVersionedHashes?: undefined;
|
|
53874
53874
|
kzg?: undefined;
|
|
@@ -53882,7 +53882,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53882
53882
|
chainId?: number | undefined;
|
|
53883
53883
|
connector?: wagmi0.Connector | undefined;
|
|
53884
53884
|
} | {
|
|
53885
|
-
abi:
|
|
53885
|
+
abi: abitype17.Abi;
|
|
53886
53886
|
functionName: string;
|
|
53887
53887
|
args?: readonly unknown[] | undefined;
|
|
53888
53888
|
address: Address;
|
|
@@ -53890,9 +53890,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53890
53890
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53891
53891
|
value?: bigint | undefined;
|
|
53892
53892
|
dataSuffix?: `0x${string}` | undefined;
|
|
53893
|
-
type?: "eip2930" | undefined;
|
|
53894
53893
|
gas?: bigint | undefined;
|
|
53895
53894
|
nonce?: number | undefined;
|
|
53895
|
+
type?: "eip2930" | undefined;
|
|
53896
53896
|
blobs?: undefined;
|
|
53897
53897
|
blobVersionedHashes?: undefined;
|
|
53898
53898
|
kzg?: undefined;
|
|
@@ -53906,7 +53906,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53906
53906
|
chainId?: number | undefined;
|
|
53907
53907
|
connector?: wagmi0.Connector | undefined;
|
|
53908
53908
|
} | {
|
|
53909
|
-
abi:
|
|
53909
|
+
abi: abitype17.Abi;
|
|
53910
53910
|
functionName: string;
|
|
53911
53911
|
args?: readonly unknown[] | undefined;
|
|
53912
53912
|
address: Address;
|
|
@@ -53914,9 +53914,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53914
53914
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53915
53915
|
value?: bigint | undefined;
|
|
53916
53916
|
dataSuffix?: `0x${string}` | undefined;
|
|
53917
|
-
type?: "eip1559" | undefined;
|
|
53918
53917
|
gas?: bigint | undefined;
|
|
53919
53918
|
nonce?: number | undefined;
|
|
53919
|
+
type?: "eip1559" | undefined;
|
|
53920
53920
|
blobs?: undefined;
|
|
53921
53921
|
blobVersionedHashes?: undefined;
|
|
53922
53922
|
kzg?: undefined;
|
|
@@ -53930,7 +53930,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53930
53930
|
chainId?: number | undefined;
|
|
53931
53931
|
connector?: wagmi0.Connector | undefined;
|
|
53932
53932
|
} | {
|
|
53933
|
-
abi:
|
|
53933
|
+
abi: abitype17.Abi;
|
|
53934
53934
|
functionName: string;
|
|
53935
53935
|
args?: readonly unknown[] | undefined;
|
|
53936
53936
|
address: Address;
|
|
@@ -53938,9 +53938,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53938
53938
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53939
53939
|
value?: bigint | undefined;
|
|
53940
53940
|
dataSuffix?: `0x${string}` | undefined;
|
|
53941
|
-
type?: "eip4844" | undefined;
|
|
53942
53941
|
gas?: bigint | undefined;
|
|
53943
53942
|
nonce?: number | undefined;
|
|
53943
|
+
type?: "eip4844" | undefined;
|
|
53944
53944
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
53945
53945
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
53946
53946
|
kzg?: undefined;
|
|
@@ -53954,7 +53954,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53954
53954
|
chainId?: number | undefined;
|
|
53955
53955
|
connector?: wagmi0.Connector | undefined;
|
|
53956
53956
|
} | {
|
|
53957
|
-
abi:
|
|
53957
|
+
abi: abitype17.Abi;
|
|
53958
53958
|
functionName: string;
|
|
53959
53959
|
args?: readonly unknown[] | undefined;
|
|
53960
53960
|
address: Address;
|
|
@@ -53962,9 +53962,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53962
53962
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53963
53963
|
value?: bigint | undefined;
|
|
53964
53964
|
dataSuffix?: `0x${string}` | undefined;
|
|
53965
|
-
type?: "eip4844" | undefined;
|
|
53966
53965
|
gas?: bigint | undefined;
|
|
53967
53966
|
nonce?: number | undefined;
|
|
53967
|
+
type?: "eip4844" | undefined;
|
|
53968
53968
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
53969
53969
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
53970
53970
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -53978,7 +53978,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53978
53978
|
chainId?: number | undefined;
|
|
53979
53979
|
connector?: wagmi0.Connector | undefined;
|
|
53980
53980
|
} | {
|
|
53981
|
-
abi:
|
|
53981
|
+
abi: abitype17.Abi;
|
|
53982
53982
|
functionName: string;
|
|
53983
53983
|
args?: readonly unknown[] | undefined;
|
|
53984
53984
|
address: Address;
|
|
@@ -53986,9 +53986,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53986
53986
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
53987
53987
|
value?: bigint | undefined;
|
|
53988
53988
|
dataSuffix?: `0x${string}` | undefined;
|
|
53989
|
-
type?: "eip7702" | undefined;
|
|
53990
53989
|
gas?: bigint | undefined;
|
|
53991
53990
|
nonce?: number | undefined;
|
|
53991
|
+
type?: "eip7702" | undefined;
|
|
53992
53992
|
blobs?: undefined;
|
|
53993
53993
|
blobVersionedHashes?: undefined;
|
|
53994
53994
|
kzg?: undefined;
|
|
@@ -54006,9 +54006,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54006
54006
|
reset: () => void;
|
|
54007
54007
|
context: unknown;
|
|
54008
54008
|
submittedAt: number;
|
|
54009
|
-
mutate:
|
|
54010
|
-
mutateAsync:
|
|
54011
|
-
writeContract:
|
|
54009
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54010
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
54011
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54012
54012
|
updateMarketFees: (rates: {
|
|
54013
54013
|
openingFeeRate?: number;
|
|
54014
54014
|
baseFeeRate?: number;
|
|
@@ -54031,7 +54031,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54031
54031
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54032
54032
|
isPaused: boolean;
|
|
54033
54033
|
variables: {
|
|
54034
|
-
abi:
|
|
54034
|
+
abi: abitype17.Abi;
|
|
54035
54035
|
functionName: string;
|
|
54036
54036
|
args?: readonly unknown[] | undefined;
|
|
54037
54037
|
address: Address;
|
|
@@ -54039,9 +54039,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54039
54039
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54040
54040
|
value?: bigint | undefined;
|
|
54041
54041
|
dataSuffix?: `0x${string}` | undefined;
|
|
54042
|
-
type?: "legacy" | undefined;
|
|
54043
54042
|
gas?: bigint | undefined;
|
|
54044
54043
|
nonce?: number | undefined;
|
|
54044
|
+
type?: "legacy" | undefined;
|
|
54045
54045
|
blobs?: undefined;
|
|
54046
54046
|
blobVersionedHashes?: undefined;
|
|
54047
54047
|
kzg?: undefined;
|
|
@@ -54055,7 +54055,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54055
54055
|
chainId?: number | undefined;
|
|
54056
54056
|
connector?: wagmi0.Connector | undefined;
|
|
54057
54057
|
} | {
|
|
54058
|
-
abi:
|
|
54058
|
+
abi: abitype17.Abi;
|
|
54059
54059
|
functionName: string;
|
|
54060
54060
|
args?: readonly unknown[] | undefined;
|
|
54061
54061
|
address: Address;
|
|
@@ -54063,9 +54063,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54063
54063
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54064
54064
|
value?: bigint | undefined;
|
|
54065
54065
|
dataSuffix?: `0x${string}` | undefined;
|
|
54066
|
-
type?: "eip2930" | undefined;
|
|
54067
54066
|
gas?: bigint | undefined;
|
|
54068
54067
|
nonce?: number | undefined;
|
|
54068
|
+
type?: "eip2930" | undefined;
|
|
54069
54069
|
blobs?: undefined;
|
|
54070
54070
|
blobVersionedHashes?: undefined;
|
|
54071
54071
|
kzg?: undefined;
|
|
@@ -54079,7 +54079,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54079
54079
|
chainId?: number | undefined;
|
|
54080
54080
|
connector?: wagmi0.Connector | undefined;
|
|
54081
54081
|
} | {
|
|
54082
|
-
abi:
|
|
54082
|
+
abi: abitype17.Abi;
|
|
54083
54083
|
functionName: string;
|
|
54084
54084
|
args?: readonly unknown[] | undefined;
|
|
54085
54085
|
address: Address;
|
|
@@ -54087,9 +54087,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54087
54087
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54088
54088
|
value?: bigint | undefined;
|
|
54089
54089
|
dataSuffix?: `0x${string}` | undefined;
|
|
54090
|
-
type?: "eip1559" | undefined;
|
|
54091
54090
|
gas?: bigint | undefined;
|
|
54092
54091
|
nonce?: number | undefined;
|
|
54092
|
+
type?: "eip1559" | undefined;
|
|
54093
54093
|
blobs?: undefined;
|
|
54094
54094
|
blobVersionedHashes?: undefined;
|
|
54095
54095
|
kzg?: undefined;
|
|
@@ -54103,7 +54103,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54103
54103
|
chainId?: number | undefined;
|
|
54104
54104
|
connector?: wagmi0.Connector | undefined;
|
|
54105
54105
|
} | {
|
|
54106
|
-
abi:
|
|
54106
|
+
abi: abitype17.Abi;
|
|
54107
54107
|
functionName: string;
|
|
54108
54108
|
args?: readonly unknown[] | undefined;
|
|
54109
54109
|
address: Address;
|
|
@@ -54111,9 +54111,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54111
54111
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54112
54112
|
value?: bigint | undefined;
|
|
54113
54113
|
dataSuffix?: `0x${string}` | undefined;
|
|
54114
|
-
type?: "eip4844" | undefined;
|
|
54115
54114
|
gas?: bigint | undefined;
|
|
54116
54115
|
nonce?: number | undefined;
|
|
54116
|
+
type?: "eip4844" | undefined;
|
|
54117
54117
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
54118
54118
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
54119
54119
|
kzg?: undefined;
|
|
@@ -54127,7 +54127,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54127
54127
|
chainId?: number | undefined;
|
|
54128
54128
|
connector?: wagmi0.Connector | undefined;
|
|
54129
54129
|
} | {
|
|
54130
|
-
abi:
|
|
54130
|
+
abi: abitype17.Abi;
|
|
54131
54131
|
functionName: string;
|
|
54132
54132
|
args?: readonly unknown[] | undefined;
|
|
54133
54133
|
address: Address;
|
|
@@ -54135,9 +54135,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54135
54135
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54136
54136
|
value?: bigint | undefined;
|
|
54137
54137
|
dataSuffix?: `0x${string}` | undefined;
|
|
54138
|
-
type?: "eip4844" | undefined;
|
|
54139
54138
|
gas?: bigint | undefined;
|
|
54140
54139
|
nonce?: number | undefined;
|
|
54140
|
+
type?: "eip4844" | undefined;
|
|
54141
54141
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
54142
54142
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54143
54143
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -54151,7 +54151,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54151
54151
|
chainId?: number | undefined;
|
|
54152
54152
|
connector?: wagmi0.Connector | undefined;
|
|
54153
54153
|
} | {
|
|
54154
|
-
abi:
|
|
54154
|
+
abi: abitype17.Abi;
|
|
54155
54155
|
functionName: string;
|
|
54156
54156
|
args?: readonly unknown[] | undefined;
|
|
54157
54157
|
address: Address;
|
|
@@ -54159,9 +54159,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54159
54159
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54160
54160
|
value?: bigint | undefined;
|
|
54161
54161
|
dataSuffix?: `0x${string}` | undefined;
|
|
54162
|
-
type?: "eip7702" | undefined;
|
|
54163
54162
|
gas?: bigint | undefined;
|
|
54164
54163
|
nonce?: number | undefined;
|
|
54164
|
+
type?: "eip7702" | undefined;
|
|
54165
54165
|
blobs?: undefined;
|
|
54166
54166
|
blobVersionedHashes?: undefined;
|
|
54167
54167
|
kzg?: undefined;
|
|
@@ -54179,9 +54179,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54179
54179
|
reset: () => void;
|
|
54180
54180
|
context: unknown;
|
|
54181
54181
|
submittedAt: number;
|
|
54182
|
-
mutate:
|
|
54183
|
-
mutateAsync:
|
|
54184
|
-
writeContract:
|
|
54182
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54183
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
54184
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54185
54185
|
updateMarketFees: (rates: {
|
|
54186
54186
|
openingFeeRate?: number;
|
|
54187
54187
|
baseFeeRate?: number;
|
|
@@ -54204,7 +54204,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54204
54204
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
54205
54205
|
isPaused: boolean;
|
|
54206
54206
|
variables: {
|
|
54207
|
-
abi:
|
|
54207
|
+
abi: abitype17.Abi;
|
|
54208
54208
|
functionName: string;
|
|
54209
54209
|
args?: readonly unknown[] | undefined;
|
|
54210
54210
|
address: Address;
|
|
@@ -54212,9 +54212,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54212
54212
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54213
54213
|
value?: bigint | undefined;
|
|
54214
54214
|
dataSuffix?: `0x${string}` | undefined;
|
|
54215
|
-
type?: "legacy" | undefined;
|
|
54216
54215
|
gas?: bigint | undefined;
|
|
54217
54216
|
nonce?: number | undefined;
|
|
54217
|
+
type?: "legacy" | undefined;
|
|
54218
54218
|
blobs?: undefined;
|
|
54219
54219
|
blobVersionedHashes?: undefined;
|
|
54220
54220
|
kzg?: undefined;
|
|
@@ -54228,7 +54228,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54228
54228
|
chainId?: number | undefined;
|
|
54229
54229
|
connector?: wagmi0.Connector | undefined;
|
|
54230
54230
|
} | {
|
|
54231
|
-
abi:
|
|
54231
|
+
abi: abitype17.Abi;
|
|
54232
54232
|
functionName: string;
|
|
54233
54233
|
args?: readonly unknown[] | undefined;
|
|
54234
54234
|
address: Address;
|
|
@@ -54236,9 +54236,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54236
54236
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54237
54237
|
value?: bigint | undefined;
|
|
54238
54238
|
dataSuffix?: `0x${string}` | undefined;
|
|
54239
|
-
type?: "eip2930" | undefined;
|
|
54240
54239
|
gas?: bigint | undefined;
|
|
54241
54240
|
nonce?: number | undefined;
|
|
54241
|
+
type?: "eip2930" | undefined;
|
|
54242
54242
|
blobs?: undefined;
|
|
54243
54243
|
blobVersionedHashes?: undefined;
|
|
54244
54244
|
kzg?: undefined;
|
|
@@ -54252,7 +54252,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54252
54252
|
chainId?: number | undefined;
|
|
54253
54253
|
connector?: wagmi0.Connector | undefined;
|
|
54254
54254
|
} | {
|
|
54255
|
-
abi:
|
|
54255
|
+
abi: abitype17.Abi;
|
|
54256
54256
|
functionName: string;
|
|
54257
54257
|
args?: readonly unknown[] | undefined;
|
|
54258
54258
|
address: Address;
|
|
@@ -54260,9 +54260,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54260
54260
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54261
54261
|
value?: bigint | undefined;
|
|
54262
54262
|
dataSuffix?: `0x${string}` | undefined;
|
|
54263
|
-
type?: "eip1559" | undefined;
|
|
54264
54263
|
gas?: bigint | undefined;
|
|
54265
54264
|
nonce?: number | undefined;
|
|
54265
|
+
type?: "eip1559" | undefined;
|
|
54266
54266
|
blobs?: undefined;
|
|
54267
54267
|
blobVersionedHashes?: undefined;
|
|
54268
54268
|
kzg?: undefined;
|
|
@@ -54276,7 +54276,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54276
54276
|
chainId?: number | undefined;
|
|
54277
54277
|
connector?: wagmi0.Connector | undefined;
|
|
54278
54278
|
} | {
|
|
54279
|
-
abi:
|
|
54279
|
+
abi: abitype17.Abi;
|
|
54280
54280
|
functionName: string;
|
|
54281
54281
|
args?: readonly unknown[] | undefined;
|
|
54282
54282
|
address: Address;
|
|
@@ -54284,9 +54284,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54284
54284
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54285
54285
|
value?: bigint | undefined;
|
|
54286
54286
|
dataSuffix?: `0x${string}` | undefined;
|
|
54287
|
-
type?: "eip4844" | undefined;
|
|
54288
54287
|
gas?: bigint | undefined;
|
|
54289
54288
|
nonce?: number | undefined;
|
|
54289
|
+
type?: "eip4844" | undefined;
|
|
54290
54290
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
54291
54291
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
54292
54292
|
kzg?: undefined;
|
|
@@ -54300,7 +54300,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54300
54300
|
chainId?: number | undefined;
|
|
54301
54301
|
connector?: wagmi0.Connector | undefined;
|
|
54302
54302
|
} | {
|
|
54303
|
-
abi:
|
|
54303
|
+
abi: abitype17.Abi;
|
|
54304
54304
|
functionName: string;
|
|
54305
54305
|
args?: readonly unknown[] | undefined;
|
|
54306
54306
|
address: Address;
|
|
@@ -54308,9 +54308,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54308
54308
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54309
54309
|
value?: bigint | undefined;
|
|
54310
54310
|
dataSuffix?: `0x${string}` | undefined;
|
|
54311
|
-
type?: "eip4844" | undefined;
|
|
54312
54311
|
gas?: bigint | undefined;
|
|
54313
54312
|
nonce?: number | undefined;
|
|
54313
|
+
type?: "eip4844" | undefined;
|
|
54314
54314
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
54315
54315
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
54316
54316
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -54324,7 +54324,7 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54324
54324
|
chainId?: number | undefined;
|
|
54325
54325
|
connector?: wagmi0.Connector | undefined;
|
|
54326
54326
|
} | {
|
|
54327
|
-
abi:
|
|
54327
|
+
abi: abitype17.Abi;
|
|
54328
54328
|
functionName: string;
|
|
54329
54329
|
args?: readonly unknown[] | undefined;
|
|
54330
54330
|
address: Address;
|
|
@@ -54332,9 +54332,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54332
54332
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
54333
54333
|
value?: bigint | undefined;
|
|
54334
54334
|
dataSuffix?: `0x${string}` | undefined;
|
|
54335
|
-
type?: "eip7702" | undefined;
|
|
54336
54335
|
gas?: bigint | undefined;
|
|
54337
54336
|
nonce?: number | undefined;
|
|
54337
|
+
type?: "eip7702" | undefined;
|
|
54338
54338
|
blobs?: undefined;
|
|
54339
54339
|
blobVersionedHashes?: undefined;
|
|
54340
54340
|
kzg?: undefined;
|
|
@@ -54352,9 +54352,9 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
54352
54352
|
reset: () => void;
|
|
54353
54353
|
context: unknown;
|
|
54354
54354
|
submittedAt: number;
|
|
54355
|
-
mutate:
|
|
54356
|
-
mutateAsync:
|
|
54357
|
-
writeContract:
|
|
54355
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54356
|
+
mutateAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
54357
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
54358
54358
|
updateMarketFees: (rates: {
|
|
54359
54359
|
openingFeeRate?: number;
|
|
54360
54360
|
baseFeeRate?: number;
|
|
@@ -55370,9 +55370,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55370
55370
|
reset: () => void;
|
|
55371
55371
|
context: unknown;
|
|
55372
55372
|
submittedAt: number;
|
|
55373
|
-
mutate:
|
|
55374
|
-
writeContract:
|
|
55375
|
-
writeContractAsync:
|
|
55373
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55374
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55375
|
+
writeContractAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55376
55376
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55377
55377
|
model: "static";
|
|
55378
55378
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55393,7 +55393,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55393
55393
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55394
55394
|
isPaused: boolean;
|
|
55395
55395
|
variables: {
|
|
55396
|
-
abi:
|
|
55396
|
+
abi: abitype17.Abi;
|
|
55397
55397
|
functionName: string;
|
|
55398
55398
|
args?: readonly unknown[] | undefined;
|
|
55399
55399
|
address: Address;
|
|
@@ -55401,9 +55401,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55401
55401
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55402
55402
|
value?: bigint | undefined;
|
|
55403
55403
|
dataSuffix?: `0x${string}` | undefined;
|
|
55404
|
-
type?: "legacy" | undefined;
|
|
55405
55404
|
gas?: bigint | undefined;
|
|
55406
55405
|
nonce?: number | undefined;
|
|
55406
|
+
type?: "legacy" | undefined;
|
|
55407
55407
|
blobs?: undefined;
|
|
55408
55408
|
blobVersionedHashes?: undefined;
|
|
55409
55409
|
kzg?: undefined;
|
|
@@ -55417,7 +55417,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55417
55417
|
chainId?: number | undefined;
|
|
55418
55418
|
connector?: wagmi0.Connector | undefined;
|
|
55419
55419
|
} | {
|
|
55420
|
-
abi:
|
|
55420
|
+
abi: abitype17.Abi;
|
|
55421
55421
|
functionName: string;
|
|
55422
55422
|
args?: readonly unknown[] | undefined;
|
|
55423
55423
|
address: Address;
|
|
@@ -55425,9 +55425,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55425
55425
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55426
55426
|
value?: bigint | undefined;
|
|
55427
55427
|
dataSuffix?: `0x${string}` | undefined;
|
|
55428
|
-
type?: "eip2930" | undefined;
|
|
55429
55428
|
gas?: bigint | undefined;
|
|
55430
55429
|
nonce?: number | undefined;
|
|
55430
|
+
type?: "eip2930" | undefined;
|
|
55431
55431
|
blobs?: undefined;
|
|
55432
55432
|
blobVersionedHashes?: undefined;
|
|
55433
55433
|
kzg?: undefined;
|
|
@@ -55441,7 +55441,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55441
55441
|
chainId?: number | undefined;
|
|
55442
55442
|
connector?: wagmi0.Connector | undefined;
|
|
55443
55443
|
} | {
|
|
55444
|
-
abi:
|
|
55444
|
+
abi: abitype17.Abi;
|
|
55445
55445
|
functionName: string;
|
|
55446
55446
|
args?: readonly unknown[] | undefined;
|
|
55447
55447
|
address: Address;
|
|
@@ -55449,9 +55449,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55449
55449
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55450
55450
|
value?: bigint | undefined;
|
|
55451
55451
|
dataSuffix?: `0x${string}` | undefined;
|
|
55452
|
-
type?: "eip1559" | undefined;
|
|
55453
55452
|
gas?: bigint | undefined;
|
|
55454
55453
|
nonce?: number | undefined;
|
|
55454
|
+
type?: "eip1559" | undefined;
|
|
55455
55455
|
blobs?: undefined;
|
|
55456
55456
|
blobVersionedHashes?: undefined;
|
|
55457
55457
|
kzg?: undefined;
|
|
@@ -55465,7 +55465,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55465
55465
|
chainId?: number | undefined;
|
|
55466
55466
|
connector?: wagmi0.Connector | undefined;
|
|
55467
55467
|
} | {
|
|
55468
|
-
abi:
|
|
55468
|
+
abi: abitype17.Abi;
|
|
55469
55469
|
functionName: string;
|
|
55470
55470
|
args?: readonly unknown[] | undefined;
|
|
55471
55471
|
address: Address;
|
|
@@ -55473,9 +55473,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55473
55473
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55474
55474
|
value?: bigint | undefined;
|
|
55475
55475
|
dataSuffix?: `0x${string}` | undefined;
|
|
55476
|
-
type?: "eip4844" | undefined;
|
|
55477
55476
|
gas?: bigint | undefined;
|
|
55478
55477
|
nonce?: number | undefined;
|
|
55478
|
+
type?: "eip4844" | undefined;
|
|
55479
55479
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
55480
55480
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
55481
55481
|
kzg?: undefined;
|
|
@@ -55489,7 +55489,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55489
55489
|
chainId?: number | undefined;
|
|
55490
55490
|
connector?: wagmi0.Connector | undefined;
|
|
55491
55491
|
} | {
|
|
55492
|
-
abi:
|
|
55492
|
+
abi: abitype17.Abi;
|
|
55493
55493
|
functionName: string;
|
|
55494
55494
|
args?: readonly unknown[] | undefined;
|
|
55495
55495
|
address: Address;
|
|
@@ -55497,9 +55497,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55497
55497
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55498
55498
|
value?: bigint | undefined;
|
|
55499
55499
|
dataSuffix?: `0x${string}` | undefined;
|
|
55500
|
-
type?: "eip4844" | undefined;
|
|
55501
55500
|
gas?: bigint | undefined;
|
|
55502
55501
|
nonce?: number | undefined;
|
|
55502
|
+
type?: "eip4844" | undefined;
|
|
55503
55503
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
55504
55504
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55505
55505
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -55513,7 +55513,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55513
55513
|
chainId?: number | undefined;
|
|
55514
55514
|
connector?: wagmi0.Connector | undefined;
|
|
55515
55515
|
} | {
|
|
55516
|
-
abi:
|
|
55516
|
+
abi: abitype17.Abi;
|
|
55517
55517
|
functionName: string;
|
|
55518
55518
|
args?: readonly unknown[] | undefined;
|
|
55519
55519
|
address: Address;
|
|
@@ -55521,9 +55521,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55521
55521
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55522
55522
|
value?: bigint | undefined;
|
|
55523
55523
|
dataSuffix?: `0x${string}` | undefined;
|
|
55524
|
-
type?: "eip7702" | undefined;
|
|
55525
55524
|
gas?: bigint | undefined;
|
|
55526
55525
|
nonce?: number | undefined;
|
|
55526
|
+
type?: "eip7702" | undefined;
|
|
55527
55527
|
blobs?: undefined;
|
|
55528
55528
|
blobVersionedHashes?: undefined;
|
|
55529
55529
|
kzg?: undefined;
|
|
@@ -55541,9 +55541,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55541
55541
|
reset: () => void;
|
|
55542
55542
|
context: unknown;
|
|
55543
55543
|
submittedAt: number;
|
|
55544
|
-
mutate:
|
|
55545
|
-
writeContract:
|
|
55546
|
-
writeContractAsync:
|
|
55544
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55545
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55546
|
+
writeContractAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55547
55547
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55548
55548
|
model: "static";
|
|
55549
55549
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55564,7 +55564,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55564
55564
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55565
55565
|
isPaused: boolean;
|
|
55566
55566
|
variables: {
|
|
55567
|
-
abi:
|
|
55567
|
+
abi: abitype17.Abi;
|
|
55568
55568
|
functionName: string;
|
|
55569
55569
|
args?: readonly unknown[] | undefined;
|
|
55570
55570
|
address: Address;
|
|
@@ -55572,9 +55572,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55572
55572
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55573
55573
|
value?: bigint | undefined;
|
|
55574
55574
|
dataSuffix?: `0x${string}` | undefined;
|
|
55575
|
-
type?: "legacy" | undefined;
|
|
55576
55575
|
gas?: bigint | undefined;
|
|
55577
55576
|
nonce?: number | undefined;
|
|
55577
|
+
type?: "legacy" | undefined;
|
|
55578
55578
|
blobs?: undefined;
|
|
55579
55579
|
blobVersionedHashes?: undefined;
|
|
55580
55580
|
kzg?: undefined;
|
|
@@ -55588,7 +55588,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55588
55588
|
chainId?: number | undefined;
|
|
55589
55589
|
connector?: wagmi0.Connector | undefined;
|
|
55590
55590
|
} | {
|
|
55591
|
-
abi:
|
|
55591
|
+
abi: abitype17.Abi;
|
|
55592
55592
|
functionName: string;
|
|
55593
55593
|
args?: readonly unknown[] | undefined;
|
|
55594
55594
|
address: Address;
|
|
@@ -55596,9 +55596,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55596
55596
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55597
55597
|
value?: bigint | undefined;
|
|
55598
55598
|
dataSuffix?: `0x${string}` | undefined;
|
|
55599
|
-
type?: "eip2930" | undefined;
|
|
55600
55599
|
gas?: bigint | undefined;
|
|
55601
55600
|
nonce?: number | undefined;
|
|
55601
|
+
type?: "eip2930" | undefined;
|
|
55602
55602
|
blobs?: undefined;
|
|
55603
55603
|
blobVersionedHashes?: undefined;
|
|
55604
55604
|
kzg?: undefined;
|
|
@@ -55612,7 +55612,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55612
55612
|
chainId?: number | undefined;
|
|
55613
55613
|
connector?: wagmi0.Connector | undefined;
|
|
55614
55614
|
} | {
|
|
55615
|
-
abi:
|
|
55615
|
+
abi: abitype17.Abi;
|
|
55616
55616
|
functionName: string;
|
|
55617
55617
|
args?: readonly unknown[] | undefined;
|
|
55618
55618
|
address: Address;
|
|
@@ -55620,9 +55620,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55620
55620
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55621
55621
|
value?: bigint | undefined;
|
|
55622
55622
|
dataSuffix?: `0x${string}` | undefined;
|
|
55623
|
-
type?: "eip1559" | undefined;
|
|
55624
55623
|
gas?: bigint | undefined;
|
|
55625
55624
|
nonce?: number | undefined;
|
|
55625
|
+
type?: "eip1559" | undefined;
|
|
55626
55626
|
blobs?: undefined;
|
|
55627
55627
|
blobVersionedHashes?: undefined;
|
|
55628
55628
|
kzg?: undefined;
|
|
@@ -55636,7 +55636,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55636
55636
|
chainId?: number | undefined;
|
|
55637
55637
|
connector?: wagmi0.Connector | undefined;
|
|
55638
55638
|
} | {
|
|
55639
|
-
abi:
|
|
55639
|
+
abi: abitype17.Abi;
|
|
55640
55640
|
functionName: string;
|
|
55641
55641
|
args?: readonly unknown[] | undefined;
|
|
55642
55642
|
address: Address;
|
|
@@ -55644,9 +55644,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55644
55644
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55645
55645
|
value?: bigint | undefined;
|
|
55646
55646
|
dataSuffix?: `0x${string}` | undefined;
|
|
55647
|
-
type?: "eip4844" | undefined;
|
|
55648
55647
|
gas?: bigint | undefined;
|
|
55649
55648
|
nonce?: number | undefined;
|
|
55649
|
+
type?: "eip4844" | undefined;
|
|
55650
55650
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
55651
55651
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
55652
55652
|
kzg?: undefined;
|
|
@@ -55660,7 +55660,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55660
55660
|
chainId?: number | undefined;
|
|
55661
55661
|
connector?: wagmi0.Connector | undefined;
|
|
55662
55662
|
} | {
|
|
55663
|
-
abi:
|
|
55663
|
+
abi: abitype17.Abi;
|
|
55664
55664
|
functionName: string;
|
|
55665
55665
|
args?: readonly unknown[] | undefined;
|
|
55666
55666
|
address: Address;
|
|
@@ -55668,9 +55668,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55668
55668
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55669
55669
|
value?: bigint | undefined;
|
|
55670
55670
|
dataSuffix?: `0x${string}` | undefined;
|
|
55671
|
-
type?: "eip4844" | undefined;
|
|
55672
55671
|
gas?: bigint | undefined;
|
|
55673
55672
|
nonce?: number | undefined;
|
|
55673
|
+
type?: "eip4844" | undefined;
|
|
55674
55674
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
55675
55675
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55676
55676
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -55684,7 +55684,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55684
55684
|
chainId?: number | undefined;
|
|
55685
55685
|
connector?: wagmi0.Connector | undefined;
|
|
55686
55686
|
} | {
|
|
55687
|
-
abi:
|
|
55687
|
+
abi: abitype17.Abi;
|
|
55688
55688
|
functionName: string;
|
|
55689
55689
|
args?: readonly unknown[] | undefined;
|
|
55690
55690
|
address: Address;
|
|
@@ -55692,9 +55692,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55692
55692
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55693
55693
|
value?: bigint | undefined;
|
|
55694
55694
|
dataSuffix?: `0x${string}` | undefined;
|
|
55695
|
-
type?: "eip7702" | undefined;
|
|
55696
55695
|
gas?: bigint | undefined;
|
|
55697
55696
|
nonce?: number | undefined;
|
|
55697
|
+
type?: "eip7702" | undefined;
|
|
55698
55698
|
blobs?: undefined;
|
|
55699
55699
|
blobVersionedHashes?: undefined;
|
|
55700
55700
|
kzg?: undefined;
|
|
@@ -55712,9 +55712,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55712
55712
|
reset: () => void;
|
|
55713
55713
|
context: unknown;
|
|
55714
55714
|
submittedAt: number;
|
|
55715
|
-
mutate:
|
|
55716
|
-
writeContract:
|
|
55717
|
-
writeContractAsync:
|
|
55715
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55716
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55717
|
+
writeContractAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55718
55718
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55719
55719
|
model: "static";
|
|
55720
55720
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55735,7 +55735,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55735
55735
|
failureReason: _wagmi_core0.WriteContractErrorType | null;
|
|
55736
55736
|
isPaused: boolean;
|
|
55737
55737
|
variables: {
|
|
55738
|
-
abi:
|
|
55738
|
+
abi: abitype17.Abi;
|
|
55739
55739
|
functionName: string;
|
|
55740
55740
|
args?: readonly unknown[] | undefined;
|
|
55741
55741
|
address: Address;
|
|
@@ -55743,9 +55743,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55743
55743
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55744
55744
|
value?: bigint | undefined;
|
|
55745
55745
|
dataSuffix?: `0x${string}` | undefined;
|
|
55746
|
-
type?: "legacy" | undefined;
|
|
55747
55746
|
gas?: bigint | undefined;
|
|
55748
55747
|
nonce?: number | undefined;
|
|
55748
|
+
type?: "legacy" | undefined;
|
|
55749
55749
|
blobs?: undefined;
|
|
55750
55750
|
blobVersionedHashes?: undefined;
|
|
55751
55751
|
kzg?: undefined;
|
|
@@ -55759,7 +55759,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55759
55759
|
chainId?: number | undefined;
|
|
55760
55760
|
connector?: wagmi0.Connector | undefined;
|
|
55761
55761
|
} | {
|
|
55762
|
-
abi:
|
|
55762
|
+
abi: abitype17.Abi;
|
|
55763
55763
|
functionName: string;
|
|
55764
55764
|
args?: readonly unknown[] | undefined;
|
|
55765
55765
|
address: Address;
|
|
@@ -55767,9 +55767,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55767
55767
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55768
55768
|
value?: bigint | undefined;
|
|
55769
55769
|
dataSuffix?: `0x${string}` | undefined;
|
|
55770
|
-
type?: "eip2930" | undefined;
|
|
55771
55770
|
gas?: bigint | undefined;
|
|
55772
55771
|
nonce?: number | undefined;
|
|
55772
|
+
type?: "eip2930" | undefined;
|
|
55773
55773
|
blobs?: undefined;
|
|
55774
55774
|
blobVersionedHashes?: undefined;
|
|
55775
55775
|
kzg?: undefined;
|
|
@@ -55783,7 +55783,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55783
55783
|
chainId?: number | undefined;
|
|
55784
55784
|
connector?: wagmi0.Connector | undefined;
|
|
55785
55785
|
} | {
|
|
55786
|
-
abi:
|
|
55786
|
+
abi: abitype17.Abi;
|
|
55787
55787
|
functionName: string;
|
|
55788
55788
|
args?: readonly unknown[] | undefined;
|
|
55789
55789
|
address: Address;
|
|
@@ -55791,9 +55791,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55791
55791
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55792
55792
|
value?: bigint | undefined;
|
|
55793
55793
|
dataSuffix?: `0x${string}` | undefined;
|
|
55794
|
-
type?: "eip1559" | undefined;
|
|
55795
55794
|
gas?: bigint | undefined;
|
|
55796
55795
|
nonce?: number | undefined;
|
|
55796
|
+
type?: "eip1559" | undefined;
|
|
55797
55797
|
blobs?: undefined;
|
|
55798
55798
|
blobVersionedHashes?: undefined;
|
|
55799
55799
|
kzg?: undefined;
|
|
@@ -55807,7 +55807,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55807
55807
|
chainId?: number | undefined;
|
|
55808
55808
|
connector?: wagmi0.Connector | undefined;
|
|
55809
55809
|
} | {
|
|
55810
|
-
abi:
|
|
55810
|
+
abi: abitype17.Abi;
|
|
55811
55811
|
functionName: string;
|
|
55812
55812
|
args?: readonly unknown[] | undefined;
|
|
55813
55813
|
address: Address;
|
|
@@ -55815,9 +55815,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55815
55815
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55816
55816
|
value?: bigint | undefined;
|
|
55817
55817
|
dataSuffix?: `0x${string}` | undefined;
|
|
55818
|
-
type?: "eip4844" | undefined;
|
|
55819
55818
|
gas?: bigint | undefined;
|
|
55820
55819
|
nonce?: number | undefined;
|
|
55820
|
+
type?: "eip4844" | undefined;
|
|
55821
55821
|
blobs?: readonly `0x${string}`[] | readonly viem0.ByteArray[] | undefined;
|
|
55822
55822
|
blobVersionedHashes: readonly viem0.Hex[];
|
|
55823
55823
|
kzg?: undefined;
|
|
@@ -55831,7 +55831,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55831
55831
|
chainId?: number | undefined;
|
|
55832
55832
|
connector?: wagmi0.Connector | undefined;
|
|
55833
55833
|
} | {
|
|
55834
|
-
abi:
|
|
55834
|
+
abi: abitype17.Abi;
|
|
55835
55835
|
functionName: string;
|
|
55836
55836
|
args?: readonly unknown[] | undefined;
|
|
55837
55837
|
address: Address;
|
|
@@ -55839,9 +55839,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55839
55839
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55840
55840
|
value?: bigint | undefined;
|
|
55841
55841
|
dataSuffix?: `0x${string}` | undefined;
|
|
55842
|
-
type?: "eip4844" | undefined;
|
|
55843
55842
|
gas?: bigint | undefined;
|
|
55844
55843
|
nonce?: number | undefined;
|
|
55844
|
+
type?: "eip4844" | undefined;
|
|
55845
55845
|
blobs: readonly viem0.Hex[] | readonly viem0.ByteArray[];
|
|
55846
55846
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
55847
55847
|
kzg?: viem0.Kzg | undefined;
|
|
@@ -55855,7 +55855,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55855
55855
|
chainId?: number | undefined;
|
|
55856
55856
|
connector?: wagmi0.Connector | undefined;
|
|
55857
55857
|
} | {
|
|
55858
|
-
abi:
|
|
55858
|
+
abi: abitype17.Abi;
|
|
55859
55859
|
functionName: string;
|
|
55860
55860
|
args?: readonly unknown[] | undefined;
|
|
55861
55861
|
address: Address;
|
|
@@ -55863,9 +55863,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55863
55863
|
account?: `0x${string}` | viem0.Account | null | undefined;
|
|
55864
55864
|
value?: bigint | undefined;
|
|
55865
55865
|
dataSuffix?: `0x${string}` | undefined;
|
|
55866
|
-
type?: "eip7702" | undefined;
|
|
55867
55866
|
gas?: bigint | undefined;
|
|
55868
55867
|
nonce?: number | undefined;
|
|
55868
|
+
type?: "eip7702" | undefined;
|
|
55869
55869
|
blobs?: undefined;
|
|
55870
55870
|
blobVersionedHashes?: undefined;
|
|
55871
55871
|
kzg?: undefined;
|
|
@@ -55883,9 +55883,9 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55883
55883
|
reset: () => void;
|
|
55884
55884
|
context: unknown;
|
|
55885
55885
|
submittedAt: number;
|
|
55886
|
-
mutate:
|
|
55887
|
-
writeContract:
|
|
55888
|
-
writeContractAsync:
|
|
55886
|
+
mutate: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55887
|
+
writeContract: wagmi_query11.WriteContractMutate<wagmi0.Config, unknown>;
|
|
55888
|
+
writeContractAsync: wagmi_query11.WriteContractMutateAsync<wagmi0.Config, unknown>;
|
|
55889
55889
|
updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
|
|
55890
55890
|
model: "static";
|
|
55891
55891
|
} : Partial<OptionPricingParams> & {
|
|
@@ -55901,7 +55901,7 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55901
55901
|
declare const useLens: () => {
|
|
55902
55902
|
timelockLens: {
|
|
55903
55903
|
read: {
|
|
55904
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
55904
|
+
batchGetRefTick: (args: readonly [vault: `0x${string}`, tickLower: readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
55905
55905
|
readonly type: "function";
|
|
55906
55906
|
readonly name: "batchGetRefTick";
|
|
55907
55907
|
readonly inputs: readonly [{
|
|
@@ -56855,8 +56855,8 @@ declare const useLens: () => {
|
|
|
56855
56855
|
readonly internalType: "uint256";
|
|
56856
56856
|
}];
|
|
56857
56857
|
readonly stateMutability: "view";
|
|
56858
|
-
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "
|
|
56859
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
56858
|
+
}], "batchGetRefTick", readonly [vault: `0x${string}`, tickLower: readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
|
|
56859
|
+
getAllBlocks: (args: readonly [vault: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
56860
56860
|
readonly type: "function";
|
|
56861
56861
|
readonly name: "batchGetRefTick";
|
|
56862
56862
|
readonly inputs: readonly [{
|
|
@@ -57810,7 +57810,7 @@ declare const useLens: () => {
|
|
|
57810
57810
|
readonly internalType: "uint256";
|
|
57811
57811
|
}];
|
|
57812
57812
|
readonly stateMutability: "view";
|
|
57813
|
-
}], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
57813
|
+
}], "getAllBlocks", readonly [vault: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
|
|
57814
57814
|
tickLower: number;
|
|
57815
57815
|
tickUpper: number;
|
|
57816
57816
|
prevTickLower: number;
|
|
@@ -57824,7 +57824,7 @@ declare const useLens: () => {
|
|
|
57824
57824
|
borrowedAmount0: bigint;
|
|
57825
57825
|
borrowedAmount1: bigint;
|
|
57826
57826
|
}[]>;
|
|
57827
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
57827
|
+
getExpiredOptions: (args: readonly [market: `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
57828
57828
|
readonly type: "function";
|
|
57829
57829
|
readonly name: "batchGetRefTick";
|
|
57830
57830
|
readonly inputs: readonly [{
|
|
@@ -58778,7 +58778,7 @@ declare const useLens: () => {
|
|
|
58778
58778
|
readonly internalType: "uint256";
|
|
58779
58779
|
}];
|
|
58780
58780
|
readonly stateMutability: "view";
|
|
58781
|
-
}], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "
|
|
58781
|
+
}], "getExpiredOptions", readonly [market: `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
|
|
58782
58782
|
optionId: bigint;
|
|
58783
58783
|
owner: `0x${string}`;
|
|
58784
58784
|
optionType: number;
|
|
@@ -59743,14 +59743,14 @@ declare const useLens: () => {
|
|
|
59743
59743
|
readonly internalType: "uint256";
|
|
59744
59744
|
}];
|
|
59745
59745
|
readonly stateMutability: "view";
|
|
59746
|
-
}], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
59746
|
+
}], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
59747
59747
|
openingFeeRate: number;
|
|
59748
59748
|
baseFeeRate: number;
|
|
59749
59749
|
minOpeningFee: bigint;
|
|
59750
59750
|
minBaseFee: bigint;
|
|
59751
59751
|
feeRecipient: `0x${string}`;
|
|
59752
59752
|
}>;
|
|
59753
|
-
getGlobalGuardianState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
59753
|
+
getGlobalGuardianState: (args: readonly [guardian: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
59754
59754
|
readonly type: "function";
|
|
59755
59755
|
readonly name: "batchGetRefTick";
|
|
59756
59756
|
readonly inputs: readonly [{
|
|
@@ -60704,7 +60704,7 @@ declare const useLens: () => {
|
|
|
60704
60704
|
readonly internalType: "uint256";
|
|
60705
60705
|
}];
|
|
60706
60706
|
readonly stateMutability: "view";
|
|
60707
|
-
}], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
60707
|
+
}], "getGlobalGuardianState", readonly [guardian: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
60708
60708
|
globalMintPaused: {
|
|
60709
60709
|
paused: boolean;
|
|
60710
60710
|
updatedAt: bigint;
|
|
@@ -60721,7 +60721,7 @@ declare const useLens: () => {
|
|
|
60721
60721
|
senderIsAdmin: boolean;
|
|
60722
60722
|
senderIsPauser: boolean;
|
|
60723
60723
|
}>;
|
|
60724
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
60724
|
+
getLiquidityAtTick: (args: readonly [vault: `0x${string}`, tickLower: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
60725
60725
|
readonly type: "function";
|
|
60726
60726
|
readonly name: "batchGetRefTick";
|
|
60727
60727
|
readonly inputs: readonly [{
|
|
@@ -61675,8 +61675,8 @@ declare const useLens: () => {
|
|
|
61675
61675
|
readonly internalType: "uint256";
|
|
61676
61676
|
}];
|
|
61677
61677
|
readonly stateMutability: "view";
|
|
61678
|
-
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "
|
|
61679
|
-
getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
61678
|
+
}], "getLiquidityAtTick", readonly [vault: `0x${string}`, tickLower: number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
61679
|
+
getMarketData: (args: readonly [market: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
61680
61680
|
readonly type: "function";
|
|
61681
61681
|
readonly name: "batchGetRefTick";
|
|
61682
61682
|
readonly inputs: readonly [{
|
|
@@ -62630,7 +62630,7 @@ declare const useLens: () => {
|
|
|
62630
62630
|
readonly internalType: "uint256";
|
|
62631
62631
|
}];
|
|
62632
62632
|
readonly stateMutability: "view";
|
|
62633
|
-
}], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
62633
|
+
}], "getMarketData", readonly [market: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
62634
62634
|
guardian: `0x${string}`;
|
|
62635
62635
|
vault: `0x${string}`;
|
|
62636
62636
|
poolManager: `0x${string}`;
|
|
@@ -62652,7 +62652,7 @@ declare const useLens: () => {
|
|
|
62652
62652
|
optionAssetName: string;
|
|
62653
62653
|
payoutAssetName: string;
|
|
62654
62654
|
}>;
|
|
62655
|
-
getMarketState: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
62655
|
+
getMarketState: (args: readonly [market: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
62656
62656
|
readonly type: "function";
|
|
62657
62657
|
readonly name: "batchGetRefTick";
|
|
62658
62658
|
readonly inputs: readonly [{
|
|
@@ -63606,13 +63606,13 @@ declare const useLens: () => {
|
|
|
63606
63606
|
readonly internalType: "uint256";
|
|
63607
63607
|
}];
|
|
63608
63608
|
readonly stateMutability: "view";
|
|
63609
|
-
}], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
63609
|
+
}], "getMarketState", readonly [market: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
63610
63610
|
optionsCount: bigint;
|
|
63611
63611
|
optionPricing: `0x${string}`;
|
|
63612
63612
|
feeStrategy: `0x${string}`;
|
|
63613
63613
|
owner: `0x${string}`;
|
|
63614
63614
|
}>;
|
|
63615
|
-
getMaxATMPositionSizes: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
63615
|
+
getMaxATMPositionSizes: (args: readonly [market: `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
63616
63616
|
readonly type: "function";
|
|
63617
63617
|
readonly name: "batchGetRefTick";
|
|
63618
63618
|
readonly inputs: readonly [{
|
|
@@ -64566,8 +64566,8 @@ declare const useLens: () => {
|
|
|
64566
64566
|
readonly internalType: "uint256";
|
|
64567
64567
|
}];
|
|
64568
64568
|
readonly stateMutability: "view";
|
|
64569
|
-
}], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "
|
|
64570
|
-
getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
64569
|
+
}], "getMaxATMPositionSizes", readonly [market: `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
64570
|
+
getMaxBorrowable0: (args: readonly [vault: `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
64571
64571
|
readonly type: "function";
|
|
64572
64572
|
readonly name: "batchGetRefTick";
|
|
64573
64573
|
readonly inputs: readonly [{
|
|
@@ -65521,8 +65521,8 @@ declare const useLens: () => {
|
|
|
65521
65521
|
readonly internalType: "uint256";
|
|
65522
65522
|
}];
|
|
65523
65523
|
readonly stateMutability: "view";
|
|
65524
|
-
}], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "
|
|
65525
|
-
getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
65524
|
+
}], "getMaxBorrowable0", readonly [vault: `0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
65525
|
+
getMaxBorrowable1: (args: readonly [vault: `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
65526
65526
|
readonly type: "function";
|
|
65527
65527
|
readonly name: "batchGetRefTick";
|
|
65528
65528
|
readonly inputs: readonly [{
|
|
@@ -66476,8 +66476,8 @@ declare const useLens: () => {
|
|
|
66476
66476
|
readonly internalType: "uint256";
|
|
66477
66477
|
}];
|
|
66478
66478
|
readonly stateMutability: "view";
|
|
66479
|
-
}], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "
|
|
66480
|
-
getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
66479
|
+
}], "getMaxBorrowable1", readonly [vault: `0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
|
|
66480
|
+
getMaxPositionSizes: (args: readonly [market: `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
66481
66481
|
readonly type: "function";
|
|
66482
66482
|
readonly name: "batchGetRefTick";
|
|
66483
66483
|
readonly inputs: readonly [{
|
|
@@ -67431,8 +67431,8 @@ declare const useLens: () => {
|
|
|
67431
67431
|
readonly internalType: "uint256";
|
|
67432
67432
|
}];
|
|
67433
67433
|
readonly stateMutability: "view";
|
|
67434
|
-
}], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "
|
|
67435
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
67434
|
+
}], "getMaxPositionSizes", readonly [market: `0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
67435
|
+
getOptionData: (args: readonly [market: `0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
67436
67436
|
readonly type: "function";
|
|
67437
67437
|
readonly name: "batchGetRefTick";
|
|
67438
67438
|
readonly inputs: readonly [{
|
|
@@ -68386,7 +68386,7 @@ declare const useLens: () => {
|
|
|
68386
68386
|
readonly internalType: "uint256";
|
|
68387
68387
|
}];
|
|
68388
68388
|
readonly stateMutability: "view";
|
|
68389
|
-
}], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "
|
|
68389
|
+
}], "getOptionData", readonly [market: `0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
68390
68390
|
optionId: bigint;
|
|
68391
68391
|
owner: `0x${string}`;
|
|
68392
68392
|
optionType: number;
|
|
@@ -69351,14 +69351,14 @@ declare const useLens: () => {
|
|
|
69351
69351
|
readonly internalType: "uint256";
|
|
69352
69352
|
}];
|
|
69353
69353
|
readonly stateMutability: "view";
|
|
69354
|
-
}], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
69354
|
+
}], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
69355
69355
|
logicContract: `0x${string}`;
|
|
69356
69356
|
iv: number;
|
|
69357
69357
|
riskFreeRate: number;
|
|
69358
69358
|
minPremiumDailyRate: number;
|
|
69359
69359
|
minPremiumAmount: bigint;
|
|
69360
69360
|
}>;
|
|
69361
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
69361
|
+
getOptionsData: (args: readonly [market: `0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
69362
69362
|
readonly type: "function";
|
|
69363
69363
|
readonly name: "batchGetRefTick";
|
|
69364
69364
|
readonly inputs: readonly [{
|
|
@@ -70312,7 +70312,7 @@ declare const useLens: () => {
|
|
|
70312
70312
|
readonly internalType: "uint256";
|
|
70313
70313
|
}];
|
|
70314
70314
|
readonly stateMutability: "view";
|
|
70315
|
-
}], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "
|
|
70315
|
+
}], "getOptionsData", readonly [market: `0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
|
|
70316
70316
|
optionId: bigint;
|
|
70317
70317
|
owner: `0x${string}`;
|
|
70318
70318
|
optionType: number;
|
|
@@ -70323,7 +70323,7 @@ declare const useLens: () => {
|
|
|
70323
70323
|
expiresAt: number;
|
|
70324
70324
|
liquidities: readonly bigint[];
|
|
70325
70325
|
}[]>;
|
|
70326
|
-
getPoolData: (args: readonly [`0x${string}`, {
|
|
70326
|
+
getPoolData: (args: readonly [`0x${string}`, poolKey: {
|
|
70327
70327
|
currency0: `0x${string}`;
|
|
70328
70328
|
currency1: `0x${string}`;
|
|
70329
70329
|
fee: number;
|
|
@@ -71283,13 +71283,13 @@ declare const useLens: () => {
|
|
|
71283
71283
|
readonly internalType: "uint256";
|
|
71284
71284
|
}];
|
|
71285
71285
|
readonly stateMutability: "view";
|
|
71286
|
-
}], "getPoolData", readonly [`0x${string}`, {
|
|
71286
|
+
}], "getPoolData", readonly [`0x${string}`, poolKey: {
|
|
71287
71287
|
currency0: `0x${string}`;
|
|
71288
71288
|
currency1: `0x${string}`;
|
|
71289
71289
|
fee: number;
|
|
71290
71290
|
tickSpacing: number;
|
|
71291
71291
|
hooks: `0x${string}`;
|
|
71292
|
-
}]>, "address" | "abi" | "
|
|
71292
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
71293
71293
|
token0: `0x${string}`;
|
|
71294
71294
|
token1: `0x${string}`;
|
|
71295
71295
|
token0Decimals: number;
|
|
@@ -72255,8 +72255,8 @@ declare const useLens: () => {
|
|
|
72255
72255
|
readonly internalType: "uint256";
|
|
72256
72256
|
}];
|
|
72257
72257
|
readonly stateMutability: "view";
|
|
72258
|
-
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
72259
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
72258
|
+
}], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, data: `0x${string}`]>;
|
|
72259
|
+
getRefTick: (args: readonly [vault: `0x${string}`, tickLower: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
72260
72260
|
readonly type: "function";
|
|
72261
72261
|
readonly name: "batchGetRefTick";
|
|
72262
72262
|
readonly inputs: readonly [{
|
|
@@ -73210,7 +73210,7 @@ declare const useLens: () => {
|
|
|
73210
73210
|
readonly internalType: "uint256";
|
|
73211
73211
|
}];
|
|
73212
73212
|
readonly stateMutability: "view";
|
|
73213
|
-
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "
|
|
73213
|
+
}], "getRefTick", readonly [vault: `0x${string}`, tickLower: number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
|
|
73214
73214
|
getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
73215
73215
|
readonly type: "function";
|
|
73216
73216
|
readonly name: "batchGetRefTick";
|
|
@@ -74165,11 +74165,11 @@ declare const useLens: () => {
|
|
|
74165
74165
|
readonly internalType: "uint256";
|
|
74166
74166
|
}];
|
|
74167
74167
|
readonly stateMutability: "view";
|
|
74168
|
-
}], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
74168
|
+
}], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
74169
74169
|
dailyFundingRate: number;
|
|
74170
74170
|
minFundingAmount: bigint;
|
|
74171
74171
|
}>;
|
|
74172
|
-
getTokenData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
74172
|
+
getTokenData: (args: readonly [token: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
74173
74173
|
readonly type: "function";
|
|
74174
74174
|
readonly name: "batchGetRefTick";
|
|
74175
74175
|
readonly inputs: readonly [{
|
|
@@ -75123,12 +75123,12 @@ declare const useLens: () => {
|
|
|
75123
75123
|
readonly internalType: "uint256";
|
|
75124
75124
|
}];
|
|
75125
75125
|
readonly stateMutability: "view";
|
|
75126
|
-
}], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
75126
|
+
}], "getTokenData", readonly [token: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
75127
75127
|
decimals: number;
|
|
75128
75128
|
symbol: string;
|
|
75129
75129
|
name: string;
|
|
75130
75130
|
}>;
|
|
75131
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
75131
|
+
getUserOptions: (args: readonly [market: `0x${string}`, user: `0x${string}`, bigint, limit: bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
75132
75132
|
readonly type: "function";
|
|
75133
75133
|
readonly name: "batchGetRefTick";
|
|
75134
75134
|
readonly inputs: readonly [{
|
|
@@ -76082,7 +76082,7 @@ declare const useLens: () => {
|
|
|
76082
76082
|
readonly internalType: "uint256";
|
|
76083
76083
|
}];
|
|
76084
76084
|
readonly stateMutability: "view";
|
|
76085
|
-
}], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "
|
|
76085
|
+
}], "getUserOptions", readonly [market: `0x${string}`, user: `0x${string}`, bigint, limit: bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
|
|
76086
76086
|
optionId: bigint;
|
|
76087
76087
|
owner: `0x${string}`;
|
|
76088
76088
|
optionType: number;
|
|
@@ -76093,7 +76093,7 @@ declare const useLens: () => {
|
|
|
76093
76093
|
expiresAt: number;
|
|
76094
76094
|
liquidities: readonly bigint[];
|
|
76095
76095
|
}[], bigint, boolean]>;
|
|
76096
|
-
getVaultData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
76096
|
+
getVaultData: (args: readonly [vault: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
76097
76097
|
readonly type: "function";
|
|
76098
76098
|
readonly name: "batchGetRefTick";
|
|
76099
76099
|
readonly inputs: readonly [{
|
|
@@ -77047,7 +77047,7 @@ declare const useLens: () => {
|
|
|
77047
77047
|
readonly internalType: "uint256";
|
|
77048
77048
|
}];
|
|
77049
77049
|
readonly stateMutability: "view";
|
|
77050
|
-
}], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
77050
|
+
}], "getVaultData", readonly [vault: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
|
|
77051
77051
|
poolManager: `0x${string}`;
|
|
77052
77052
|
poolKey: {
|
|
77053
77053
|
currency0: `0x${string}`;
|
|
@@ -77060,7 +77060,7 @@ declare const useLens: () => {
|
|
|
77060
77060
|
lowestTick: number;
|
|
77061
77061
|
highestTick: number;
|
|
77062
77062
|
}>;
|
|
77063
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
77063
|
+
getVaultTVL: (args: readonly [vault: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
77064
77064
|
readonly type: "function";
|
|
77065
77065
|
readonly name: "batchGetRefTick";
|
|
77066
77066
|
readonly inputs: readonly [{
|
|
@@ -78014,7 +78014,7 @@ declare const useLens: () => {
|
|
|
78014
78014
|
readonly internalType: "uint256";
|
|
78015
78015
|
}];
|
|
78016
78016
|
readonly stateMutability: "view";
|
|
78017
|
-
}], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "
|
|
78017
|
+
}], "getVaultTVL", readonly [vault: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
|
|
78018
78018
|
};
|
|
78019
78019
|
address: `0x${string}`;
|
|
78020
78020
|
abi: readonly [{
|
|
@@ -78975,7 +78975,13 @@ declare const useLens: () => {
|
|
|
78975
78975
|
} | undefined;
|
|
78976
78976
|
stateView: {
|
|
78977
78977
|
read: {
|
|
78978
|
-
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`,
|
|
78978
|
+
getFeeGrowthGlobals: (...parameters: [args: readonly [`0x${string}`, key: {
|
|
78979
|
+
currency0: `0x${string}`;
|
|
78980
|
+
currency1: `0x${string}`;
|
|
78981
|
+
fee: number;
|
|
78982
|
+
tickSpacing: number;
|
|
78983
|
+
hooks: `0x${string}`;
|
|
78984
|
+
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
78979
78985
|
readonly type: "function";
|
|
78980
78986
|
readonly name: "getFeeGrowthGlobals";
|
|
78981
78987
|
readonly inputs: readonly [{
|
|
@@ -79810,19 +79816,13 @@ declare const useLens: () => {
|
|
|
79810
79816
|
readonly internalType: "int128";
|
|
79811
79817
|
}];
|
|
79812
79818
|
readonly stateMutability: "view";
|
|
79813
|
-
}], "getFeeGrowthGlobals", readonly [`0x${string}`,
|
|
79819
|
+
}], "getFeeGrowthGlobals", readonly [`0x${string}`, key: {
|
|
79814
79820
|
currency0: `0x${string}`;
|
|
79815
79821
|
currency1: `0x${string}`;
|
|
79816
79822
|
fee: number;
|
|
79817
79823
|
tickSpacing: number;
|
|
79818
79824
|
hooks: `0x${string}`;
|
|
79819
|
-
}]>, "address" | "abi" | "
|
|
79820
|
-
currency0: `0x${string}`;
|
|
79821
|
-
currency1: `0x${string}`;
|
|
79822
|
-
fee: number;
|
|
79823
|
-
tickSpacing: number;
|
|
79824
|
-
hooks: `0x${string}`;
|
|
79825
|
-
}], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
79825
|
+
}] | readonly [`0x${string}`, poolId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
79826
79826
|
readonly type: "function";
|
|
79827
79827
|
readonly name: "getFeeGrowthGlobals";
|
|
79828
79828
|
readonly inputs: readonly [{
|
|
@@ -80657,14 +80657,14 @@ declare const useLens: () => {
|
|
|
80657
80657
|
readonly internalType: "int128";
|
|
80658
80658
|
}];
|
|
80659
80659
|
readonly stateMutability: "view";
|
|
80660
|
-
}], "getFeeGrowthGlobals", readonly [`0x${string}`,
|
|
80660
|
+
}], "getFeeGrowthGlobals", readonly [`0x${string}`, key: {
|
|
80661
80661
|
currency0: `0x${string}`;
|
|
80662
80662
|
currency1: `0x${string}`;
|
|
80663
80663
|
fee: number;
|
|
80664
80664
|
tickSpacing: number;
|
|
80665
80665
|
hooks: `0x${string}`;
|
|
80666
|
-
}]>, "address" | "abi" | "
|
|
80667
|
-
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
80666
|
+
}] | readonly [`0x${string}`, poolId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
80667
|
+
getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tickLower: number, tickUpper: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
80668
80668
|
readonly type: "function";
|
|
80669
80669
|
readonly name: "getFeeGrowthGlobals";
|
|
80670
80670
|
readonly inputs: readonly [{
|
|
@@ -81499,19 +81499,19 @@ declare const useLens: () => {
|
|
|
81499
81499
|
readonly internalType: "int128";
|
|
81500
81500
|
}];
|
|
81501
81501
|
readonly stateMutability: "view";
|
|
81502
|
-
}], "getFeeGrowthInside", readonly [`0x${string}`, `0x${string}`, number, number] | readonly [`0x${string}`, {
|
|
81502
|
+
}], "getFeeGrowthInside", readonly [`0x${string}`, poolId: `0x${string}`, tickLower: number, tickUpper: number] | readonly [`0x${string}`, key: {
|
|
81503
81503
|
currency0: `0x${string}`;
|
|
81504
81504
|
currency1: `0x${string}`;
|
|
81505
81505
|
fee: number;
|
|
81506
81506
|
tickSpacing: number;
|
|
81507
81507
|
hooks: `0x${string}`;
|
|
81508
|
-
}, number, number]>, "address" | "abi" | "
|
|
81508
|
+
}, tickLower: number, tickUpper: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
81509
81509
|
currency0: `0x${string}`;
|
|
81510
81510
|
currency1: `0x${string}`;
|
|
81511
81511
|
fee: number;
|
|
81512
81512
|
tickSpacing: number;
|
|
81513
81513
|
hooks: `0x${string}`;
|
|
81514
|
-
}, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
81514
|
+
}, tickLower: number, tickUpper: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
81515
81515
|
readonly type: "function";
|
|
81516
81516
|
readonly name: "getFeeGrowthGlobals";
|
|
81517
81517
|
readonly inputs: readonly [{
|
|
@@ -82346,14 +82346,14 @@ declare const useLens: () => {
|
|
|
82346
82346
|
readonly internalType: "int128";
|
|
82347
82347
|
}];
|
|
82348
82348
|
readonly stateMutability: "view";
|
|
82349
|
-
}], "getFeeGrowthInside", readonly [`0x${string}`, `0x${string}`, number, number] | readonly [`0x${string}`, {
|
|
82349
|
+
}], "getFeeGrowthInside", readonly [`0x${string}`, poolId: `0x${string}`, tickLower: number, tickUpper: number] | readonly [`0x${string}`, key: {
|
|
82350
82350
|
currency0: `0x${string}`;
|
|
82351
82351
|
currency1: `0x${string}`;
|
|
82352
82352
|
fee: number;
|
|
82353
82353
|
tickSpacing: number;
|
|
82354
82354
|
hooks: `0x${string}`;
|
|
82355
|
-
}, number, number]>, "address" | "abi" | "
|
|
82356
|
-
getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
82355
|
+
}, tickLower: number, tickUpper: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
82356
|
+
getLiquidity: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
82357
82357
|
readonly type: "function";
|
|
82358
82358
|
readonly name: "getFeeGrowthGlobals";
|
|
82359
82359
|
readonly inputs: readonly [{
|
|
@@ -83188,13 +83188,13 @@ declare const useLens: () => {
|
|
|
83188
83188
|
readonly internalType: "int128";
|
|
83189
83189
|
}];
|
|
83190
83190
|
readonly stateMutability: "view";
|
|
83191
|
-
}], "getLiquidity", readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
83191
|
+
}], "getLiquidity", readonly [`0x${string}`, poolId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
83192
83192
|
currency0: `0x${string}`;
|
|
83193
83193
|
currency1: `0x${string}`;
|
|
83194
83194
|
fee: number;
|
|
83195
83195
|
tickSpacing: number;
|
|
83196
83196
|
hooks: `0x${string}`;
|
|
83197
|
-
}]>, "address" | "abi" | "
|
|
83197
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
83198
83198
|
currency0: `0x${string}`;
|
|
83199
83199
|
currency1: `0x${string}`;
|
|
83200
83200
|
fee: number;
|
|
@@ -84035,14 +84035,20 @@ declare const useLens: () => {
|
|
|
84035
84035
|
readonly internalType: "int128";
|
|
84036
84036
|
}];
|
|
84037
84037
|
readonly stateMutability: "view";
|
|
84038
|
-
}], "getLiquidity", readonly [`0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
84038
|
+
}], "getLiquidity", readonly [`0x${string}`, poolId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
84039
84039
|
currency0: `0x${string}`;
|
|
84040
84040
|
currency1: `0x${string}`;
|
|
84041
84041
|
fee: number;
|
|
84042
84042
|
tickSpacing: number;
|
|
84043
84043
|
hooks: `0x${string}`;
|
|
84044
|
-
}]>, "address" | "abi" | "
|
|
84045
|
-
getPositionInfo: (...parameters: [args: readonly [`0x${string}`,
|
|
84044
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
84045
|
+
getPositionInfo: (...parameters: [args: readonly [`0x${string}`, key: {
|
|
84046
|
+
currency0: `0x${string}`;
|
|
84047
|
+
currency1: `0x${string}`;
|
|
84048
|
+
fee: number;
|
|
84049
|
+
tickSpacing: number;
|
|
84050
|
+
hooks: `0x${string}`;
|
|
84051
|
+
}, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
84046
84052
|
readonly type: "function";
|
|
84047
84053
|
readonly name: "getFeeGrowthGlobals";
|
|
84048
84054
|
readonly inputs: readonly [{
|
|
@@ -84877,19 +84883,19 @@ declare const useLens: () => {
|
|
|
84877
84883
|
readonly internalType: "int128";
|
|
84878
84884
|
}];
|
|
84879
84885
|
readonly stateMutability: "view";
|
|
84880
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
84886
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
84881
84887
|
currency0: `0x${string}`;
|
|
84882
84888
|
currency1: `0x${string}`;
|
|
84883
84889
|
fee: number;
|
|
84884
84890
|
tickSpacing: number;
|
|
84885
84891
|
hooks: `0x${string}`;
|
|
84886
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
84892
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
84887
84893
|
currency0: `0x${string}`;
|
|
84888
84894
|
currency1: `0x${string}`;
|
|
84889
84895
|
fee: number;
|
|
84890
84896
|
tickSpacing: number;
|
|
84891
84897
|
hooks: `0x${string}`;
|
|
84892
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
84898
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
84893
84899
|
readonly type: "function";
|
|
84894
84900
|
readonly name: "getFeeGrowthGlobals";
|
|
84895
84901
|
readonly inputs: readonly [{
|
|
@@ -85724,25 +85730,19 @@ declare const useLens: () => {
|
|
|
85724
85730
|
readonly internalType: "int128";
|
|
85725
85731
|
}];
|
|
85726
85732
|
readonly stateMutability: "view";
|
|
85727
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
85728
|
-
currency0: `0x${string}`;
|
|
85729
|
-
currency1: `0x${string}`;
|
|
85730
|
-
fee: number;
|
|
85731
|
-
tickSpacing: number;
|
|
85732
|
-
hooks: `0x${string}`;
|
|
85733
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
85733
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
85734
85734
|
currency0: `0x${string}`;
|
|
85735
85735
|
currency1: `0x${string}`;
|
|
85736
85736
|
fee: number;
|
|
85737
85737
|
tickSpacing: number;
|
|
85738
85738
|
hooks: `0x${string}`;
|
|
85739
|
-
}, `0x${string}`,
|
|
85739
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
85740
85740
|
currency0: `0x${string}`;
|
|
85741
85741
|
currency1: `0x${string}`;
|
|
85742
85742
|
fee: number;
|
|
85743
85743
|
tickSpacing: number;
|
|
85744
85744
|
hooks: `0x${string}`;
|
|
85745
|
-
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
85745
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
85746
85746
|
readonly type: "function";
|
|
85747
85747
|
readonly name: "getFeeGrowthGlobals";
|
|
85748
85748
|
readonly inputs: readonly [{
|
|
@@ -86577,25 +86577,25 @@ declare const useLens: () => {
|
|
|
86577
86577
|
readonly internalType: "int128";
|
|
86578
86578
|
}];
|
|
86579
86579
|
readonly stateMutability: "view";
|
|
86580
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
86580
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
86581
86581
|
currency0: `0x${string}`;
|
|
86582
86582
|
currency1: `0x${string}`;
|
|
86583
86583
|
fee: number;
|
|
86584
86584
|
tickSpacing: number;
|
|
86585
86585
|
hooks: `0x${string}`;
|
|
86586
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
86586
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
86587
86587
|
currency0: `0x${string}`;
|
|
86588
86588
|
currency1: `0x${string}`;
|
|
86589
86589
|
fee: number;
|
|
86590
86590
|
tickSpacing: number;
|
|
86591
86591
|
hooks: `0x${string}`;
|
|
86592
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
86592
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
86593
86593
|
currency0: `0x${string}`;
|
|
86594
86594
|
currency1: `0x${string}`;
|
|
86595
86595
|
fee: number;
|
|
86596
86596
|
tickSpacing: number;
|
|
86597
86597
|
hooks: `0x${string}`;
|
|
86598
|
-
}, `0x${string}`, number, number, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
86598
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
86599
86599
|
readonly type: "function";
|
|
86600
86600
|
readonly name: "getFeeGrowthGlobals";
|
|
86601
86601
|
readonly inputs: readonly [{
|
|
@@ -87430,20 +87430,20 @@ declare const useLens: () => {
|
|
|
87430
87430
|
readonly internalType: "int128";
|
|
87431
87431
|
}];
|
|
87432
87432
|
readonly stateMutability: "view";
|
|
87433
|
-
}], "getPositionInfo", readonly [`0x${string}`, {
|
|
87433
|
+
}], "getPositionInfo", readonly [`0x${string}`, key: {
|
|
87434
87434
|
currency0: `0x${string}`;
|
|
87435
87435
|
currency1: `0x${string}`;
|
|
87436
87436
|
fee: number;
|
|
87437
87437
|
tickSpacing: number;
|
|
87438
87438
|
hooks: `0x${string}`;
|
|
87439
|
-
}, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`] | readonly [`0x${string}`, {
|
|
87439
|
+
}, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, poolId: `0x${string}`, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
87440
87440
|
currency0: `0x${string}`;
|
|
87441
87441
|
currency1: `0x${string}`;
|
|
87442
87442
|
fee: number;
|
|
87443
87443
|
tickSpacing: number;
|
|
87444
87444
|
hooks: `0x${string}`;
|
|
87445
|
-
}, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "
|
|
87446
|
-
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
87445
|
+
}, owner: `0x${string}`, tickLower: number, tickUpper: number, salt: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
87446
|
+
getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
87447
87447
|
readonly type: "function";
|
|
87448
87448
|
readonly name: "getFeeGrowthGlobals";
|
|
87449
87449
|
readonly inputs: readonly [{
|
|
@@ -88278,19 +88278,19 @@ declare const useLens: () => {
|
|
|
88278
88278
|
readonly internalType: "int128";
|
|
88279
88279
|
}];
|
|
88280
88280
|
readonly stateMutability: "view";
|
|
88281
|
-
}], "getPositionLiquidity", readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
88281
|
+
}], "getPositionLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
88282
88282
|
currency0: `0x${string}`;
|
|
88283
88283
|
currency1: `0x${string}`;
|
|
88284
88284
|
fee: number;
|
|
88285
88285
|
tickSpacing: number;
|
|
88286
88286
|
hooks: `0x${string}`;
|
|
88287
|
-
}, `0x${string}`]>, "address" | "abi" | "
|
|
88287
|
+
}, positionId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
88288
88288
|
currency0: `0x${string}`;
|
|
88289
88289
|
currency1: `0x${string}`;
|
|
88290
88290
|
fee: number;
|
|
88291
88291
|
tickSpacing: number;
|
|
88292
88292
|
hooks: `0x${string}`;
|
|
88293
|
-
}, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
88293
|
+
}, positionId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
88294
88294
|
readonly type: "function";
|
|
88295
88295
|
readonly name: "getFeeGrowthGlobals";
|
|
88296
88296
|
readonly inputs: readonly [{
|
|
@@ -89125,14 +89125,14 @@ declare const useLens: () => {
|
|
|
89125
89125
|
readonly internalType: "int128";
|
|
89126
89126
|
}];
|
|
89127
89127
|
readonly stateMutability: "view";
|
|
89128
|
-
}], "getPositionLiquidity", readonly [`0x${string}`, `0x${string}`, `0x${string}`] | readonly [`0x${string}`, {
|
|
89128
|
+
}], "getPositionLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, positionId: `0x${string}`] | readonly [`0x${string}`, key: {
|
|
89129
89129
|
currency0: `0x${string}`;
|
|
89130
89130
|
currency1: `0x${string}`;
|
|
89131
89131
|
fee: number;
|
|
89132
89132
|
tickSpacing: number;
|
|
89133
89133
|
hooks: `0x${string}`;
|
|
89134
|
-
}, `0x${string}`]>, "address" | "abi" | "
|
|
89135
|
-
getSlot0: (args: readonly [`0x${string}`, {
|
|
89134
|
+
}, positionId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
89135
|
+
getSlot0: (args: readonly [`0x${string}`, key: {
|
|
89136
89136
|
currency0: `0x${string}`;
|
|
89137
89137
|
currency1: `0x${string}`;
|
|
89138
89138
|
fee: number;
|
|
@@ -89973,14 +89973,14 @@ declare const useLens: () => {
|
|
|
89973
89973
|
readonly internalType: "int128";
|
|
89974
89974
|
}];
|
|
89975
89975
|
readonly stateMutability: "view";
|
|
89976
|
-
}], "getSlot0", readonly [`0x${string}`, {
|
|
89976
|
+
}], "getSlot0", readonly [`0x${string}`, key: {
|
|
89977
89977
|
currency0: `0x${string}`;
|
|
89978
89978
|
currency1: `0x${string}`;
|
|
89979
89979
|
fee: number;
|
|
89980
89980
|
tickSpacing: number;
|
|
89981
89981
|
hooks: `0x${string}`;
|
|
89982
|
-
}]>, "address" | "abi" | "
|
|
89983
|
-
getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
89982
|
+
}]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [sqrtPriceX96: bigint, tick: number, number, number]>;
|
|
89983
|
+
getSlot0FromId: (args: readonly [`0x${string}`, poolId: `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
89984
89984
|
readonly type: "function";
|
|
89985
89985
|
readonly name: "getFeeGrowthGlobals";
|
|
89986
89986
|
readonly inputs: readonly [{
|
|
@@ -90815,8 +90815,14 @@ declare const useLens: () => {
|
|
|
90815
90815
|
readonly internalType: "int128";
|
|
90816
90816
|
}];
|
|
90817
90817
|
readonly stateMutability: "view";
|
|
90818
|
-
}], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "
|
|
90819
|
-
getTickBitmap: (...parameters: [args: readonly [`0x${string}`,
|
|
90818
|
+
}], "getSlot0FromId", readonly [`0x${string}`, poolId: `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [sqrtPriceX96: bigint, tick: number, number, number]>;
|
|
90819
|
+
getTickBitmap: (...parameters: [args: readonly [`0x${string}`, key: {
|
|
90820
|
+
currency0: `0x${string}`;
|
|
90821
|
+
currency1: `0x${string}`;
|
|
90822
|
+
fee: number;
|
|
90823
|
+
tickSpacing: number;
|
|
90824
|
+
hooks: `0x${string}`;
|
|
90825
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
90820
90826
|
readonly type: "function";
|
|
90821
90827
|
readonly name: "getFeeGrowthGlobals";
|
|
90822
90828
|
readonly inputs: readonly [{
|
|
@@ -91651,19 +91657,13 @@ declare const useLens: () => {
|
|
|
91651
91657
|
readonly internalType: "int128";
|
|
91652
91658
|
}];
|
|
91653
91659
|
readonly stateMutability: "view";
|
|
91654
|
-
}], "getTickBitmap", readonly [`0x${string}`, {
|
|
91655
|
-
currency0: `0x${string}`;
|
|
91656
|
-
currency1: `0x${string}`;
|
|
91657
|
-
fee: number;
|
|
91658
|
-
tickSpacing: number;
|
|
91659
|
-
hooks: `0x${string}`;
|
|
91660
|
-
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
|
|
91660
|
+
}], "getTickBitmap", readonly [`0x${string}`, key: {
|
|
91661
91661
|
currency0: `0x${string}`;
|
|
91662
91662
|
currency1: `0x${string}`;
|
|
91663
91663
|
fee: number;
|
|
91664
91664
|
tickSpacing: number;
|
|
91665
91665
|
hooks: `0x${string}`;
|
|
91666
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
91666
|
+
}, tick: number] | readonly [`0x${string}`, poolId: `0x${string}`, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
91667
91667
|
readonly type: "function";
|
|
91668
91668
|
readonly name: "getFeeGrowthGlobals";
|
|
91669
91669
|
readonly inputs: readonly [{
|
|
@@ -92498,14 +92498,14 @@ declare const useLens: () => {
|
|
|
92498
92498
|
readonly internalType: "int128";
|
|
92499
92499
|
}];
|
|
92500
92500
|
readonly stateMutability: "view";
|
|
92501
|
-
}], "getTickBitmap", readonly [`0x${string}`, {
|
|
92501
|
+
}], "getTickBitmap", readonly [`0x${string}`, key: {
|
|
92502
92502
|
currency0: `0x${string}`;
|
|
92503
92503
|
currency1: `0x${string}`;
|
|
92504
92504
|
fee: number;
|
|
92505
92505
|
tickSpacing: number;
|
|
92506
92506
|
hooks: `0x${string}`;
|
|
92507
|
-
}, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "
|
|
92508
|
-
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
92507
|
+
}, tick: number] | readonly [`0x${string}`, poolId: `0x${string}`, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
92508
|
+
getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
92509
92509
|
readonly type: "function";
|
|
92510
92510
|
readonly name: "getFeeGrowthGlobals";
|
|
92511
92511
|
readonly inputs: readonly [{
|
|
@@ -93340,19 +93340,19 @@ declare const useLens: () => {
|
|
|
93340
93340
|
readonly internalType: "int128";
|
|
93341
93341
|
}];
|
|
93342
93342
|
readonly stateMutability: "view";
|
|
93343
|
-
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
93343
|
+
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
93344
93344
|
currency0: `0x${string}`;
|
|
93345
93345
|
currency1: `0x${string}`;
|
|
93346
93346
|
fee: number;
|
|
93347
93347
|
tickSpacing: number;
|
|
93348
93348
|
hooks: `0x${string}`;
|
|
93349
|
-
}, number]>, "address" | "abi" | "
|
|
93349
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
93350
93350
|
currency0: `0x${string}`;
|
|
93351
93351
|
currency1: `0x${string}`;
|
|
93352
93352
|
fee: number;
|
|
93353
93353
|
tickSpacing: number;
|
|
93354
93354
|
hooks: `0x${string}`;
|
|
93355
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
93355
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
93356
93356
|
readonly type: "function";
|
|
93357
93357
|
readonly name: "getFeeGrowthGlobals";
|
|
93358
93358
|
readonly inputs: readonly [{
|
|
@@ -94187,14 +94187,14 @@ declare const useLens: () => {
|
|
|
94187
94187
|
readonly internalType: "int128";
|
|
94188
94188
|
}];
|
|
94189
94189
|
readonly stateMutability: "view";
|
|
94190
|
-
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
94190
|
+
}], "getTickFeeGrowthOutside", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
94191
94191
|
currency0: `0x${string}`;
|
|
94192
94192
|
currency1: `0x${string}`;
|
|
94193
94193
|
fee: number;
|
|
94194
94194
|
tickSpacing: number;
|
|
94195
94195
|
hooks: `0x${string}`;
|
|
94196
|
-
}, number]>, "address" | "abi" | "
|
|
94197
|
-
getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
94196
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
94197
|
+
getTickInfo: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
94198
94198
|
readonly type: "function";
|
|
94199
94199
|
readonly name: "getFeeGrowthGlobals";
|
|
94200
94200
|
readonly inputs: readonly [{
|
|
@@ -95029,19 +95029,19 @@ declare const useLens: () => {
|
|
|
95029
95029
|
readonly internalType: "int128";
|
|
95030
95030
|
}];
|
|
95031
95031
|
readonly stateMutability: "view";
|
|
95032
|
-
}], "getTickInfo", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
95032
|
+
}], "getTickInfo", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
95033
95033
|
currency0: `0x${string}`;
|
|
95034
95034
|
currency1: `0x${string}`;
|
|
95035
95035
|
fee: number;
|
|
95036
95036
|
tickSpacing: number;
|
|
95037
95037
|
hooks: `0x${string}`;
|
|
95038
|
-
}, number]>, "address" | "abi" | "
|
|
95038
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
95039
95039
|
currency0: `0x${string}`;
|
|
95040
95040
|
currency1: `0x${string}`;
|
|
95041
95041
|
fee: number;
|
|
95042
95042
|
tickSpacing: number;
|
|
95043
95043
|
hooks: `0x${string}`;
|
|
95044
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
95044
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
95045
95045
|
readonly type: "function";
|
|
95046
95046
|
readonly name: "getFeeGrowthGlobals";
|
|
95047
95047
|
readonly inputs: readonly [{
|
|
@@ -95876,14 +95876,14 @@ declare const useLens: () => {
|
|
|
95876
95876
|
readonly internalType: "int128";
|
|
95877
95877
|
}];
|
|
95878
95878
|
readonly stateMutability: "view";
|
|
95879
|
-
}], "getTickInfo", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
95879
|
+
}], "getTickInfo", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
95880
95880
|
currency0: `0x${string}`;
|
|
95881
95881
|
currency1: `0x${string}`;
|
|
95882
95882
|
fee: number;
|
|
95883
95883
|
tickSpacing: number;
|
|
95884
95884
|
hooks: `0x${string}`;
|
|
95885
|
-
}, number]>, "address" | "abi" | "
|
|
95886
|
-
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
95885
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
95886
|
+
getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, poolId: `0x${string}`, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
95887
95887
|
readonly type: "function";
|
|
95888
95888
|
readonly name: "getFeeGrowthGlobals";
|
|
95889
95889
|
readonly inputs: readonly [{
|
|
@@ -96718,19 +96718,19 @@ declare const useLens: () => {
|
|
|
96718
96718
|
readonly internalType: "int128";
|
|
96719
96719
|
}];
|
|
96720
96720
|
readonly stateMutability: "view";
|
|
96721
|
-
}], "getTickLiquidity", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
96721
|
+
}], "getTickLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
96722
96722
|
currency0: `0x${string}`;
|
|
96723
96723
|
currency1: `0x${string}`;
|
|
96724
96724
|
fee: number;
|
|
96725
96725
|
tickSpacing: number;
|
|
96726
96726
|
hooks: `0x${string}`;
|
|
96727
|
-
}, number]>, "address" | "abi" | "
|
|
96727
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, key: {
|
|
96728
96728
|
currency0: `0x${string}`;
|
|
96729
96729
|
currency1: `0x${string}`;
|
|
96730
96730
|
fee: number;
|
|
96731
96731
|
tickSpacing: number;
|
|
96732
96732
|
hooks: `0x${string}`;
|
|
96733
|
-
}, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
96733
|
+
}, tick: number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
96734
96734
|
readonly type: "function";
|
|
96735
96735
|
readonly name: "getFeeGrowthGlobals";
|
|
96736
96736
|
readonly inputs: readonly [{
|
|
@@ -97565,13 +97565,13 @@ declare const useLens: () => {
|
|
|
97565
97565
|
readonly internalType: "int128";
|
|
97566
97566
|
}];
|
|
97567
97567
|
readonly stateMutability: "view";
|
|
97568
|
-
}], "getTickLiquidity", readonly [`0x${string}`, `0x${string}`, number] | readonly [`0x${string}`, {
|
|
97568
|
+
}], "getTickLiquidity", readonly [`0x${string}`, poolId: `0x${string}`, tick: number] | readonly [`0x${string}`, key: {
|
|
97569
97569
|
currency0: `0x${string}`;
|
|
97570
97570
|
currency1: `0x${string}`;
|
|
97571
97571
|
fee: number;
|
|
97572
97572
|
tickSpacing: number;
|
|
97573
97573
|
hooks: `0x${string}`;
|
|
97574
|
-
}, number]>, "address" | "abi" | "
|
|
97574
|
+
}, tick: number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
|
|
97575
97575
|
};
|
|
97576
97576
|
address: `0x${string}`;
|
|
97577
97577
|
abi: readonly [{
|
|
@@ -98414,4 +98414,4 @@ declare const useLens: () => {
|
|
|
98414
98414
|
};
|
|
98415
98415
|
//#endregion
|
|
98416
98416
|
export { PriceResolution as $, useCurrentPrice as A, wrapAmount as At, getPriceAtTick as B, useTimelockConfig as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, useMarketVolume as Ft, liquiditiesToAmounts as G, getStateView as Gt, getTickAtPrice as H, TimelockMarket as Ht, PRICE_PRECISION as I, useMarketState as It, token0ToToken1AtTick as J, stateViews as Jt, roundTick as K, getTimelockLens as Kt, getAmountsFromLiquidity as L, useMarketData as Lt, UniswapPoolData as M, wrapPrice as Mt, usePoolData as N, wrapPriceUnscaled as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, zero as Pt, PriceDataPoint as Q, timelockLenses as Qt, getNearestValidStrikeTick as R, TimelockProvider as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, TimelockMarketData as Ut, getSqrtPriceX96AtPrice as V, TimelockLens as Vt, liquiditiesToAmount1 as W, getErc20 as Wt, token1ToToken0AtTick as X, swappers as Xt, token1ToToken0 as Y, swapRouters as Yt, PriceData as Z, timelockFactories 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, 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, wrapAmountUnscaled as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, getTimelockMarket as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, 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, useCurrentMarket as zt };
|
|
98417
|
-
//# sourceMappingURL=client-
|
|
98417
|
+
//# sourceMappingURL=client-D5ZsNfUt.d.cts.map
|