timelock-sdk 0.0.197 → 0.0.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/{client-BZ7ORxpg.d.ts → client-BPfSSNYu.d.cts} +530 -116
- package/dist/{client-BgYs-sEY.d.cts → client-DL7bGEe_.d.ts} +530 -116
- package/dist/client.cjs +2 -2
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/client.js +2 -2
- package/dist/{optionUtils-CWVu69fU.cjs → optionUtils-DnlZztx2.cjs} +3 -3
- package/dist/{optionUtils-CWVu69fU.cjs.map → optionUtils-DnlZztx2.cjs.map} +1 -1
- package/dist/{optionUtils-CiNqlq4K.js → optionUtils-Xu6KDjhk.js} +3 -3
- package/dist/{optionUtils-CiNqlq4K.js.map → optionUtils-Xu6KDjhk.js.map} +1 -1
- package/dist/{optionsMarket-BVrCBIJQ.d.cts → optionsMarket-BVeFBAO9.d.ts} +10 -2
- package/dist/{optionsMarket-MkvkHTLL.d.ts → optionsMarket-jE1scXOT.d.cts} +10 -2
- package/dist/package.cjs +1 -1
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/dist/package.js +1 -1
- package/dist/{statelessStateView-WNW62g3Q.cjs → statelessStateView-BdEzGGOS.cjs} +12 -2
- package/dist/statelessStateView-BdEzGGOS.cjs.map +1 -0
- package/dist/{statelessStateView-DW9FOpWt.js → statelessStateView-UwLGcATc.js} +12 -2
- package/dist/statelessStateView-UwLGcATc.js.map +1 -0
- package/package.json +1 -1
- package/dist/statelessStateView-DW9FOpWt.js.map +0 -1
- package/dist/statelessStateView-WNW62g3Q.cjs.map +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-
|
|
1
|
+
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-jE1scXOT.cjs";
|
|
2
2
|
import * as viem0 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, Hex, PublicClient } from "viem";
|
|
4
|
-
import Big from "big.js";
|
|
5
|
-
import JSBI from "jsbi";
|
|
6
4
|
import React, { ReactNode } from "react";
|
|
5
|
+
import "graphql";
|
|
7
6
|
import { GraphQLClient, RequestOptions } from "graphql-request";
|
|
8
7
|
import * as _tanstack_react_query0 from "@tanstack/react-query";
|
|
9
8
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
10
9
|
import * as wagmi0 from "wagmi";
|
|
11
|
-
import "graphql";
|
|
12
10
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
11
|
+
import Big from "big.js";
|
|
12
|
+
import JSBI from "jsbi";
|
|
13
13
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
14
14
|
import * as wagmi_query0 from "wagmi/query";
|
|
15
15
|
import * as abitype0 from "abitype";
|
|
@@ -428,7 +428,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
428
428
|
}];
|
|
429
429
|
readonly stateMutability: "nonpayable";
|
|
430
430
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
431
|
-
|
|
431
|
+
allowance: (args: readonly [`0x${string}`, `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
|
-
}], "
|
|
610
|
-
|
|
609
|
+
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
610
|
+
balanceOf: (args: readonly [`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,8 +785,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
785
785
|
readonly internalType: "bool";
|
|
786
786
|
}];
|
|
787
787
|
readonly stateMutability: "nonpayable";
|
|
788
|
-
}], "
|
|
789
|
-
|
|
788
|
+
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
789
|
+
decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
790
790
|
readonly type: "constructor";
|
|
791
791
|
readonly inputs: readonly [{
|
|
792
792
|
readonly name: "name_";
|
|
@@ -964,8 +964,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
964
964
|
readonly internalType: "bool";
|
|
965
965
|
}];
|
|
966
966
|
readonly stateMutability: "nonpayable";
|
|
967
|
-
}], "
|
|
968
|
-
|
|
967
|
+
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
968
|
+
name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
969
969
|
readonly type: "constructor";
|
|
970
970
|
readonly inputs: readonly [{
|
|
971
971
|
readonly name: "name_";
|
|
@@ -1143,7 +1143,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1143
1143
|
readonly internalType: "bool";
|
|
1144
1144
|
}];
|
|
1145
1145
|
readonly stateMutability: "nonpayable";
|
|
1146
|
-
}], "
|
|
1146
|
+
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
1147
1147
|
totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
1148
1148
|
readonly type: "constructor";
|
|
1149
1149
|
readonly inputs: readonly [{
|
|
@@ -1504,7 +1504,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1504
1504
|
}];
|
|
1505
1505
|
readonly stateMutability: "nonpayable";
|
|
1506
1506
|
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1507
|
-
|
|
1507
|
+
decreaseAllowance: (args: readonly [`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
|
-
}], "
|
|
1686
|
-
|
|
1685
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1686
|
+
increaseAllowance: (args: readonly [`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
|
-
}], "
|
|
1865
|
-
|
|
1864
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
1865
|
+
transfer: (args: readonly [`0x${string}`, 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
|
-
}], "
|
|
2044
|
-
|
|
2043
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2044
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, 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,7 +2219,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2219
2219
|
readonly internalType: "bool";
|
|
2220
2220
|
}];
|
|
2221
2221
|
readonly stateMutability: "nonpayable";
|
|
2222
|
-
}], "
|
|
2222
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2223
2223
|
} & {
|
|
2224
2224
|
approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
2225
2225
|
readonly type: "constructor";
|
|
@@ -2400,7 +2400,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2400
2400
|
}];
|
|
2401
2401
|
readonly stateMutability: "nonpayable";
|
|
2402
2402
|
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2403
|
-
|
|
2403
|
+
decreaseAllowance: (args: readonly [`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
|
-
}], "
|
|
2582
|
-
|
|
2581
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2582
|
+
increaseAllowance: (args: readonly [`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
|
-
}], "
|
|
2761
|
-
|
|
2760
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2761
|
+
transfer: (args: readonly [`0x${string}`, 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
|
-
}], "
|
|
2940
|
-
|
|
2939
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
2940
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, 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,7 +3115,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3115
3115
|
readonly internalType: "bool";
|
|
3116
3116
|
}];
|
|
3117
3117
|
readonly stateMutability: "nonpayable";
|
|
3118
|
-
}], "
|
|
3118
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
3119
3119
|
};
|
|
3120
3120
|
simulate: {
|
|
3121
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 [{
|
|
@@ -3475,7 +3475,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3475
3475
|
}];
|
|
3476
3476
|
readonly stateMutability: "nonpayable";
|
|
3477
3477
|
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
|
|
3478
|
-
|
|
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 [{
|
|
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
|
-
}], "
|
|
3656
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | 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
|
-
}], "
|
|
3835
|
-
|
|
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 [{
|
|
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
|
-
}], "
|
|
4013
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | 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
|
-
}], "
|
|
4192
|
-
|
|
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 [{
|
|
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
|
-
}], "
|
|
4370
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | 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
|
-
}], "
|
|
4549
|
-
|
|
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 [{
|
|
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
|
-
}], "
|
|
4727
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | 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
|
-
}], "
|
|
4905
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, 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 [{
|
|
@@ -5084,7 +5084,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5084
5084
|
}];
|
|
5085
5085
|
readonly stateMutability: "nonpayable";
|
|
5086
5086
|
}], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
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 [{
|
|
5090
5090
|
readonly name: "name_";
|
|
@@ -5262,8 +5262,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5262
5262
|
readonly internalType: "bool";
|
|
5263
5263
|
}];
|
|
5264
5264
|
readonly stateMutability: "nonpayable";
|
|
5265
|
-
}], "
|
|
5266
|
-
|
|
5265
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5266
|
+
increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5267
5267
|
readonly type: "constructor";
|
|
5268
5268
|
readonly inputs: readonly [{
|
|
5269
5269
|
readonly name: "name_";
|
|
@@ -5441,8 +5441,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5441
5441
|
readonly internalType: "bool";
|
|
5442
5442
|
}];
|
|
5443
5443
|
readonly stateMutability: "nonpayable";
|
|
5444
|
-
}], "
|
|
5445
|
-
|
|
5444
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5445
|
+
transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5446
5446
|
readonly type: "constructor";
|
|
5447
5447
|
readonly inputs: readonly [{
|
|
5448
5448
|
readonly name: "name_";
|
|
@@ -5620,8 +5620,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5620
5620
|
readonly internalType: "bool";
|
|
5621
5621
|
}];
|
|
5622
5622
|
readonly stateMutability: "nonpayable";
|
|
5623
|
-
}], "
|
|
5624
|
-
|
|
5623
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5624
|
+
transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
5625
5625
|
readonly type: "constructor";
|
|
5626
5626
|
readonly inputs: readonly [{
|
|
5627
5627
|
readonly name: "name_";
|
|
@@ -5799,7 +5799,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5799
5799
|
readonly internalType: "bool";
|
|
5800
5800
|
}];
|
|
5801
5801
|
readonly stateMutability: "nonpayable";
|
|
5802
|
-
}], "
|
|
5802
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
5803
5803
|
};
|
|
5804
5804
|
address: `0x${string}`;
|
|
5805
5805
|
abi: readonly [{
|
|
@@ -26050,7 +26050,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
26050
26050
|
readonly type: "function";
|
|
26051
26051
|
readonly name: "getPoolData";
|
|
26052
26052
|
readonly inputs: readonly [{
|
|
26053
|
-
readonly name: "
|
|
26053
|
+
readonly name: "";
|
|
26054
26054
|
readonly type: "address";
|
|
26055
26055
|
readonly internalType: "contract IPoolManager";
|
|
26056
26056
|
}, {
|
|
@@ -26328,6 +26328,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
26328
26328
|
readonly name: "poolId";
|
|
26329
26329
|
readonly type: "bytes32";
|
|
26330
26330
|
readonly internalType: "PoolId";
|
|
26331
|
+
}, {
|
|
26332
|
+
readonly name: "lowestTick";
|
|
26333
|
+
readonly type: "int24";
|
|
26334
|
+
readonly internalType: "int24";
|
|
26335
|
+
}, {
|
|
26336
|
+
readonly name: "highestTick";
|
|
26337
|
+
readonly type: "int24";
|
|
26338
|
+
readonly internalType: "int24";
|
|
26331
26339
|
}];
|
|
26332
26340
|
}];
|
|
26333
26341
|
readonly stateMutability: "view";
|
|
@@ -26997,7 +27005,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
26997
27005
|
readonly type: "function";
|
|
26998
27006
|
readonly name: "getPoolData";
|
|
26999
27007
|
readonly inputs: readonly [{
|
|
27000
|
-
readonly name: "
|
|
27008
|
+
readonly name: "";
|
|
27001
27009
|
readonly type: "address";
|
|
27002
27010
|
readonly internalType: "contract IPoolManager";
|
|
27003
27011
|
}, {
|
|
@@ -27275,6 +27283,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
27275
27283
|
readonly name: "poolId";
|
|
27276
27284
|
readonly type: "bytes32";
|
|
27277
27285
|
readonly internalType: "PoolId";
|
|
27286
|
+
}, {
|
|
27287
|
+
readonly name: "lowestTick";
|
|
27288
|
+
readonly type: "int24";
|
|
27289
|
+
readonly internalType: "int24";
|
|
27290
|
+
}, {
|
|
27291
|
+
readonly name: "highestTick";
|
|
27292
|
+
readonly type: "int24";
|
|
27293
|
+
readonly internalType: "int24";
|
|
27278
27294
|
}];
|
|
27279
27295
|
}];
|
|
27280
27296
|
readonly stateMutability: "view";
|
|
@@ -27957,7 +27973,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
27957
27973
|
readonly type: "function";
|
|
27958
27974
|
readonly name: "getPoolData";
|
|
27959
27975
|
readonly inputs: readonly [{
|
|
27960
|
-
readonly name: "
|
|
27976
|
+
readonly name: "";
|
|
27961
27977
|
readonly type: "address";
|
|
27962
27978
|
readonly internalType: "contract IPoolManager";
|
|
27963
27979
|
}, {
|
|
@@ -28235,6 +28251,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
28235
28251
|
readonly name: "poolId";
|
|
28236
28252
|
readonly type: "bytes32";
|
|
28237
28253
|
readonly internalType: "PoolId";
|
|
28254
|
+
}, {
|
|
28255
|
+
readonly name: "lowestTick";
|
|
28256
|
+
readonly type: "int24";
|
|
28257
|
+
readonly internalType: "int24";
|
|
28258
|
+
}, {
|
|
28259
|
+
readonly name: "highestTick";
|
|
28260
|
+
readonly type: "int24";
|
|
28261
|
+
readonly internalType: "int24";
|
|
28238
28262
|
}];
|
|
28239
28263
|
}];
|
|
28240
28264
|
readonly stateMutability: "view";
|
|
@@ -28914,7 +28938,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
28914
28938
|
readonly type: "function";
|
|
28915
28939
|
readonly name: "getPoolData";
|
|
28916
28940
|
readonly inputs: readonly [{
|
|
28917
|
-
readonly name: "
|
|
28941
|
+
readonly name: "";
|
|
28918
28942
|
readonly type: "address";
|
|
28919
28943
|
readonly internalType: "contract IPoolManager";
|
|
28920
28944
|
}, {
|
|
@@ -29192,6 +29216,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
29192
29216
|
readonly name: "poolId";
|
|
29193
29217
|
readonly type: "bytes32";
|
|
29194
29218
|
readonly internalType: "PoolId";
|
|
29219
|
+
}, {
|
|
29220
|
+
readonly name: "lowestTick";
|
|
29221
|
+
readonly type: "int24";
|
|
29222
|
+
readonly internalType: "int24";
|
|
29223
|
+
}, {
|
|
29224
|
+
readonly name: "highestTick";
|
|
29225
|
+
readonly type: "int24";
|
|
29226
|
+
readonly internalType: "int24";
|
|
29195
29227
|
}];
|
|
29196
29228
|
}];
|
|
29197
29229
|
readonly stateMutability: "view";
|
|
@@ -29867,7 +29899,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
29867
29899
|
readonly type: "function";
|
|
29868
29900
|
readonly name: "getPoolData";
|
|
29869
29901
|
readonly inputs: readonly [{
|
|
29870
|
-
readonly name: "
|
|
29902
|
+
readonly name: "";
|
|
29871
29903
|
readonly type: "address";
|
|
29872
29904
|
readonly internalType: "contract IPoolManager";
|
|
29873
29905
|
}, {
|
|
@@ -30145,6 +30177,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
30145
30177
|
readonly name: "poolId";
|
|
30146
30178
|
readonly type: "bytes32";
|
|
30147
30179
|
readonly internalType: "PoolId";
|
|
30180
|
+
}, {
|
|
30181
|
+
readonly name: "lowestTick";
|
|
30182
|
+
readonly type: "int24";
|
|
30183
|
+
readonly internalType: "int24";
|
|
30184
|
+
}, {
|
|
30185
|
+
readonly name: "highestTick";
|
|
30186
|
+
readonly type: "int24";
|
|
30187
|
+
readonly internalType: "int24";
|
|
30148
30188
|
}];
|
|
30149
30189
|
}];
|
|
30150
30190
|
readonly stateMutability: "view";
|
|
@@ -30830,7 +30870,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
30830
30870
|
readonly type: "function";
|
|
30831
30871
|
readonly name: "getPoolData";
|
|
30832
30872
|
readonly inputs: readonly [{
|
|
30833
|
-
readonly name: "
|
|
30873
|
+
readonly name: "";
|
|
30834
30874
|
readonly type: "address";
|
|
30835
30875
|
readonly internalType: "contract IPoolManager";
|
|
30836
30876
|
}, {
|
|
@@ -31108,6 +31148,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
31108
31148
|
readonly name: "poolId";
|
|
31109
31149
|
readonly type: "bytes32";
|
|
31110
31150
|
readonly internalType: "PoolId";
|
|
31151
|
+
}, {
|
|
31152
|
+
readonly name: "lowestTick";
|
|
31153
|
+
readonly type: "int24";
|
|
31154
|
+
readonly internalType: "int24";
|
|
31155
|
+
}, {
|
|
31156
|
+
readonly name: "highestTick";
|
|
31157
|
+
readonly type: "int24";
|
|
31158
|
+
readonly internalType: "int24";
|
|
31111
31159
|
}];
|
|
31112
31160
|
}];
|
|
31113
31161
|
readonly stateMutability: "view";
|
|
@@ -31777,7 +31825,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
31777
31825
|
readonly type: "function";
|
|
31778
31826
|
readonly name: "getPoolData";
|
|
31779
31827
|
readonly inputs: readonly [{
|
|
31780
|
-
readonly name: "
|
|
31828
|
+
readonly name: "";
|
|
31781
31829
|
readonly type: "address";
|
|
31782
31830
|
readonly internalType: "contract IPoolManager";
|
|
31783
31831
|
}, {
|
|
@@ -32055,6 +32103,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
32055
32103
|
readonly name: "poolId";
|
|
32056
32104
|
readonly type: "bytes32";
|
|
32057
32105
|
readonly internalType: "PoolId";
|
|
32106
|
+
}, {
|
|
32107
|
+
readonly name: "lowestTick";
|
|
32108
|
+
readonly type: "int24";
|
|
32109
|
+
readonly internalType: "int24";
|
|
32110
|
+
}, {
|
|
32111
|
+
readonly name: "highestTick";
|
|
32112
|
+
readonly type: "int24";
|
|
32113
|
+
readonly internalType: "int24";
|
|
32058
32114
|
}];
|
|
32059
32115
|
}];
|
|
32060
32116
|
readonly stateMutability: "view";
|
|
@@ -32745,7 +32801,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
32745
32801
|
readonly type: "function";
|
|
32746
32802
|
readonly name: "getPoolData";
|
|
32747
32803
|
readonly inputs: readonly [{
|
|
32748
|
-
readonly name: "
|
|
32804
|
+
readonly name: "";
|
|
32749
32805
|
readonly type: "address";
|
|
32750
32806
|
readonly internalType: "contract IPoolManager";
|
|
32751
32807
|
}, {
|
|
@@ -33023,6 +33079,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
33023
33079
|
readonly name: "poolId";
|
|
33024
33080
|
readonly type: "bytes32";
|
|
33025
33081
|
readonly internalType: "PoolId";
|
|
33082
|
+
}, {
|
|
33083
|
+
readonly name: "lowestTick";
|
|
33084
|
+
readonly type: "int24";
|
|
33085
|
+
readonly internalType: "int24";
|
|
33086
|
+
}, {
|
|
33087
|
+
readonly name: "highestTick";
|
|
33088
|
+
readonly type: "int24";
|
|
33089
|
+
readonly internalType: "int24";
|
|
33026
33090
|
}];
|
|
33027
33091
|
}];
|
|
33028
33092
|
readonly stateMutability: "view";
|
|
@@ -33697,7 +33761,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
33697
33761
|
readonly type: "function";
|
|
33698
33762
|
readonly name: "getPoolData";
|
|
33699
33763
|
readonly inputs: readonly [{
|
|
33700
|
-
readonly name: "
|
|
33764
|
+
readonly name: "";
|
|
33701
33765
|
readonly type: "address";
|
|
33702
33766
|
readonly internalType: "contract IPoolManager";
|
|
33703
33767
|
}, {
|
|
@@ -33975,6 +34039,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
33975
34039
|
readonly name: "poolId";
|
|
33976
34040
|
readonly type: "bytes32";
|
|
33977
34041
|
readonly internalType: "PoolId";
|
|
34042
|
+
}, {
|
|
34043
|
+
readonly name: "lowestTick";
|
|
34044
|
+
readonly type: "int24";
|
|
34045
|
+
readonly internalType: "int24";
|
|
34046
|
+
}, {
|
|
34047
|
+
readonly name: "highestTick";
|
|
34048
|
+
readonly type: "int24";
|
|
34049
|
+
readonly internalType: "int24";
|
|
33978
34050
|
}];
|
|
33979
34051
|
}];
|
|
33980
34052
|
readonly stateMutability: "view";
|
|
@@ -34644,7 +34716,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
34644
34716
|
readonly type: "function";
|
|
34645
34717
|
readonly name: "getPoolData";
|
|
34646
34718
|
readonly inputs: readonly [{
|
|
34647
|
-
readonly name: "
|
|
34719
|
+
readonly name: "";
|
|
34648
34720
|
readonly type: "address";
|
|
34649
34721
|
readonly internalType: "contract IPoolManager";
|
|
34650
34722
|
}, {
|
|
@@ -34922,6 +34994,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
34922
34994
|
readonly name: "poolId";
|
|
34923
34995
|
readonly type: "bytes32";
|
|
34924
34996
|
readonly internalType: "PoolId";
|
|
34997
|
+
}, {
|
|
34998
|
+
readonly name: "lowestTick";
|
|
34999
|
+
readonly type: "int24";
|
|
35000
|
+
readonly internalType: "int24";
|
|
35001
|
+
}, {
|
|
35002
|
+
readonly name: "highestTick";
|
|
35003
|
+
readonly type: "int24";
|
|
35004
|
+
readonly internalType: "int24";
|
|
34925
35005
|
}];
|
|
34926
35006
|
}];
|
|
34927
35007
|
readonly stateMutability: "view";
|
|
@@ -35591,7 +35671,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
35591
35671
|
readonly type: "function";
|
|
35592
35672
|
readonly name: "getPoolData";
|
|
35593
35673
|
readonly inputs: readonly [{
|
|
35594
|
-
readonly name: "
|
|
35674
|
+
readonly name: "";
|
|
35595
35675
|
readonly type: "address";
|
|
35596
35676
|
readonly internalType: "contract IPoolManager";
|
|
35597
35677
|
}, {
|
|
@@ -35869,6 +35949,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
35869
35949
|
readonly name: "poolId";
|
|
35870
35950
|
readonly type: "bytes32";
|
|
35871
35951
|
readonly internalType: "PoolId";
|
|
35952
|
+
}, {
|
|
35953
|
+
readonly name: "lowestTick";
|
|
35954
|
+
readonly type: "int24";
|
|
35955
|
+
readonly internalType: "int24";
|
|
35956
|
+
}, {
|
|
35957
|
+
readonly name: "highestTick";
|
|
35958
|
+
readonly type: "int24";
|
|
35959
|
+
readonly internalType: "int24";
|
|
35872
35960
|
}];
|
|
35873
35961
|
}];
|
|
35874
35962
|
readonly stateMutability: "view";
|
|
@@ -36538,7 +36626,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
36538
36626
|
readonly type: "function";
|
|
36539
36627
|
readonly name: "getPoolData";
|
|
36540
36628
|
readonly inputs: readonly [{
|
|
36541
|
-
readonly name: "
|
|
36629
|
+
readonly name: "";
|
|
36542
36630
|
readonly type: "address";
|
|
36543
36631
|
readonly internalType: "contract IPoolManager";
|
|
36544
36632
|
}, {
|
|
@@ -36816,6 +36904,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
36816
36904
|
readonly name: "poolId";
|
|
36817
36905
|
readonly type: "bytes32";
|
|
36818
36906
|
readonly internalType: "PoolId";
|
|
36907
|
+
}, {
|
|
36908
|
+
readonly name: "lowestTick";
|
|
36909
|
+
readonly type: "int24";
|
|
36910
|
+
readonly internalType: "int24";
|
|
36911
|
+
}, {
|
|
36912
|
+
readonly name: "highestTick";
|
|
36913
|
+
readonly type: "int24";
|
|
36914
|
+
readonly internalType: "int24";
|
|
36819
36915
|
}];
|
|
36820
36916
|
}];
|
|
36821
36917
|
readonly stateMutability: "view";
|
|
@@ -37485,7 +37581,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
37485
37581
|
readonly type: "function";
|
|
37486
37582
|
readonly name: "getPoolData";
|
|
37487
37583
|
readonly inputs: readonly [{
|
|
37488
|
-
readonly name: "
|
|
37584
|
+
readonly name: "";
|
|
37489
37585
|
readonly type: "address";
|
|
37490
37586
|
readonly internalType: "contract IPoolManager";
|
|
37491
37587
|
}, {
|
|
@@ -37763,6 +37859,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
37763
37859
|
readonly name: "poolId";
|
|
37764
37860
|
readonly type: "bytes32";
|
|
37765
37861
|
readonly internalType: "PoolId";
|
|
37862
|
+
}, {
|
|
37863
|
+
readonly name: "lowestTick";
|
|
37864
|
+
readonly type: "int24";
|
|
37865
|
+
readonly internalType: "int24";
|
|
37866
|
+
}, {
|
|
37867
|
+
readonly name: "highestTick";
|
|
37868
|
+
readonly type: "int24";
|
|
37869
|
+
readonly internalType: "int24";
|
|
37766
37870
|
}];
|
|
37767
37871
|
}];
|
|
37768
37872
|
readonly stateMutability: "view";
|
|
@@ -38442,7 +38546,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
38442
38546
|
readonly type: "function";
|
|
38443
38547
|
readonly name: "getPoolData";
|
|
38444
38548
|
readonly inputs: readonly [{
|
|
38445
|
-
readonly name: "
|
|
38549
|
+
readonly name: "";
|
|
38446
38550
|
readonly type: "address";
|
|
38447
38551
|
readonly internalType: "contract IPoolManager";
|
|
38448
38552
|
}, {
|
|
@@ -38720,6 +38824,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
38720
38824
|
readonly name: "poolId";
|
|
38721
38825
|
readonly type: "bytes32";
|
|
38722
38826
|
readonly internalType: "PoolId";
|
|
38827
|
+
}, {
|
|
38828
|
+
readonly name: "lowestTick";
|
|
38829
|
+
readonly type: "int24";
|
|
38830
|
+
readonly internalType: "int24";
|
|
38831
|
+
}, {
|
|
38832
|
+
readonly name: "highestTick";
|
|
38833
|
+
readonly type: "int24";
|
|
38834
|
+
readonly internalType: "int24";
|
|
38723
38835
|
}];
|
|
38724
38836
|
}];
|
|
38725
38837
|
readonly stateMutability: "view";
|
|
@@ -39395,7 +39507,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
39395
39507
|
readonly type: "function";
|
|
39396
39508
|
readonly name: "getPoolData";
|
|
39397
39509
|
readonly inputs: readonly [{
|
|
39398
|
-
readonly name: "
|
|
39510
|
+
readonly name: "";
|
|
39399
39511
|
readonly type: "address";
|
|
39400
39512
|
readonly internalType: "contract IPoolManager";
|
|
39401
39513
|
}, {
|
|
@@ -39673,6 +39785,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
39673
39785
|
readonly name: "poolId";
|
|
39674
39786
|
readonly type: "bytes32";
|
|
39675
39787
|
readonly internalType: "PoolId";
|
|
39788
|
+
}, {
|
|
39789
|
+
readonly name: "lowestTick";
|
|
39790
|
+
readonly type: "int24";
|
|
39791
|
+
readonly internalType: "int24";
|
|
39792
|
+
}, {
|
|
39793
|
+
readonly name: "highestTick";
|
|
39794
|
+
readonly type: "int24";
|
|
39795
|
+
readonly internalType: "int24";
|
|
39676
39796
|
}];
|
|
39677
39797
|
}];
|
|
39678
39798
|
readonly stateMutability: "view";
|
|
@@ -40358,7 +40478,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
40358
40478
|
readonly type: "function";
|
|
40359
40479
|
readonly name: "getPoolData";
|
|
40360
40480
|
readonly inputs: readonly [{
|
|
40361
|
-
readonly name: "
|
|
40481
|
+
readonly name: "";
|
|
40362
40482
|
readonly type: "address";
|
|
40363
40483
|
readonly internalType: "contract IPoolManager";
|
|
40364
40484
|
}, {
|
|
@@ -40636,6 +40756,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
40636
40756
|
readonly name: "poolId";
|
|
40637
40757
|
readonly type: "bytes32";
|
|
40638
40758
|
readonly internalType: "PoolId";
|
|
40759
|
+
}, {
|
|
40760
|
+
readonly name: "lowestTick";
|
|
40761
|
+
readonly type: "int24";
|
|
40762
|
+
readonly internalType: "int24";
|
|
40763
|
+
}, {
|
|
40764
|
+
readonly name: "highestTick";
|
|
40765
|
+
readonly type: "int24";
|
|
40766
|
+
readonly internalType: "int24";
|
|
40639
40767
|
}];
|
|
40640
40768
|
}];
|
|
40641
40769
|
readonly stateMutability: "view";
|
|
@@ -41322,7 +41450,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
41322
41450
|
readonly type: "function";
|
|
41323
41451
|
readonly name: "getPoolData";
|
|
41324
41452
|
readonly inputs: readonly [{
|
|
41325
|
-
readonly name: "
|
|
41453
|
+
readonly name: "";
|
|
41326
41454
|
readonly type: "address";
|
|
41327
41455
|
readonly internalType: "contract IPoolManager";
|
|
41328
41456
|
}, {
|
|
@@ -41600,6 +41728,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
41600
41728
|
readonly name: "poolId";
|
|
41601
41729
|
readonly type: "bytes32";
|
|
41602
41730
|
readonly internalType: "PoolId";
|
|
41731
|
+
}, {
|
|
41732
|
+
readonly name: "lowestTick";
|
|
41733
|
+
readonly type: "int24";
|
|
41734
|
+
readonly internalType: "int24";
|
|
41735
|
+
}, {
|
|
41736
|
+
readonly name: "highestTick";
|
|
41737
|
+
readonly type: "int24";
|
|
41738
|
+
readonly internalType: "int24";
|
|
41603
41739
|
}];
|
|
41604
41740
|
}];
|
|
41605
41741
|
readonly stateMutability: "view";
|
|
@@ -42269,7 +42405,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
42269
42405
|
readonly type: "function";
|
|
42270
42406
|
readonly name: "getPoolData";
|
|
42271
42407
|
readonly inputs: readonly [{
|
|
42272
|
-
readonly name: "
|
|
42408
|
+
readonly name: "";
|
|
42273
42409
|
readonly type: "address";
|
|
42274
42410
|
readonly internalType: "contract IPoolManager";
|
|
42275
42411
|
}, {
|
|
@@ -42547,6 +42683,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
42547
42683
|
readonly name: "poolId";
|
|
42548
42684
|
readonly type: "bytes32";
|
|
42549
42685
|
readonly internalType: "PoolId";
|
|
42686
|
+
}, {
|
|
42687
|
+
readonly name: "lowestTick";
|
|
42688
|
+
readonly type: "int24";
|
|
42689
|
+
readonly internalType: "int24";
|
|
42690
|
+
}, {
|
|
42691
|
+
readonly name: "highestTick";
|
|
42692
|
+
readonly type: "int24";
|
|
42693
|
+
readonly internalType: "int24";
|
|
42550
42694
|
}];
|
|
42551
42695
|
}];
|
|
42552
42696
|
readonly stateMutability: "view";
|
|
@@ -43216,7 +43360,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
43216
43360
|
readonly type: "function";
|
|
43217
43361
|
readonly name: "getPoolData";
|
|
43218
43362
|
readonly inputs: readonly [{
|
|
43219
|
-
readonly name: "
|
|
43363
|
+
readonly name: "";
|
|
43220
43364
|
readonly type: "address";
|
|
43221
43365
|
readonly internalType: "contract IPoolManager";
|
|
43222
43366
|
}, {
|
|
@@ -43494,6 +43638,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
43494
43638
|
readonly name: "poolId";
|
|
43495
43639
|
readonly type: "bytes32";
|
|
43496
43640
|
readonly internalType: "PoolId";
|
|
43641
|
+
}, {
|
|
43642
|
+
readonly name: "lowestTick";
|
|
43643
|
+
readonly type: "int24";
|
|
43644
|
+
readonly internalType: "int24";
|
|
43645
|
+
}, {
|
|
43646
|
+
readonly name: "highestTick";
|
|
43647
|
+
readonly type: "int24";
|
|
43648
|
+
readonly internalType: "int24";
|
|
43497
43649
|
}];
|
|
43498
43650
|
}];
|
|
43499
43651
|
readonly stateMutability: "view";
|
|
@@ -44166,7 +44318,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
44166
44318
|
readonly type: "function";
|
|
44167
44319
|
readonly name: "getPoolData";
|
|
44168
44320
|
readonly inputs: readonly [{
|
|
44169
|
-
readonly name: "
|
|
44321
|
+
readonly name: "";
|
|
44170
44322
|
readonly type: "address";
|
|
44171
44323
|
readonly internalType: "contract IPoolManager";
|
|
44172
44324
|
}, {
|
|
@@ -44444,6 +44596,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
44444
44596
|
readonly name: "poolId";
|
|
44445
44597
|
readonly type: "bytes32";
|
|
44446
44598
|
readonly internalType: "PoolId";
|
|
44599
|
+
}, {
|
|
44600
|
+
readonly name: "lowestTick";
|
|
44601
|
+
readonly type: "int24";
|
|
44602
|
+
readonly internalType: "int24";
|
|
44603
|
+
}, {
|
|
44604
|
+
readonly name: "highestTick";
|
|
44605
|
+
readonly type: "int24";
|
|
44606
|
+
readonly internalType: "int24";
|
|
44447
44607
|
}];
|
|
44448
44608
|
}];
|
|
44449
44609
|
readonly stateMutability: "view";
|
|
@@ -45117,7 +45277,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
45117
45277
|
readonly type: "function";
|
|
45118
45278
|
readonly name: "getPoolData";
|
|
45119
45279
|
readonly inputs: readonly [{
|
|
45120
|
-
readonly name: "
|
|
45280
|
+
readonly name: "";
|
|
45121
45281
|
readonly type: "address";
|
|
45122
45282
|
readonly internalType: "contract IPoolManager";
|
|
45123
45283
|
}, {
|
|
@@ -45395,6 +45555,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
45395
45555
|
readonly name: "poolId";
|
|
45396
45556
|
readonly type: "bytes32";
|
|
45397
45557
|
readonly internalType: "PoolId";
|
|
45558
|
+
}, {
|
|
45559
|
+
readonly name: "lowestTick";
|
|
45560
|
+
readonly type: "int24";
|
|
45561
|
+
readonly internalType: "int24";
|
|
45562
|
+
}, {
|
|
45563
|
+
readonly name: "highestTick";
|
|
45564
|
+
readonly type: "int24";
|
|
45565
|
+
readonly internalType: "int24";
|
|
45398
45566
|
}];
|
|
45399
45567
|
}];
|
|
45400
45568
|
readonly stateMutability: "view";
|
|
@@ -46074,7 +46242,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
46074
46242
|
readonly type: "function";
|
|
46075
46243
|
readonly name: "getPoolData";
|
|
46076
46244
|
readonly inputs: readonly [{
|
|
46077
|
-
readonly name: "
|
|
46245
|
+
readonly name: "";
|
|
46078
46246
|
readonly type: "address";
|
|
46079
46247
|
readonly internalType: "contract IPoolManager";
|
|
46080
46248
|
}, {
|
|
@@ -46352,6 +46520,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
46352
46520
|
readonly name: "poolId";
|
|
46353
46521
|
readonly type: "bytes32";
|
|
46354
46522
|
readonly internalType: "PoolId";
|
|
46523
|
+
}, {
|
|
46524
|
+
readonly name: "lowestTick";
|
|
46525
|
+
readonly type: "int24";
|
|
46526
|
+
readonly internalType: "int24";
|
|
46527
|
+
}, {
|
|
46528
|
+
readonly name: "highestTick";
|
|
46529
|
+
readonly type: "int24";
|
|
46530
|
+
readonly internalType: "int24";
|
|
46355
46531
|
}];
|
|
46356
46532
|
}];
|
|
46357
46533
|
readonly stateMutability: "view";
|
|
@@ -46403,6 +46579,8 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
46403
46579
|
hooks: `0x${string}`;
|
|
46404
46580
|
};
|
|
46405
46581
|
poolId: `0x${string}`;
|
|
46582
|
+
lowestTick: number;
|
|
46583
|
+
highestTick: number;
|
|
46406
46584
|
}>;
|
|
46407
46585
|
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
46408
46586
|
readonly type: "function";
|
|
@@ -47031,7 +47209,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
47031
47209
|
readonly type: "function";
|
|
47032
47210
|
readonly name: "getPoolData";
|
|
47033
47211
|
readonly inputs: readonly [{
|
|
47034
|
-
readonly name: "
|
|
47212
|
+
readonly name: "";
|
|
47035
47213
|
readonly type: "address";
|
|
47036
47214
|
readonly internalType: "contract IPoolManager";
|
|
47037
47215
|
}, {
|
|
@@ -47309,6 +47487,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
47309
47487
|
readonly name: "poolId";
|
|
47310
47488
|
readonly type: "bytes32";
|
|
47311
47489
|
readonly internalType: "PoolId";
|
|
47490
|
+
}, {
|
|
47491
|
+
readonly name: "lowestTick";
|
|
47492
|
+
readonly type: "int24";
|
|
47493
|
+
readonly internalType: "int24";
|
|
47494
|
+
}, {
|
|
47495
|
+
readonly name: "highestTick";
|
|
47496
|
+
readonly type: "int24";
|
|
47497
|
+
readonly internalType: "int24";
|
|
47312
47498
|
}];
|
|
47313
47499
|
}];
|
|
47314
47500
|
readonly stateMutability: "view";
|
|
@@ -47980,7 +48166,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
47980
48166
|
readonly type: "function";
|
|
47981
48167
|
readonly name: "getPoolData";
|
|
47982
48168
|
readonly inputs: readonly [{
|
|
47983
|
-
readonly name: "
|
|
48169
|
+
readonly name: "";
|
|
47984
48170
|
readonly type: "address";
|
|
47985
48171
|
readonly internalType: "contract IPoolManager";
|
|
47986
48172
|
}, {
|
|
@@ -48258,6 +48444,14 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
|
|
|
48258
48444
|
readonly name: "poolId";
|
|
48259
48445
|
readonly type: "bytes32";
|
|
48260
48446
|
readonly internalType: "PoolId";
|
|
48447
|
+
}, {
|
|
48448
|
+
readonly name: "lowestTick";
|
|
48449
|
+
readonly type: "int24";
|
|
48450
|
+
readonly internalType: "int24";
|
|
48451
|
+
}, {
|
|
48452
|
+
readonly name: "highestTick";
|
|
48453
|
+
readonly type: "int24";
|
|
48454
|
+
readonly internalType: "int24";
|
|
48261
48455
|
}];
|
|
48262
48456
|
}];
|
|
48263
48457
|
readonly stateMutability: "view";
|
|
@@ -49030,7 +49224,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
|
|
|
49030
49224
|
readonly type: "function";
|
|
49031
49225
|
readonly name: "getPoolData";
|
|
49032
49226
|
readonly inputs: readonly [{
|
|
49033
|
-
readonly name: "
|
|
49227
|
+
readonly name: "";
|
|
49034
49228
|
readonly type: "address";
|
|
49035
49229
|
readonly internalType: "contract IPoolManager";
|
|
49036
49230
|
}, {
|
|
@@ -49308,6 +49502,14 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
|
|
|
49308
49502
|
readonly name: "poolId";
|
|
49309
49503
|
readonly type: "bytes32";
|
|
49310
49504
|
readonly internalType: "PoolId";
|
|
49505
|
+
}, {
|
|
49506
|
+
readonly name: "lowestTick";
|
|
49507
|
+
readonly type: "int24";
|
|
49508
|
+
readonly internalType: "int24";
|
|
49509
|
+
}, {
|
|
49510
|
+
readonly name: "highestTick";
|
|
49511
|
+
readonly type: "int24";
|
|
49512
|
+
readonly internalType: "int24";
|
|
49311
49513
|
}];
|
|
49312
49514
|
}];
|
|
49313
49515
|
readonly stateMutability: "view";
|
|
@@ -51398,6 +51600,8 @@ declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndef
|
|
|
51398
51600
|
hooks: `0x${string}`;
|
|
51399
51601
|
};
|
|
51400
51602
|
poolId: `0x${string}`;
|
|
51603
|
+
lowestTick: number;
|
|
51604
|
+
highestTick: number;
|
|
51401
51605
|
} | undefined>>;
|
|
51402
51606
|
//#endregion
|
|
51403
51607
|
//#region src/hooks/vault/useVaultTVL.d.ts
|
|
@@ -52237,7 +52441,7 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
|
|
|
52237
52441
|
readonly type: "function";
|
|
52238
52442
|
readonly name: "getPoolData";
|
|
52239
52443
|
readonly inputs: readonly [{
|
|
52240
|
-
readonly name: "
|
|
52444
|
+
readonly name: "";
|
|
52241
52445
|
readonly type: "address";
|
|
52242
52446
|
readonly internalType: "contract IPoolManager";
|
|
52243
52447
|
}, {
|
|
@@ -52515,6 +52719,14 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
|
|
|
52515
52719
|
readonly name: "poolId";
|
|
52516
52720
|
readonly type: "bytes32";
|
|
52517
52721
|
readonly internalType: "PoolId";
|
|
52722
|
+
}, {
|
|
52723
|
+
readonly name: "lowestTick";
|
|
52724
|
+
readonly type: "int24";
|
|
52725
|
+
readonly internalType: "int24";
|
|
52726
|
+
}, {
|
|
52727
|
+
readonly name: "highestTick";
|
|
52728
|
+
readonly type: "int24";
|
|
52729
|
+
readonly internalType: "int24";
|
|
52518
52730
|
}];
|
|
52519
52731
|
}];
|
|
52520
52732
|
readonly stateMutability: "view";
|
|
@@ -52576,8 +52788,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
|
|
|
52576
52788
|
//#endregion
|
|
52577
52789
|
//#region src/hooks/guardian/usePauseGlobalTrading.d.ts
|
|
52578
52790
|
declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
52579
|
-
data: undefined;
|
|
52580
52791
|
error: null;
|
|
52792
|
+
data: undefined;
|
|
52581
52793
|
status: "idle";
|
|
52582
52794
|
isError: false;
|
|
52583
52795
|
isPending: false;
|
|
@@ -52595,8 +52807,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52595
52807
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52596
52808
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52597
52809
|
} | {
|
|
52598
|
-
data: undefined;
|
|
52599
52810
|
error: null;
|
|
52811
|
+
data: undefined;
|
|
52600
52812
|
status: "pending";
|
|
52601
52813
|
isError: false;
|
|
52602
52814
|
isPending: true;
|
|
@@ -52758,8 +52970,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52758
52970
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52759
52971
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52760
52972
|
} | {
|
|
52761
|
-
data: undefined;
|
|
52762
52973
|
error: _wagmi_core0.WriteContractErrorType;
|
|
52974
|
+
data: undefined;
|
|
52763
52975
|
status: "error";
|
|
52764
52976
|
isError: true;
|
|
52765
52977
|
isPending: false;
|
|
@@ -52921,8 +53133,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
52921
53133
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
52922
53134
|
pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
52923
53135
|
} | {
|
|
52924
|
-
data: `0x${string}`;
|
|
52925
53136
|
error: null;
|
|
53137
|
+
data: `0x${string}`;
|
|
52926
53138
|
status: "success";
|
|
52927
53139
|
isError: false;
|
|
52928
53140
|
isPending: false;
|
|
@@ -53087,8 +53299,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
|
|
|
53087
53299
|
//#endregion
|
|
53088
53300
|
//#region src/hooks/guardian/usePauseMarketTrading.d.ts
|
|
53089
53301
|
declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
53090
|
-
data: undefined;
|
|
53091
53302
|
error: null;
|
|
53303
|
+
data: undefined;
|
|
53092
53304
|
status: "idle";
|
|
53093
53305
|
isError: false;
|
|
53094
53306
|
isPending: false;
|
|
@@ -53106,8 +53318,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53106
53318
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53107
53319
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53108
53320
|
} | {
|
|
53109
|
-
data: undefined;
|
|
53110
53321
|
error: null;
|
|
53322
|
+
data: undefined;
|
|
53111
53323
|
status: "pending";
|
|
53112
53324
|
isError: false;
|
|
53113
53325
|
isPending: true;
|
|
@@ -53269,8 +53481,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53269
53481
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53270
53482
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53271
53483
|
} | {
|
|
53272
|
-
data: undefined;
|
|
53273
53484
|
error: _wagmi_core0.WriteContractErrorType;
|
|
53485
|
+
data: undefined;
|
|
53274
53486
|
status: "error";
|
|
53275
53487
|
isError: true;
|
|
53276
53488
|
isPending: false;
|
|
@@ -53432,8 +53644,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
|
|
|
53432
53644
|
writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
|
|
53433
53645
|
pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
|
|
53434
53646
|
} | {
|
|
53435
|
-
data: `0x${string}`;
|
|
53436
53647
|
error: null;
|
|
53648
|
+
data: `0x${string}`;
|
|
53437
53649
|
status: "success";
|
|
53438
53650
|
isError: false;
|
|
53439
53651
|
isPending: false;
|
|
@@ -53607,8 +53819,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
|
|
|
53607
53819
|
//#endregion
|
|
53608
53820
|
//#region src/hooks/fees/useUpdateMarketFees.d.ts
|
|
53609
53821
|
declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
53610
|
-
data: undefined;
|
|
53611
53822
|
error: null;
|
|
53823
|
+
data: undefined;
|
|
53612
53824
|
status: "idle";
|
|
53613
53825
|
isError: false;
|
|
53614
53826
|
isPending: false;
|
|
@@ -53636,8 +53848,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53636
53848
|
newFeeStrategy: `0x${string}`;
|
|
53637
53849
|
}>;
|
|
53638
53850
|
} | {
|
|
53639
|
-
data: undefined;
|
|
53640
53851
|
error: null;
|
|
53852
|
+
data: undefined;
|
|
53641
53853
|
status: "pending";
|
|
53642
53854
|
isError: false;
|
|
53643
53855
|
isPending: true;
|
|
@@ -53809,8 +54021,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53809
54021
|
newFeeStrategy: `0x${string}`;
|
|
53810
54022
|
}>;
|
|
53811
54023
|
} | {
|
|
53812
|
-
data: undefined;
|
|
53813
54024
|
error: _wagmi_core0.WriteContractErrorType;
|
|
54025
|
+
data: undefined;
|
|
53814
54026
|
status: "error";
|
|
53815
54027
|
isError: true;
|
|
53816
54028
|
isPending: false;
|
|
@@ -53982,8 +54194,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
|
|
|
53982
54194
|
newFeeStrategy: `0x${string}`;
|
|
53983
54195
|
}>;
|
|
53984
54196
|
} | {
|
|
53985
|
-
data: `0x${string}`;
|
|
53986
54197
|
error: null;
|
|
54198
|
+
data: `0x${string}`;
|
|
53987
54199
|
status: "success";
|
|
53988
54200
|
isError: false;
|
|
53989
54201
|
isPending: false;
|
|
@@ -54798,7 +55010,7 @@ declare const usePricingParams: (pricingAddr: Address | undefined) => wagmi0.Use
|
|
|
54798
55010
|
readonly type: "function";
|
|
54799
55011
|
readonly name: "getPoolData";
|
|
54800
55012
|
readonly inputs: readonly [{
|
|
54801
|
-
readonly name: "
|
|
55013
|
+
readonly name: "";
|
|
54802
55014
|
readonly type: "address";
|
|
54803
55015
|
readonly internalType: "contract IPoolManager";
|
|
54804
55016
|
}, {
|
|
@@ -55076,6 +55288,14 @@ declare const usePricingParams: (pricingAddr: Address | undefined) => wagmi0.Use
|
|
|
55076
55288
|
readonly name: "poolId";
|
|
55077
55289
|
readonly type: "bytes32";
|
|
55078
55290
|
readonly internalType: "PoolId";
|
|
55291
|
+
}, {
|
|
55292
|
+
readonly name: "lowestTick";
|
|
55293
|
+
readonly type: "int24";
|
|
55294
|
+
readonly internalType: "int24";
|
|
55295
|
+
}, {
|
|
55296
|
+
readonly name: "highestTick";
|
|
55297
|
+
readonly type: "int24";
|
|
55298
|
+
readonly internalType: "int24";
|
|
55079
55299
|
}];
|
|
55080
55300
|
}];
|
|
55081
55301
|
readonly stateMutability: "view";
|
|
@@ -55136,8 +55356,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
|
|
|
55136
55356
|
//#endregion
|
|
55137
55357
|
//#region src/hooks/pricing/useUpdateMarketPricing.d.ts
|
|
55138
55358
|
declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
55139
|
-
data: undefined;
|
|
55140
55359
|
error: null;
|
|
55360
|
+
data: undefined;
|
|
55141
55361
|
status: "idle";
|
|
55142
55362
|
isError: false;
|
|
55143
55363
|
isPending: false;
|
|
@@ -55163,8 +55383,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55163
55383
|
newPricingAddr: `0x${string}`;
|
|
55164
55384
|
}>;
|
|
55165
55385
|
} | {
|
|
55166
|
-
data: undefined;
|
|
55167
55386
|
error: null;
|
|
55387
|
+
data: undefined;
|
|
55168
55388
|
status: "pending";
|
|
55169
55389
|
isError: false;
|
|
55170
55390
|
isPending: true;
|
|
@@ -55334,8 +55554,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55334
55554
|
newPricingAddr: `0x${string}`;
|
|
55335
55555
|
}>;
|
|
55336
55556
|
} | {
|
|
55337
|
-
data: undefined;
|
|
55338
55557
|
error: _wagmi_core0.WriteContractErrorType;
|
|
55558
|
+
data: undefined;
|
|
55339
55559
|
status: "error";
|
|
55340
55560
|
isError: true;
|
|
55341
55561
|
isPending: false;
|
|
@@ -55505,8 +55725,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
|
|
|
55505
55725
|
newPricingAddr: `0x${string}`;
|
|
55506
55726
|
}>;
|
|
55507
55727
|
} | {
|
|
55508
|
-
data: `0x${string}`;
|
|
55509
55728
|
error: null;
|
|
55729
|
+
data: `0x${string}`;
|
|
55510
55730
|
status: "success";
|
|
55511
55731
|
isError: false;
|
|
55512
55732
|
isPending: false;
|
|
@@ -56308,7 +56528,7 @@ declare const useLens: () => {
|
|
|
56308
56528
|
readonly type: "function";
|
|
56309
56529
|
readonly name: "getPoolData";
|
|
56310
56530
|
readonly inputs: readonly [{
|
|
56311
|
-
readonly name: "
|
|
56531
|
+
readonly name: "";
|
|
56312
56532
|
readonly type: "address";
|
|
56313
56533
|
readonly internalType: "contract IPoolManager";
|
|
56314
56534
|
}, {
|
|
@@ -56586,6 +56806,14 @@ declare const useLens: () => {
|
|
|
56586
56806
|
readonly name: "poolId";
|
|
56587
56807
|
readonly type: "bytes32";
|
|
56588
56808
|
readonly internalType: "PoolId";
|
|
56809
|
+
}, {
|
|
56810
|
+
readonly name: "lowestTick";
|
|
56811
|
+
readonly type: "int24";
|
|
56812
|
+
readonly internalType: "int24";
|
|
56813
|
+
}, {
|
|
56814
|
+
readonly name: "highestTick";
|
|
56815
|
+
readonly type: "int24";
|
|
56816
|
+
readonly internalType: "int24";
|
|
56589
56817
|
}];
|
|
56590
56818
|
}];
|
|
56591
56819
|
readonly stateMutability: "view";
|
|
@@ -57255,7 +57483,7 @@ declare const useLens: () => {
|
|
|
57255
57483
|
readonly type: "function";
|
|
57256
57484
|
readonly name: "getPoolData";
|
|
57257
57485
|
readonly inputs: readonly [{
|
|
57258
|
-
readonly name: "
|
|
57486
|
+
readonly name: "";
|
|
57259
57487
|
readonly type: "address";
|
|
57260
57488
|
readonly internalType: "contract IPoolManager";
|
|
57261
57489
|
}, {
|
|
@@ -57533,6 +57761,14 @@ declare const useLens: () => {
|
|
|
57533
57761
|
readonly name: "poolId";
|
|
57534
57762
|
readonly type: "bytes32";
|
|
57535
57763
|
readonly internalType: "PoolId";
|
|
57764
|
+
}, {
|
|
57765
|
+
readonly name: "lowestTick";
|
|
57766
|
+
readonly type: "int24";
|
|
57767
|
+
readonly internalType: "int24";
|
|
57768
|
+
}, {
|
|
57769
|
+
readonly name: "highestTick";
|
|
57770
|
+
readonly type: "int24";
|
|
57771
|
+
readonly internalType: "int24";
|
|
57536
57772
|
}];
|
|
57537
57773
|
}];
|
|
57538
57774
|
readonly stateMutability: "view";
|
|
@@ -58215,7 +58451,7 @@ declare const useLens: () => {
|
|
|
58215
58451
|
readonly type: "function";
|
|
58216
58452
|
readonly name: "getPoolData";
|
|
58217
58453
|
readonly inputs: readonly [{
|
|
58218
|
-
readonly name: "
|
|
58454
|
+
readonly name: "";
|
|
58219
58455
|
readonly type: "address";
|
|
58220
58456
|
readonly internalType: "contract IPoolManager";
|
|
58221
58457
|
}, {
|
|
@@ -58493,6 +58729,14 @@ declare const useLens: () => {
|
|
|
58493
58729
|
readonly name: "poolId";
|
|
58494
58730
|
readonly type: "bytes32";
|
|
58495
58731
|
readonly internalType: "PoolId";
|
|
58732
|
+
}, {
|
|
58733
|
+
readonly name: "lowestTick";
|
|
58734
|
+
readonly type: "int24";
|
|
58735
|
+
readonly internalType: "int24";
|
|
58736
|
+
}, {
|
|
58737
|
+
readonly name: "highestTick";
|
|
58738
|
+
readonly type: "int24";
|
|
58739
|
+
readonly internalType: "int24";
|
|
58496
58740
|
}];
|
|
58497
58741
|
}];
|
|
58498
58742
|
readonly stateMutability: "view";
|
|
@@ -59172,7 +59416,7 @@ declare const useLens: () => {
|
|
|
59172
59416
|
readonly type: "function";
|
|
59173
59417
|
readonly name: "getPoolData";
|
|
59174
59418
|
readonly inputs: readonly [{
|
|
59175
|
-
readonly name: "
|
|
59419
|
+
readonly name: "";
|
|
59176
59420
|
readonly type: "address";
|
|
59177
59421
|
readonly internalType: "contract IPoolManager";
|
|
59178
59422
|
}, {
|
|
@@ -59450,6 +59694,14 @@ declare const useLens: () => {
|
|
|
59450
59694
|
readonly name: "poolId";
|
|
59451
59695
|
readonly type: "bytes32";
|
|
59452
59696
|
readonly internalType: "PoolId";
|
|
59697
|
+
}, {
|
|
59698
|
+
readonly name: "lowestTick";
|
|
59699
|
+
readonly type: "int24";
|
|
59700
|
+
readonly internalType: "int24";
|
|
59701
|
+
}, {
|
|
59702
|
+
readonly name: "highestTick";
|
|
59703
|
+
readonly type: "int24";
|
|
59704
|
+
readonly internalType: "int24";
|
|
59453
59705
|
}];
|
|
59454
59706
|
}];
|
|
59455
59707
|
readonly stateMutability: "view";
|
|
@@ -60125,7 +60377,7 @@ declare const useLens: () => {
|
|
|
60125
60377
|
readonly type: "function";
|
|
60126
60378
|
readonly name: "getPoolData";
|
|
60127
60379
|
readonly inputs: readonly [{
|
|
60128
|
-
readonly name: "
|
|
60380
|
+
readonly name: "";
|
|
60129
60381
|
readonly type: "address";
|
|
60130
60382
|
readonly internalType: "contract IPoolManager";
|
|
60131
60383
|
}, {
|
|
@@ -60403,6 +60655,14 @@ declare const useLens: () => {
|
|
|
60403
60655
|
readonly name: "poolId";
|
|
60404
60656
|
readonly type: "bytes32";
|
|
60405
60657
|
readonly internalType: "PoolId";
|
|
60658
|
+
}, {
|
|
60659
|
+
readonly name: "lowestTick";
|
|
60660
|
+
readonly type: "int24";
|
|
60661
|
+
readonly internalType: "int24";
|
|
60662
|
+
}, {
|
|
60663
|
+
readonly name: "highestTick";
|
|
60664
|
+
readonly type: "int24";
|
|
60665
|
+
readonly internalType: "int24";
|
|
60406
60666
|
}];
|
|
60407
60667
|
}];
|
|
60408
60668
|
readonly stateMutability: "view";
|
|
@@ -61088,7 +61348,7 @@ declare const useLens: () => {
|
|
|
61088
61348
|
readonly type: "function";
|
|
61089
61349
|
readonly name: "getPoolData";
|
|
61090
61350
|
readonly inputs: readonly [{
|
|
61091
|
-
readonly name: "
|
|
61351
|
+
readonly name: "";
|
|
61092
61352
|
readonly type: "address";
|
|
61093
61353
|
readonly internalType: "contract IPoolManager";
|
|
61094
61354
|
}, {
|
|
@@ -61366,6 +61626,14 @@ declare const useLens: () => {
|
|
|
61366
61626
|
readonly name: "poolId";
|
|
61367
61627
|
readonly type: "bytes32";
|
|
61368
61628
|
readonly internalType: "PoolId";
|
|
61629
|
+
}, {
|
|
61630
|
+
readonly name: "lowestTick";
|
|
61631
|
+
readonly type: "int24";
|
|
61632
|
+
readonly internalType: "int24";
|
|
61633
|
+
}, {
|
|
61634
|
+
readonly name: "highestTick";
|
|
61635
|
+
readonly type: "int24";
|
|
61636
|
+
readonly internalType: "int24";
|
|
61369
61637
|
}];
|
|
61370
61638
|
}];
|
|
61371
61639
|
readonly stateMutability: "view";
|
|
@@ -62035,7 +62303,7 @@ declare const useLens: () => {
|
|
|
62035
62303
|
readonly type: "function";
|
|
62036
62304
|
readonly name: "getPoolData";
|
|
62037
62305
|
readonly inputs: readonly [{
|
|
62038
|
-
readonly name: "
|
|
62306
|
+
readonly name: "";
|
|
62039
62307
|
readonly type: "address";
|
|
62040
62308
|
readonly internalType: "contract IPoolManager";
|
|
62041
62309
|
}, {
|
|
@@ -62313,6 +62581,14 @@ declare const useLens: () => {
|
|
|
62313
62581
|
readonly name: "poolId";
|
|
62314
62582
|
readonly type: "bytes32";
|
|
62315
62583
|
readonly internalType: "PoolId";
|
|
62584
|
+
}, {
|
|
62585
|
+
readonly name: "lowestTick";
|
|
62586
|
+
readonly type: "int24";
|
|
62587
|
+
readonly internalType: "int24";
|
|
62588
|
+
}, {
|
|
62589
|
+
readonly name: "highestTick";
|
|
62590
|
+
readonly type: "int24";
|
|
62591
|
+
readonly internalType: "int24";
|
|
62316
62592
|
}];
|
|
62317
62593
|
}];
|
|
62318
62594
|
readonly stateMutability: "view";
|
|
@@ -63003,7 +63279,7 @@ declare const useLens: () => {
|
|
|
63003
63279
|
readonly type: "function";
|
|
63004
63280
|
readonly name: "getPoolData";
|
|
63005
63281
|
readonly inputs: readonly [{
|
|
63006
|
-
readonly name: "
|
|
63282
|
+
readonly name: "";
|
|
63007
63283
|
readonly type: "address";
|
|
63008
63284
|
readonly internalType: "contract IPoolManager";
|
|
63009
63285
|
}, {
|
|
@@ -63281,6 +63557,14 @@ declare const useLens: () => {
|
|
|
63281
63557
|
readonly name: "poolId";
|
|
63282
63558
|
readonly type: "bytes32";
|
|
63283
63559
|
readonly internalType: "PoolId";
|
|
63560
|
+
}, {
|
|
63561
|
+
readonly name: "lowestTick";
|
|
63562
|
+
readonly type: "int24";
|
|
63563
|
+
readonly internalType: "int24";
|
|
63564
|
+
}, {
|
|
63565
|
+
readonly name: "highestTick";
|
|
63566
|
+
readonly type: "int24";
|
|
63567
|
+
readonly internalType: "int24";
|
|
63284
63568
|
}];
|
|
63285
63569
|
}];
|
|
63286
63570
|
readonly stateMutability: "view";
|
|
@@ -63955,7 +64239,7 @@ declare const useLens: () => {
|
|
|
63955
64239
|
readonly type: "function";
|
|
63956
64240
|
readonly name: "getPoolData";
|
|
63957
64241
|
readonly inputs: readonly [{
|
|
63958
|
-
readonly name: "
|
|
64242
|
+
readonly name: "";
|
|
63959
64243
|
readonly type: "address";
|
|
63960
64244
|
readonly internalType: "contract IPoolManager";
|
|
63961
64245
|
}, {
|
|
@@ -64233,6 +64517,14 @@ declare const useLens: () => {
|
|
|
64233
64517
|
readonly name: "poolId";
|
|
64234
64518
|
readonly type: "bytes32";
|
|
64235
64519
|
readonly internalType: "PoolId";
|
|
64520
|
+
}, {
|
|
64521
|
+
readonly name: "lowestTick";
|
|
64522
|
+
readonly type: "int24";
|
|
64523
|
+
readonly internalType: "int24";
|
|
64524
|
+
}, {
|
|
64525
|
+
readonly name: "highestTick";
|
|
64526
|
+
readonly type: "int24";
|
|
64527
|
+
readonly internalType: "int24";
|
|
64236
64528
|
}];
|
|
64237
64529
|
}];
|
|
64238
64530
|
readonly stateMutability: "view";
|
|
@@ -64902,7 +65194,7 @@ declare const useLens: () => {
|
|
|
64902
65194
|
readonly type: "function";
|
|
64903
65195
|
readonly name: "getPoolData";
|
|
64904
65196
|
readonly inputs: readonly [{
|
|
64905
|
-
readonly name: "
|
|
65197
|
+
readonly name: "";
|
|
64906
65198
|
readonly type: "address";
|
|
64907
65199
|
readonly internalType: "contract IPoolManager";
|
|
64908
65200
|
}, {
|
|
@@ -65180,6 +65472,14 @@ declare const useLens: () => {
|
|
|
65180
65472
|
readonly name: "poolId";
|
|
65181
65473
|
readonly type: "bytes32";
|
|
65182
65474
|
readonly internalType: "PoolId";
|
|
65475
|
+
}, {
|
|
65476
|
+
readonly name: "lowestTick";
|
|
65477
|
+
readonly type: "int24";
|
|
65478
|
+
readonly internalType: "int24";
|
|
65479
|
+
}, {
|
|
65480
|
+
readonly name: "highestTick";
|
|
65481
|
+
readonly type: "int24";
|
|
65482
|
+
readonly internalType: "int24";
|
|
65183
65483
|
}];
|
|
65184
65484
|
}];
|
|
65185
65485
|
readonly stateMutability: "view";
|
|
@@ -65849,7 +66149,7 @@ declare const useLens: () => {
|
|
|
65849
66149
|
readonly type: "function";
|
|
65850
66150
|
readonly name: "getPoolData";
|
|
65851
66151
|
readonly inputs: readonly [{
|
|
65852
|
-
readonly name: "
|
|
66152
|
+
readonly name: "";
|
|
65853
66153
|
readonly type: "address";
|
|
65854
66154
|
readonly internalType: "contract IPoolManager";
|
|
65855
66155
|
}, {
|
|
@@ -66127,6 +66427,14 @@ declare const useLens: () => {
|
|
|
66127
66427
|
readonly name: "poolId";
|
|
66128
66428
|
readonly type: "bytes32";
|
|
66129
66429
|
readonly internalType: "PoolId";
|
|
66430
|
+
}, {
|
|
66431
|
+
readonly name: "lowestTick";
|
|
66432
|
+
readonly type: "int24";
|
|
66433
|
+
readonly internalType: "int24";
|
|
66434
|
+
}, {
|
|
66435
|
+
readonly name: "highestTick";
|
|
66436
|
+
readonly type: "int24";
|
|
66437
|
+
readonly internalType: "int24";
|
|
66130
66438
|
}];
|
|
66131
66439
|
}];
|
|
66132
66440
|
readonly stateMutability: "view";
|
|
@@ -66796,7 +67104,7 @@ declare const useLens: () => {
|
|
|
66796
67104
|
readonly type: "function";
|
|
66797
67105
|
readonly name: "getPoolData";
|
|
66798
67106
|
readonly inputs: readonly [{
|
|
66799
|
-
readonly name: "
|
|
67107
|
+
readonly name: "";
|
|
66800
67108
|
readonly type: "address";
|
|
66801
67109
|
readonly internalType: "contract IPoolManager";
|
|
66802
67110
|
}, {
|
|
@@ -67074,6 +67382,14 @@ declare const useLens: () => {
|
|
|
67074
67382
|
readonly name: "poolId";
|
|
67075
67383
|
readonly type: "bytes32";
|
|
67076
67384
|
readonly internalType: "PoolId";
|
|
67385
|
+
}, {
|
|
67386
|
+
readonly name: "lowestTick";
|
|
67387
|
+
readonly type: "int24";
|
|
67388
|
+
readonly internalType: "int24";
|
|
67389
|
+
}, {
|
|
67390
|
+
readonly name: "highestTick";
|
|
67391
|
+
readonly type: "int24";
|
|
67392
|
+
readonly internalType: "int24";
|
|
67077
67393
|
}];
|
|
67078
67394
|
}];
|
|
67079
67395
|
readonly stateMutability: "view";
|
|
@@ -67743,7 +68059,7 @@ declare const useLens: () => {
|
|
|
67743
68059
|
readonly type: "function";
|
|
67744
68060
|
readonly name: "getPoolData";
|
|
67745
68061
|
readonly inputs: readonly [{
|
|
67746
|
-
readonly name: "
|
|
68062
|
+
readonly name: "";
|
|
67747
68063
|
readonly type: "address";
|
|
67748
68064
|
readonly internalType: "contract IPoolManager";
|
|
67749
68065
|
}, {
|
|
@@ -68021,6 +68337,14 @@ declare const useLens: () => {
|
|
|
68021
68337
|
readonly name: "poolId";
|
|
68022
68338
|
readonly type: "bytes32";
|
|
68023
68339
|
readonly internalType: "PoolId";
|
|
68340
|
+
}, {
|
|
68341
|
+
readonly name: "lowestTick";
|
|
68342
|
+
readonly type: "int24";
|
|
68343
|
+
readonly internalType: "int24";
|
|
68344
|
+
}, {
|
|
68345
|
+
readonly name: "highestTick";
|
|
68346
|
+
readonly type: "int24";
|
|
68347
|
+
readonly internalType: "int24";
|
|
68024
68348
|
}];
|
|
68025
68349
|
}];
|
|
68026
68350
|
readonly stateMutability: "view";
|
|
@@ -68700,7 +69024,7 @@ declare const useLens: () => {
|
|
|
68700
69024
|
readonly type: "function";
|
|
68701
69025
|
readonly name: "getPoolData";
|
|
68702
69026
|
readonly inputs: readonly [{
|
|
68703
|
-
readonly name: "
|
|
69027
|
+
readonly name: "";
|
|
68704
69028
|
readonly type: "address";
|
|
68705
69029
|
readonly internalType: "contract IPoolManager";
|
|
68706
69030
|
}, {
|
|
@@ -68978,6 +69302,14 @@ declare const useLens: () => {
|
|
|
68978
69302
|
readonly name: "poolId";
|
|
68979
69303
|
readonly type: "bytes32";
|
|
68980
69304
|
readonly internalType: "PoolId";
|
|
69305
|
+
}, {
|
|
69306
|
+
readonly name: "lowestTick";
|
|
69307
|
+
readonly type: "int24";
|
|
69308
|
+
readonly internalType: "int24";
|
|
69309
|
+
}, {
|
|
69310
|
+
readonly name: "highestTick";
|
|
69311
|
+
readonly type: "int24";
|
|
69312
|
+
readonly internalType: "int24";
|
|
68981
69313
|
}];
|
|
68982
69314
|
}];
|
|
68983
69315
|
readonly stateMutability: "view";
|
|
@@ -69653,7 +69985,7 @@ declare const useLens: () => {
|
|
|
69653
69985
|
readonly type: "function";
|
|
69654
69986
|
readonly name: "getPoolData";
|
|
69655
69987
|
readonly inputs: readonly [{
|
|
69656
|
-
readonly name: "
|
|
69988
|
+
readonly name: "";
|
|
69657
69989
|
readonly type: "address";
|
|
69658
69990
|
readonly internalType: "contract IPoolManager";
|
|
69659
69991
|
}, {
|
|
@@ -69931,6 +70263,14 @@ declare const useLens: () => {
|
|
|
69931
70263
|
readonly name: "poolId";
|
|
69932
70264
|
readonly type: "bytes32";
|
|
69933
70265
|
readonly internalType: "PoolId";
|
|
70266
|
+
}, {
|
|
70267
|
+
readonly name: "lowestTick";
|
|
70268
|
+
readonly type: "int24";
|
|
70269
|
+
readonly internalType: "int24";
|
|
70270
|
+
}, {
|
|
70271
|
+
readonly name: "highestTick";
|
|
70272
|
+
readonly type: "int24";
|
|
70273
|
+
readonly internalType: "int24";
|
|
69934
70274
|
}];
|
|
69935
70275
|
}];
|
|
69936
70276
|
readonly stateMutability: "view";
|
|
@@ -70616,7 +70956,7 @@ declare const useLens: () => {
|
|
|
70616
70956
|
readonly type: "function";
|
|
70617
70957
|
readonly name: "getPoolData";
|
|
70618
70958
|
readonly inputs: readonly [{
|
|
70619
|
-
readonly name: "
|
|
70959
|
+
readonly name: "";
|
|
70620
70960
|
readonly type: "address";
|
|
70621
70961
|
readonly internalType: "contract IPoolManager";
|
|
70622
70962
|
}, {
|
|
@@ -70894,6 +71234,14 @@ declare const useLens: () => {
|
|
|
70894
71234
|
readonly name: "poolId";
|
|
70895
71235
|
readonly type: "bytes32";
|
|
70896
71236
|
readonly internalType: "PoolId";
|
|
71237
|
+
}, {
|
|
71238
|
+
readonly name: "lowestTick";
|
|
71239
|
+
readonly type: "int24";
|
|
71240
|
+
readonly internalType: "int24";
|
|
71241
|
+
}, {
|
|
71242
|
+
readonly name: "highestTick";
|
|
71243
|
+
readonly type: "int24";
|
|
71244
|
+
readonly internalType: "int24";
|
|
70897
71245
|
}];
|
|
70898
71246
|
}];
|
|
70899
71247
|
readonly stateMutability: "view";
|
|
@@ -71580,7 +71928,7 @@ declare const useLens: () => {
|
|
|
71580
71928
|
readonly type: "function";
|
|
71581
71929
|
readonly name: "getPoolData";
|
|
71582
71930
|
readonly inputs: readonly [{
|
|
71583
|
-
readonly name: "
|
|
71931
|
+
readonly name: "";
|
|
71584
71932
|
readonly type: "address";
|
|
71585
71933
|
readonly internalType: "contract IPoolManager";
|
|
71586
71934
|
}, {
|
|
@@ -71858,6 +72206,14 @@ declare const useLens: () => {
|
|
|
71858
72206
|
readonly name: "poolId";
|
|
71859
72207
|
readonly type: "bytes32";
|
|
71860
72208
|
readonly internalType: "PoolId";
|
|
72209
|
+
}, {
|
|
72210
|
+
readonly name: "lowestTick";
|
|
72211
|
+
readonly type: "int24";
|
|
72212
|
+
readonly internalType: "int24";
|
|
72213
|
+
}, {
|
|
72214
|
+
readonly name: "highestTick";
|
|
72215
|
+
readonly type: "int24";
|
|
72216
|
+
readonly internalType: "int24";
|
|
71861
72217
|
}];
|
|
71862
72218
|
}];
|
|
71863
72219
|
readonly stateMutability: "view";
|
|
@@ -72527,7 +72883,7 @@ declare const useLens: () => {
|
|
|
72527
72883
|
readonly type: "function";
|
|
72528
72884
|
readonly name: "getPoolData";
|
|
72529
72885
|
readonly inputs: readonly [{
|
|
72530
|
-
readonly name: "
|
|
72886
|
+
readonly name: "";
|
|
72531
72887
|
readonly type: "address";
|
|
72532
72888
|
readonly internalType: "contract IPoolManager";
|
|
72533
72889
|
}, {
|
|
@@ -72805,6 +73161,14 @@ declare const useLens: () => {
|
|
|
72805
73161
|
readonly name: "poolId";
|
|
72806
73162
|
readonly type: "bytes32";
|
|
72807
73163
|
readonly internalType: "PoolId";
|
|
73164
|
+
}, {
|
|
73165
|
+
readonly name: "lowestTick";
|
|
73166
|
+
readonly type: "int24";
|
|
73167
|
+
readonly internalType: "int24";
|
|
73168
|
+
}, {
|
|
73169
|
+
readonly name: "highestTick";
|
|
73170
|
+
readonly type: "int24";
|
|
73171
|
+
readonly internalType: "int24";
|
|
72808
73172
|
}];
|
|
72809
73173
|
}];
|
|
72810
73174
|
readonly stateMutability: "view";
|
|
@@ -73474,7 +73838,7 @@ declare const useLens: () => {
|
|
|
73474
73838
|
readonly type: "function";
|
|
73475
73839
|
readonly name: "getPoolData";
|
|
73476
73840
|
readonly inputs: readonly [{
|
|
73477
|
-
readonly name: "
|
|
73841
|
+
readonly name: "";
|
|
73478
73842
|
readonly type: "address";
|
|
73479
73843
|
readonly internalType: "contract IPoolManager";
|
|
73480
73844
|
}, {
|
|
@@ -73752,6 +74116,14 @@ declare const useLens: () => {
|
|
|
73752
74116
|
readonly name: "poolId";
|
|
73753
74117
|
readonly type: "bytes32";
|
|
73754
74118
|
readonly internalType: "PoolId";
|
|
74119
|
+
}, {
|
|
74120
|
+
readonly name: "lowestTick";
|
|
74121
|
+
readonly type: "int24";
|
|
74122
|
+
readonly internalType: "int24";
|
|
74123
|
+
}, {
|
|
74124
|
+
readonly name: "highestTick";
|
|
74125
|
+
readonly type: "int24";
|
|
74126
|
+
readonly internalType: "int24";
|
|
73755
74127
|
}];
|
|
73756
74128
|
}];
|
|
73757
74129
|
readonly stateMutability: "view";
|
|
@@ -74424,7 +74796,7 @@ declare const useLens: () => {
|
|
|
74424
74796
|
readonly type: "function";
|
|
74425
74797
|
readonly name: "getPoolData";
|
|
74426
74798
|
readonly inputs: readonly [{
|
|
74427
|
-
readonly name: "
|
|
74799
|
+
readonly name: "";
|
|
74428
74800
|
readonly type: "address";
|
|
74429
74801
|
readonly internalType: "contract IPoolManager";
|
|
74430
74802
|
}, {
|
|
@@ -74702,6 +75074,14 @@ declare const useLens: () => {
|
|
|
74702
75074
|
readonly name: "poolId";
|
|
74703
75075
|
readonly type: "bytes32";
|
|
74704
75076
|
readonly internalType: "PoolId";
|
|
75077
|
+
}, {
|
|
75078
|
+
readonly name: "lowestTick";
|
|
75079
|
+
readonly type: "int24";
|
|
75080
|
+
readonly internalType: "int24";
|
|
75081
|
+
}, {
|
|
75082
|
+
readonly name: "highestTick";
|
|
75083
|
+
readonly type: "int24";
|
|
75084
|
+
readonly internalType: "int24";
|
|
74705
75085
|
}];
|
|
74706
75086
|
}];
|
|
74707
75087
|
readonly stateMutability: "view";
|
|
@@ -75375,7 +75755,7 @@ declare const useLens: () => {
|
|
|
75375
75755
|
readonly type: "function";
|
|
75376
75756
|
readonly name: "getPoolData";
|
|
75377
75757
|
readonly inputs: readonly [{
|
|
75378
|
-
readonly name: "
|
|
75758
|
+
readonly name: "";
|
|
75379
75759
|
readonly type: "address";
|
|
75380
75760
|
readonly internalType: "contract IPoolManager";
|
|
75381
75761
|
}, {
|
|
@@ -75653,6 +76033,14 @@ declare const useLens: () => {
|
|
|
75653
76033
|
readonly name: "poolId";
|
|
75654
76034
|
readonly type: "bytes32";
|
|
75655
76035
|
readonly internalType: "PoolId";
|
|
76036
|
+
}, {
|
|
76037
|
+
readonly name: "lowestTick";
|
|
76038
|
+
readonly type: "int24";
|
|
76039
|
+
readonly internalType: "int24";
|
|
76040
|
+
}, {
|
|
76041
|
+
readonly name: "highestTick";
|
|
76042
|
+
readonly type: "int24";
|
|
76043
|
+
readonly internalType: "int24";
|
|
75656
76044
|
}];
|
|
75657
76045
|
}];
|
|
75658
76046
|
readonly stateMutability: "view";
|
|
@@ -76332,7 +76720,7 @@ declare const useLens: () => {
|
|
|
76332
76720
|
readonly type: "function";
|
|
76333
76721
|
readonly name: "getPoolData";
|
|
76334
76722
|
readonly inputs: readonly [{
|
|
76335
|
-
readonly name: "
|
|
76723
|
+
readonly name: "";
|
|
76336
76724
|
readonly type: "address";
|
|
76337
76725
|
readonly internalType: "contract IPoolManager";
|
|
76338
76726
|
}, {
|
|
@@ -76610,6 +76998,14 @@ declare const useLens: () => {
|
|
|
76610
76998
|
readonly name: "poolId";
|
|
76611
76999
|
readonly type: "bytes32";
|
|
76612
77000
|
readonly internalType: "PoolId";
|
|
77001
|
+
}, {
|
|
77002
|
+
readonly name: "lowestTick";
|
|
77003
|
+
readonly type: "int24";
|
|
77004
|
+
readonly internalType: "int24";
|
|
77005
|
+
}, {
|
|
77006
|
+
readonly name: "highestTick";
|
|
77007
|
+
readonly type: "int24";
|
|
77008
|
+
readonly internalType: "int24";
|
|
76613
77009
|
}];
|
|
76614
77010
|
}];
|
|
76615
77011
|
readonly stateMutability: "view";
|
|
@@ -76661,6 +77057,8 @@ declare const useLens: () => {
|
|
|
76661
77057
|
hooks: `0x${string}`;
|
|
76662
77058
|
};
|
|
76663
77059
|
poolId: `0x${string}`;
|
|
77060
|
+
lowestTick: number;
|
|
77061
|
+
highestTick: number;
|
|
76664
77062
|
}>;
|
|
76665
77063
|
getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
|
|
76666
77064
|
readonly type: "function";
|
|
@@ -77289,7 +77687,7 @@ declare const useLens: () => {
|
|
|
77289
77687
|
readonly type: "function";
|
|
77290
77688
|
readonly name: "getPoolData";
|
|
77291
77689
|
readonly inputs: readonly [{
|
|
77292
|
-
readonly name: "
|
|
77690
|
+
readonly name: "";
|
|
77293
77691
|
readonly type: "address";
|
|
77294
77692
|
readonly internalType: "contract IPoolManager";
|
|
77295
77693
|
}, {
|
|
@@ -77567,6 +77965,14 @@ declare const useLens: () => {
|
|
|
77567
77965
|
readonly name: "poolId";
|
|
77568
77966
|
readonly type: "bytes32";
|
|
77569
77967
|
readonly internalType: "PoolId";
|
|
77968
|
+
}, {
|
|
77969
|
+
readonly name: "lowestTick";
|
|
77970
|
+
readonly type: "int24";
|
|
77971
|
+
readonly internalType: "int24";
|
|
77972
|
+
}, {
|
|
77973
|
+
readonly name: "highestTick";
|
|
77974
|
+
readonly type: "int24";
|
|
77975
|
+
readonly internalType: "int24";
|
|
77570
77976
|
}];
|
|
77571
77977
|
}];
|
|
77572
77978
|
readonly stateMutability: "view";
|
|
@@ -78238,7 +78644,7 @@ declare const useLens: () => {
|
|
|
78238
78644
|
readonly type: "function";
|
|
78239
78645
|
readonly name: "getPoolData";
|
|
78240
78646
|
readonly inputs: readonly [{
|
|
78241
|
-
readonly name: "
|
|
78647
|
+
readonly name: "";
|
|
78242
78648
|
readonly type: "address";
|
|
78243
78649
|
readonly internalType: "contract IPoolManager";
|
|
78244
78650
|
}, {
|
|
@@ -78516,6 +78922,14 @@ declare const useLens: () => {
|
|
|
78516
78922
|
readonly name: "poolId";
|
|
78517
78923
|
readonly type: "bytes32";
|
|
78518
78924
|
readonly internalType: "PoolId";
|
|
78925
|
+
}, {
|
|
78926
|
+
readonly name: "lowestTick";
|
|
78927
|
+
readonly type: "int24";
|
|
78928
|
+
readonly internalType: "int24";
|
|
78929
|
+
}, {
|
|
78930
|
+
readonly name: "highestTick";
|
|
78931
|
+
readonly type: "int24";
|
|
78932
|
+
readonly internalType: "int24";
|
|
78519
78933
|
}];
|
|
78520
78934
|
}];
|
|
78521
78935
|
readonly stateMutability: "view";
|
|
@@ -98000,4 +98414,4 @@ declare const useLens: () => {
|
|
|
98000
98414
|
};
|
|
98001
98415
|
//#endregion
|
|
98002
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 };
|
|
98003
|
-
//# sourceMappingURL=client-
|
|
98417
|
+
//# sourceMappingURL=client-BPfSSNYu.d.cts.map
|