timelock-sdk 0.0.194 → 0.0.196

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.
@@ -4,7 +4,7 @@ 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 _tanstack_react_query0 from "@tanstack/react-query";
7
+ import * as _tanstack_react_query1 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";
@@ -427,7 +427,7 @@ declare const getErc20: (address: Address, client: Client) => {
427
427
  readonly internalType: "bool";
428
428
  }];
429
429
  readonly stateMutability: "nonpayable";
430
- }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
430
+ }], "symbol", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
431
431
  allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
432
432
  readonly type: "constructor";
433
433
  readonly inputs: readonly [{
@@ -606,7 +606,7 @@ 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" | "args" | "functionName">> | undefined) => Promise<bigint>;
609
+ }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
610
610
  balanceOf: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
611
611
  readonly type: "constructor";
612
612
  readonly inputs: readonly [{
@@ -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" | "args" | "functionName">> | undefined) => Promise<bigint>;
788
+ }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
789
789
  decimals: (options?: viem491.Prettify<viem491.UnionOmit<viem491.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" | "args" | "functionName">> | undefined) => Promise<number>;
967
+ }], "decimals", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
968
968
  name: (options?: viem491.Prettify<viem491.UnionOmit<viem491.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" | "args" | "functionName">> | undefined) => Promise<string>;
1146
+ }], "name", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<string>;
1147
1147
  totalSupply: (options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
1148
1148
  readonly type: "constructor";
1149
1149
  readonly inputs: readonly [{
@@ -1322,7 +1322,7 @@ declare const getErc20: (address: Address, client: Client) => {
1322
1322
  readonly internalType: "bool";
1323
1323
  }];
1324
1324
  readonly stateMutability: "nonpayable";
1325
- }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1325
+ }], "totalSupply", readonly []>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
1326
1326
  };
