timelock-sdk 0.0.49 → 0.0.51

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.
@@ -1,5 +1,5 @@
1
- import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-uDGUc-kg.js";
2
- import * as viem131 from "viem";
1
+ import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-DCuaXAGZ.js";
2
+ import * as viem0 from "viem";
3
3
  import { Address, Client, GetContractReturnType, PublicClient } from "viem";
4
4
  import Big from "big.js";
5
5
 
@@ -12,7 +12,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
12
12
  };
13
13
  declare const getErc20: (address: Address, client: Client) => {
14
14
  read: {
15
- symbol: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
15
+ symbol: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16
16
  readonly type: "constructor";
17
17
  readonly inputs: readonly [{
18
18
  readonly name: "name_";
@@ -191,7 +191,7 @@ declare const getErc20: (address: Address, client: Client) => {
191
191
  }];
192
192
  readonly stateMutability: "nonpayable";
193
193
  }], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
194
- allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
194
+ allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
195
195
  readonly type: "constructor";
196
196
  readonly inputs: readonly [{
197
197
  readonly name: "name_";
@@ -370,7 +370,7 @@ declare const getErc20: (address: Address, client: Client) => {
370
370
  }];
371
371
  readonly stateMutability: "nonpayable";
372
372
  }], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
373
- balanceOf: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
373
+ balanceOf: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
374
374
  readonly type: "constructor";
375
375
  readonly inputs: readonly [{
376
376
  readonly name: "name_";
@@ -549,7 +549,7 @@ declare const getErc20: (address: Address, client: Client) => {
549
549
  }];
550
550
  readonly stateMutability: "nonpayable";
551
551
  }], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
552
- decimals: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
552
+ decimals: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
553
553
  readonly type: "constructor";
554
554
  readonly inputs: readonly [{
555
555
  readonly name: "name_";
@@ -728,7 +728,7 @@ declare const getErc20: (address: Address, client: Client) => {
728
728
  }];
729
729
  readonly stateMutability: "nonpayable";
730
730
  }], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
731
- name: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
731
+ name: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
732
732
  readonly type: "constructor";
733
733
  readonly inputs: readonly [{
734
734
  readonly name: "name_";
@@ -907,7 +907,7 @@ declare const getErc20: (address: Address, client: Client) => {
907
907
  }];
908
908
  readonly stateMutability: "nonpayable";
909
909
  }], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
910
- totalSupply: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
910
+ totalSupply: (options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
911
911
  readonly type: "constructor";
912
912
  readonly inputs: readonly [{
913
913
  readonly name: "name_";
@@ -1088,7 +1088,7 @@ declare const getErc20: (address: Address, client: Client) => {
1088
1088
  }], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
1089
1089
  };
1090
1090
  estimateGas: {
1091
- approve: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
1091
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1092
1092
  readonly type: "constructor";
1093
1093
  readonly inputs: readonly [{
1094
1094
  readonly name: "name_";
@@ -1266,8 +1266,8 @@ declare const getErc20: (address: Address, client: Client) => {
1266
1266
  readonly internalType: "bool";
1267
1267
  }];
1268
1268
  readonly stateMutability: "nonpayable";
1269
- }], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
1270
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
1269
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1270
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1271
1271
  readonly type: "constructor";
1272
1272
  readonly inputs: readonly [{
1273
1273
  readonly name: "name_";
@@ -1445,8 +1445,8 @@ declare const getErc20: (address: Address, client: Client) => {
1445
1445
  readonly internalType: "bool";
1446
1446
  }];
1447
1447
  readonly stateMutability: "nonpayable";
1448
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
1449
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
1448
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1449
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1450
1450
  readonly type: "constructor";
1451
1451
  readonly inputs: readonly [{
1452
1452
  readonly name: "name_";
@@ -1624,8 +1624,8 @@ declare const getErc20: (address: Address, client: Client) => {
1624
1624
  readonly internalType: "bool";
1625
1625
  }];
1626
1626
  readonly stateMutability: "nonpayable";
1627
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
1628
- transfer: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
1627
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1628
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1629
1629
  readonly type: "constructor";
1630
1630
  readonly inputs: readonly [{
1631
1631
  readonly name: "name_";
@@ -1803,8 +1803,8 @@ declare const getErc20: (address: Address, client: Client) => {
1803
1803
  readonly internalType: "bool";
1804
1804
  }];
1805
1805
  readonly stateMutability: "nonpayable";
1806
- }], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
1807
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
1806
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1807
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1808
1808
  readonly type: "constructor";
1809
1809
  readonly inputs: readonly [{
1810
1810
  readonly name: "name_";
@@ -1982,9 +1982,9 @@ declare const getErc20: (address: Address, client: Client) => {
1982
1982
  readonly internalType: "bool";
1983
1983
  }];
1984
1984
  readonly stateMutability: "nonpayable";
1985
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
1985
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
1986
1986
  } & {
1987
- approve: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
1987
+ approve: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
1988
1988
  readonly type: "constructor";
1989
1989
  readonly inputs: readonly [{
1990
1990
  readonly name: "name_";
@@ -2162,8 +2162,8 @@ declare const getErc20: (address: Address, client: Client) => {
2162
2162
  readonly internalType: "bool";
2163
2163
  }];
2164
2164
  readonly stateMutability: "nonpayable";
2165
- }], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
2166
- decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
2165
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2166
+ decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2167
2167
  readonly type: "constructor";
2168
2168
  readonly inputs: readonly [{
2169
2169
  readonly name: "name_";
@@ -2341,8 +2341,8 @@ declare const getErc20: (address: Address, client: Client) => {
2341
2341
  readonly internalType: "bool";
2342
2342
  }];
2343
2343
  readonly stateMutability: "nonpayable";
2344
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
2345
- increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
2344
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2345
+ increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2346
2346
  readonly type: "constructor";
2347
2347
  readonly inputs: readonly [{
2348
2348
  readonly name: "name_";
@@ -2520,8 +2520,8 @@ declare const getErc20: (address: Address, client: Client) => {
2520
2520
  readonly internalType: "bool";
2521
2521
  }];
2522
2522
  readonly stateMutability: "nonpayable";
2523
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
2524
- transfer: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
2523
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2524
+ transfer: (args: readonly [`0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2525
2525
  readonly type: "constructor";
2526
2526
  readonly inputs: readonly [{
2527
2527
  readonly name: "name_";
@@ -2699,8 +2699,8 @@ declare const getErc20: (address: Address, client: Client) => {
2699
2699
  readonly internalType: "bool";
2700
2700
  }];
2701
2701
  readonly stateMutability: "nonpayable";
2702
- }], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
2703
- transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
2702
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2703
+ transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
2704
2704
  readonly type: "constructor";
2705
2705
  readonly inputs: readonly [{
2706
2706
  readonly name: "name_";
@@ -2878,10 +2878,10 @@ declare const getErc20: (address: Address, client: Client) => {
2878
2878
  readonly internalType: "bool";
2879
2879
  }];
2880
2880
  readonly stateMutability: "nonpayable";
2881
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
2881
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
2882
2882
  };
2883
2883
  simulate: {
2884
- approve: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
2884
+ approve: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
2885
2885
  readonly type: "constructor";
2886
2886
  readonly inputs: readonly [{
2887
2887
  readonly name: "name_";
@@ -3059,7 +3059,7 @@ declare const getErc20: (address: Address, client: Client) => {
3059
3059
  readonly internalType: "bool";
3060
3060
  }];
3061
3061
  readonly stateMutability: "nonpayable";
3062
- }], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
3062
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3063
3063
  readonly type: "constructor";
3064
3064
  readonly inputs: readonly [{
3065
3065
  readonly name: "name_";
@@ -3237,8 +3237,8 @@ declare const getErc20: (address: Address, client: Client) => {
3237
3237
  readonly internalType: "bool";
3238
3238
  }];
3239
3239
  readonly stateMutability: "nonpayable";
3240
- }], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
3241
- decreaseAllowance: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
3240
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3241
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3242
3242
  readonly type: "constructor";
3243
3243
  readonly inputs: readonly [{
3244
3244
  readonly name: "name_";
@@ -3416,7 +3416,7 @@ declare const getErc20: (address: Address, client: Client) => {
3416
3416
  readonly internalType: "bool";
3417
3417
  }];
3418
3418
  readonly stateMutability: "nonpayable";
3419
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
3419
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3420
3420
  readonly type: "constructor";
3421
3421
  readonly inputs: readonly [{
3422
3422
  readonly name: "name_";
@@ -3594,8 +3594,8 @@ declare const getErc20: (address: Address, client: Client) => {
3594
3594
  readonly internalType: "bool";
3595
3595
  }];
3596
3596
  readonly stateMutability: "nonpayable";
3597
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
3598
- increaseAllowance: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
3597
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3598
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3599
3599
  readonly type: "constructor";
3600
3600
  readonly inputs: readonly [{
3601
3601
  readonly name: "name_";
@@ -3773,7 +3773,7 @@ declare const getErc20: (address: Address, client: Client) => {
3773
3773
  readonly internalType: "bool";
3774
3774
  }];
3775
3775
  readonly stateMutability: "nonpayable";
3776
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
3776
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
3777
3777
  readonly type: "constructor";
3778
3778
  readonly inputs: readonly [{
3779
3779
  readonly name: "name_";
@@ -3951,8 +3951,8 @@ declare const getErc20: (address: Address, client: Client) => {
3951
3951
  readonly internalType: "bool";
3952
3952
  }];
3953
3953
  readonly stateMutability: "nonpayable";
3954
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
3955
- transfer: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
3954
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
3955
+ transfer: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
3956
3956
  readonly type: "constructor";
3957
3957
  readonly inputs: readonly [{
3958
3958
  readonly name: "name_";
@@ -4130,7 +4130,7 @@ declare const getErc20: (address: Address, client: Client) => {
4130
4130
  readonly internalType: "bool";
4131
4131
  }];
4132
4132
  readonly stateMutability: "nonpayable";
4133
- }], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
4133
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4134
4134
  readonly type: "constructor";
4135
4135
  readonly inputs: readonly [{
4136
4136
  readonly name: "name_";
@@ -4308,8 +4308,8 @@ declare const getErc20: (address: Address, client: Client) => {
4308
4308
  readonly internalType: "bool";
4309
4309
  }];
4310
4310
  readonly stateMutability: "nonpayable";
4311
- }], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
4312
- transferFrom: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
4311
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4312
+ transferFrom: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem0.SimulateContractParameters<readonly [{
4313
4313
  readonly type: "constructor";
4314
4314
  readonly inputs: readonly [{
4315
4315
  readonly name: "name_";
@@ -4487,7 +4487,7 @@ declare const getErc20: (address: Address, client: Client) => {
4487
4487
  readonly internalType: "bool";
4488
4488
  }];
4489
4489
  readonly stateMutability: "nonpayable";
4490
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
4490
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
4491
4491
  readonly type: "constructor";
4492
4492
  readonly inputs: readonly [{
4493
4493
  readonly name: "name_";
@@ -4665,10 +4665,10 @@ declare const getErc20: (address: Address, client: Client) => {
4665
4665
  readonly internalType: "bool";
4666
4666
  }];
4667
4667
  readonly stateMutability: "nonpayable";
4668
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
4668
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride, accountOverride>>;
4669
4669
  };
4670
4670
  write: {
4671
- approve: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
4671
+ approve: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4672
4672
  readonly type: "constructor";
4673
4673
  readonly inputs: readonly [{
4674
4674
  readonly name: "name_";
@@ -4846,8 +4846,8 @@ declare const getErc20: (address: Address, client: Client) => {
4846
4846
  readonly internalType: "bool";
4847
4847
  }];
4848
4848
  readonly stateMutability: "nonpayable";
4849
- }], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.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<viem131.WriteContractReturnType>;
4850
- decreaseAllowance: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
4849
+ }], "approve", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
4850
+ decreaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
4851
4851
  readonly type: "constructor";
4852
4852
  readonly inputs: readonly [{
4853
4853
  readonly name: "name_";
@@ -5025,8 +5025,8 @@ declare const getErc20: (address: Address, client: Client) => {
5025
5025
  readonly internalType: "bool";
5026
5026
  }];
5027
5027
  readonly stateMutability: "nonpayable";
5028
- }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.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<viem131.WriteContractReturnType>;
5029
- increaseAllowance: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
5028
+ }], "decreaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5029
+ increaseAllowance: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5030
5030
  readonly type: "constructor";
5031
5031
  readonly inputs: readonly [{
5032
5032
  readonly name: "name_";
@@ -5204,8 +5204,8 @@ declare const getErc20: (address: Address, client: Client) => {
5204
5204
  readonly internalType: "bool";
5205
5205
  }];
5206
5206
  readonly stateMutability: "nonpayable";
5207
- }], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.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<viem131.WriteContractReturnType>;
5208
- transfer: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
5207
+ }], "increaseAllowance", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5208
+ transfer: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5209
5209
  readonly type: "constructor";
5210
5210
  readonly inputs: readonly [{
5211
5211
  readonly name: "name_";
@@ -5383,8 +5383,8 @@ declare const getErc20: (address: Address, client: Client) => {
5383
5383
  readonly internalType: "bool";
5384
5384
  }];
5385
5385
  readonly stateMutability: "nonpayable";
5386
- }], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.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<viem131.WriteContractReturnType>;
5387
- transferFrom: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
5386
+ }], "transfer", readonly [`0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5387
+ transferFrom: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
5388
5388
  readonly type: "constructor";
5389
5389
  readonly inputs: readonly [{
5390
5390
  readonly name: "name_";
@@ -5562,7 +5562,7 @@ declare const getErc20: (address: Address, client: Client) => {
5562
5562
  readonly internalType: "bool";
5563
5563
  }];
5564
5564
  readonly stateMutability: "nonpayable";
5565
- }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined, viem131.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<viem131.WriteContractReturnType>;
5565
+ }], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem0.Chain | undefined, viem0.Account | undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, `0x${string}`, bigint], options: options) => Promise<viem0.WriteContractReturnType>;
5566
5566
  };
5567
5567
  address: `0x${string}`;
5568
5568
  abi: readonly [{
@@ -5748,7 +5748,7 @@ declare const getErc20: (address: Address, client: Client) => {
5748
5748
  declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
5749
5749
  declare const getUniswapMathLens: (client: Client | PublicClient) => {
5750
5750
  read: {
5751
- batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
5751
+ batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
5752
5752
  readonly type: "function";
5753
5753
  readonly name: "batchGetAmount0ForLiquidity";
5754
5754
  readonly inputs: readonly [{
@@ -6369,7 +6369,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
6369
6369
  }];
6370
6370
  readonly stateMutability: "pure";
6371
6371
  }], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
6372
- batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
6372
+ batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6373
6373
  readonly type: "function";
6374
6374
  readonly name: "batchGetAmount0ForLiquidity";
6375
6375
  readonly inputs: readonly [{
@@ -6990,7 +6990,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
6990
6990
  }];
6991
6991
  readonly stateMutability: "pure";
6992
6992
  }], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
6993
- batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
6993
+ batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
6994
6994
  readonly type: "function";
6995
6995
  readonly name: "batchGetAmount0ForLiquidity";
6996
6996
  readonly inputs: readonly [{
@@ -7611,7 +7611,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
7611
7611
  }];
7612
7612
  readonly stateMutability: "pure";
7613
7613
  }], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