1327
1327
  estimateGas: {
1328
1328
  approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
@@ -1503,7 +1503,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1506
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
1507
1507
  decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1508
1508
  readonly type: "constructor";
1509
1509
  readonly inputs: readonly [{
@@ -1682,7 +1682,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1685
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
1686
1686
  increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1687
1687
  readonly type: "constructor";
1688
1688
  readonly inputs: readonly [{
@@ -1861,7 +1861,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
1864
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
1865
1865
  transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
1866
1866
  readonly type: "constructor";
1867
1867
  readonly inputs: readonly [{
@@ -2040,7 +2040,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2043
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2044
2044
  transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2045
2045
  readonly type: "constructor";
2046
2046
  readonly inputs: readonly [{
@@ -2219,7 +2219,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2222
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2223
2223
  } & {
2224
2224
  approve: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2225
2225
  readonly type: "constructor";
@@ -2399,7 +2399,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2402
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2403
2403
  decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2404
2404
  readonly type: "constructor";
2405
2405
  readonly inputs: readonly [{
@@ -2578,7 +2578,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2581
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2582
2582
  increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2583
2583
  readonly type: "constructor";
2584
2584
  readonly inputs: readonly [{
@@ -2757,7 +2757,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2760
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2761
2761
  transfer: (args: readonly [`0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2762
2762
  readonly type: "constructor";
2763
2763
  readonly inputs: readonly [{
@@ -2936,7 +2936,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
2939
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
2940
2940
  transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem491.Prettify<viem491.UnionOmit<viem491.EstimateContractGasParameters<readonly [{
2941
2941
  readonly type: "constructor";
2942
2942
  readonly inputs: readonly [{
@@ -3115,7 +3115,7 @@ 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], viem491.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem491.EstimateContractGasReturnType>;
3118
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined>, "address" | "abi" | "functionName" | "args">>) => Promise<viem491.EstimateContractGasReturnType>;
3119
3119
  };
3120
3120
  simulate: {
3121
3121
  approve: <chainOverride extends viem491.Chain | undefined = undefined, accountOverride extends viem491.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem491.SimulateContractParameters<readonly [{
@@ -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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3299
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3300
3300
  readonly type: "constructor";
3301
3301
  readonly inputs: readonly [{
3302
3302
  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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3656
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
3657
3657
  readonly type: "constructor";
3658
3658
  readonly inputs: readonly [{
3659
3659
  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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4013
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4014
4014
  readonly type: "constructor";
4015
4015
  readonly inputs: readonly [{
4016
4016
  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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4370
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4371
4371
  readonly type: "constructor";
4372
4372
  readonly inputs: readonly [{
4373
4373
  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], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4727
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "functionName" | "args"> | undefined) => Promise<viem491.SimulateContractReturnType<readonly [{
4728
4728
  readonly type: "constructor";
4729
4729
  readonly inputs: readonly [{
4730
4730
  readonly name: "name_";
@@ -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], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5086
+ }], "approve", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5087
5087
  decreaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.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], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5265
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5266
5266
  increaseAllowance: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.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], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5444
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5445
5445
  transfer: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.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], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5623
+ }], "transfer", readonly [`0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5624
5624
  transferFrom: <chainOverride extends viem491.Chain | undefined, options extends (viem491.UnionOmit<viem491.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], viem491.Chain | undefined, viem491.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<viem491.WriteContractReturnType>;
5802
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem491.Chain | undefined, viem491.Account | undefined, chainOverride>, "address" | "abi" | "functionName" | "args"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem491.WriteContractReturnType>;
5803
5803
  };
5804
5804
  address: `0x${string}`;
5805
5805
  abi: readonly [{
@@ -6826,7 +6826,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
6826
6826
  fee: number;
6827
6827
  tickSpacing: number;
6828
6828
  hooks: `0x${string}`;
6829
- }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
6829
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
6830
6830
  currency0: `0x${string}`;
6831
6831
  currency1: `0x${string}`;
6832
6832
  fee: number;
@@ -7673,7 +7673,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
7673
7673
  fee: number;
7674
7674
  tickSpacing: number;
7675
7675
  hooks: `0x${string}`;
7676
- }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
7676
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
7677
7677
  getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
7678
7678
  readonly type: "function";
7679
7679
  readonly name: "getFeeGrowthGlobals";
@@ -8515,7 +8515,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
8515
8515
  fee: number;
8516
8516
  tickSpacing: number;
8517
8517
  hooks: `0x${string}`;
8518
- }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
8518
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
8519
8519
  currency0: `0x${string}`;
8520
8520
  currency1: `0x${string}`;
8521
8521
  fee: number;
@@ -9362,7 +9362,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
9362
9362
  fee: number;
9363
9363
  tickSpacing: number;
9364
9364
  hooks: `0x${string}`;
9365
- }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
9365
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
9366
9366
  getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
9367
9367
  readonly type: "function";
9368
9368
  readonly name: "getFeeGrowthGlobals";
@@ -10204,7 +10204,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
10204
10204
  fee: number;
10205
10205
  tickSpacing: number;
10206
10206
  hooks: `0x${string}`;
10207
- }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
10207
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
10208
10208
  currency0: `0x${string}`;
10209
10209
  currency1: `0x${string}`;
10210
10210
  fee: number;
@@ -11051,7 +11051,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11051
11051
  fee: number;
11052
11052
  tickSpacing: number;
11053
11053
  hooks: `0x${string}`;
11054
- }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
11054
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
11055
11055
  getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11056
11056
  readonly type: "function";
11057
11057
  readonly name: "getFeeGrowthGlobals";
@@ -11899,7 +11899,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
11899
11899
  fee: number;
11900
11900
  tickSpacing: number;
11901
11901
  hooks: `0x${string}`;
11902
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11902
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
11903
11903
  readonly type: "function";
11904
11904
  readonly name: "getFeeGrowthGlobals";
11905
11905
  readonly inputs: readonly [{
@@ -12746,7 +12746,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
12746
12746
  fee: number;
12747
12747
  tickSpacing: number;
12748
12748
  hooks: `0x${string}`;
12749
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
12749
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
12750
12750
  currency0: `0x${string}`;
12751
12751
  currency1: `0x${string}`;
12752
12752
  fee: number;
@@ -13599,7 +13599,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
13599
13599
  fee: number;
13600
13600
  tickSpacing: number;
13601
13601
  hooks: `0x${string}`;
13602
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
13602
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
13603
13603
  currency0: `0x${string}`;
13604
13604
  currency1: `0x${string}`;
13605
13605
  fee: number;
@@ -14452,7 +14452,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
14452
14452
  fee: number;
14453
14453
  tickSpacing: number;
14454
14454
  hooks: `0x${string}`;
14455
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
14455
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
14456
14456
  getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
14457
14457
  readonly type: "function";
14458
14458
  readonly name: "getFeeGrowthGlobals";
@@ -15294,7 +15294,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
15294
15294
  fee: number;
15295
15295
  tickSpacing: number;
15296
15296
  hooks: `0x${string}`;
15297
- }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
15297
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
15298
15298
  currency0: `0x${string}`;
15299
15299
  currency1: `0x${string}`;
15300
15300
  fee: number;
@@ -16141,7 +16141,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16141
16141
  fee: number;
16142
16142
  tickSpacing: number;
16143
16143
  hooks: `0x${string}`;
16144
- }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
16144
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
16145
16145
  getSlot0: (args: readonly [`0x${string}`, {
16146
16146
  currency0: `0x${string}`;
16147
16147
  currency1: `0x${string}`;
@@ -16989,7 +16989,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
16989
16989
  fee: number;
16990
16990
  tickSpacing: number;
16991
16991
  hooks: `0x${string}`;
16992
- }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16992
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
16993
16993
  getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
16994
16994
  readonly type: "function";
16995
16995
  readonly name: "getFeeGrowthGlobals";
@@ -17825,7 +17825,7 @@ 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" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17828
+ }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
17829
17829
  getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
17830
17830
  readonly type: "function";
17831
17831
  readonly name: "getFeeGrowthGlobals";
@@ -18667,7 +18667,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
18667
18667
  fee: number;
18668
18668
  tickSpacing: number;
18669
18669
  hooks: `0x${string}`;
18670
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
18670
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
18671
18671
  currency0: `0x${string}`;
18672
18672
  currency1: `0x${string}`;
18673
18673
  fee: number;
@@ -19514,7 +19514,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
19514
19514
  fee: number;
19515
19515
  tickSpacing: number;
19516
19516
  hooks: `0x${string}`;
19517
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
19517
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
19518
19518
  getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
19519
19519
  readonly type: "function";
19520
19520
  readonly name: "getFeeGrowthGlobals";
@@ -20356,7 +20356,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
20356
20356
  fee: number;
20357
20357
  tickSpacing: number;
20358
20358
  hooks: `0x${string}`;
20359
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
20359
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
20360
20360
  currency0: `0x${string}`;
20361
20361
  currency1: `0x${string}`;
20362
20362
  fee: number;
@@ -21203,7 +21203,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
21203
21203
  fee: number;
21204
21204
  tickSpacing: number;
21205
21205
  hooks: `0x${string}`;
21206
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
21206
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
21207
21207
  getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
21208
21208
  readonly type: "function";
21209
21209
  readonly name: "getFeeGrowthGlobals";
@@ -22045,7 +22045,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22045
22045
  fee: number;
22046
22046
  tickSpacing: number;
22047
22047
  hooks: `0x${string}`;
22048
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
22048
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
22049
22049
  currency0: `0x${string}`;
22050
22050
  currency1: `0x${string}`;
22051
22051
  fee: number;
@@ -22892,7 +22892,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
22892
22892
  fee: number;
22893
22893
  tickSpacing: number;
22894
22894
  hooks: `0x${string}`;
22895
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
22895
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
22896
22896
  getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
22897
22897
  readonly type: "function";
22898
22898
  readonly name: "getFeeGrowthGlobals";
@@ -23734,7 +23734,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
23734
23734
  fee: number;
23735
23735
  tickSpacing: number;
23736
23736
  hooks: `0x${string}`;
23737
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
23737
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
23738
23738
  currency0: `0x${string}`;
23739
23739
  currency1: `0x${string}`;
23740
23740
  fee: number;
@@ -24581,7 +24581,7 @@ declare const getStateView: (client: PublicClient, address?: Address) => Promise
24581
24581
  fee: number;
24582
24582
  tickSpacing: number;
24583
24583
  hooks: `0x${string}`;
24584
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
24584
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
24585
24585
  };
24586
24586
  address: `0x${string}`;
24587
24587
  abi: readonly [{
@@ -26369,7 +26369,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
26369
26369
  readonly internalType: "uint256";
26370
26370
  }];
26371
26371
  readonly stateMutability: "view";
26372
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
26372
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
26373
26373
  getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
26374
26374
  readonly type: "function";
26375
26375
  readonly name: "batchGetRefTick";
@@ -27316,7 +27316,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
27316
27316
  readonly internalType: "uint256";
27317
27317
  }];
27318
27318
  readonly stateMutability: "view";
27319
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
27319
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
27320
27320
  tickLower: number;
27321
27321
  tickUpper: number;
27322
27322
  prevTickLower: number;
@@ -28276,7 +28276,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
28276
28276
  readonly internalType: "uint256";
28277
28277
  }];
28278
28278
  readonly stateMutability: "view";
28279
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
28279
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
28280
28280
  optionId: bigint;
28281
28281
  owner: `0x${string}`;
28282
28282
  optionType: number;
@@ -29233,7 +29233,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
29233
29233
  readonly internalType: "uint256";
29234
29234
  }];
29235
29235
  readonly stateMutability: "view";
29236
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
29236
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
29237
29237
  openingFeeRate: number;
29238
29238
  baseFeeRate: number;
29239
29239
  minOpeningFee: bigint;
@@ -30186,7 +30186,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
30186
30186
  readonly internalType: "uint256";
30187
30187
  }];
30188
30188
  readonly stateMutability: "view";
30189
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
30189
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
30190
30190
  globalMintPaused: {
30191
30191
  paused: boolean;
30192
30192
  updatedAt: bigint;
@@ -31149,7 +31149,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
31149
31149
  readonly internalType: "uint256";
31150
31150
  }];
31151
31151
  readonly stateMutability: "view";
31152
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
31152
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
31153
31153
  getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
31154
31154
  readonly type: "function";
31155
31155
  readonly name: "batchGetRefTick";
@@ -32096,7 +32096,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
32096
32096
  readonly internalType: "uint256";
32097
32097
  }];
32098
32098
  readonly stateMutability: "view";
32099
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
32099
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
32100
32100
  guardian: `0x${string}`;
32101
32101
  vault: `0x${string}`;
32102
32102
  poolManager: `0x${string}`;
@@ -33064,7 +33064,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
33064
33064
  readonly internalType: "uint256";
33065
33065
  }];
33066
33066
  readonly stateMutability: "view";
33067
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
33067
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
33068
33068
  optionsCount: bigint;
33069
33069
  optionPricing: `0x${string}`;
33070
33070
  feeStrategy: `0x${string}`;
@@ -34016,7 +34016,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34016
34016
  readonly internalType: "uint256";
34017
34017
  }];
34018
34018
  readonly stateMutability: "view";
34019
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
34019
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
34020
34020
  getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34021
34021
  readonly type: "function";
34022
34022
  readonly name: "batchGetRefTick";
@@ -34963,7 +34963,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
34963
34963
  readonly internalType: "uint256";
34964
34964
  }];
34965
34965
  readonly stateMutability: "view";
34966
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
34966
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
34967
34967
  getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
34968
34968
  readonly type: "function";
34969
34969
  readonly name: "batchGetRefTick";
@@ -35910,7 +35910,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
35910
35910
  readonly internalType: "uint256";
35911
35911
  }];
35912
35912
  readonly stateMutability: "view";
35913
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
35913
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
35914
35914
  getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
35915
35915
  readonly type: "function";
35916
35916
  readonly name: "batchGetRefTick";
@@ -36857,7 +36857,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
36857
36857
  readonly internalType: "uint256";
36858
36858
  }];
36859
36859
  readonly stateMutability: "view";
36860
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
36860
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
36861
36861
  getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
36862
36862
  readonly type: "function";
36863
36863
  readonly name: "batchGetRefTick";
@@ -37804,7 +37804,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
37804
37804
  readonly internalType: "uint256";
37805
37805
  }];
37806
37806
  readonly stateMutability: "view";
37807
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
37807
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
37808
37808
  optionId: bigint;
37809
37809
  owner: `0x${string}`;
37810
37810
  optionType: number;
@@ -38761,7 +38761,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
38761
38761
  readonly internalType: "uint256";
38762
38762
  }];
38763
38763
  readonly stateMutability: "view";
38764
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
38764
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
38765
38765
  logicContract: `0x${string}`;
38766
38766
  iv: number;
38767
38767
  riskFreeRate: number;
@@ -39714,7 +39714,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
39714
39714
  readonly internalType: "uint256";
39715
39715
  }];
39716
39716
  readonly stateMutability: "view";
39717
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
39717
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
39718
39718
  optionId: bigint;
39719
39719
  owner: `0x${string}`;
39720
39720
  optionType: number;
@@ -40683,7 +40683,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
40683
40683
  fee: number;
40684
40684
  tickSpacing: number;
40685
40685
  hooks: `0x${string}`;
40686
- }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
40686
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
40687
40687
  token0: `0x${string}`;
40688
40688
  token1: `0x${string}`;
40689
40689
  token0Decimals: number;
@@ -41641,7 +41641,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
41641
41641
  readonly internalType: "uint256";
41642
41642
  }];
41643
41643
  readonly stateMutability: "view";
41644
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41644
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
41645
41645
  getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
41646
41646
  readonly type: "function";
41647
41647
  readonly name: "batchGetRefTick";
@@ -42588,7 +42588,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
42588
42588
  readonly internalType: "uint256";
42589
42589
  }];
42590
42590
  readonly stateMutability: "view";
42591
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
42591
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
42592
42592
  getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
42593
42593
  readonly type: "function";
42594
42594
  readonly name: "batchGetRefTick";
@@ -43535,7 +43535,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
43535
43535
  readonly internalType: "uint256";
43536
43536
  }];
43537
43537
  readonly stateMutability: "view";
43538
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
43538
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
43539
43539
  dailyFundingRate: number;
43540
43540
  minFundingAmount: bigint;
43541
43541
  }>;
@@ -44485,7 +44485,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
44485
44485
  readonly internalType: "uint256";
44486
44486
  }];
44487
44487
  readonly stateMutability: "view";
44488
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
44488
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
44489
44489
  decimals: number;
44490
44490
  symbol: string;
44491
44491
  name: string;
@@ -45436,7 +45436,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
45436
45436
  readonly internalType: "uint256";
45437
45437
  }];
45438
45438
  readonly stateMutability: "view";
45439
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
45439
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
45440
45440
  optionId: bigint;
45441
45441
  owner: `0x${string}`;
45442
45442
  optionType: number;
@@ -46393,7 +46393,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
46393
46393
  readonly internalType: "uint256";
46394
46394
  }];
46395
46395
  readonly stateMutability: "view";
46396
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
46396
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
46397
46397
  poolManager: `0x${string}`;
46398
46398
  poolKey: {
46399
46399
  currency0: `0x${string}`;
@@ -47350,7 +47350,7 @@ declare const getTimelockLens: (client: PublicClient, address?: Address) => Prom
47350
47350
  readonly internalType: "uint256";
47351
47351
  }];
47352
47352
  readonly stateMutability: "view";
47353
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47353
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
47354
47354
  };
47355
47355
  address: `0x${string}`;
47356
47356
  abi: readonly [{
@@ -49357,7 +49357,7 @@ declare const useMarketState: (marketAddr: Address | undefined) => wagmi0.UseRea
49357
49357
  }>;
49358
49358
  //#endregion
49359
49359
  //#region src/hooks/market/useMarketVolume.d.ts
49360
- declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49360
+ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49361
49361
  address: Address;
49362
49362
  totalVolume: bigint;
49363
49363
  totalPremium: bigint;
@@ -49372,7 +49372,7 @@ declare const useMarketVolume: (marketAddr: Address | undefined) => _tanstack_re
49372
49372
  type Amount = {
49373
49373
  scaled: bigint;
49374
49374
  unscaled: Big;
49375
- decimals: number;
49375
+ scalingFactor: bigint;
49376
49376
  formatted: string;
49377
49377
  };
49378
49378
  declare const zero: Amount;
@@ -49382,7 +49382,7 @@ declare const wrapPrice: (scaled: bigint, decimals0: number, decimals1: number)
49382
49382
  declare const wrapPriceUnscaled: (unscaled: Big | number | string, decimals0: number, decimals1: number) => Amount;
49383
49383
  declare const unscaleAmount: (scaled: bigint, decimals: number) => Big.Big;
49384
49384
  declare const scaleAmount: (unscaled: Big | number | string, decimals: number) => bigint;
49385
- declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number, precision?: number) => Big.Big;
49385
+ declare const unscalePrice: (scaled: bigint, decimals0: number, decimals1: number) => Big.Big;
49386
49386
  declare const scalePrice: (unscaled: Big | number | string, decimals0: number, decimals1: number, precision?: number) => bigint;
49387
49387
  declare const formatAmount: (value?: Big | number | string) => string;
49388
49388
  declare const formatVagueAmount: (value: Big | number | bigint | string, fractionDigits?: number) => string;
@@ -49567,7 +49567,7 @@ declare const useMaxPositionSize: (marketAddr: Address | undefined, strikeTick?:
49567
49567
  };
49568
49568
  //#endregion
49569
49569
  //#region src/hooks/options/useMintOption.d.ts
49570
- declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49570
+ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49571
49571
  optionType: "CALL" | "PUT";
49572
49572
  amount: bigint;
49573
49573
  duration: number;
@@ -49577,7 +49577,7 @@ declare const useMintOption: (marketAddr: Address | undefined) => _tanstack_reac
49577
49577
  //#endregion
49578
49578
  //#region src/hooks/options/useUserOptions.d.ts