7614
- batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
7614
+ batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
7615
7615
  readonly type: "function";
7616
7616
  readonly name: "batchGetAmount0ForLiquidity";
7617
7617
  readonly inputs: readonly [{
@@ -8232,7 +8232,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
8232
8232
  }];
8233
8233
  readonly stateMutability: "pure";
8234
8234
  }], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
8235
- batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
8235
+ batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8236
8236
  readonly type: "function";
8237
8237
  readonly name: "batchGetAmount0ForLiquidity";
8238
8238
  readonly inputs: readonly [{
@@ -8853,7 +8853,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
8853
8853
  }];
8854
8854
  readonly stateMutability: "pure";
8855
8855
  }], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
8856
- batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
8856
+ batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
8857
8857
  readonly type: "function";
8858
8858
  readonly name: "batchGetAmount0ForLiquidity";
8859
8859
  readonly inputs: readonly [{
@@ -9474,7 +9474,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
9474
9474
  }];
9475
9475
  readonly stateMutability: "pure";
9476
9476
  }], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
9477
- batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
9477
+ batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
9478
9478
  readonly type: "function";
9479
9479
  readonly name: "batchGetAmount0ForLiquidity";
9480
9480
  readonly inputs: readonly [{
@@ -10095,7 +10095,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
10095
10095
  }];
10096
10096
  readonly stateMutability: "pure";
10097
10097
  }], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
10098
- batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
10098
+ batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10099
10099
  readonly type: "function";
10100
10100
  readonly name: "batchGetAmount0ForLiquidity";
10101
10101
  readonly inputs: readonly [{
@@ -10716,7 +10716,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
10716
10716
  }];
10717
10717
  readonly stateMutability: "pure";
10718
10718
  }], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
10719
- batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
10719
+ batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
10720
10720
  readonly type: "function";
10721
10721
  readonly name: "batchGetAmount0ForLiquidity";
10722
10722
  readonly inputs: readonly [{
@@ -11337,7 +11337,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
11337
11337
  }];
11338
11338
  readonly stateMutability: "pure";
11339
11339
  }], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
11340
- batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
11340
+ batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11341
11341
  readonly type: "function";
11342
11342
  readonly name: "batchGetAmount0ForLiquidity";
11343
11343
  readonly inputs: readonly [{
@@ -11958,7 +11958,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
11958
11958
  }];
11959
11959
  readonly stateMutability: "pure";
11960
11960
  }], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
11961
- batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
11961
+ batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
11962
11962
  readonly type: "function";
11963
11963
  readonly name: "batchGetAmount0ForLiquidity";
11964
11964
  readonly inputs: readonly [{
@@ -12579,7 +12579,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
12579
12579
  }];
12580
12580
  readonly stateMutability: "pure";
12581
12581
  }], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
12582
- batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
12582
+ batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
12583
12583
  readonly type: "function";