49579
49579
  type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
49580
- declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query0.UseQueryResult<{
49580
+ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query1.UseQueryResult<{
49581
49581
  optionId: bigint;
49582
49582
  marketAddr: Address;
49583
49583
  ownerAddr: Address;
@@ -49607,7 +49607,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
49607
49607
  address: string;
49608
49608
  } | null;
49609
49609
  }[], Error>;
49610
- declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query0.UseQueryResult<{
49610
+ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query1.UseQueryResult<{
49611
49611
  optionId: bigint;
49612
49612
  marketAddr: Address;
49613
49613
  ownerAddr: Address;
@@ -49637,7 +49637,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
49637
49637
  address: string;
49638
49638
  } | null;
49639
49639
  }[], Error>;
49640
- declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query0.UseQueryResult<{
49640
+ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query1.UseQueryResult<{
49641
49641
  optionId: bigint;
49642
49642
  marketAddr: Address;
49643
49643
  ownerAddr: Address;
@@ -49669,7 +49669,7 @@ declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address |
49669
49669
  }[], Error>;
49670
49670
  //#endregion
49671
49671
  //#region src/hooks/options/useExerciseOption.d.ts
49672
- declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49672
+ declare const useExerciseOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49673
49673
  option: OptionData;
49674
49674
  liquidities: readonly bigint[];
49675
49675
  }, unknown>;
@@ -49692,7 +49692,7 @@ declare const useOptionPremium: (marketAddr: Address | undefined, optionType: "C
49692
49692
  };
49693
49693
  //#endregion
49694
49694
  //#region src/hooks/options/useExtendOption.d.ts
49695
- declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
49695
+ declare const useExtendOption: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
49696
49696
  option: OptionData;
49697
49697
  duration: number;
49698
49698
  }, unknown>;
@@ -49708,7 +49708,7 @@ type ExerciseOptionEvent = Extract<OptionEvent, {
49708
49708
  type ExtendEvent = Extract<OptionEvent, {
49709
49709
  type: 'extend';
49710
49710
  }>;
49711
- declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query0.UseQueryResult<({
49711
+ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: bigint | undefined) => _tanstack_react_query1.UseQueryResult<({
49712
49712
  type: "mint";
49713
49713
  data: {
49714
49714
  id: string;
@@ -49749,7 +49749,7 @@ declare const useOptionTimeline: (marketAddr: Address | undefined, optionId: big
49749
49749
  })[], Error>;
49750
49750
  //#endregion
49751
49751
  //#region src/hooks/perps/useMintPerp.d.ts
49752
- declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, {
49752
+ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, {
49753
49753
  optionType: "CALL" | "PUT";
49754
49754
  amount: bigint;
49755
49755
  duration: number;
@@ -49757,17 +49757,17 @@ declare const useMintPerp: (marketAddr: Address | undefined) => _tanstack_react_
49757
49757
  }, unknown>;
49758
49758
  //#endregion
49759
49759
  //#region src/hooks/perps/useClosePerp.d.ts
49760
- declare const useClosePerp: () => _tanstack_react_query0.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
49760
+ declare const useClosePerp: () => _tanstack_react_query1.UseMutationResult<void, Error, ExercisePerpBody, unknown>;
49761
49761
  //#endregion
49762
49762
  //#region src/hooks/perps/usePerpsOperator.d.ts
49763
49763
  declare const usePerpsOperator: () => {
49764
49764
  operator: PerpsOperator | undefined;
49765
49765
  address: `0x${string}` | undefined;
49766
- signMessage: _tanstack_react_query0.UseMutationResult<void, Error, void, unknown>;
49766
+ signMessage: _tanstack_react_query1.UseMutationResult<void, Error, void, unknown>;
49767
49767
  };
49768
49768
  //#endregion
49769
49769
  //#region src/hooks/perps/useUserPerps.d.ts
49770
- declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query0.UseQueryResult<{
49770
+ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined, type: "active" | "closed" | undefined) => _tanstack_react_query1.UseQueryResult<{
49771
49771
  optionId: bigint;
49772
49772
  id: string;
49773
49773
  ownerAddr: Address;
@@ -49776,7 +49776,7 @@ declare const useUserPerps: (marketAddr: Address | undefined, userAddr: Address
49776
49776
  expiresAt: number;
49777
49777
  closed: boolean;
49778
49778
  }[] | undefined, Error>;
49779
- declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49779
+ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49780
49780
  optionId: bigint;
49781
49781
  id: string;
49782
49782
  ownerAddr: Address;
@@ -49785,7 +49785,7 @@ declare const useActiveUserPerps: (marketAddr: Address | undefined, userAddr: Ad
49785
49785
  expiresAt: number;
49786
49786
  closed: boolean;
49787
49787
  }[] | undefined, Error>;
49788
- declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query0.UseQueryResult<{
49788
+ declare const useClosedUserPerps: (marketAddr: Address | undefined, userAddr: Address | undefined) => _tanstack_react_query1.UseQueryResult<{
49789
49789
  optionId: bigint;
49790
49790
  id: string;
49791
49791
  ownerAddr: Address;
@@ -50009,7 +50009,7 @@ declare const useOperatorPerms: (marketAddr?: Address, userAddr?: Address, opera
50009
50009
  };
50010
50010
  //#endregion
50011
50011
  //#region src/hooks/operators/useUserOperators.d.ts
50012
- declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query0.UseQueryResult<{
50012
+ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _tanstack_react_query1.UseQueryResult<{
50013
50013
  spendingApproval: bigint;
50014
50014
  operatorAddr: string;
50015
50015
  __typename: "UserMarketOperator";
@@ -50025,7 +50025,7 @@ declare const useUserOperators: (userAddr?: Address, marketAddr?: Address) => _t
50025
50025
  }[] | undefined, Error>;
50026
50026
  //#endregion
50027
50027
  //#region src/hooks/operators/useSetOperatorPerms.d.ts
50028
- declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<`0x${string}`, Error, {
50028
+ declare const useSetOperatorPerms: (marketAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<`0x${string}`, Error, {
50029
50029
  operator: Address;
50030
50030
  canExtend: boolean;
50031
50031
  canExercise: boolean;
@@ -50951,8 +50951,8 @@ declare const usePriceAtTick: (poolManager?: Address, poolKey?: PoolKey, tick?:
50951
50951
  declare const usePriceAtSqrtPriceX96: (poolManager?: Address, poolKey?: PoolKey, sqrtPriceX96?: bigint) => Amount | undefined;
50952
50952
  //#endregion
50953
50953
  //#region src/hooks/pool/usePriceHistory.d.ts
50954
- declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
50955
- declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query0.UseQueryResult<PriceDataPoint[], Error>;
50954
+ declare const usePriceHistory: (pool: Address | undefined, token: 0 | 1, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
50955
+ declare const useMarketPriceHistory: (marketAddr: Address | undefined, resolution: PriceResolution, startTimestamp: Date, endTimestamp: Date) => _tanstack_react_query1.UseQueryResult<PriceDataPoint[], Error>;
50956
50956
  //#endregion
50957
50957
  //#region src/hooks/vault/useBurnLiquidity.d.ts
50958
50958
  interface BurnPosition {
@@ -51389,7 +51389,7 @@ interface MintPositionParams {
51389
51389
  tickUpper: number;
51390
51390
  liquidity: bigint;
51391
51391
  }
51392
- declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query0.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
51392
+ declare const useMintLiquidity: (vaultAddr: Address | undefined) => _tanstack_react_query1.UseMutationResult<void, Error, MintPositionParams | MintPositionParams[], unknown>;
51393
51393
  //#endregion
51394
51394
  //#region src/hooks/vault/useVaultData.d.ts
51395
51395
  declare const useVaultData: (vaultAddr: Address | undefined) => Partial<NonUndefinedGuard<{
@@ -52580,8 +52580,8 @@ declare const useGuardianGlobalState: (guardianAddr?: Address) => wagmi0.UseRead
52580
52580
  //#endregion
52581
52581
  //#region src/hooks/guardian/usePauseGlobalTrading.d.ts
52582
52582
  declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52583
- data: undefined;
52584
52583
  error: null;
52584
+ data: undefined;
52585
52585
  status: "idle";
52586
52586
  isError: false;
52587
52587
  isPending: false;
@@ -52599,8 +52599,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52599
52599
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52600
52600
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52601
52601
  } | {
52602
- data: undefined;
52603
52602
  error: null;
52603
+ data: undefined;
52604
52604
  status: "pending";
52605
52605
  isError: false;
52606
52606
  isPending: true;
@@ -52762,8 +52762,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52762
52762
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52763
52763
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52764
52764
  } | {
52765
- data: undefined;
52766
52765
  error: _wagmi_core0.WriteContractErrorType;
52766
+ data: undefined;
52767
52767
  status: "error";
52768
52768
  isError: true;
52769
52769
  isPending: false;
@@ -52925,8 +52925,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
52925
52925
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
52926
52926
  pauseGlobalTrading: (paused: boolean) => Promise<`0x${string}`>;
52927
52927
  } | {
52928
- data: `0x${string}`;
52929
52928
  error: null;
52929
+ data: `0x${string}`;
52930
52930
  status: "success";
52931
52931
  isError: false;
52932
52932
  isPending: false;
@@ -53091,8 +53091,8 @@ declare const usePauseGlobalTrading: (marketAddr: Address | undefined) => {
53091
53091
  //#endregion
53092
53092
  //#region src/hooks/guardian/usePauseMarketTrading.d.ts
53093
53093
  declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53094
- data: undefined;
53095
53094
  error: null;
53095
+ data: undefined;
53096
53096
  status: "idle";
53097
53097
  isError: false;
53098
53098
  isPending: false;
@@ -53110,8 +53110,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53110
53110
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53111
53111
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53112
53112
  } | {
53113
- data: undefined;
53114
53113
  error: null;
53114
+ data: undefined;
53115
53115
  status: "pending";
53116
53116
  isError: false;
53117
53117
  isPending: true;
@@ -53273,8 +53273,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53273
53273
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53274
53274
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53275
53275
  } | {
53276
- data: undefined;
53277
53276
  error: _wagmi_core0.WriteContractErrorType;
53277
+ data: undefined;
53278
53278
  status: "error";
53279
53279
  isError: true;
53280
53280
  isPending: false;
@@ -53436,8 +53436,8 @@ declare const usePauseMarketTrading: (marketAddr: Address | undefined) => {
53436
53436
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
53437
53437
  pauseMarketTrading: (paused: boolean) => Promise<`0x${string}`>;
53438
53438
  } | {
53439
- data: `0x${string}`;
53440
53439
  error: null;
53440
+ data: `0x${string}`;
53441
53441
  status: "success";
53442
53442
  isError: false;
53443
53443
  isPending: false;
@@ -53611,8 +53611,8 @@ declare const useFeeRates: (feeStrategy?: Address) => Partial<NonUndefinedGuard<
53611
53611
  //#endregion
53612
53612
  //#region src/hooks/fees/useUpdateMarketFees.d.ts
53613
53613
  declare const useUpdateMarketFees: (marketAddr: Address) => {
53614
- data: undefined;
53615
53614
  error: null;
53615
+ data: undefined;
53616
53616
  status: "idle";
53617
53617
  isError: false;
53618
53618
  isPending: false;
@@ -53640,8 +53640,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53640
53640
  newFeeStrategy: `0x${string}`;
53641
53641
  }>;
53642
53642
  } | {
53643
- data: undefined;
53644
53643
  error: null;
53644
+ data: undefined;
53645
53645
  status: "pending";
53646
53646
  isError: false;
53647
53647
  isPending: true;
@@ -53813,8 +53813,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53813
53813
  newFeeStrategy: `0x${string}`;
53814
53814
  }>;
53815
53815
  } | {
53816
- data: undefined;
53817
53816
  error: _wagmi_core0.WriteContractErrorType;
53817
+ data: undefined;
53818
53818
  status: "error";
53819
53819
  isError: true;
53820
53820
  isPending: false;
@@ -53986,8 +53986,8 @@ declare const useUpdateMarketFees: (marketAddr: Address) => {
53986
53986
  newFeeStrategy: `0x${string}`;
53987
53987
  }>;
53988
53988
  } | {
53989
- data: `0x${string}`;
53990
53989
  error: null;
53990
+ data: `0x${string}`;
53991
53991
  status: "success";
53992
53992
  isError: false;
53993
53993
  isPending: false;
@@ -55140,8 +55140,8 @@ declare const useStaticPricingParams: (pricingAddr: Address | undefined) => Part
55140
55140
  //#endregion
55141
55141
  //#region src/hooks/pricing/useUpdateMarketPricing.d.ts
55142
55142
  declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55143
- data: undefined;
55144
55143
  error: null;
55144
+ data: undefined;
55145
55145
  status: "idle";
55146
55146
  isError: false;
55147
55147
  isPending: false;
@@ -55155,8 +55155,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55155
55155
  context: unknown;
55156
55156
  submittedAt: number;
55157
55157
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55158
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55159
55158
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55159
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55160
55160
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55161
55161
  model: "static";
55162
55162
  } : Partial<OptionPricingParams> & {
@@ -55167,8 +55167,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55167
55167
  newPricingAddr: `0x${string}`;
55168
55168
  }>;
55169
55169
  } | {
55170
- data: undefined;
55171
55170
  error: null;
55171
+ data: undefined;
55172
55172
  status: "pending";
55173
55173
  isError: false;
55174
55174
  isPending: true;
@@ -55326,8 +55326,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55326
55326
  context: unknown;
55327
55327
  submittedAt: number;
55328
55328
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55329
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55330
55329
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55330
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55331
55331
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55332
55332
  model: "static";
55333
55333
  } : Partial<OptionPricingParams> & {
@@ -55338,8 +55338,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55338
55338
  newPricingAddr: `0x${string}`;
55339
55339
  }>;
55340
55340
  } | {
55341
- data: undefined;
55342
55341
  error: _wagmi_core0.WriteContractErrorType;
55342
+ data: undefined;
55343
55343
  status: "error";
55344
55344
  isError: true;
55345
55345
  isPending: false;
@@ -55497,8 +55497,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55497
55497
  context: unknown;
55498
55498
  submittedAt: number;
55499
55499
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55500
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55501
55500
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55501
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55502
55502
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55503
55503
  model: "static";
55504
55504
  } : Partial<OptionPricingParams> & {
@@ -55509,8 +55509,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55509
55509
  newPricingAddr: `0x${string}`;
55510
55510
  }>;
55511
55511
  } | {
55512
- data: `0x${string}`;
55513
55512
  error: null;
55513
+ data: `0x${string}`;
55514
55514
  status: "success";
55515
55515
  isError: false;
55516
55516
  isPending: false;
@@ -55668,8 +55668,8 @@ declare const useUpdateMarketPricing: (marketAddr: Address | undefined) => {
55668
55668
  context: unknown;
55669
55669
  submittedAt: number;
55670
55670
  mutate: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55671
- mutateAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55672
55671
  writeContract: wagmi_query0.WriteContractMutate<wagmi0.Config, unknown>;
55672
+ writeContractAsync: wagmi_query0.WriteContractMutateAsync<wagmi0.Config, unknown>;
55673
55673
  updateMarketPricing: <T$1 extends "static" | "bsm">(data: T$1 extends "static" ? Partial<StaticPricingParams> & {
55674
55674
  model: "static";
55675
55675
  } : Partial<OptionPricingParams> & {
@@ -56631,7 +56631,7 @@ declare const useLens: () => {
56631
56631
  readonly internalType: "uint256";
56632
56632
  }];
56633
56633
  readonly stateMutability: "view";
56634
- }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
56634
+ }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly number[]>;
56635
56635
  getAllBlocks: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
56636
56636
  readonly type: "function";
56637
56637
  readonly name: "batchGetRefTick";
@@ -57578,7 +57578,7 @@ declare const useLens: () => {
57578
57578
  readonly internalType: "uint256";
57579
57579
  }];
57580
57580
  readonly stateMutability: "view";
57581
- }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
57581
+ }], "getAllBlocks", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
57582
57582
  tickLower: number;
57583
57583
  tickUpper: number;
57584
57584
  prevTickLower: number;
@@ -58538,7 +58538,7 @@ declare const useLens: () => {
58538
58538
  readonly internalType: "uint256";
58539
58539
  }];
58540
58540
  readonly stateMutability: "view";
58541
- }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
58541
+ }], "getExpiredOptions", readonly [`0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
58542
58542
  optionId: bigint;
58543
58543
  owner: `0x${string}`;
58544
58544
  optionType: number;
@@ -59495,7 +59495,7 @@ declare const useLens: () => {
59495
59495
  readonly internalType: "uint256";
59496
59496
  }];
59497
59497
  readonly stateMutability: "view";
59498
- }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
59498
+ }], "getFeeRates", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
59499
59499
  openingFeeRate: number;
59500
59500
  baseFeeRate: number;
59501
59501
  minOpeningFee: bigint;
@@ -60448,7 +60448,7 @@ declare const useLens: () => {
60448
60448
  readonly internalType: "uint256";
60449
60449
  }];
60450
60450
  readonly stateMutability: "view";
60451
- }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
60451
+ }], "getGlobalGuardianState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
60452
60452
  globalMintPaused: {
60453
60453
  paused: boolean;
60454
60454
  updatedAt: bigint;
@@ -61411,7 +61411,7 @@ declare const useLens: () => {
61411
61411
  readonly internalType: "uint256";
61412
61412
  }];
61413
61413
  readonly stateMutability: "view";
61414
- }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
61414
+ }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
61415
61415
  getMarketData: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
61416
61416
  readonly type: "function";
61417
61417
  readonly name: "batchGetRefTick";
@@ -62358,7 +62358,7 @@ declare const useLens: () => {
62358
62358
  readonly internalType: "uint256";
62359
62359
  }];
62360
62360
  readonly stateMutability: "view";
62361
- }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
62361
+ }], "getMarketData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
62362
62362
  guardian: `0x${string}`;
62363
62363
  vault: `0x${string}`;
62364
62364
  poolManager: `0x${string}`;
@@ -63326,7 +63326,7 @@ declare const useLens: () => {
63326
63326
  readonly internalType: "uint256";
63327
63327
  }];
63328
63328
  readonly stateMutability: "view";
63329
- }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
63329
+ }], "getMarketState", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
63330
63330
  optionsCount: bigint;
63331
63331
  optionPricing: `0x${string}`;
63332
63332
  feeStrategy: `0x${string}`;
@@ -64278,7 +64278,7 @@ declare const useLens: () => {
64278
64278
  readonly internalType: "uint256";
64279
64279
  }];
64280
64280
  readonly stateMutability: "view";
64281
- }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
64281
+ }], "getMaxATMPositionSizes", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
64282
64282
  getMaxBorrowable0: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
64283
64283
  readonly type: "function";
64284
64284
  readonly name: "batchGetRefTick";
@@ -65225,7 +65225,7 @@ declare const useLens: () => {
65225
65225
  readonly internalType: "uint256";
65226
65226
  }];
65227
65227
  readonly stateMutability: "view";
65228
- }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
65228
+ }], "getMaxBorrowable0", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
65229
65229
  getMaxBorrowable1: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
65230
65230
  readonly type: "function";
65231
65231
  readonly name: "batchGetRefTick";
@@ -66172,7 +66172,7 @@ declare const useLens: () => {
66172
66172
  readonly internalType: "uint256";
66173
66173
  }];
66174
66174
  readonly stateMutability: "view";
66175
- }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
66175
+ }], "getMaxBorrowable1", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<bigint>;
66176
66176
  getMaxPositionSizes: (args: readonly [`0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
66177
66177
  readonly type: "function";
66178
66178
  readonly name: "batchGetRefTick";
@@ -67119,7 +67119,7 @@ declare const useLens: () => {
67119
67119
  readonly internalType: "uint256";
67120
67120
  }];
67121
67121
  readonly stateMutability: "view";
67122
- }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
67122
+ }], "getMaxPositionSizes", readonly [`0x${string}`, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint]>;
67123
67123
  getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
67124
67124
  readonly type: "function";
67125
67125
  readonly name: "batchGetRefTick";
@@ -68066,7 +68066,7 @@ declare const useLens: () => {
68066
68066
  readonly internalType: "uint256";
68067
68067
  }];
68068
68068
  readonly stateMutability: "view";
68069
- }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
68069
+ }], "getOptionData", readonly [`0x${string}`, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
68070
68070
  optionId: bigint;
68071
68071
  owner: `0x${string}`;
68072
68072
  optionType: number;
@@ -69023,7 +69023,7 @@ declare const useLens: () => {
69023
69023
  readonly internalType: "uint256";
69024
69024
  }];