12584
12584
  readonly name: "batchGetAmount0ForLiquidity";
12585
12585
  readonly inputs: readonly [{
@@ -13200,7 +13200,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
13200
13200
  }];
13201
13201
  readonly stateMutability: "pure";
13202
13202
  }], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
13203
- batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
13203
+ batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13204
13204
  readonly type: "function";
13205
13205
  readonly name: "batchGetAmount0ForLiquidity";
13206
13206
  readonly inputs: readonly [{
@@ -13821,7 +13821,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
13821
13821
  }];
13822
13822
  readonly stateMutability: "pure";
13823
13823
  }], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
13824
- getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
13824
+ getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
13825
13825
  readonly type: "function";
13826
13826
  readonly name: "batchGetAmount0ForLiquidity";
13827
13827
  readonly inputs: readonly [{
@@ -14442,7 +14442,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
14442
14442
  }];
14443
14443
  readonly stateMutability: "pure";
14444
14444
  }], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
14445
- getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
14445
+ getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
14446
14446
  readonly type: "function";
14447
14447
  readonly name: "batchGetAmount0ForLiquidity";
14448
14448
  readonly inputs: readonly [{
@@ -15063,7 +15063,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
15063
15063
  }];
15064
15064
  readonly stateMutability: "pure";
15065
15065
  }], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
15066
- getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
15066
+ getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15067
15067
  readonly type: "function";
15068
15068
  readonly name: "batchGetAmount0ForLiquidity";
15069
15069
  readonly inputs: readonly [{
@@ -15684,7 +15684,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
15684
15684
  }];
15685
15685
  readonly stateMutability: "pure";
15686
15686
  }], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
15687
- getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
15687
+ getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
15688
15688
  readonly type: "function";
15689
15689
  readonly name: "batchGetAmount0ForLiquidity";
15690
15690
  readonly inputs: readonly [{
@@ -16305,7 +16305,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
16305
16305
  }];
16306
16306
  readonly stateMutability: "pure";
16307
16307
  }], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
16308
- getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
16308
+ getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16309
16309
  readonly type: "function";
16310
16310
  readonly name: "batchGetAmount0ForLiquidity";
16311
16311
  readonly inputs: readonly [{
@@ -16926,7 +16926,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
16926
16926
  }];
16927
16927
  readonly stateMutability: "pure";
16928
16928
  }], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
16929
- getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
16929
+ getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
16930
16930
  readonly type: "function";
16931
16931
  readonly name: "batchGetAmount0ForLiquidity";
16932
16932
  readonly inputs: readonly [{
@@ -17547,7 +17547,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
17547
17547
  }];
17548
17548
  readonly stateMutability: "pure";
17549
17549
  }], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
17550
- getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
17550
+ getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
17551
17551
  readonly type: "function";
17552
17552
  readonly name: "batchGetAmount0ForLiquidity";
17553
17553
  readonly inputs: readonly [{
@@ -18168,7 +18168,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
18168
18168
  }];
18169
18169
  readonly stateMutability: "pure";
18170
18170
  }], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
18171
- getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
18171
+ getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18172
18172
  readonly type: "function";
18173
18173
  readonly name: "batchGetAmount0ForLiquidity";
18174
18174
  readonly inputs: readonly [{
@@ -18789,7 +18789,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
18789
18789
  }];
18790
18790
  readonly stateMutability: "pure";
18791
18791
  }], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
18792
- getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
18792
+ getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
18793
18793
  readonly type: "function";
18794
18794
  readonly name: "batchGetAmount0ForLiquidity";
18795
18795
  readonly inputs: readonly [{
@@ -19410,7 +19410,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
19410
19410
  }];
19411
19411
  readonly stateMutability: "pure";
19412
19412
  }], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
19413
- getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
19413
+ getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
19414
19414
  readonly type: "function";
19415
19415
  readonly name: "batchGetAmount0ForLiquidity";
19416
19416
  readonly inputs: readonly [{
@@ -20031,7 +20031,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
20031
20031
  }];
20032
20032
  readonly stateMutability: "pure";
20033
20033
  }], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
20034
- getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
20034
+ getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20035
20035
  readonly type: "function";
20036
20036
  readonly name: "batchGetAmount0ForLiquidity";
20037
20037
  readonly inputs: readonly [{
@@ -20652,7 +20652,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
20652
20652
  }];
20653
20653
  readonly stateMutability: "pure";
20654
20654
  }], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
20655
- getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
20655
+ getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
20656
20656
  readonly type: "function";
20657
20657
  readonly name: "batchGetAmount0ForLiquidity";
20658
20658
  readonly inputs: readonly [{
@@ -21273,7 +21273,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
21273
21273
  }];
21274
21274
  readonly stateMutability: "pure";
21275
21275
  }], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