69025
69025
  readonly stateMutability: "view";
69026
- }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
69026
+ }], "getOptionPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
69027
69027
  logicContract: `0x${string}`;
69028
69028
  iv: number;
69029
69029
  riskFreeRate: number;
@@ -69976,7 +69976,7 @@ declare const useLens: () => {
69976
69976
  readonly internalType: "uint256";
69977
69977
  }];
69978
69978
  readonly stateMutability: "view";
69979
- }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly {
69979
+ }], "getOptionsData", readonly [`0x${string}`, readonly bigint[]]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly {
69980
69980
  optionId: bigint;
69981
69981
  owner: `0x${string}`;
69982
69982
  optionType: number;
@@ -70945,7 +70945,7 @@ declare const useLens: () => {
70945
70945
  fee: number;
70946
70946
  tickSpacing: number;
70947
70947
  hooks: `0x${string}`;
70948
- }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
70948
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
70949
70949
  token0: `0x${string}`;
70950
70950
  token1: `0x${string}`;
70951
70951
  token0Decimals: number;
@@ -71903,7 +71903,7 @@ declare const useLens: () => {
71903
71903
  readonly internalType: "uint256";
71904
71904
  }];
71905
71905
  readonly stateMutability: "view";
71906
- }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71906
+ }], "getPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [number, `0x${string}`]>;
71907
71907
  getRefTick: (args: readonly [`0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
71908
71908
  readonly type: "function";
71909
71909
  readonly name: "batchGetRefTick";
@@ -72850,7 +72850,7 @@ declare const useLens: () => {
72850
72850
  readonly internalType: "uint256";
72851
72851
  }];
72852
72852
  readonly stateMutability: "view";
72853
- }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
72853
+ }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<number>;
72854
72854
  getStaticPricingParams: (args: readonly [`0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
72855
72855
  readonly type: "function";
72856
72856
  readonly name: "batchGetRefTick";
@@ -73797,7 +73797,7 @@ declare const useLens: () => {
73797
73797
  readonly internalType: "uint256";
73798
73798
  }];
73799
73799
  readonly stateMutability: "view";
73800
- }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
73800
+ }], "getStaticPricingParams", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
73801
73801
  dailyFundingRate: number;
73802
73802
  minFundingAmount: bigint;
73803
73803
  }>;
@@ -74747,7 +74747,7 @@ declare const useLens: () => {
74747
74747
  readonly internalType: "uint256";
74748
74748
  }];
74749
74749
  readonly stateMutability: "view";
74750
- }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
74750
+ }], "getTokenData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
74751
74751
  decimals: number;
74752
74752
  symbol: string;
74753
74753
  name: string;
@@ -75698,7 +75698,7 @@ declare const useLens: () => {
75698
75698
  readonly internalType: "uint256";
75699
75699
  }];
75700
75700
  readonly stateMutability: "view";
75701
- }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly {
75701
+ }], "getUserOptions", readonly [`0x${string}`, `0x${string}`, bigint, bigint]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [readonly {
75702
75702
  optionId: bigint;
75703
75703
  owner: `0x${string}`;
75704
75704
  optionType: number;
@@ -76655,7 +76655,7 @@ declare const useLens: () => {
76655
76655
  readonly internalType: "uint256";
76656
76656
  }];
76657
76657
  readonly stateMutability: "view";
76658
- }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<{
76658
+ }], "getVaultData", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<{
76659
76659
  poolManager: `0x${string}`;
76660
76660
  poolKey: {
76661
76661
  currency0: `0x${string}`;
@@ -77612,7 +77612,7 @@ declare const useLens: () => {
77612
77612
  readonly internalType: "uint256";
77613
77613
  }];
77614
77614
  readonly stateMutability: "view";
77615
- }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
77615
+ }], "getVaultTVL", readonly [`0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint]>;
77616
77616
  };
77617
77617
  address: `0x${string}`;
77618
77618
  abi: readonly [{
@@ -79406,7 +79406,7 @@ declare const useLens: () => {
79406
79406
  fee: number;
79407
79407
  tickSpacing: number;
79408
79408
  hooks: `0x${string}`;
79409
- }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
79409
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
79410
79410
  currency0: `0x${string}`;
79411
79411
  currency1: `0x${string}`;
79412
79412
  fee: number;
@@ -80253,7 +80253,7 @@ declare const useLens: () => {
80253
80253
  fee: number;
80254
80254
  tickSpacing: number;
80255
80255
  hooks: `0x${string}`;
80256
- }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
80256
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
80257
80257
  getFeeGrowthInside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
80258
80258
  readonly type: "function";
80259
80259
  readonly name: "getFeeGrowthGlobals";
@@ -81095,7 +81095,7 @@ declare const useLens: () => {
81095
81095
  fee: number;
81096
81096
  tickSpacing: number;
81097
81097
  hooks: `0x${string}`;
81098
- }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
81098
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
81099
81099
  currency0: `0x${string}`;
81100
81100
  currency1: `0x${string}`;
81101
81101
  fee: number;
@@ -81942,7 +81942,7 @@ declare const useLens: () => {
81942
81942
  fee: number;
81943
81943
  tickSpacing: number;
81944
81944
  hooks: `0x${string}`;
81945
- }, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
81945
+ }, number, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
81946
81946
  getLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
81947
81947
  readonly type: "function";
81948
81948
  readonly name: "getFeeGrowthGlobals";
@@ -82784,7 +82784,7 @@ declare const useLens: () => {
82784
82784
  fee: number;
82785
82785
  tickSpacing: number;
82786
82786
  hooks: `0x${string}`;
82787
- }]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
82787
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
82788
82788
  currency0: `0x${string}`;
82789
82789
  currency1: `0x${string}`;
82790
82790
  fee: number;
@@ -83631,7 +83631,7 @@ declare const useLens: () => {
83631
83631
  fee: number;
83632
83632
  tickSpacing: number;
83633
83633
  hooks: `0x${string}`;
83634
- }]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
83634
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
83635
83635
  getPositionInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
83636
83636
  readonly type: "function";
83637
83637
  readonly name: "getFeeGrowthGlobals";
@@ -84479,7 +84479,7 @@ declare const useLens: () => {
84479
84479
  fee: number;
84480
84480
  tickSpacing: number;
84481
84481
  hooks: `0x${string}`;
84482
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84482
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`, number, number, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
84483
84483
  readonly type: "function";
84484
84484
  readonly name: "getFeeGrowthGlobals";
84485
84485
  readonly inputs: readonly [{
@@ -85326,7 +85326,7 @@ declare const useLens: () => {
85326
85326
  fee: number;
85327
85327
  tickSpacing: number;
85328
85328
  hooks: `0x${string}`;
85329
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
85329
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
85330
85330
  currency0: `0x${string}`;
85331
85331
  currency1: `0x${string}`;
85332
85332
  fee: number;
@@ -86179,7 +86179,7 @@ declare const useLens: () => {
86179
86179
  fee: number;
86180
86180
  tickSpacing: number;
86181
86181
  hooks: `0x${string}`;
86182
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
86182
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
86183
86183
  currency0: `0x${string}`;
86184
86184
  currency1: `0x${string}`;
86185
86185
  fee: number;
@@ -87032,7 +87032,7 @@ declare const useLens: () => {
87032
87032
  fee: number;
87033
87033
  tickSpacing: number;
87034
87034
  hooks: `0x${string}`;
87035
- }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
87035
+ }, `0x${string}`, number, number, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
87036
87036
  getPositionLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
87037
87037
  readonly type: "function";
87038
87038
  readonly name: "getFeeGrowthGlobals";
@@ -87874,7 +87874,7 @@ declare const useLens: () => {
87874
87874
  fee: number;
87875
87875
  tickSpacing: number;
87876
87876
  hooks: `0x${string}`;
87877
- }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
87877
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
87878
87878
  currency0: `0x${string}`;
87879
87879
  currency1: `0x${string}`;
87880
87880
  fee: number;
@@ -88721,7 +88721,7 @@ declare const useLens: () => {
88721
88721
  fee: number;
88722
88722
  tickSpacing: number;
88723
88723
  hooks: `0x${string}`;
88724
- }, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
88724
+ }, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
88725
88725
  getSlot0: (args: readonly [`0x${string}`, {
88726
88726
  currency0: `0x${string}`;
88727
88727
  currency1: `0x${string}`;
@@ -89569,7 +89569,7 @@ declare const useLens: () => {
89569
89569
  fee: number;
89570
89570
  tickSpacing: number;
89571
89571
  hooks: `0x${string}`;
89572
- }]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89572
+ }]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
89573
89573
  getSlot0FromId: (args: readonly [`0x${string}`, `0x${string}`], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
89574
89574
  readonly type: "function";
89575
89575
  readonly name: "getFeeGrowthGlobals";
@@ -90405,7 +90405,7 @@ declare const useLens: () => {
90405
90405
  readonly internalType: "int128";
90406
90406
  }];
90407
90407
  readonly stateMutability: "view";
90408
- }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, number, number, number]>;
90408
+ }], "getSlot0FromId", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "functionName" | "args">> | undefined) => Promise<readonly [bigint, number, number, number]>;
90409
90409
  getTickBitmap: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