21276
- getPriceAtTick: (args: readonly [number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
21276
+ getPriceAtTick: (args: readonly [number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
21277
21277
  readonly type: "function";
21278
21278
  readonly name: "batchGetAmount0ForLiquidity";
21279
21279
  readonly inputs: readonly [{
@@ -22520,7 +22520,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
22520
22520
  };
22521
22521
  declare const getTimelockLens: (client: Client | PublicClient) => {
22522
22522
  read: {
22523
- batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
22523
+ batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
22524
22524
  readonly type: "function";
22525
22525
  readonly name: "batchGetRefTick";
22526
22526
  readonly inputs: readonly [{
@@ -22665,18 +22665,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
22665
22665
  readonly name: "netOptionAssetToRepay";
22666
22666
  readonly type: "uint256";
22667
22667
  readonly internalType: "uint256";
22668
- }, {
22669
- readonly name: "premiumPaid";
22670
- readonly type: "uint128";
22671
- readonly internalType: "uint128";
22672
22668
  }, {
22673
22669
  readonly name: "expiresAt";
22674
22670
  readonly type: "uint64";
22675
22671
  readonly internalType: "uint64";
22676
- }, {
22677
- readonly name: "createdAt";
22678
- readonly type: "uint64";
22679
- readonly internalType: "uint64";
22680
22672
  }, {
22681
22673
  readonly name: "liquidities";
22682
22674
  readonly type: "uint128[]";
@@ -22897,18 +22889,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
22897
22889
  readonly name: "netOptionAssetToRepay";
22898
22890
  readonly type: "uint256";
22899
22891
  readonly internalType: "uint256";
22900
- }, {
22901
- readonly name: "premiumPaid";
22902
- readonly type: "uint128";
22903
- readonly internalType: "uint128";
22904
22892
  }, {
22905
22893
  readonly name: "expiresAt";
22906
22894
  readonly type: "uint64";
22907
22895
  readonly internalType: "uint64";
22908
- }, {
22909
- readonly name: "createdAt";
22910
- readonly type: "uint64";
22911
- readonly internalType: "uint64";
22912
22896
  }, {
22913
22897
  readonly name: "liquidities";
22914
22898
  readonly type: "uint128[]";
@@ -22988,18 +22972,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
22988
22972
  readonly name: "netOptionAssetToRepay";
22989
22973
  readonly type: "uint256";
22990
22974
  readonly internalType: "uint256";
22991
- }, {
22992
- readonly name: "premiumPaid";
22993
- readonly type: "uint128";
22994
- readonly internalType: "uint128";
22995
22975
  }, {
22996
22976
  readonly name: "expiresAt";
22997
22977
  readonly type: "uint64";
22998
22978
  readonly internalType: "uint64";
22999
- }, {
23000
- readonly name: "createdAt";
23001
- readonly type: "uint64";
23002
- readonly internalType: "uint64";
23003
22979
  }, {
23004
22980
  readonly name: "liquidities";
23005
22981
  readonly type: "uint128[]";
@@ -23160,18 +23136,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23160
23136
  readonly name: "netOptionAssetToRepay";
23161
23137
  readonly type: "uint256";
23162
23138
  readonly internalType: "uint256";
23163
- }, {
23164
- readonly name: "premiumPaid";
23165
- readonly type: "uint128";
23166
- readonly internalType: "uint128";
23167
23139
  }, {
23168
23140
  readonly name: "expiresAt";
23169
23141
  readonly type: "uint64";
23170
23142
  readonly internalType: "uint64";
23171
- }, {
23172
- readonly name: "createdAt";
23173
- readonly type: "uint64";
23174
- readonly internalType: "uint64";
23175
23143
  }, {
23176
23144
  readonly name: "liquidities";
23177
23145
  readonly type: "uint128[]";
@@ -23226,7 +23194,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23226
23194
  }];
23227
23195
  readonly stateMutability: "view";
23228
23196
  }], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
23229
- getAllBlocks: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
23197
+ getAllBlocks: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23230
23198
  readonly type: "function";
23231
23199
  readonly name: "batchGetRefTick";
23232
23200
  readonly inputs: readonly [{
@@ -23371,18 +23339,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23371
23339
  readonly name: "netOptionAssetToRepay";
23372
23340
  readonly type: "uint256";
23373
23341
  readonly internalType: "uint256";
23374
- }, {
23375
- readonly name: "premiumPaid";
23376
- readonly type: "uint128";
23377
- readonly internalType: "uint128";
23378
23342
  }, {
23379
23343
  readonly name: "expiresAt";
23380
23344
  readonly type: "uint64";
23381
23345
  readonly internalType: "uint64";
23382
- }, {
23383
- readonly name: "createdAt";
23384
- readonly type: "uint64";
23385
- readonly internalType: "uint64";
23386
23346
  }, {
23387
23347
  readonly name: "liquidities";
23388
23348
  readonly type: "uint128[]";
@@ -23603,18 +23563,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23603
23563
  readonly name: "netOptionAssetToRepay";
23604
23564
  readonly type: "uint256";
23605
23565
  readonly internalType: "uint256";
23606
- }, {
23607
- readonly name: "premiumPaid";
23608
- readonly type: "uint128";
23609
- readonly internalType: "uint128";
23610
23566
  }, {
23611
23567
  readonly name: "expiresAt";
23612
23568
  readonly type: "uint64";
23613
23569
  readonly internalType: "uint64";
23614
- }, {
23615
- readonly name: "createdAt";
23616
- readonly type: "uint64";
23617
- readonly internalType: "uint64";
23618
23570
  }, {
23619
23571
  readonly name: "liquidities";
23620
23572
  readonly type: "uint128[]";
@@ -23694,18 +23646,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23694
23646
  readonly name: "netOptionAssetToRepay";
23695
23647
  readonly type: "uint256";
23696
23648
  readonly internalType: "uint256";
23697
- }, {
23698
- readonly name: "premiumPaid";
23699
- readonly type: "uint128";
23700
- readonly internalType: "uint128";
23701
23649
  }, {
23702
23650
  readonly name: "expiresAt";
23703
23651
  readonly type: "uint64";
23704
23652
  readonly internalType: "uint64";
23705
- }, {
23706
- readonly name: "createdAt";
23707
- readonly type: "uint64";
23708
- readonly internalType: "uint64";
23709
23653
  }, {
23710
23654
  readonly name: "liquidities";
23711
23655
  readonly type: "uint128[]";
@@ -23866,18 +23810,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23866
23810
  readonly name: "netOptionAssetToRepay";
23867
23811
  readonly type: "uint256";
23868
23812
  readonly internalType: "uint256";
23869
- }, {
23870
- readonly name: "premiumPaid";
23871
- readonly type: "uint128";
23872
- readonly internalType: "uint128";
23873
23813
  }, {
23874
23814
  readonly name: "expiresAt";
23875
23815
  readonly type: "uint64";
23876
23816
  readonly internalType: "uint64";
23877
- }, {
23878
- readonly name: "createdAt";
23879
- readonly type: "uint64";
23880
- readonly internalType: "uint64";
23881
23817
  }, {
23882
23818
  readonly name: "liquidities";
23883
23819
  readonly type: "uint128[]";
@@ -23942,7 +23878,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
23942
23878
  borrowedAmount0: bigint;
23943
23879
  borrowedAmount1: bigint;
23944
23880
  }[]>;
23945
- getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
23881
+ getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
23946
23882
  readonly type: "function";
23947
23883
  readonly name: "batchGetRefTick";
23948
23884
  readonly inputs: readonly [{
@@ -24087,18 +24023,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24087
24023
  readonly name: "netOptionAssetToRepay";
24088
24024
  readonly type: "uint256";
24089
24025
  readonly internalType: "uint256";
24090
- }, {
24091
- readonly name: "premiumPaid";
24092
- readonly type: "uint128";
24093
- readonly internalType: "uint128";
24094
24026
  }, {
24095
24027
  readonly name: "expiresAt";
24096
24028
  readonly type: "uint64";
24097
24029
  readonly internalType: "uint64";
24098
- }, {
24099
- readonly name: "createdAt";
24100
- readonly type: "uint64";
24101
- readonly internalType: "uint64";
24102
24030
  }, {
24103
24031
  readonly name: "liquidities";
24104
24032
  readonly type: "uint128[]";
@@ -24319,18 +24247,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24319
24247
  readonly name: "netOptionAssetToRepay";
24320
24248
  readonly type: "uint256";
24321
24249
  readonly internalType: "uint256";
24322
- }, {
24323
- readonly name: "premiumPaid";
24324
- readonly type: "uint128";
24325
- readonly internalType: "uint128";
24326
24250
  }, {
24327
24251
  readonly name: "expiresAt";
24328
24252
  readonly type: "uint64";
24329
24253
  readonly internalType: "uint64";
24330
- }, {
24331
- readonly name: "createdAt";
24332
- readonly type: "uint64";
24333
- readonly internalType: "uint64";
24334
24254
  }, {
24335
24255
  readonly name: "liquidities";
24336
24256
  readonly type: "uint128[]";
@@ -24410,18 +24330,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24410
24330
  readonly name: "netOptionAssetToRepay";
24411
24331
  readonly type: "uint256";
24412
24332
  readonly internalType: "uint256";
24413
- }, {
24414
- readonly name: "premiumPaid";
24415
- readonly type: "uint128";
24416
- readonly internalType: "uint128";
24417
24333
  }, {
24418
24334
  readonly name: "expiresAt";
24419
24335
  readonly type: "uint64";
24420
24336
  readonly internalType: "uint64";
24421
- }, {
24422
- readonly name: "createdAt";
24423
- readonly type: "uint64";
24424
- readonly internalType: "uint64";
24425
24337
  }, {
24426
24338
  readonly name: "liquidities";
24427
24339
  readonly type: "uint128[]";
@@ -24582,18 +24494,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24582
24494
  readonly name: "netOptionAssetToRepay";
24583
24495
  readonly type: "uint256";
24584
24496
  readonly internalType: "uint256";
24585
- }, {
24586
- readonly name: "premiumPaid";
24587
- readonly type: "uint128";
24588
- readonly internalType: "uint128";
24589
24497
  }, {
24590
24498
  readonly name: "expiresAt";
24591
24499
  readonly type: "uint64";
24592
24500
  readonly internalType: "uint64";
24593
- }, {
24594
- readonly name: "createdAt";
24595
- readonly type: "uint64";
24596
- readonly internalType: "uint64";
24597
24501
  }, {
24598
24502
  readonly name: "liquidities";
24599
24503
  readonly type: "uint128[]";
@@ -24662,12 +24566,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24662
24566
  payoutAssetToRepay: bigint;
24663
24567
  positionSize: bigint;
24664
24568
  netOptionAssetToRepay: bigint;
24665
- premiumPaid: bigint;
24666
24569
  expiresAt: bigint;
24667
- createdAt: bigint;
24668
24570
  liquidities: readonly bigint[];
24669
24571
  }[], bigint, boolean]>;
24670
- getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
24572
+ getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
24671
24573
  readonly type: "function";
24672
24574
  readonly name: "batchGetRefTick";
24673
24575
  readonly inputs: readonly [{
@@ -24812,18 +24714,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
24812
24714
  readonly name: "netOptionAssetToRepay";
24813
24715
  readonly type: "uint256";
24814
24716
  readonly internalType: "uint256";
24815
- }, {
24816
- readonly name: "premiumPaid";
24817
- readonly type: "uint128";
24818
- readonly internalType: "uint128";
24819
24717
  }, {
24820
24718
  readonly name: "expiresAt";
24821
24719
  readonly type: "uint64";
24822
24720
  readonly internalType: "uint64";
24823
- }, {
24824
- readonly name: "createdAt";
24825
- readonly type: "uint64";
24826
- readonly internalType: "uint64";
24827
24721
  }, {
24828
24722
  readonly name: "liquidities";
24829
24723
  readonly type: "uint128[]";
@@ -25044,18 +24938,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25044
24938
  readonly name: "netOptionAssetToRepay";
25045
24939
  readonly type: "uint256";
25046
24940
  readonly internalType: "uint256";
25047
- }, {
25048
- readonly name: "premiumPaid";
25049
- readonly type: "uint128";
25050
- readonly internalType: "uint128";
25051
24941
  }, {
25052
24942
  readonly name: "expiresAt";
25053
24943
  readonly type: "uint64";
25054
24944
  readonly internalType: "uint64";
25055
- }, {
25056
- readonly name: "createdAt";
25057
- readonly type: "uint64";
25058
- readonly internalType: "uint64";
25059
24945
  }, {
25060
24946
  readonly name: "liquidities";
25061
24947
  readonly type: "uint128[]";
@@ -25135,18 +25021,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25135
25021
  readonly name: "netOptionAssetToRepay";
25136
25022
  readonly type: "uint256";
25137
25023
  readonly internalType: "uint256";
25138
- }, {
25139
- readonly name: "premiumPaid";
25140
- readonly type: "uint128";
25141
- readonly internalType: "uint128";
25142
25024
  }, {
25143
25025
  readonly name: "expiresAt";
25144
25026
  readonly type: "uint64";
25145
25027
  readonly internalType: "uint64";
25146
- }, {
25147
- readonly name: "createdAt";
25148
- readonly type: "uint64";
25149
- readonly internalType: "uint64";
25150
25028
  }, {
25151
25029
  readonly name: "liquidities";
25152
25030
  readonly type: "uint128[]";
@@ -25307,18 +25185,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25307
25185
  readonly name: "netOptionAssetToRepay";
25308
25186
  readonly type: "uint256";
25309
25187
  readonly internalType: "uint256";
25310
- }, {
25311
- readonly name: "premiumPaid";
25312
- readonly type: "uint128";
25313
- readonly internalType: "uint128";
25314
25188
  }, {
25315
25189
  readonly name: "expiresAt";
25316
25190
  readonly type: "uint64";
25317
25191
  readonly internalType: "uint64";
25318
- }, {
25319
- readonly name: "createdAt";
25320
- readonly type: "uint64";
25321
- readonly internalType: "uint64";
25322
25192
  }, {
25323
25193
  readonly name: "liquidities";
25324
25194
  readonly type: "uint128[]";
@@ -25373,7 +25243,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25373
25243
  }];
25374
25244
  readonly stateMutability: "view";
25375
25245
  }], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
25376
- getMarketData: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
25246
+ getMarketData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
25377
25247
  readonly type: "function";
25378
25248
  readonly name: "batchGetRefTick";
25379
25249
  readonly inputs: readonly [{
@@ -25518,18 +25388,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25518
25388
  readonly name: "netOptionAssetToRepay";
25519
25389
  readonly type: "uint256";
25520
25390
  readonly internalType: "uint256";
25521
- }, {
25522
- readonly name: "premiumPaid";
25523
- readonly type: "uint128";
25524
- readonly internalType: "uint128";
25525
25391
  }, {
25526
25392
  readonly name: "expiresAt";
25527
25393
  readonly type: "uint64";
25528
25394
  readonly internalType: "uint64";
25529
- }, {
25530
- readonly name: "createdAt";
25531
- readonly type: "uint64";
25532
- readonly internalType: "uint64";
25533
25395
  }, {
25534
25396
  readonly name: "liquidities";
25535
25397
  readonly type: "uint128[]";
@@ -25750,18 +25612,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25750
25612
  readonly name: "netOptionAssetToRepay";
25751
25613
  readonly type: "uint256";
25752
25614
  readonly internalType: "uint256";
25753
- }, {
25754
- readonly name: "premiumPaid";
25755
- readonly type: "uint128";
25756
- readonly internalType: "uint128";
25757
25615
  }, {
25758
25616
  readonly name: "expiresAt";
25759
25617
  readonly type: "uint64";
25760
25618
  readonly internalType: "uint64";
25761
- }, {
25762
- readonly name: "createdAt";
25763
- readonly type: "uint64";
25764
- readonly internalType: "uint64";
25765
25619
  }, {
25766
25620
  readonly name: "liquidities";
25767
25621
  readonly type: "uint128[]";
@@ -25841,18 +25695,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
25841
25695
  readonly name: "netOptionAssetToRepay";
25842
25696
  readonly type: "uint256";
25843
25697
  readonly internalType: "uint256";
25844
- }, {
25845
- readonly name: "premiumPaid";
25846
- readonly type: "uint128";
25847
- readonly internalType: "uint128";
25848
25698
  }, {
25849
25699
  readonly name: "expiresAt";
25850
25700
  readonly type: "uint64";
25851
25701
  readonly internalType: "uint64";
25852
- }, {
25853
- readonly name: "createdAt";
25854
- readonly type: "uint64";
25855
- readonly internalType: "uint64";
25856
25702
  }, {
25857
25703
  readonly name: "liquidities";
25858
25704
  readonly type: "uint128[]";
@@ -26013,18 +25859,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26013
25859
  readonly name: "netOptionAssetToRepay";
26014
25860
  readonly type: "uint256";
26015
25861
  readonly internalType: "uint256";
26016
- }, {
26017
- readonly name: "premiumPaid";
26018
- readonly type: "uint128";
26019
- readonly internalType: "uint128";
26020
25862
  }, {
26021
25863
  readonly name: "expiresAt";
26022
25864
  readonly type: "uint64";
26023
25865
  readonly internalType: "uint64";
26024
- }, {
26025
- readonly name: "createdAt";
26026
- readonly type: "uint64";
26027
- readonly internalType: "uint64";
26028
25866
  }, {
26029
25867
  readonly name: "liquidities";
26030
25868
  readonly type: "uint128[]";
@@ -26092,7 +25930,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26092
25930
  payoutAssetName: string;
26093
25931
  optionsCount: bigint;
26094
25932
  }>;
26095
- getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
25933
+ getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26096
25934
  readonly type: "function";
26097
25935
  readonly name: "batchGetRefTick";
26098
25936
  readonly inputs: readonly [{
@@ -26237,18 +26075,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26237
26075
  readonly name: "netOptionAssetToRepay";
26238
26076
  readonly type: "uint256";
26239
26077
  readonly internalType: "uint256";
26240
- }, {
26241
- readonly name: "premiumPaid";
26242
- readonly type: "uint128";
26243
- readonly internalType: "uint128";
26244
26078
  }, {
26245
26079
  readonly name: "expiresAt";
26246
26080
  readonly type: "uint64";
26247
26081
  readonly internalType: "uint64";
26248
- }, {
26249
- readonly name: "createdAt";
26250
- readonly type: "uint64";
26251
- readonly internalType: "uint64";
26252
26082
  }, {
26253
26083
  readonly name: "liquidities";
26254
26084
  readonly type: "uint128[]";
@@ -26469,18 +26299,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26469
26299
  readonly name: "netOptionAssetToRepay";
26470
26300
  readonly type: "uint256";
26471
26301
  readonly internalType: "uint256";
26472
- }, {
26473
- readonly name: "premiumPaid";
26474
- readonly type: "uint128";
26475
- readonly internalType: "uint128";
26476
26302
  }, {
26477
26303
  readonly name: "expiresAt";
26478
26304
  readonly type: "uint64";
26479
26305
  readonly internalType: "uint64";
26480
- }, {
26481
- readonly name: "createdAt";
26482
- readonly type: "uint64";
26483
- readonly internalType: "uint64";
26484
26306
  }, {
26485
26307
  readonly name: "liquidities";
26486
26308
  readonly type: "uint128[]";
@@ -26560,18 +26382,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26560
26382
  readonly name: "netOptionAssetToRepay";
26561
26383
  readonly type: "uint256";
26562
26384
  readonly internalType: "uint256";
26563
- }, {
26564
- readonly name: "premiumPaid";
26565
- readonly type: "uint128";
26566
- readonly internalType: "uint128";
26567
26385
  }, {
26568
26386
  readonly name: "expiresAt";
26569
26387
  readonly type: "uint64";
26570
26388
  readonly internalType: "uint64";
26571
- }, {
26572
- readonly name: "createdAt";
26573
- readonly type: "uint64";
26574
- readonly internalType: "uint64";
26575
26389
  }, {
26576
26390
  readonly name: "liquidities";
26577
26391
  readonly type: "uint128[]";
@@ -26732,18 +26546,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26732
26546
  readonly name: "netOptionAssetToRepay";
26733
26547
  readonly type: "uint256";
26734
26548
  readonly internalType: "uint256";
26735
- }, {
26736
- readonly name: "premiumPaid";
26737
- readonly type: "uint128";
26738
- readonly internalType: "uint128";
26739
26549
  }, {
26740
26550
  readonly name: "expiresAt";
26741
26551
  readonly type: "uint64";
26742
26552
  readonly internalType: "uint64";
26743
- }, {
26744
- readonly name: "createdAt";
26745
- readonly type: "uint64";
26746
- readonly internalType: "uint64";
26747
26553
  }, {
26748
26554
  readonly name: "liquidities";
26749
26555
  readonly type: "uint128[]";
@@ -26798,7 +26604,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26798
26604
  }];
26799
26605
  readonly stateMutability: "view";
26800
26606
  }], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
26801
- getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
26607
+ getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
26802
26608
  readonly type: "function";
26803
26609
  readonly name: "batchGetRefTick";
26804
26610
  readonly inputs: readonly [{
@@ -26943,18 +26749,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
26943
26749
  readonly name: "netOptionAssetToRepay";
26944
26750
  readonly type: "uint256";
26945
26751
  readonly internalType: "uint256";
26946
- }, {
26947
- readonly name: "premiumPaid";
26948
- readonly type: "uint128";
26949
- readonly internalType: "uint128";
26950
26752
  }, {
26951
26753
  readonly name: "expiresAt";
26952
26754
  readonly type: "uint64";
26953
26755
  readonly internalType: "uint64";
26954
- }, {
26955
- readonly name: "createdAt";
26956
- readonly type: "uint64";
26957
- readonly internalType: "uint64";
26958
26756
  }, {
26959
26757
  readonly name: "liquidities";
26960
26758
  readonly type: "uint128[]";
@@ -27175,18 +26973,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27175
26973
  readonly name: "netOptionAssetToRepay";
27176
26974
  readonly type: "uint256";
27177
26975
  readonly internalType: "uint256";
27178
- }, {
27179
- readonly name: "premiumPaid";
27180
- readonly type: "uint128";
27181
- readonly internalType: "uint128";
27182
26976
  }, {
27183
26977
  readonly name: "expiresAt";
27184
26978
  readonly type: "uint64";
27185
26979
  readonly internalType: "uint64";
27186
- }, {
27187
- readonly name: "createdAt";
27188
- readonly type: "uint64";
27189
- readonly internalType: "uint64";
27190
26980
  }, {
27191
26981
  readonly name: "liquidities";
27192
26982
  readonly type: "uint128[]";
@@ -27266,18 +27056,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27266
27056
  readonly name: "netOptionAssetToRepay";
27267
27057
  readonly type: "uint256";
27268
27058
  readonly internalType: "uint256";
27269
- }, {
27270
- readonly name: "premiumPaid";
27271
- readonly type: "uint128";
27272
- readonly internalType: "uint128";
27273
27059
  }, {
27274
27060
  readonly name: "expiresAt";
27275
27061
  readonly type: "uint64";
27276
27062
  readonly internalType: "uint64";
27277
- }, {
27278
- readonly name: "createdAt";
27279
- readonly type: "uint64";
27280
- readonly internalType: "uint64";
27281
27063
  }, {
27282
27064
  readonly name: "liquidities";
27283
27065
  readonly type: "uint128[]";
@@ -27438,18 +27220,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27438
27220
  readonly name: "netOptionAssetToRepay";
27439
27221
  readonly type: "uint256";
27440
27222
  readonly internalType: "uint256";
27441
- }, {
27442
- readonly name: "premiumPaid";
27443
- readonly type: "uint128";
27444
- readonly internalType: "uint128";
27445
27223
  }, {
27446
27224
  readonly name: "expiresAt";
27447
27225
  readonly type: "uint64";
27448
27226
  readonly internalType: "uint64";
27449
- }, {
27450
- readonly name: "createdAt";
27451
- readonly type: "uint64";
27452
- readonly internalType: "uint64";
27453
27227
  }, {
27454
27228
  readonly name: "liquidities";
27455
27229
  readonly type: "uint128[]";
@@ -27504,7 +27278,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27504
27278
  }];
27505
27279
  readonly stateMutability: "view";
27506
27280
  }], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
27507
- getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
27281
+ getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
27508
27282
  readonly type: "function";
27509
27283
  readonly name: "batchGetRefTick";
27510
27284
  readonly inputs: readonly [{
@@ -27649,18 +27423,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27649
27423
  readonly name: "netOptionAssetToRepay";
27650
27424
  readonly type: "uint256";
27651
27425
  readonly internalType: "uint256";
27652
- }, {
27653
- readonly name: "premiumPaid";
27654
- readonly type: "uint128";
27655
- readonly internalType: "uint128";
27656
27426
  }, {
27657
27427
  readonly name: "expiresAt";
27658
27428
  readonly type: "uint64";
27659
27429
  readonly internalType: "uint64";
27660
- }, {
27661
- readonly name: "createdAt";
27662
- readonly type: "uint64";
27663
- readonly internalType: "uint64";
27664
27430
  }, {
27665
27431
  readonly name: "liquidities";
27666
27432
  readonly type: "uint128[]";
@@ -27881,18 +27647,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27881
27647
  readonly name: "netOptionAssetToRepay";
27882
27648
  readonly type: "uint256";
27883
27649
  readonly internalType: "uint256";
27884
- }, {
27885
- readonly name: "premiumPaid";
27886
- readonly type: "uint128";
27887
- readonly internalType: "uint128";
27888
27650
  }, {
27889
27651
  readonly name: "expiresAt";
27890
27652
  readonly type: "uint64";
27891
27653
  readonly internalType: "uint64";
27892
- }, {
27893
- readonly name: "createdAt";
27894
- readonly type: "uint64";
27895
- readonly internalType: "uint64";
27896
27654
  }, {
27897
27655
  readonly name: "liquidities";
27898
27656
  readonly type: "uint128[]";
@@ -27972,18 +27730,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
27972
27730
  readonly name: "netOptionAssetToRepay";
27973
27731
  readonly type: "uint256";
27974
27732
  readonly internalType: "uint256";
27975
- }, {
27976
- readonly name: "premiumPaid";
27977
- readonly type: "uint128";
27978
- readonly internalType: "uint128";
27979
27733
  }, {
27980
27734
  readonly name: "expiresAt";
27981
27735
  readonly type: "uint64";
27982
27736
  readonly internalType: "uint64";
27983
- }, {
27984
- readonly name: "createdAt";
27985
- readonly type: "uint64";
27986
- readonly internalType: "uint64";
27987
27737
  }, {
27988
27738
  readonly name: "liquidities";
27989
27739
  readonly type: "uint128[]";
@@ -28144,18 +27894,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28144
27894
  readonly name: "netOptionAssetToRepay";
28145
27895
  readonly type: "uint256";
28146
27896
  readonly internalType: "uint256";
28147
- }, {
28148
- readonly name: "premiumPaid";
28149
- readonly type: "uint128";
28150
- readonly internalType: "uint128";
28151
27897
  }, {
28152
27898
  readonly name: "expiresAt";
28153
27899
  readonly type: "uint64";
28154
27900
  readonly internalType: "uint64";
28155
- }, {
28156
- readonly name: "createdAt";
28157
- readonly type: "uint64";
28158
- readonly internalType: "uint64";
28159
27901
  }, {
28160
27902
  readonly name: "liquidities";
28161
27903
  readonly type: "uint128[]";
@@ -28224,12 +27966,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28224
27966
  payoutAssetToRepay: bigint;
28225
27967
  positionSize: bigint;
28226
27968
  netOptionAssetToRepay: bigint;
28227
- premiumPaid: bigint;
28228
27969
  expiresAt: bigint;
28229
- createdAt: bigint;
28230
27970
  liquidities: readonly bigint[];
28231
27971
  }>;
28232
- getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
27972
+ getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28233
27973
  readonly type: "function";
28234
27974
  readonly name: "batchGetRefTick";
28235
27975
  readonly inputs: readonly [{
@@ -28374,18 +28114,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28374
28114
  readonly name: "netOptionAssetToRepay";
28375
28115
  readonly type: "uint256";
28376
28116
  readonly internalType: "uint256";
28377
- }, {
28378
- readonly name: "premiumPaid";
28379
- readonly type: "uint128";
28380
- readonly internalType: "uint128";
28381
28117
  }, {
28382
28118
  readonly name: "expiresAt";
28383
28119
  readonly type: "uint64";
28384
28120
  readonly internalType: "uint64";
28385
- }, {
28386
- readonly name: "createdAt";
28387
- readonly type: "uint64";
28388
- readonly internalType: "uint64";
28389
28121
  }, {
28390
28122
  readonly name: "liquidities";
28391
28123
  readonly type: "uint128[]";
@@ -28606,18 +28338,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28606
28338
  readonly name: "netOptionAssetToRepay";
28607
28339
  readonly type: "uint256";
28608
28340
  readonly internalType: "uint256";
28609
- }, {
28610
- readonly name: "premiumPaid";
28611
- readonly type: "uint128";
28612
- readonly internalType: "uint128";
28613
28341
  }, {
28614
28342
  readonly name: "expiresAt";
28615
28343
  readonly type: "uint64";
28616
28344
  readonly internalType: "uint64";
28617
- }, {
28618
- readonly name: "createdAt";
28619
- readonly type: "uint64";
28620
- readonly internalType: "uint64";
28621
28345
  }, {
28622
28346
  readonly name: "liquidities";
28623
28347
  readonly type: "uint128[]";
@@ -28697,18 +28421,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28697
28421
  readonly name: "netOptionAssetToRepay";
28698
28422
  readonly type: "uint256";
28699
28423
  readonly internalType: "uint256";
28700
- }, {
28701
- readonly name: "premiumPaid";
28702
- readonly type: "uint128";
28703
- readonly internalType: "uint128";
28704
28424
  }, {
28705
28425
  readonly name: "expiresAt";
28706
28426
  readonly type: "uint64";
28707
28427
  readonly internalType: "uint64";
28708
- }, {
28709
- readonly name: "createdAt";
28710
- readonly type: "uint64";
28711
- readonly internalType: "uint64";
28712
28428
  }, {
28713
28429
  readonly name: "liquidities";
28714
28430
  readonly type: "uint128[]";
@@ -28869,18 +28585,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28869
28585
  readonly name: "netOptionAssetToRepay";
28870
28586
  readonly type: "uint256";
28871
28587
  readonly internalType: "uint256";
28872
- }, {
28873
- readonly name: "premiumPaid";
28874
- readonly type: "uint128";
28875
- readonly internalType: "uint128";
28876
28588
  }, {
28877
28589
  readonly name: "expiresAt";
28878
28590
  readonly type: "uint64";
28879
28591
  readonly internalType: "uint64";
28880
- }, {
28881
- readonly name: "createdAt";
28882
- readonly type: "uint64";
28883
- readonly internalType: "uint64";
28884
28592
  }, {
28885
28593
  readonly name: "liquidities";
28886
28594
  readonly type: "uint128[]";
@@ -28949,12 +28657,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
28949
28657
  payoutAssetToRepay: bigint;
28950
28658
  positionSize: bigint;
28951
28659
  netOptionAssetToRepay: bigint;
28952
- premiumPaid: bigint;
28953
28660
  expiresAt: bigint;
28954
- createdAt: bigint;
28955
28661
  liquidities: readonly bigint[];
28956
28662
  }[]>;
28957
- getPoolData: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
28663
+ getPoolData: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
28958
28664
  readonly type: "function";
28959
28665
  readonly name: "batchGetRefTick";
28960
28666
  readonly inputs: readonly [{
@@ -29099,18 +28805,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29099
28805
  readonly name: "netOptionAssetToRepay";
29100
28806
  readonly type: "uint256";
29101
28807
  readonly internalType: "uint256";
29102
- }, {
29103
- readonly name: "premiumPaid";
29104
- readonly type: "uint128";
29105
- readonly internalType: "uint128";
29106
28808
  }, {
29107
28809
  readonly name: "expiresAt";
29108
28810
  readonly type: "uint64";
29109
28811
  readonly internalType: "uint64";
29110
- }, {
29111
- readonly name: "createdAt";
29112
- readonly type: "uint64";
29113
- readonly internalType: "uint64";
29114
28812
  }, {
29115
28813
  readonly name: "liquidities";
29116
28814
  readonly type: "uint128[]";
@@ -29331,18 +29029,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29331
29029
  readonly name: "netOptionAssetToRepay";
29332
29030
  readonly type: "uint256";
29333
29031
  readonly internalType: "uint256";
29334
- }, {
29335
- readonly name: "premiumPaid";
29336
- readonly type: "uint128";
29337
- readonly internalType: "uint128";
29338
29032
  }, {
29339
29033
  readonly name: "expiresAt";
29340
29034
  readonly type: "uint64";
29341
29035
  readonly internalType: "uint64";
29342
- }, {
29343
- readonly name: "createdAt";
29344
- readonly type: "uint64";
29345
- readonly internalType: "uint64";
29346
29036
  }, {
29347
29037
  readonly name: "liquidities";
29348
29038
  readonly type: "uint128[]";
@@ -29422,18 +29112,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29422
29112
  readonly name: "netOptionAssetToRepay";
29423
29113
  readonly type: "uint256";
29424
29114
  readonly internalType: "uint256";
29425
- }, {
29426
- readonly name: "premiumPaid";
29427
- readonly type: "uint128";
29428
- readonly internalType: "uint128";
29429
29115
  }, {
29430
29116
  readonly name: "expiresAt";
29431
29117
  readonly type: "uint64";
29432
29118
  readonly internalType: "uint64";
29433
- }, {
29434
- readonly name: "createdAt";
29435
- readonly type: "uint64";
29436
- readonly internalType: "uint64";
29437
29119
  }, {
29438
29120
  readonly name: "liquidities";
29439
29121
  readonly type: "uint128[]";
@@ -29594,18 +29276,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29594
29276
  readonly name: "netOptionAssetToRepay";
29595
29277
  readonly type: "uint256";
29596
29278
  readonly internalType: "uint256";
29597
- }, {
29598
- readonly name: "premiumPaid";
29599
- readonly type: "uint128";
29600
- readonly internalType: "uint128";
29601
29279
  }, {
29602
29280
  readonly name: "expiresAt";
29603
29281
  readonly type: "uint64";
29604
29282
  readonly internalType: "uint64";
29605
- }, {
29606
- readonly name: "createdAt";
29607
- readonly type: "uint64";
29608
- readonly internalType: "uint64";
29609
29283
  }, {
29610
29284
  readonly name: "liquidities";
29611
29285
  readonly type: "uint128[]";
@@ -29671,7 +29345,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29671
29345
  tickSpacing: number;
29672
29346
  fee: number;
29673
29347
  }>;
29674
- getRefTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
29348
+ getRefTick: (args: readonly [`0x${string}`, number], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
29675
29349
  readonly type: "function";
29676
29350
  readonly name: "batchGetRefTick";
29677
29351
  readonly inputs: readonly [{
@@ -29816,18 +29490,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
29816
29490
  readonly name: "netOptionAssetToRepay";
29817
29491
  readonly type: "uint256";
29818
29492
  readonly internalType: "uint256";
29819
- }, {
29820
- readonly name: "premiumPaid";
29821
- readonly type: "uint128";
29822
- readonly internalType: "uint128";
29823
29493
  }, {
29824
29494
  readonly name: "expiresAt";
29825
29495
  readonly type: "uint64";
29826
29496
  readonly internalType: "uint64";
29827
- }, {
29828
- readonly name: "createdAt";
29829
- readonly type: "uint64";
29830
- readonly internalType: "uint64";
29831
29497
  }, {
29832
29498
  readonly name: "liquidities";
29833
29499
  readonly type: "uint128[]";
@@ -30048,18 +29714,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30048
29714
  readonly name: "netOptionAssetToRepay";
30049
29715
  readonly type: "uint256";
30050
29716
  readonly internalType: "uint256";
30051
- }, {
30052
- readonly name: "premiumPaid";
30053
- readonly type: "uint128";
30054
- readonly internalType: "uint128";
30055
29717
  }, {
30056
29718
  readonly name: "expiresAt";
30057
29719
  readonly type: "uint64";
30058
29720
  readonly internalType: "uint64";
30059
- }, {
30060
- readonly name: "createdAt";
30061
- readonly type: "uint64";
30062
- readonly internalType: "uint64";
30063
29721
  }, {
30064
29722
  readonly name: "liquidities";
30065
29723
  readonly type: "uint128[]";
@@ -30139,18 +29797,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30139
29797
  readonly name: "netOptionAssetToRepay";
30140
29798
  readonly type: "uint256";
30141
29799
  readonly internalType: "uint256";
30142
- }, {
30143
- readonly name: "premiumPaid";
30144
- readonly type: "uint128";
30145
- readonly internalType: "uint128";
30146
29800
  }, {
30147
29801
  readonly name: "expiresAt";
30148
29802
  readonly type: "uint64";
30149
29803
  readonly internalType: "uint64";
30150
- }, {
30151
- readonly name: "createdAt";
30152
- readonly type: "uint64";
30153
- readonly internalType: "uint64";
30154
29804
  }, {
30155
29805
  readonly name: "liquidities";
30156
29806
  readonly type: "uint128[]";
@@ -30311,18 +29961,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30311
29961
  readonly name: "netOptionAssetToRepay";
30312
29962
  readonly type: "uint256";
30313
29963
  readonly internalType: "uint256";
30314
- }, {
30315
- readonly name: "premiumPaid";
30316
- readonly type: "uint128";
30317
- readonly internalType: "uint128";
30318
29964
  }, {
30319
29965
  readonly name: "expiresAt";
30320
29966
  readonly type: "uint64";
30321
29967
  readonly internalType: "uint64";
30322
- }, {
30323
- readonly name: "createdAt";
30324
- readonly type: "uint64";
30325
- readonly internalType: "uint64";
30326
29968
  }, {
30327
29969
  readonly name: "liquidities";
30328
29970
  readonly type: "uint128[]";
@@ -30377,7 +30019,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30377
30019
  }];
30378
30020
  readonly stateMutability: "view";
30379
30021
  }], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
30380
- getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
30022
+ getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
30381
30023
  readonly type: "function";
30382
30024
  readonly name: "batchGetRefTick";
30383
30025
  readonly inputs: readonly [{
@@ -30522,18 +30164,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30522
30164
  readonly name: "netOptionAssetToRepay";
30523
30165
  readonly type: "uint256";
30524
30166
  readonly internalType: "uint256";
30525
- }, {
30526
- readonly name: "premiumPaid";
30527
- readonly type: "uint128";
30528
- readonly internalType: "uint128";
30529
30167
  }, {
30530
30168
  readonly name: "expiresAt";
30531
30169
  readonly type: "uint64";
30532
30170
  readonly internalType: "uint64";
30533
- }, {
30534
- readonly name: "createdAt";
30535
- readonly type: "uint64";
30536
- readonly internalType: "uint64";
30537
30171
  }, {
30538
30172
  readonly name: "liquidities";
30539
30173
  readonly type: "uint128[]";
@@ -30754,18 +30388,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30754
30388
  readonly name: "netOptionAssetToRepay";
30755
30389
  readonly type: "uint256";
30756
30390
  readonly internalType: "uint256";
30757
- }, {
30758
- readonly name: "premiumPaid";
30759
- readonly type: "uint128";
30760
- readonly internalType: "uint128";
30761
30391
  }, {
30762
30392
  readonly name: "expiresAt";
30763
30393
  readonly type: "uint64";
30764
30394
  readonly internalType: "uint64";
30765
- }, {
30766
- readonly name: "createdAt";
30767
- readonly type: "uint64";
30768
- readonly internalType: "uint64";
30769
30395
  }, {
30770
30396
  readonly name: "liquidities";
30771
30397
  readonly type: "uint128[]";
@@ -30845,18 +30471,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
30845
30471
  readonly name: "netOptionAssetToRepay";
30846
30472
  readonly type: "uint256";
30847
30473
  readonly internalType: "uint256";
30848
- }, {
30849
- readonly name: "premiumPaid";
30850
- readonly type: "uint128";
30851
- readonly internalType: "uint128";
30852
30474
  }, {
30853
30475
  readonly name: "expiresAt";
30854
30476
  readonly type: "uint64";
30855
30477
  readonly internalType: "uint64";
30856
- }, {
30857
- readonly name: "createdAt";
30858
- readonly type: "uint64";
30859
- readonly internalType: "uint64";
30860
30478
  }, {
30861
30479
  readonly name: "liquidities";
30862
30480
  readonly type: "uint128[]";
@@ -31017,18 +30635,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31017
30635
  readonly name: "netOptionAssetToRepay";
31018
30636
  readonly type: "uint256";
31019
30637
  readonly internalType: "uint256";
31020
- }, {
31021
- readonly name: "premiumPaid";
31022
- readonly type: "uint128";
31023
- readonly internalType: "uint128";
31024
30638
  }, {
31025
30639
  readonly name: "expiresAt";
31026
30640
  readonly type: "uint64";
31027
30641
  readonly internalType: "uint64";
31028
- }, {
31029
- readonly name: "createdAt";
31030
- readonly type: "uint64";
31031
- readonly internalType: "uint64";
31032
30642
  }, {
31033
30643
  readonly name: "liquidities";
31034
30644
  readonly type: "uint128[]";
@@ -31097,12 +30707,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31097
30707
  payoutAssetToRepay: bigint;
31098
30708
  positionSize: bigint;
31099
30709
  netOptionAssetToRepay: bigint;
31100
- premiumPaid: bigint;
31101
30710
  expiresAt: bigint;
31102
- createdAt: bigint;
31103
30711
  liquidities: readonly bigint[];
31104
30712
  }[], bigint, boolean]>;
31105
- getVaultTVL: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
30713
+ getVaultTVL: (args: readonly [`0x${string}`], options?: viem0.Prettify<viem0.UnionOmit<viem0.ReadContractParameters<readonly [{
31106
30714
  readonly type: "function";
31107
30715
  readonly name: "batchGetRefTick";
31108
30716
  readonly inputs: readonly [{
@@ -31247,18 +30855,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31247
30855
  readonly name: "netOptionAssetToRepay";
31248
30856
  readonly type: "uint256";
31249
30857
  readonly internalType: "uint256";
31250
- }, {
31251
- readonly name: "premiumPaid";
31252
- readonly type: "uint128";
31253
- readonly internalType: "uint128";
31254
30858
  }, {
31255
30859
  readonly name: "expiresAt";
31256
30860
  readonly type: "uint64";
31257
30861
  readonly internalType: "uint64";
31258
- }, {
31259
- readonly name: "createdAt";
31260
- readonly type: "uint64";
31261
- readonly internalType: "uint64";
31262
30862
  }, {
31263
30863
  readonly name: "liquidities";
31264
30864
  readonly type: "uint128[]";
@@ -31479,18 +31079,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31479
31079
  readonly name: "netOptionAssetToRepay";
31480
31080
  readonly type: "uint256";
31481
31081
  readonly internalType: "uint256";
31482
- }, {
31483
- readonly name: "premiumPaid";
31484
- readonly type: "uint128";
31485
- readonly internalType: "uint128";
31486
31082
  }, {
31487
31083
  readonly name: "expiresAt";
31488
31084
  readonly type: "uint64";
31489
31085
  readonly internalType: "uint64";
31490
- }, {
31491
- readonly name: "createdAt";
31492
- readonly type: "uint64";
31493
- readonly internalType: "uint64";
31494
31086
  }, {
31495
31087
  readonly name: "liquidities";
31496
31088
  readonly type: "uint128[]";
@@ -31570,18 +31162,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31570
31162
  readonly name: "netOptionAssetToRepay";
31571
31163
  readonly type: "uint256";
31572
31164
  readonly internalType: "uint256";
31573
- }, {
31574
- readonly name: "premiumPaid";
31575
- readonly type: "uint128";
31576
- readonly internalType: "uint128";
31577
31165
  }, {
31578
31166
  readonly name: "expiresAt";
31579
31167
  readonly type: "uint64";
31580
31168
  readonly internalType: "uint64";
31581
- }, {
31582
- readonly name: "createdAt";
31583
- readonly type: "uint64";
31584
- readonly internalType: "uint64";
31585
31169
  }, {
31586
31170
  readonly name: "liquidities";
31587
31171
  readonly type: "uint128[]";
@@ -31742,18 +31326,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31742
31326
  readonly name: "netOptionAssetToRepay";
31743
31327
  readonly type: "uint256";
31744
31328
  readonly internalType: "uint256";
31745
- }, {
31746
- readonly name: "premiumPaid";
31747
- readonly type: "uint128";
31748
- readonly internalType: "uint128";
31749
31329
  }, {
31750
31330
  readonly name: "expiresAt";
31751
31331
  readonly type: "uint64";
31752
31332
  readonly internalType: "uint64";
31753
- }, {
31754
- readonly name: "createdAt";
31755
- readonly type: "uint64";
31756
- readonly internalType: "uint64";
31757
31333
  }, {
31758
31334
  readonly name: "liquidities";
31759
31335
  readonly type: "uint128[]";
@@ -31955,18 +31531,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
31955
31531
  readonly name: "netOptionAssetToRepay";
31956
31532
  readonly type: "uint256";
31957
31533
  readonly internalType: "uint256";
31958
- }, {
31959
- readonly name: "premiumPaid";
31960
- readonly type: "uint128";
31961
- readonly internalType: "uint128";
31962
31534
  }, {
31963
31535
  readonly name: "expiresAt";
31964
31536
  readonly type: "uint64";
31965
31537
  readonly internalType: "uint64";
31966
- }, {
31967
- readonly name: "createdAt";
31968
- readonly type: "uint64";
31969
- readonly internalType: "uint64";
31970
31538
  }, {
31971
31539
  readonly name: "liquidities";
31972
31540
  readonly type: "uint128[]";
@@ -32187,18 +31755,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32187
31755
  readonly name: "netOptionAssetToRepay";
32188
31756
  readonly type: "uint256";
32189
31757
  readonly internalType: "uint256";
32190
- }, {
32191
- readonly name: "premiumPaid";
32192
- readonly type: "uint128";
32193
- readonly internalType: "uint128";
32194
31758
  }, {
32195
31759
  readonly name: "expiresAt";
32196
31760
  readonly type: "uint64";
32197
31761
  readonly internalType: "uint64";
32198
- }, {
32199
- readonly name: "createdAt";
32200
- readonly type: "uint64";
32201
- readonly internalType: "uint64";
32202
31762
  }, {
32203
31763
  readonly name: "liquidities";
32204
31764
  readonly type: "uint128[]";
@@ -32278,18 +31838,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32278
31838
  readonly name: "netOptionAssetToRepay";
32279
31839
  readonly type: "uint256";
32280
31840
  readonly internalType: "uint256";
32281
- }, {
32282
- readonly name: "premiumPaid";
32283
- readonly type: "uint128";
32284
- readonly internalType: "uint128";
32285
31841
  }, {
32286
31842
  readonly name: "expiresAt";
32287
31843
  readonly type: "uint64";
32288
31844
  readonly internalType: "uint64";
32289
- }, {
32290
- readonly name: "createdAt";
32291
- readonly type: "uint64";
32292
- readonly internalType: "uint64";
32293
31845
  }, {
32294
31846
  readonly name: "liquidities";
32295
31847
  readonly type: "uint128[]";
@@ -32450,18 +32002,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
32450
32002
  readonly name: "netOptionAssetToRepay";
32451
32003
  readonly type: "uint256";
32452
32004
  readonly internalType: "uint256";
32453
- }, {
32454
- readonly name: "premiumPaid";
32455
- readonly type: "uint128";
32456
- readonly internalType: "uint128";
32457
32005
  }, {
32458
32006
  readonly name: "expiresAt";
32459
32007
  readonly type: "uint64";
32460
32008
  readonly internalType: "uint64";
32461
- }, {
32462
- readonly name: "createdAt";
32463
- readonly type: "uint64";
32464
- readonly internalType: "uint64";
32465
32009
  }, {
32466
32010
  readonly name: "liquidities";
32467
32011
  readonly type: "uint128[]";
@@ -32554,4 +32098,4 @@ declare const liquiditiesToAmount1: (liquidities: bigint[], startTick: number, t
32554
32098
  declare const liquiditiesToAmounts: (liquidities: bigint[], startTick: number, currentTick: number, tickSpacing: number) => bigint[];
32555
32099
  //#endregion
32556
32100
  export { getTimelockLens as A, wrapPriceUnscaled as C, TimelockMarketData as D, TimelockMarket as E, getUniswapMathLens as M, timelockLenses as N, UniswapMathLens as O, uniswapMathLenses as P, wrapPrice as S, TimelockLens as T, scalePrice as _, liquiditiesToAmount1 as a, wrapAmount as b, roundTickUp as c, Amount as d, formatAmount as f, scaleAmount as g, formatVagueAmount as h, liquiditiesToAmount0 as i, getTimelockMarket as j, getErc20 as k, token0ToToken1 as l, formatUSD as m, getPriceAtTick as n, liquiditiesToAmounts as o, formatCondensed as p, getTickAtPrice as r, roundTickDown as s, PRICE_PRECISION as t, token1ToToken0 as u, unscaleAmount as v, zero as w, wrapAmountUnscaled as x, unscalePrice as y };
32557
- //# sourceMappingURL=index-DiDvh-kv.d.ts.map
32101
+ //# sourceMappingURL=index-Dt4gerGl.d.ts.map