90410
90410
  readonly type: "function";
90411
90411
  readonly name: "getFeeGrowthGlobals";
@@ -91247,7 +91247,7 @@ declare const useLens: () => {
91247
91247
  fee: number;
91248
91248
  tickSpacing: number;
91249
91249
  hooks: `0x${string}`;
91250
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
91250
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
91251
91251
  currency0: `0x${string}`;
91252
91252
  currency1: `0x${string}`;
91253
91253
  fee: number;
@@ -92094,7 +92094,7 @@ declare const useLens: () => {
92094
92094
  fee: number;
92095
92095
  tickSpacing: number;
92096
92096
  hooks: `0x${string}`;
92097
- }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
92097
+ }, number] | readonly [`0x${string}`, `0x${string}`, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
92098
92098
  getTickFeeGrowthOutside: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
92099
92099
  readonly type: "function";
92100
92100
  readonly name: "getFeeGrowthGlobals";
@@ -92936,7 +92936,7 @@ declare const useLens: () => {
92936
92936
  fee: number;
92937
92937
  tickSpacing: number;
92938
92938
  hooks: `0x${string}`;
92939
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
92939
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
92940
92940
  currency0: `0x${string}`;
92941
92941
  currency1: `0x${string}`;
92942
92942
  fee: number;
@@ -93783,7 +93783,7 @@ declare const useLens: () => {
93783
93783
  fee: number;
93784
93784
  tickSpacing: number;
93785
93785
  hooks: `0x${string}`;
93786
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
93786
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
93787
93787
  getTickInfo: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
93788
93788
  readonly type: "function";
93789
93789
  readonly name: "getFeeGrowthGlobals";
@@ -94625,7 +94625,7 @@ declare const useLens: () => {
94625
94625
  fee: number;
94626
94626
  tickSpacing: number;
94627
94627
  hooks: `0x${string}`;
94628
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
94628
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
94629
94629
  currency0: `0x${string}`;
94630
94630
  currency1: `0x${string}`;
94631
94631
  fee: number;
@@ -95472,7 +95472,7 @@ declare const useLens: () => {
95472
95472
  fee: number;
95473
95473
  tickSpacing: number;
95474
95474
  hooks: `0x${string}`;
95475
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
95475
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
95476
95476
  getTickLiquidity: (...parameters: [args: readonly [`0x${string}`, `0x${string}`, number], options?: viem491.Prettify<viem491.UnionOmit<viem491.ReadContractParameters<readonly [{
95477
95477
  readonly type: "function";
95478
95478
  readonly name: "getFeeGrowthGlobals";
@@ -96314,7 +96314,7 @@ declare const useLens: () => {
96314
96314
  fee: number;
96315
96315
  tickSpacing: number;
96316
96316
  hooks: `0x${string}`;
96317
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined] | [args: readonly [`0x${string}`, {
96317
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined] | [args: readonly [`0x${string}`, {
96318
96318
  currency0: `0x${string}`;
96319
96319
  currency1: `0x${string}`;
96320
96320
  fee: number;
@@ -97161,7 +97161,7 @@ declare const useLens: () => {
97161
97161
  fee: number;
97162
97162
  tickSpacing: number;
97163
97163
  hooks: `0x${string}`;
97164
- }, number]>, "address" | "abi" | "args" | "functionName">> | undefined]) => Promise<never>;
97164
+ }, number]>, "address" | "abi" | "functionName" | "args">> | undefined]) => Promise<never>;
97165
97165
  };
97166
97166
  address: `0x${string}`;
97167
97167
  abi: readonly [{
@@ -98004,4 +98004,4 @@ declare const useLens: () => {
98004
98004
  };
98005
98005
  //#endregion
98006
98006
  export { PriceResolution as $, swapRouters as $t, useCurrentPrice as A, scaleAmount as At, getPriceAtTick as B, useMarketState as Bt, useLiquidityBlocks as C, useMintOption as Ct, usePriceAtSqrtPriceX96 as D, formatCondensed as Dt, usePriceHistory as E, formatAmount as Et, getPayoutAtTick as F, wrapAmountUnscaled as Ft, liquiditiesToAmounts as G, TimelockLens as Gt, getTickAtPrice as H, TimelockProvider as Ht, PRICE_PRECISION as I, wrapPrice as It, token0ToToken1AtTick as J, getErc20 as Jt, roundTick as K, TimelockMarket as Kt, getAmountsFromLiquidity as L, wrapPriceUnscaled as Lt, UniswapPoolData as M, unscaleAmount as Mt, usePoolData as N, unscalePrice as Nt, usePriceAtTick as O, formatUSD as Ot, getPayoutAtPrice as P, wrapAmount as Pt, PriceDataPoint as Q, stateViews as Qt, getNearestValidStrikeTick as R, zero as Rt, LiquidityBlockData as S, useClosedUserOptions as St, useMarketPriceHistory as T, Amount as Tt, liquiditiesToAmount0 as U, useCurrentMarket as Ut, getSqrtPriceX96AtPrice as V, useMarketData as Vt, liquiditiesToAmount1 as W, useTimelockConfig as Wt, token1ToToken0AtTick as X, getTimelockLens as Xt, token1ToToken0 as Y, getStateView as Yt, PriceData as Z, getTimelockMarket 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, swappers as en, getCurrentPrice as et, usePauseGlobalTrading as f, ExtendEvent as ft, TokenData as g, useExtendOption as gt, useTokenBalance as h, useOptionTimeline as ht, useOptionPricingParams as i, useOperatorPerms as it, PoolKey as j, scalePrice as jt, useCurrentTick as k, formatVagueAmount as kt, useUpdateMarketFees as l, useClosePerp as lt, useApproval as m, OptionEvent as mt, useUpdateMarketPricing as n, timelockLenses as nn, useSetOperatorPerms as nt, PricingParams as o, useClosedUserPerps as ot, useGuardianGlobalState as p, MintOptionEvent as pt, token0ToToken1 as q, TimelockMarketData as qt, useStaticPricingParams as r, useUserOperators as rt, StaticPricingParams as s, useUserPerps as st, useLens as t, timelockFactories as tn, getPriceHistory as tt, useFeeRates as u, useMintPerp as ut, useVaultTVL as v, useOptionPnl as vt, useBurnLiquidity as w, useMaxPositionSize as wt, useMintLiquidity as x, useActiveUserOptions as xt, useVaultData as y, useExerciseOption as yt, getPriceAtSqrtPriceX96 as z, useMarketVolume as zt };
98007
- //# sourceMappingURL=client-COGIhgfu.d.cts.map
98007
+ //# sourceMappingURL=client-BLs46E49.d.cts.map