timelock-sdk 0.0.85 → 0.0.87
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/abis.cjs +1 -1
- package/dist/abis.d.cts +1 -1
- package/dist/abis.d.ts +1 -1
- package/dist/abis.js +1 -1
- package/dist/{client-BjjoSITU.d.ts → client-CYa7ruZt.d.ts} +147 -1059
- package/dist/{client-B_AKg-I4.d.cts → client-pWy70TUj.d.cts} +226 -1138
- package/dist/client.cjs +6 -6
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/client.js +6 -6
- package/dist/client.js.map +1 -1
- package/dist/{optionUtils-CoIk8zAr.js → optionUtils-DqExG6k5.js} +2 -2
- package/dist/{optionUtils-CoIk8zAr.js.map → optionUtils-DqExG6k5.js.map} +1 -1
- package/dist/{optionUtils-DAjhbiQ5.cjs → optionUtils-Dy9GlYwo.cjs} +2 -2
- package/dist/{optionUtils-DAjhbiQ5.cjs.map → optionUtils-Dy9GlYwo.cjs.map} +1 -1
- package/dist/{optionsMarket-DxGdV3HF.cjs → optionsMarket-D6zrIXc3.cjs} +1 -51
- package/dist/optionsMarket-D6zrIXc3.cjs.map +1 -0
- package/dist/{optionsMarket-6PlyceXp.js → optionsMarket-DBuVI-kl.js} +1 -51
- package/dist/optionsMarket-DBuVI-kl.js.map +1 -0
- package/dist/package.cjs +2 -2
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- package/dist/package.js +2 -2
- package/dist/{uniswapMathLens-C54iWXpi.d.ts → uniswapMathLens-B_cHjOOB.d.cts} +1 -41
- package/dist/{uniswapMathLens-CK8C7WOt.d.cts → uniswapMathLens-ChJFZ6hc.d.ts} +1 -41
- package/package.json +1 -1
- package/dist/optionsMarket-6PlyceXp.js.map +0 -1
- package/dist/optionsMarket-DxGdV3HF.cjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-
|
|
2
|
-
import * as
|
|
1
|
+
import { n as optionsMarketAbi, r as lensAbi, t as uniswapMathLensAbi } from "./uniswapMathLens-ChJFZ6hc.js";
|
|
2
|
+
import * as viem131 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, PublicClient } from "viem";
|
|
4
4
|
import Big from "big.js";
|
|
5
5
|
import React, { ReactNode } from "react";
|
|
@@ -228,7 +228,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
|
|
|
228
228
|
};
|
|
229
229
|
declare const getErc20: (address: Address, client: Client) => {
|
|
230
230
|
read: {
|
|
231
|
-
symbol: (options?:
|
|
231
|
+
symbol: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
232
232
|
readonly type: "constructor";
|
|
233
233
|
readonly inputs: readonly [{
|
|
234
234
|
readonly name: "name_";
|
|
@@ -407,7 +407,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
407
407
|
}];
|
|
408
408
|
readonly stateMutability: "nonpayable";
|
|
409
409
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
410
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
410
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
411
411
|
readonly type: "constructor";
|
|
412
412
|
readonly inputs: readonly [{
|
|
413
413
|
readonly name: "name_";
|
|
@@ -586,7 +586,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
586
586
|
}];
|
|
587
587
|
readonly stateMutability: "nonpayable";
|
|
588
588
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
589
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
589
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
590
590
|
readonly type: "constructor";
|
|
591
591
|
readonly inputs: readonly [{
|
|
592
592
|
readonly name: "name_";
|
|
@@ -765,7 +765,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
765
765
|
}];
|
|
766
766
|
readonly stateMutability: "nonpayable";
|
|
767
767
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
768
|
-
decimals: (options?:
|
|
768
|
+
decimals: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
769
769
|
readonly type: "constructor";
|
|
770
770
|
readonly inputs: readonly [{
|
|
771
771
|
readonly name: "name_";
|
|
@@ -944,7 +944,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
944
944
|
}];
|
|
945
945
|
readonly stateMutability: "nonpayable";
|
|
946
946
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
947
|
-
name: (options?:
|
|
947
|
+
name: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
948
948
|
readonly type: "constructor";
|
|
949
949
|
readonly inputs: readonly [{
|
|
950
950
|
readonly name: "name_";
|
|
@@ -1123,7 +1123,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1123
1123
|
}];
|
|
1124
1124
|
readonly stateMutability: "nonpayable";
|
|
1125
1125
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
1126
|
-
totalSupply: (options?:
|
|
1126
|
+
totalSupply: (options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
1127
1127
|
readonly type: "constructor";
|
|
1128
1128
|
readonly inputs: readonly [{
|
|
1129
1129
|
readonly name: "name_";
|
|
@@ -1304,7 +1304,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1304
1304
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1305
1305
|
};
|
|
1306
1306
|
estimateGas: {
|
|
1307
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1307
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
1308
1308
|
readonly type: "constructor";
|
|
1309
1309
|
readonly inputs: readonly [{
|
|
1310
1310
|
readonly name: "name_";
|
|
@@ -1482,8 +1482,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1482
1482
|
readonly internalType: "bool";
|
|
1483
1483
|
}];
|
|
1484
1484
|
readonly stateMutability: "nonpayable";
|
|
1485
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
1486
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1485
|
+
}], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
1486
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
1487
1487
|
readonly type: "constructor";
|
|
1488
1488
|
readonly inputs: readonly [{
|
|
1489
1489
|
readonly name: "name_";
|
|
@@ -1661,8 +1661,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1661
1661
|
readonly internalType: "bool";
|
|
1662
1662
|
}];
|
|
1663
1663
|
readonly stateMutability: "nonpayable";
|
|
1664
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
1665
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1664
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
1665
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
1666
1666
|
readonly type: "constructor";
|
|
1667
1667
|
readonly inputs: readonly [{
|
|
1668
1668
|
readonly name: "name_";
|
|
@@ -1840,8 +1840,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1840
1840
|
readonly internalType: "bool";
|
|
1841
1841
|
}];
|
|
1842
1842
|
readonly stateMutability: "nonpayable";
|
|
1843
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
1844
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
1843
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
1844
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
1845
1845
|
readonly type: "constructor";
|
|
1846
1846
|
readonly inputs: readonly [{
|
|
1847
1847
|
readonly name: "name_";
|
|
@@ -2019,8 +2019,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2019
2019
|
readonly internalType: "bool";
|
|
2020
2020
|
}];
|
|
2021
2021
|
readonly stateMutability: "nonpayable";
|
|
2022
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2023
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2022
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
2023
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
2024
2024
|
readonly type: "constructor";
|
|
2025
2025
|
readonly inputs: readonly [{
|
|
2026
2026
|
readonly name: "name_";
|
|
@@ -2198,9 +2198,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2198
2198
|
readonly internalType: "bool";
|
|
2199
2199
|
}];
|
|
2200
2200
|
readonly stateMutability: "nonpayable";
|
|
2201
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
2201
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
2202
2202
|
} & {
|
|
2203
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
2203
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
2204
2204
|
readonly type: "constructor";
|
|
2205
2205
|
readonly inputs: readonly [{
|
|
2206
2206
|
readonly name: "name_";
|
|
@@ -2378,8 +2378,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2378
2378
|
readonly internalType: "bool";
|
|
2379
2379
|
}];
|
|
2380
2380
|
readonly stateMutability: "nonpayable";
|
|
2381
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
2382
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2381
|
+
}], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
2382
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
2383
2383
|
readonly type: "constructor";
|
|
2384
2384
|
readonly inputs: readonly [{
|
|
2385
2385
|
readonly name: "name_";
|
|
@@ -2557,8 +2557,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2557
2557
|
readonly internalType: "bool";
|
|
2558
2558
|
}];
|
|
2559
2559
|
readonly stateMutability: "nonpayable";
|
|
2560
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
2561
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2560
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
2561
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
2562
2562
|
readonly type: "constructor";
|
|
2563
2563
|
readonly inputs: readonly [{
|
|
2564
2564
|
readonly name: "name_";
|
|
@@ -2736,8 +2736,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2736
2736
|
readonly internalType: "bool";
|
|
2737
2737
|
}];
|
|
2738
2738
|
readonly stateMutability: "nonpayable";
|
|
2739
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
2740
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
2739
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
2740
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
2741
2741
|
readonly type: "constructor";
|
|
2742
2742
|
readonly inputs: readonly [{
|
|
2743
2743
|
readonly name: "name_";
|
|
@@ -2915,8 +2915,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2915
2915
|
readonly internalType: "bool";
|
|
2916
2916
|
}];
|
|
2917
2917
|
readonly stateMutability: "nonpayable";
|
|
2918
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2919
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2918
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
2919
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem131.Prettify<viem131.UnionOmit<viem131.EstimateContractGasParameters<readonly [{
|
|
2920
2920
|
readonly type: "constructor";
|
|
2921
2921
|
readonly inputs: readonly [{
|
|
2922
2922
|
readonly name: "name_";
|
|
@@ -3094,10 +3094,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3094
3094
|
readonly internalType: "bool";
|
|
3095
3095
|
}];
|
|
3096
3096
|
readonly stateMutability: "nonpayable";
|
|
3097
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
3097
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem131.EstimateContractGasReturnType>;
|
|
3098
3098
|
};
|
|
3099
3099
|
simulate: {
|
|
3100
|
-
approve: <chainOverride extends
|
|
3100
|
+
approve: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
|
|
3101
3101
|
readonly type: "constructor";
|
|
3102
3102
|
readonly inputs: readonly [{
|
|
3103
3103
|
readonly name: "name_";
|
|
@@ -3275,7 +3275,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3275
3275
|
readonly internalType: "bool";
|
|
3276
3276
|
}];
|
|
3277
3277
|
readonly stateMutability: "nonpayable";
|
|
3278
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3278
|
+
}], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
|
|
3279
3279
|
readonly type: "constructor";
|
|
3280
3280
|
readonly inputs: readonly [{
|
|
3281
3281
|
readonly name: "name_";
|
|
@@ -3453,8 +3453,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3453
3453
|
readonly internalType: "bool";
|
|
3454
3454
|
}];
|
|
3455
3455
|
readonly stateMutability: "nonpayable";
|
|
3456
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3457
|
-
decreaseAllowance: <chainOverride extends
|
|
3456
|
+
}], "approve", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
|
|
3457
|
+
decreaseAllowance: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
|
|
3458
3458
|
readonly type: "constructor";
|
|
3459
3459
|
readonly inputs: readonly [{
|
|
3460
3460
|
readonly name: "name_";
|
|
@@ -3632,7 +3632,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3632
3632
|
readonly internalType: "bool";
|
|
3633
3633
|
}];
|
|
3634
3634
|
readonly stateMutability: "nonpayable";
|
|
3635
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3635
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
|
|
3636
3636
|
readonly type: "constructor";
|
|
3637
3637
|
readonly inputs: readonly [{
|
|
3638
3638
|
readonly name: "name_";
|
|
@@ -3810,8 +3810,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3810
3810
|
readonly internalType: "bool";
|
|
3811
3811
|
}];
|
|
3812
3812
|
readonly stateMutability: "nonpayable";
|
|
3813
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3814
|
-
increaseAllowance: <chainOverride extends
|
|
3813
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
|
|
3814
|
+
increaseAllowance: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
|
|
3815
3815
|
readonly type: "constructor";
|
|
3816
3816
|
readonly inputs: readonly [{
|
|
3817
3817
|
readonly name: "name_";
|
|
@@ -3989,7 +3989,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3989
3989
|
readonly internalType: "bool";
|
|
3990
3990
|
}];
|
|
3991
3991
|
readonly stateMutability: "nonpayable";
|
|
3992
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
3992
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
|
|
3993
3993
|
readonly type: "constructor";
|
|
3994
3994
|
readonly inputs: readonly [{
|
|
3995
3995
|
readonly name: "name_";
|
|
@@ -4167,8 +4167,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4167
4167
|
readonly internalType: "bool";
|
|
4168
4168
|
}];
|
|
4169
4169
|
readonly stateMutability: "nonpayable";
|
|
4170
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
4171
|
-
transfer: <chainOverride extends
|
|
4170
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
|
|
4171
|
+
transfer: <chainOverride extends viem131.Chain | undefined = undefined, accountOverride extends viem131.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem131.SimulateContractParameters<readonly [{
|
|
4172
4172
|
readonly type: "constructor";
|
|
4173
4173
|
readonly inputs: readonly [{
|
|
4174
4174
|
readonly name: "name_";
|
|
@@ -4346,7 +4346,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4346
4346
|
readonly internalType: "bool";
|
|
4347
4347
|
}];
|
|
4348
4348
|
readonly stateMutability: "nonpayable";
|
|
4349
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4349
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
|
|
4350
4350
|
readonly type: "constructor";
|
|
4351
4351
|
readonly inputs: readonly [{
|
|
4352
4352
|
readonly name: "name_";
|
|
@@ -4524,8 +4524,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4524
4524
|
readonly internalType: "bool";
|
|
4525
4525
|
}];
|
|
4526
4526
|
readonly stateMutability: "nonpayable";
|
|
4527
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4528
|
-
transferFrom: <chainOverride extends
|
|
4527
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
|
|
4528
|
+
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 [{
|
|
4529
4529
|
readonly type: "constructor";
|
|
4530
4530
|
readonly inputs: readonly [{
|
|
4531
4531
|
readonly name: "name_";
|
|
@@ -4703,7 +4703,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4703
4703
|
readonly internalType: "bool";
|
|
4704
4704
|
}];
|
|
4705
4705
|
readonly stateMutability: "nonpayable";
|
|
4706
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4706
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem131.SimulateContractReturnType<readonly [{
|
|
4707
4707
|
readonly type: "constructor";
|
|
4708
4708
|
readonly inputs: readonly [{
|
|
4709
4709
|
readonly name: "name_";
|
|
@@ -4881,10 +4881,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4881
4881
|
readonly internalType: "bool";
|
|
4882
4882
|
}];
|
|
4883
4883
|
readonly stateMutability: "nonpayable";
|
|
4884
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4884
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem131.Chain | undefined, viem131.Account | undefined, chainOverride, accountOverride>>;
|
|
4885
4885
|
};
|
|
4886
4886
|
write: {
|
|
4887
|
-
approve: <chainOverride extends
|
|
4887
|
+
approve: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
|
|
4888
4888
|
readonly type: "constructor";
|
|
4889
4889
|
readonly inputs: readonly [{
|
|
4890
4890
|
readonly name: "name_";
|
|
@@ -5062,8 +5062,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5062
5062
|
readonly internalType: "bool";
|
|
5063
5063
|
}];
|
|
5064
5064
|
readonly stateMutability: "nonpayable";
|
|
5065
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5066
|
-
decreaseAllowance: <chainOverride extends
|
|
5065
|
+
}], "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>;
|
|
5066
|
+
decreaseAllowance: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
|
|
5067
5067
|
readonly type: "constructor";
|
|
5068
5068
|
readonly inputs: readonly [{
|
|
5069
5069
|
readonly name: "name_";
|
|
@@ -5241,8 +5241,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5241
5241
|
readonly internalType: "bool";
|
|
5242
5242
|
}];
|
|
5243
5243
|
readonly stateMutability: "nonpayable";
|
|
5244
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5245
|
-
increaseAllowance: <chainOverride extends
|
|
5244
|
+
}], "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>;
|
|
5245
|
+
increaseAllowance: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
|
|
5246
5246
|
readonly type: "constructor";
|
|
5247
5247
|
readonly inputs: readonly [{
|
|
5248
5248
|
readonly name: "name_";
|
|
@@ -5420,8 +5420,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5420
5420
|
readonly internalType: "bool";
|
|
5421
5421
|
}];
|
|
5422
5422
|
readonly stateMutability: "nonpayable";
|
|
5423
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5424
|
-
transfer: <chainOverride extends
|
|
5423
|
+
}], "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>;
|
|
5424
|
+
transfer: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
|
|
5425
5425
|
readonly type: "constructor";
|
|
5426
5426
|
readonly inputs: readonly [{
|
|
5427
5427
|
readonly name: "name_";
|
|
@@ -5599,8 +5599,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5599
5599
|
readonly internalType: "bool";
|
|
5600
5600
|
}];
|
|
5601
5601
|
readonly stateMutability: "nonpayable";
|
|
5602
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5603
|
-
transferFrom: <chainOverride extends
|
|
5602
|
+
}], "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>;
|
|
5603
|
+
transferFrom: <chainOverride extends viem131.Chain | undefined, options extends (viem131.UnionOmit<viem131.WriteContractParameters<readonly [{
|
|
5604
5604
|
readonly type: "constructor";
|
|
5605
5605
|
readonly inputs: readonly [{
|
|
5606
5606
|
readonly name: "name_";
|
|
@@ -5778,7 +5778,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5778
5778
|
readonly internalType: "bool";
|
|
5779
5779
|
}];
|
|
5780
5780
|
readonly stateMutability: "nonpayable";
|
|
5781
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
5781
|
+
}], "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>;
|
|
5782
5782
|
};
|
|
5783
5783
|
address: `0x${string}`;
|
|
5784
5784
|
abi: readonly [{
|
|
@@ -5964,7 +5964,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5964
5964
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5965
5965
|
declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
5966
5966
|
read: {
|
|
5967
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
5967
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
5968
5968
|
readonly type: "function";
|
|
5969
5969
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
5970
5970
|
readonly inputs: readonly [{
|
|
@@ -6585,7 +6585,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
6585
6585
|
}];
|
|
6586
6586
|
readonly stateMutability: "pure";
|
|
6587
6587
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
6588
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
6588
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
6589
6589
|
readonly type: "function";
|
|
6590
6590
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
6591
6591
|
readonly inputs: readonly [{
|
|
@@ -7206,7 +7206,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
7206
7206
|
}];
|
|
7207
7207
|
readonly stateMutability: "pure";
|
|
7208
7208
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
7209
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
7209
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
7210
7210
|
readonly type: "function";
|
|
7211
7211
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
7212
7212
|
readonly inputs: readonly [{
|
|
@@ -7827,7 +7827,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
7827
7827
|
}];
|
|
7828
7828
|
readonly stateMutability: "pure";
|
|
7829
7829
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
7830
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
7830
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
7831
7831
|
readonly type: "function";
|
|
7832
7832
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
7833
7833
|
readonly inputs: readonly [{
|
|
@@ -8448,7 +8448,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
8448
8448
|
}];
|
|
8449
8449
|
readonly stateMutability: "pure";
|
|
8450
8450
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
8451
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
8451
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
8452
8452
|
readonly type: "function";
|
|
8453
8453
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
8454
8454
|
readonly inputs: readonly [{
|
|
@@ -9069,7 +9069,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
9069
9069
|
}];
|
|
9070
9070
|
readonly stateMutability: "pure";
|
|
9071
9071
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
9072
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
9072
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
9073
9073
|
readonly type: "function";
|
|
9074
9074
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
9075
9075
|
readonly inputs: readonly [{
|
|
@@ -9690,7 +9690,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
9690
9690
|
}];
|
|
9691
9691
|
readonly stateMutability: "pure";
|
|
9692
9692
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
9693
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
9693
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
9694
9694
|
readonly type: "function";
|
|
9695
9695
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
9696
9696
|
readonly inputs: readonly [{
|
|
@@ -10311,7 +10311,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
10311
10311
|
}];
|
|
10312
10312
|
readonly stateMutability: "pure";
|
|
10313
10313
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
10314
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
10314
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
10315
10315
|
readonly type: "function";
|
|
10316
10316
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
10317
10317
|
readonly inputs: readonly [{
|
|
@@ -10932,7 +10932,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
10932
10932
|
}];
|
|
10933
10933
|
readonly stateMutability: "pure";
|
|
10934
10934
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
10935
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
10935
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
10936
10936
|
readonly type: "function";
|
|
10937
10937
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
10938
10938
|
readonly inputs: readonly [{
|
|
@@ -11553,7 +11553,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
11553
11553
|
}];
|
|
11554
11554
|
readonly stateMutability: "pure";
|
|
11555
11555
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
11556
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
11556
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
11557
11557
|
readonly type: "function";
|
|
11558
11558
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
11559
11559
|
readonly inputs: readonly [{
|
|
@@ -12174,7 +12174,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
12174
12174
|
}];
|
|
12175
12175
|
readonly stateMutability: "pure";
|
|
12176
12176
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
12177
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
12177
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
12178
12178
|
readonly type: "function";
|
|
12179
12179
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12180
12180
|
readonly inputs: readonly [{
|
|
@@ -12795,7 +12795,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
12795
12795
|
}];
|
|
12796
12796
|
readonly stateMutability: "pure";
|
|
12797
12797
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
12798
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
12798
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
12799
12799
|
readonly type: "function";
|
|
12800
12800
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12801
12801
|
readonly inputs: readonly [{
|
|
@@ -13416,7 +13416,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13416
13416
|
}];
|
|
13417
13417
|
readonly stateMutability: "pure";
|
|
13418
13418
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13419
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
13419
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
13420
13420
|
readonly type: "function";
|
|
13421
13421
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13422
13422
|
readonly inputs: readonly [{
|
|
@@ -14037,7 +14037,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
14037
14037
|
}];
|
|
14038
14038
|
readonly stateMutability: "pure";
|
|
14039
14039
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14040
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
14040
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
14041
14041
|
readonly type: "function";
|
|
14042
14042
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14043
14043
|
readonly inputs: readonly [{
|
|
@@ -14658,7 +14658,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
14658
14658
|
}];
|
|
14659
14659
|
readonly stateMutability: "pure";
|
|
14660
14660
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
14661
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
14661
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
14662
14662
|
readonly type: "function";
|
|
14663
14663
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14664
14664
|
readonly inputs: readonly [{
|
|
@@ -15279,7 +15279,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15279
15279
|
}];
|
|
15280
15280
|
readonly stateMutability: "pure";
|
|
15281
15281
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
15282
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
15282
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
15283
15283
|
readonly type: "function";
|
|
15284
15284
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15285
15285
|
readonly inputs: readonly [{
|
|
@@ -15900,7 +15900,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15900
15900
|
}];
|
|
15901
15901
|
readonly stateMutability: "pure";
|
|
15902
15902
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
15903
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
15903
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
15904
15904
|
readonly type: "function";
|
|
15905
15905
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15906
15906
|
readonly inputs: readonly [{
|
|
@@ -16521,7 +16521,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16521
16521
|
}];
|
|
16522
16522
|
readonly stateMutability: "pure";
|
|
16523
16523
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
16524
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
16524
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
16525
16525
|
readonly type: "function";
|
|
16526
16526
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16527
16527
|
readonly inputs: readonly [{
|
|
@@ -17142,7 +17142,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
17142
17142
|
}];
|
|
17143
17143
|
readonly stateMutability: "pure";
|
|
17144
17144
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
17145
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
17145
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
17146
17146
|
readonly type: "function";
|
|
17147
17147
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17148
17148
|
readonly inputs: readonly [{
|
|
@@ -17763,7 +17763,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
17763
17763
|
}];
|
|
17764
17764
|
readonly stateMutability: "pure";
|
|
17765
17765
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
17766
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
17766
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
17767
17767
|
readonly type: "function";
|
|
17768
17768
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17769
17769
|
readonly inputs: readonly [{
|
|
@@ -18384,7 +18384,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18384
18384
|
}];
|
|
18385
18385
|
readonly stateMutability: "pure";
|
|
18386
18386
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
18387
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
18387
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
18388
18388
|
readonly type: "function";
|
|
18389
18389
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18390
18390
|
readonly inputs: readonly [{
|
|
@@ -19005,7 +19005,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
19005
19005
|
}];
|
|
19006
19006
|
readonly stateMutability: "pure";
|
|
19007
19007
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
19008
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
19008
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
19009
19009
|
readonly type: "function";
|
|
19010
19010
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19011
19011
|
readonly inputs: readonly [{
|
|
@@ -19626,7 +19626,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
19626
19626
|
}];
|
|
19627
19627
|
readonly stateMutability: "pure";
|
|
19628
19628
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
19629
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
19629
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
19630
19630
|
readonly type: "function";
|
|
19631
19631
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19632
19632
|
readonly inputs: readonly [{
|
|
@@ -20247,7 +20247,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20247
20247
|
}];
|
|
20248
20248
|
readonly stateMutability: "pure";
|
|
20249
20249
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
20250
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
20250
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
20251
20251
|
readonly type: "function";
|
|
20252
20252
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20253
20253
|
readonly inputs: readonly [{
|
|
@@ -20868,7 +20868,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20868
20868
|
}];
|
|
20869
20869
|
readonly stateMutability: "pure";
|
|
20870
20870
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
20871
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
20871
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
20872
20872
|
readonly type: "function";
|
|
20873
20873
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20874
20874
|
readonly inputs: readonly [{
|
|
@@ -21489,7 +21489,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
21489
21489
|
}];
|
|
21490
21490
|
readonly stateMutability: "pure";
|
|
21491
21491
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21492
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
21492
|
+
getPriceAtTick: (args: readonly [number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
21493
21493
|
readonly type: "function";
|
|
21494
21494
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21495
21495
|
readonly inputs: readonly [{
|
|
@@ -22736,7 +22736,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
22736
22736
|
};
|
|
22737
22737
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
22738
22738
|
read: {
|
|
22739
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
22739
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
22740
22740
|
readonly type: "function";
|
|
22741
22741
|
readonly name: "batchGetRefTick";
|
|
22742
22742
|
readonly inputs: readonly [{
|
|
@@ -22845,18 +22845,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
22845
22845
|
readonly name: "strikeTick";
|
|
22846
22846
|
readonly type: "int24";
|
|
22847
22847
|
readonly internalType: "int24";
|
|
22848
|
-
}, {
|
|
22849
|
-
readonly name: "entryTick";
|
|
22850
|
-
readonly type: "int24";
|
|
22851
|
-
readonly internalType: "int24";
|
|
22852
22848
|
}, {
|
|
22853
22849
|
readonly name: "strikePrice";
|
|
22854
22850
|
readonly type: "uint256";
|
|
22855
22851
|
readonly internalType: "uint256";
|
|
22856
|
-
}, {
|
|
22857
|
-
readonly name: "entryPrice";
|
|
22858
|
-
readonly type: "uint256";
|
|
22859
|
-
readonly internalType: "uint256";
|
|
22860
22852
|
}, {
|
|
22861
22853
|
readonly name: "optionAssetBorrowed";
|
|
22862
22854
|
readonly type: "uint256";
|
|
@@ -23069,18 +23061,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23069
23061
|
readonly name: "strikeTick";
|
|
23070
23062
|
readonly type: "int24";
|
|
23071
23063
|
readonly internalType: "int24";
|
|
23072
|
-
}, {
|
|
23073
|
-
readonly name: "entryTick";
|
|
23074
|
-
readonly type: "int24";
|
|
23075
|
-
readonly internalType: "int24";
|
|
23076
23064
|
}, {
|
|
23077
23065
|
readonly name: "strikePrice";
|
|
23078
23066
|
readonly type: "uint256";
|
|
23079
23067
|
readonly internalType: "uint256";
|
|
23080
|
-
}, {
|
|
23081
|
-
readonly name: "entryPrice";
|
|
23082
|
-
readonly type: "uint256";
|
|
23083
|
-
readonly internalType: "uint256";
|
|
23084
23068
|
}, {
|
|
23085
23069
|
readonly name: "optionAssetBorrowed";
|
|
23086
23070
|
readonly type: "uint256";
|
|
@@ -23152,18 +23136,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23152
23136
|
readonly name: "strikeTick";
|
|
23153
23137
|
readonly type: "int24";
|
|
23154
23138
|
readonly internalType: "int24";
|
|
23155
|
-
}, {
|
|
23156
|
-
readonly name: "entryTick";
|
|
23157
|
-
readonly type: "int24";
|
|
23158
|
-
readonly internalType: "int24";
|
|
23159
23139
|
}, {
|
|
23160
23140
|
readonly name: "strikePrice";
|
|
23161
23141
|
readonly type: "uint256";
|
|
23162
23142
|
readonly internalType: "uint256";
|
|
23163
|
-
}, {
|
|
23164
|
-
readonly name: "entryPrice";
|
|
23165
|
-
readonly type: "uint256";
|
|
23166
|
-
readonly internalType: "uint256";
|
|
23167
23143
|
}, {
|
|
23168
23144
|
readonly name: "optionAssetBorrowed";
|
|
23169
23145
|
readonly type: "uint256";
|
|
@@ -23316,18 +23292,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23316
23292
|
readonly name: "strikeTick";
|
|
23317
23293
|
readonly type: "int24";
|
|
23318
23294
|
readonly internalType: "int24";
|
|
23319
|
-
}, {
|
|
23320
|
-
readonly name: "entryTick";
|
|
23321
|
-
readonly type: "int24";
|
|
23322
|
-
readonly internalType: "int24";
|
|
23323
23295
|
}, {
|
|
23324
23296
|
readonly name: "strikePrice";
|
|
23325
23297
|
readonly type: "uint256";
|
|
23326
23298
|
readonly internalType: "uint256";
|
|
23327
|
-
}, {
|
|
23328
|
-
readonly name: "entryPrice";
|
|
23329
|
-
readonly type: "uint256";
|
|
23330
|
-
readonly internalType: "uint256";
|
|
23331
23299
|
}, {
|
|
23332
23300
|
readonly name: "optionAssetBorrowed";
|
|
23333
23301
|
readonly type: "uint256";
|
|
@@ -23410,7 +23378,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23410
23378
|
}];
|
|
23411
23379
|
readonly stateMutability: "view";
|
|
23412
23380
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
23413
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
23381
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
23414
23382
|
readonly type: "function";
|
|
23415
23383
|
readonly name: "batchGetRefTick";
|
|
23416
23384
|
readonly inputs: readonly [{
|
|
@@ -23519,18 +23487,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23519
23487
|
readonly name: "strikeTick";
|
|
23520
23488
|
readonly type: "int24";
|
|
23521
23489
|
readonly internalType: "int24";
|
|
23522
|
-
}, {
|
|
23523
|
-
readonly name: "entryTick";
|
|
23524
|
-
readonly type: "int24";
|
|
23525
|
-
readonly internalType: "int24";
|
|
23526
23490
|
}, {
|
|
23527
23491
|
readonly name: "strikePrice";
|
|
23528
23492
|
readonly type: "uint256";
|
|
23529
23493
|
readonly internalType: "uint256";
|
|
23530
|
-
}, {
|
|
23531
|
-
readonly name: "entryPrice";
|
|
23532
|
-
readonly type: "uint256";
|
|
23533
|
-
readonly internalType: "uint256";
|
|
23534
23494
|
}, {
|
|
23535
23495
|
readonly name: "optionAssetBorrowed";
|
|
23536
23496
|
readonly type: "uint256";
|
|
@@ -23743,18 +23703,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23743
23703
|
readonly name: "strikeTick";
|
|
23744
23704
|
readonly type: "int24";
|
|
23745
23705
|
readonly internalType: "int24";
|
|
23746
|
-
}, {
|
|
23747
|
-
readonly name: "entryTick";
|
|
23748
|
-
readonly type: "int24";
|
|
23749
|
-
readonly internalType: "int24";
|
|
23750
23706
|
}, {
|
|
23751
23707
|
readonly name: "strikePrice";
|
|
23752
23708
|
readonly type: "uint256";
|
|
23753
23709
|
readonly internalType: "uint256";
|
|
23754
|
-
}, {
|
|
23755
|
-
readonly name: "entryPrice";
|
|
23756
|
-
readonly type: "uint256";
|
|
23757
|
-
readonly internalType: "uint256";
|
|
23758
23710
|
}, {
|
|
23759
23711
|
readonly name: "optionAssetBorrowed";
|
|
23760
23712
|
readonly type: "uint256";
|
|
@@ -23826,18 +23778,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23826
23778
|
readonly name: "strikeTick";
|
|
23827
23779
|
readonly type: "int24";
|
|
23828
23780
|
readonly internalType: "int24";
|
|
23829
|
-
}, {
|
|
23830
|
-
readonly name: "entryTick";
|
|
23831
|
-
readonly type: "int24";
|
|
23832
|
-
readonly internalType: "int24";
|
|
23833
23781
|
}, {
|
|
23834
23782
|
readonly name: "strikePrice";
|
|
23835
23783
|
readonly type: "uint256";
|
|
23836
23784
|
readonly internalType: "uint256";
|
|
23837
|
-
}, {
|
|
23838
|
-
readonly name: "entryPrice";
|
|
23839
|
-
readonly type: "uint256";
|
|
23840
|
-
readonly internalType: "uint256";
|
|
23841
23785
|
}, {
|
|
23842
23786
|
readonly name: "optionAssetBorrowed";
|
|
23843
23787
|
readonly type: "uint256";
|
|
@@ -23990,18 +23934,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23990
23934
|
readonly name: "strikeTick";
|
|
23991
23935
|
readonly type: "int24";
|
|
23992
23936
|
readonly internalType: "int24";
|
|
23993
|
-
}, {
|
|
23994
|
-
readonly name: "entryTick";
|
|
23995
|
-
readonly type: "int24";
|
|
23996
|
-
readonly internalType: "int24";
|
|
23997
23937
|
}, {
|
|
23998
23938
|
readonly name: "strikePrice";
|
|
23999
23939
|
readonly type: "uint256";
|
|
24000
23940
|
readonly internalType: "uint256";
|
|
24001
|
-
}, {
|
|
24002
|
-
readonly name: "entryPrice";
|
|
24003
|
-
readonly type: "uint256";
|
|
24004
|
-
readonly internalType: "uint256";
|
|
24005
23941
|
}, {
|
|
24006
23942
|
readonly name: "optionAssetBorrowed";
|
|
24007
23943
|
readonly type: "uint256";
|
|
@@ -24094,7 +24030,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24094
24030
|
borrowedAmount0: bigint;
|
|
24095
24031
|
borrowedAmount1: bigint;
|
|
24096
24032
|
}[]>;
|
|
24097
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
24033
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
24098
24034
|
readonly type: "function";
|
|
24099
24035
|
readonly name: "batchGetRefTick";
|
|
24100
24036
|
readonly inputs: readonly [{
|
|
@@ -24203,18 +24139,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24203
24139
|
readonly name: "strikeTick";
|
|
24204
24140
|
readonly type: "int24";
|
|
24205
24141
|
readonly internalType: "int24";
|
|
24206
|
-
}, {
|
|
24207
|
-
readonly name: "entryTick";
|
|
24208
|
-
readonly type: "int24";
|
|
24209
|
-
readonly internalType: "int24";
|
|
24210
24142
|
}, {
|
|
24211
24143
|
readonly name: "strikePrice";
|
|
24212
24144
|
readonly type: "uint256";
|
|
24213
24145
|
readonly internalType: "uint256";
|
|
24214
|
-
}, {
|
|
24215
|
-
readonly name: "entryPrice";
|
|
24216
|
-
readonly type: "uint256";
|
|
24217
|
-
readonly internalType: "uint256";
|
|
24218
24146
|
}, {
|
|
24219
24147
|
readonly name: "optionAssetBorrowed";
|
|
24220
24148
|
readonly type: "uint256";
|
|
@@ -24427,18 +24355,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24427
24355
|
readonly name: "strikeTick";
|
|
24428
24356
|
readonly type: "int24";
|
|
24429
24357
|
readonly internalType: "int24";
|
|
24430
|
-
}, {
|
|
24431
|
-
readonly name: "entryTick";
|
|
24432
|
-
readonly type: "int24";
|
|
24433
|
-
readonly internalType: "int24";
|
|
24434
24358
|
}, {
|
|
24435
24359
|
readonly name: "strikePrice";
|
|
24436
24360
|
readonly type: "uint256";
|
|
24437
24361
|
readonly internalType: "uint256";
|
|
24438
|
-
}, {
|
|
24439
|
-
readonly name: "entryPrice";
|
|
24440
|
-
readonly type: "uint256";
|
|
24441
|
-
readonly internalType: "uint256";
|
|
24442
24362
|
}, {
|
|
24443
24363
|
readonly name: "optionAssetBorrowed";
|
|
24444
24364
|
readonly type: "uint256";
|
|
@@ -24510,18 +24430,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24510
24430
|
readonly name: "strikeTick";
|
|
24511
24431
|
readonly type: "int24";
|
|
24512
24432
|
readonly internalType: "int24";
|
|
24513
|
-
}, {
|
|
24514
|
-
readonly name: "entryTick";
|
|
24515
|
-
readonly type: "int24";
|
|
24516
|
-
readonly internalType: "int24";
|
|
24517
24433
|
}, {
|
|
24518
24434
|
readonly name: "strikePrice";
|
|
24519
24435
|
readonly type: "uint256";
|
|
24520
24436
|
readonly internalType: "uint256";
|
|
24521
|
-
}, {
|
|
24522
|
-
readonly name: "entryPrice";
|
|
24523
|
-
readonly type: "uint256";
|
|
24524
|
-
readonly internalType: "uint256";
|
|
24525
24437
|
}, {
|
|
24526
24438
|
readonly name: "optionAssetBorrowed";
|
|
24527
24439
|
readonly type: "uint256";
|
|
@@ -24674,18 +24586,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24674
24586
|
readonly name: "strikeTick";
|
|
24675
24587
|
readonly type: "int24";
|
|
24676
24588
|
readonly internalType: "int24";
|
|
24677
|
-
}, {
|
|
24678
|
-
readonly name: "entryTick";
|
|
24679
|
-
readonly type: "int24";
|
|
24680
|
-
readonly internalType: "int24";
|
|
24681
24589
|
}, {
|
|
24682
24590
|
readonly name: "strikePrice";
|
|
24683
24591
|
readonly type: "uint256";
|
|
24684
24592
|
readonly internalType: "uint256";
|
|
24685
|
-
}, {
|
|
24686
|
-
readonly name: "entryPrice";
|
|
24687
|
-
readonly type: "uint256";
|
|
24688
|
-
readonly internalType: "uint256";
|
|
24689
24593
|
}, {
|
|
24690
24594
|
readonly name: "optionAssetBorrowed";
|
|
24691
24595
|
readonly type: "uint256";
|
|
@@ -24773,9 +24677,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24773
24677
|
optionType: number;
|
|
24774
24678
|
startTick: number;
|
|
24775
24679
|
strikeTick: number;
|
|
24776
|
-
entryTick: number;
|
|
24777
24680
|
strikePrice: bigint;
|
|
24778
|
-
entryPrice: bigint;
|
|
24779
24681
|
optionAssetBorrowed: bigint;
|
|
24780
24682
|
payoutAssetBorrowed: bigint;
|
|
24781
24683
|
optionAssetToRepay: bigint;
|
|
@@ -24785,7 +24687,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24785
24687
|
expiresAt: number;
|
|
24786
24688
|
liquidities: readonly bigint[];
|
|
24787
24689
|
}[], bigint, boolean]>;
|
|
24788
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
24690
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
24789
24691
|
readonly type: "function";
|
|
24790
24692
|
readonly name: "batchGetRefTick";
|
|
24791
24693
|
readonly inputs: readonly [{
|
|
@@ -24894,18 +24796,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24894
24796
|
readonly name: "strikeTick";
|
|
24895
24797
|
readonly type: "int24";
|
|
24896
24798
|
readonly internalType: "int24";
|
|
24897
|
-
}, {
|
|
24898
|
-
readonly name: "entryTick";
|
|
24899
|
-
readonly type: "int24";
|
|
24900
|
-
readonly internalType: "int24";
|
|
24901
24799
|
}, {
|
|
24902
24800
|
readonly name: "strikePrice";
|
|
24903
24801
|
readonly type: "uint256";
|
|
24904
24802
|
readonly internalType: "uint256";
|
|
24905
|
-
}, {
|
|
24906
|
-
readonly name: "entryPrice";
|
|
24907
|
-
readonly type: "uint256";
|
|
24908
|
-
readonly internalType: "uint256";
|
|
24909
24803
|
}, {
|
|
24910
24804
|
readonly name: "optionAssetBorrowed";
|
|
24911
24805
|
readonly type: "uint256";
|
|
@@ -25118,18 +25012,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25118
25012
|
readonly name: "strikeTick";
|
|
25119
25013
|
readonly type: "int24";
|
|
25120
25014
|
readonly internalType: "int24";
|
|
25121
|
-
}, {
|
|
25122
|
-
readonly name: "entryTick";
|
|
25123
|
-
readonly type: "int24";
|
|
25124
|
-
readonly internalType: "int24";
|
|
25125
25015
|
}, {
|
|
25126
25016
|
readonly name: "strikePrice";
|
|
25127
25017
|
readonly type: "uint256";
|
|
25128
25018
|
readonly internalType: "uint256";
|
|
25129
|
-
}, {
|
|
25130
|
-
readonly name: "entryPrice";
|
|
25131
|
-
readonly type: "uint256";
|
|
25132
|
-
readonly internalType: "uint256";
|
|
25133
25019
|
}, {
|
|
25134
25020
|
readonly name: "optionAssetBorrowed";
|
|
25135
25021
|
readonly type: "uint256";
|
|
@@ -25201,18 +25087,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25201
25087
|
readonly name: "strikeTick";
|
|
25202
25088
|
readonly type: "int24";
|
|
25203
25089
|
readonly internalType: "int24";
|
|
25204
|
-
}, {
|
|
25205
|
-
readonly name: "entryTick";
|
|
25206
|
-
readonly type: "int24";
|
|
25207
|
-
readonly internalType: "int24";
|
|
25208
25090
|
}, {
|
|
25209
25091
|
readonly name: "strikePrice";
|
|
25210
25092
|
readonly type: "uint256";
|
|
25211
25093
|
readonly internalType: "uint256";
|
|
25212
|
-
}, {
|
|
25213
|
-
readonly name: "entryPrice";
|
|
25214
|
-
readonly type: "uint256";
|
|
25215
|
-
readonly internalType: "uint256";
|
|
25216
25094
|
}, {
|
|
25217
25095
|
readonly name: "optionAssetBorrowed";
|
|
25218
25096
|
readonly type: "uint256";
|
|
@@ -25365,18 +25243,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25365
25243
|
readonly name: "strikeTick";
|
|
25366
25244
|
readonly type: "int24";
|
|
25367
25245
|
readonly internalType: "int24";
|
|
25368
|
-
}, {
|
|
25369
|
-
readonly name: "entryTick";
|
|
25370
|
-
readonly type: "int24";
|
|
25371
|
-
readonly internalType: "int24";
|
|
25372
25246
|
}, {
|
|
25373
25247
|
readonly name: "strikePrice";
|
|
25374
25248
|
readonly type: "uint256";
|
|
25375
25249
|
readonly internalType: "uint256";
|
|
25376
|
-
}, {
|
|
25377
|
-
readonly name: "entryPrice";
|
|
25378
|
-
readonly type: "uint256";
|
|
25379
|
-
readonly internalType: "uint256";
|
|
25380
25250
|
}, {
|
|
25381
25251
|
readonly name: "optionAssetBorrowed";
|
|
25382
25252
|
readonly type: "uint256";
|
|
@@ -25459,7 +25329,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25459
25329
|
}];
|
|
25460
25330
|
readonly stateMutability: "view";
|
|
25461
25331
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
25462
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
25332
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
25463
25333
|
readonly type: "function";
|
|
25464
25334
|
readonly name: "batchGetRefTick";
|
|
25465
25335
|
readonly inputs: readonly [{
|
|
@@ -25568,18 +25438,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25568
25438
|
readonly name: "strikeTick";
|
|
25569
25439
|
readonly type: "int24";
|
|
25570
25440
|
readonly internalType: "int24";
|
|
25571
|
-
}, {
|
|
25572
|
-
readonly name: "entryTick";
|
|
25573
|
-
readonly type: "int24";
|
|
25574
|
-
readonly internalType: "int24";
|
|
25575
25441
|
}, {
|
|
25576
25442
|
readonly name: "strikePrice";
|
|
25577
25443
|
readonly type: "uint256";
|
|
25578
25444
|
readonly internalType: "uint256";
|
|
25579
|
-
}, {
|
|
25580
|
-
readonly name: "entryPrice";
|
|
25581
|
-
readonly type: "uint256";
|
|
25582
|
-
readonly internalType: "uint256";
|
|
25583
25445
|
}, {
|
|
25584
25446
|
readonly name: "optionAssetBorrowed";
|
|
25585
25447
|
readonly type: "uint256";
|
|
@@ -25792,18 +25654,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25792
25654
|
readonly name: "strikeTick";
|
|
25793
25655
|
readonly type: "int24";
|
|
25794
25656
|
readonly internalType: "int24";
|
|
25795
|
-
}, {
|
|
25796
|
-
readonly name: "entryTick";
|
|
25797
|
-
readonly type: "int24";
|
|
25798
|
-
readonly internalType: "int24";
|
|
25799
25657
|
}, {
|
|
25800
25658
|
readonly name: "strikePrice";
|
|
25801
25659
|
readonly type: "uint256";
|
|
25802
25660
|
readonly internalType: "uint256";
|
|
25803
|
-
}, {
|
|
25804
|
-
readonly name: "entryPrice";
|
|
25805
|
-
readonly type: "uint256";
|
|
25806
|
-
readonly internalType: "uint256";
|
|
25807
25661
|
}, {
|
|
25808
25662
|
readonly name: "optionAssetBorrowed";
|
|
25809
25663
|
readonly type: "uint256";
|
|
@@ -25875,18 +25729,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25875
25729
|
readonly name: "strikeTick";
|
|
25876
25730
|
readonly type: "int24";
|
|
25877
25731
|
readonly internalType: "int24";
|
|
25878
|
-
}, {
|
|
25879
|
-
readonly name: "entryTick";
|
|
25880
|
-
readonly type: "int24";
|
|
25881
|
-
readonly internalType: "int24";
|
|
25882
25732
|
}, {
|
|
25883
25733
|
readonly name: "strikePrice";
|
|
25884
25734
|
readonly type: "uint256";
|
|
25885
25735
|
readonly internalType: "uint256";
|
|
25886
|
-
}, {
|
|
25887
|
-
readonly name: "entryPrice";
|
|
25888
|
-
readonly type: "uint256";
|
|
25889
|
-
readonly internalType: "uint256";
|
|
25890
25736
|
}, {
|
|
25891
25737
|
readonly name: "optionAssetBorrowed";
|
|
25892
25738
|
readonly type: "uint256";
|
|
@@ -26039,18 +25885,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26039
25885
|
readonly name: "strikeTick";
|
|
26040
25886
|
readonly type: "int24";
|
|
26041
25887
|
readonly internalType: "int24";
|
|
26042
|
-
}, {
|
|
26043
|
-
readonly name: "entryTick";
|
|
26044
|
-
readonly type: "int24";
|
|
26045
|
-
readonly internalType: "int24";
|
|
26046
25888
|
}, {
|
|
26047
25889
|
readonly name: "strikePrice";
|
|
26048
25890
|
readonly type: "uint256";
|
|
26049
25891
|
readonly internalType: "uint256";
|
|
26050
|
-
}, {
|
|
26051
|
-
readonly name: "entryPrice";
|
|
26052
|
-
readonly type: "uint256";
|
|
26053
|
-
readonly internalType: "uint256";
|
|
26054
25892
|
}, {
|
|
26055
25893
|
readonly name: "optionAssetBorrowed";
|
|
26056
25894
|
readonly type: "uint256";
|
|
@@ -26146,7 +25984,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26146
25984
|
payoutAssetName: string;
|
|
26147
25985
|
optionsCount: bigint;
|
|
26148
25986
|
}>;
|
|
26149
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
25987
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
26150
25988
|
readonly type: "function";
|
|
26151
25989
|
readonly name: "batchGetRefTick";
|
|
26152
25990
|
readonly inputs: readonly [{
|
|
@@ -26255,18 +26093,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26255
26093
|
readonly name: "strikeTick";
|
|
26256
26094
|
readonly type: "int24";
|
|
26257
26095
|
readonly internalType: "int24";
|
|
26258
|
-
}, {
|
|
26259
|
-
readonly name: "entryTick";
|
|
26260
|
-
readonly type: "int24";
|
|
26261
|
-
readonly internalType: "int24";
|
|
26262
26096
|
}, {
|
|
26263
26097
|
readonly name: "strikePrice";
|
|
26264
26098
|
readonly type: "uint256";
|
|
26265
26099
|
readonly internalType: "uint256";
|
|
26266
|
-
}, {
|
|
26267
|
-
readonly name: "entryPrice";
|
|
26268
|
-
readonly type: "uint256";
|
|
26269
|
-
readonly internalType: "uint256";
|
|
26270
26100
|
}, {
|
|
26271
26101
|
readonly name: "optionAssetBorrowed";
|
|
26272
26102
|
readonly type: "uint256";
|
|
@@ -26479,18 +26309,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26479
26309
|
readonly name: "strikeTick";
|
|
26480
26310
|
readonly type: "int24";
|
|
26481
26311
|
readonly internalType: "int24";
|
|
26482
|
-
}, {
|
|
26483
|
-
readonly name: "entryTick";
|
|
26484
|
-
readonly type: "int24";
|
|
26485
|
-
readonly internalType: "int24";
|
|
26486
26312
|
}, {
|
|
26487
26313
|
readonly name: "strikePrice";
|
|
26488
26314
|
readonly type: "uint256";
|
|
26489
26315
|
readonly internalType: "uint256";
|
|
26490
|
-
}, {
|
|
26491
|
-
readonly name: "entryPrice";
|
|
26492
|
-
readonly type: "uint256";
|
|
26493
|
-
readonly internalType: "uint256";
|
|
26494
26316
|
}, {
|
|
26495
26317
|
readonly name: "optionAssetBorrowed";
|
|
26496
26318
|
readonly type: "uint256";
|
|
@@ -26562,18 +26384,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26562
26384
|
readonly name: "strikeTick";
|
|
26563
26385
|
readonly type: "int24";
|
|
26564
26386
|
readonly internalType: "int24";
|
|
26565
|
-
}, {
|
|
26566
|
-
readonly name: "entryTick";
|
|
26567
|
-
readonly type: "int24";
|
|
26568
|
-
readonly internalType: "int24";
|
|
26569
26387
|
}, {
|
|
26570
26388
|
readonly name: "strikePrice";
|
|
26571
26389
|
readonly type: "uint256";
|
|
26572
26390
|
readonly internalType: "uint256";
|
|
26573
|
-
}, {
|
|
26574
|
-
readonly name: "entryPrice";
|
|
26575
|
-
readonly type: "uint256";
|
|
26576
|
-
readonly internalType: "uint256";
|
|
26577
26391
|
}, {
|
|
26578
26392
|
readonly name: "optionAssetBorrowed";
|
|
26579
26393
|
readonly type: "uint256";
|
|
@@ -26726,18 +26540,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26726
26540
|
readonly name: "strikeTick";
|
|
26727
26541
|
readonly type: "int24";
|
|
26728
26542
|
readonly internalType: "int24";
|
|
26729
|
-
}, {
|
|
26730
|
-
readonly name: "entryTick";
|
|
26731
|
-
readonly type: "int24";
|
|
26732
|
-
readonly internalType: "int24";
|
|
26733
26543
|
}, {
|
|
26734
26544
|
readonly name: "strikePrice";
|
|
26735
26545
|
readonly type: "uint256";
|
|
26736
26546
|
readonly internalType: "uint256";
|
|
26737
|
-
}, {
|
|
26738
|
-
readonly name: "entryPrice";
|
|
26739
|
-
readonly type: "uint256";
|
|
26740
|
-
readonly internalType: "uint256";
|
|
26741
26547
|
}, {
|
|
26742
26548
|
readonly name: "optionAssetBorrowed";
|
|
26743
26549
|
readonly type: "uint256";
|
|
@@ -26820,7 +26626,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26820
26626
|
}];
|
|
26821
26627
|
readonly stateMutability: "view";
|
|
26822
26628
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
26823
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
26629
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
26824
26630
|
readonly type: "function";
|
|
26825
26631
|
readonly name: "batchGetRefTick";
|
|
26826
26632
|
readonly inputs: readonly [{
|
|
@@ -26929,18 +26735,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26929
26735
|
readonly name: "strikeTick";
|
|
26930
26736
|
readonly type: "int24";
|
|
26931
26737
|
readonly internalType: "int24";
|
|
26932
|
-
}, {
|
|
26933
|
-
readonly name: "entryTick";
|
|
26934
|
-
readonly type: "int24";
|
|
26935
|
-
readonly internalType: "int24";
|
|
26936
26738
|
}, {
|
|
26937
26739
|
readonly name: "strikePrice";
|
|
26938
26740
|
readonly type: "uint256";
|
|
26939
26741
|
readonly internalType: "uint256";
|
|
26940
|
-
}, {
|
|
26941
|
-
readonly name: "entryPrice";
|
|
26942
|
-
readonly type: "uint256";
|
|
26943
|
-
readonly internalType: "uint256";
|
|
26944
26742
|
}, {
|
|
26945
26743
|
readonly name: "optionAssetBorrowed";
|
|
26946
26744
|
readonly type: "uint256";
|
|
@@ -27153,18 +26951,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27153
26951
|
readonly name: "strikeTick";
|
|
27154
26952
|
readonly type: "int24";
|
|
27155
26953
|
readonly internalType: "int24";
|
|
27156
|
-
}, {
|
|
27157
|
-
readonly name: "entryTick";
|
|
27158
|
-
readonly type: "int24";
|
|
27159
|
-
readonly internalType: "int24";
|
|
27160
26954
|
}, {
|
|
27161
26955
|
readonly name: "strikePrice";
|
|
27162
26956
|
readonly type: "uint256";
|
|
27163
26957
|
readonly internalType: "uint256";
|
|
27164
|
-
}, {
|
|
27165
|
-
readonly name: "entryPrice";
|
|
27166
|
-
readonly type: "uint256";
|
|
27167
|
-
readonly internalType: "uint256";
|
|
27168
26958
|
}, {
|
|
27169
26959
|
readonly name: "optionAssetBorrowed";
|
|
27170
26960
|
readonly type: "uint256";
|
|
@@ -27236,18 +27026,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27236
27026
|
readonly name: "strikeTick";
|
|
27237
27027
|
readonly type: "int24";
|
|
27238
27028
|
readonly internalType: "int24";
|
|
27239
|
-
}, {
|
|
27240
|
-
readonly name: "entryTick";
|
|
27241
|
-
readonly type: "int24";
|
|
27242
|
-
readonly internalType: "int24";
|
|
27243
27029
|
}, {
|
|
27244
27030
|
readonly name: "strikePrice";
|
|
27245
27031
|
readonly type: "uint256";
|
|
27246
27032
|
readonly internalType: "uint256";
|
|
27247
|
-
}, {
|
|
27248
|
-
readonly name: "entryPrice";
|
|
27249
|
-
readonly type: "uint256";
|
|
27250
|
-
readonly internalType: "uint256";
|
|
27251
27033
|
}, {
|
|
27252
27034
|
readonly name: "optionAssetBorrowed";
|
|
27253
27035
|
readonly type: "uint256";
|
|
@@ -27400,18 +27182,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27400
27182
|
readonly name: "strikeTick";
|
|
27401
27183
|
readonly type: "int24";
|
|
27402
27184
|
readonly internalType: "int24";
|
|
27403
|
-
}, {
|
|
27404
|
-
readonly name: "entryTick";
|
|
27405
|
-
readonly type: "int24";
|
|
27406
|
-
readonly internalType: "int24";
|
|
27407
27185
|
}, {
|
|
27408
27186
|
readonly name: "strikePrice";
|
|
27409
27187
|
readonly type: "uint256";
|
|
27410
27188
|
readonly internalType: "uint256";
|
|
27411
|
-
}, {
|
|
27412
|
-
readonly name: "entryPrice";
|
|
27413
|
-
readonly type: "uint256";
|
|
27414
|
-
readonly internalType: "uint256";
|
|
27415
27189
|
}, {
|
|
27416
27190
|
readonly name: "optionAssetBorrowed";
|
|
27417
27191
|
readonly type: "uint256";
|
|
@@ -27494,7 +27268,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27494
27268
|
}];
|
|
27495
27269
|
readonly stateMutability: "view";
|
|
27496
27270
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
27497
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
27271
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
27498
27272
|
readonly type: "function";
|
|
27499
27273
|
readonly name: "batchGetRefTick";
|
|
27500
27274
|
readonly inputs: readonly [{
|
|
@@ -27603,18 +27377,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27603
27377
|
readonly name: "strikeTick";
|
|
27604
27378
|
readonly type: "int24";
|
|
27605
27379
|
readonly internalType: "int24";
|
|
27606
|
-
}, {
|
|
27607
|
-
readonly name: "entryTick";
|
|
27608
|
-
readonly type: "int24";
|
|
27609
|
-
readonly internalType: "int24";
|
|
27610
27380
|
}, {
|
|
27611
27381
|
readonly name: "strikePrice";
|
|
27612
27382
|
readonly type: "uint256";
|
|
27613
27383
|
readonly internalType: "uint256";
|
|
27614
|
-
}, {
|
|
27615
|
-
readonly name: "entryPrice";
|
|
27616
|
-
readonly type: "uint256";
|
|
27617
|
-
readonly internalType: "uint256";
|
|
27618
27384
|
}, {
|
|
27619
27385
|
readonly name: "optionAssetBorrowed";
|
|
27620
27386
|
readonly type: "uint256";
|
|
@@ -27827,18 +27593,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27827
27593
|
readonly name: "strikeTick";
|
|
27828
27594
|
readonly type: "int24";
|
|
27829
27595
|
readonly internalType: "int24";
|
|
27830
|
-
}, {
|
|
27831
|
-
readonly name: "entryTick";
|
|
27832
|
-
readonly type: "int24";
|
|
27833
|
-
readonly internalType: "int24";
|
|
27834
27596
|
}, {
|
|
27835
27597
|
readonly name: "strikePrice";
|
|
27836
27598
|
readonly type: "uint256";
|
|
27837
27599
|
readonly internalType: "uint256";
|
|
27838
|
-
}, {
|
|
27839
|
-
readonly name: "entryPrice";
|
|
27840
|
-
readonly type: "uint256";
|
|
27841
|
-
readonly internalType: "uint256";
|
|
27842
27600
|
}, {
|
|
27843
27601
|
readonly name: "optionAssetBorrowed";
|
|
27844
27602
|
readonly type: "uint256";
|
|
@@ -27910,18 +27668,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27910
27668
|
readonly name: "strikeTick";
|
|
27911
27669
|
readonly type: "int24";
|
|
27912
27670
|
readonly internalType: "int24";
|
|
27913
|
-
}, {
|
|
27914
|
-
readonly name: "entryTick";
|
|
27915
|
-
readonly type: "int24";
|
|
27916
|
-
readonly internalType: "int24";
|
|
27917
27671
|
}, {
|
|
27918
27672
|
readonly name: "strikePrice";
|
|
27919
27673
|
readonly type: "uint256";
|
|
27920
27674
|
readonly internalType: "uint256";
|
|
27921
|
-
}, {
|
|
27922
|
-
readonly name: "entryPrice";
|
|
27923
|
-
readonly type: "uint256";
|
|
27924
|
-
readonly internalType: "uint256";
|
|
27925
27675
|
}, {
|
|
27926
27676
|
readonly name: "optionAssetBorrowed";
|
|
27927
27677
|
readonly type: "uint256";
|
|
@@ -28074,18 +27824,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28074
27824
|
readonly name: "strikeTick";
|
|
28075
27825
|
readonly type: "int24";
|
|
28076
27826
|
readonly internalType: "int24";
|
|
28077
|
-
}, {
|
|
28078
|
-
readonly name: "entryTick";
|
|
28079
|
-
readonly type: "int24";
|
|
28080
|
-
readonly internalType: "int24";
|
|
28081
27827
|
}, {
|
|
28082
27828
|
readonly name: "strikePrice";
|
|
28083
27829
|
readonly type: "uint256";
|
|
28084
27830
|
readonly internalType: "uint256";
|
|
28085
|
-
}, {
|
|
28086
|
-
readonly name: "entryPrice";
|
|
28087
|
-
readonly type: "uint256";
|
|
28088
|
-
readonly internalType: "uint256";
|
|
28089
27831
|
}, {
|
|
28090
27832
|
readonly name: "optionAssetBorrowed";
|
|
28091
27833
|
readonly type: "uint256";
|
|
@@ -28173,9 +27915,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28173
27915
|
optionType: number;
|
|
28174
27916
|
startTick: number;
|
|
28175
27917
|
strikeTick: number;
|
|
28176
|
-
entryTick: number;
|
|
28177
27918
|
strikePrice: bigint;
|
|
28178
|
-
entryPrice: bigint;
|
|
28179
27919
|
optionAssetBorrowed: bigint;
|
|
28180
27920
|
payoutAssetBorrowed: bigint;
|
|
28181
27921
|
optionAssetToRepay: bigint;
|
|
@@ -28185,7 +27925,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28185
27925
|
expiresAt: number;
|
|
28186
27926
|
liquidities: readonly bigint[];
|
|
28187
27927
|
}>;
|
|
28188
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
27928
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
28189
27929
|
readonly type: "function";
|
|
28190
27930
|
readonly name: "batchGetRefTick";
|
|
28191
27931
|
readonly inputs: readonly [{
|
|
@@ -28294,18 +28034,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28294
28034
|
readonly name: "strikeTick";
|
|
28295
28035
|
readonly type: "int24";
|
|
28296
28036
|
readonly internalType: "int24";
|
|
28297
|
-
}, {
|
|
28298
|
-
readonly name: "entryTick";
|
|
28299
|
-
readonly type: "int24";
|
|
28300
|
-
readonly internalType: "int24";
|
|
28301
28037
|
}, {
|
|
28302
28038
|
readonly name: "strikePrice";
|
|
28303
28039
|
readonly type: "uint256";
|
|
28304
28040
|
readonly internalType: "uint256";
|
|
28305
|
-
}, {
|
|
28306
|
-
readonly name: "entryPrice";
|
|
28307
|
-
readonly type: "uint256";
|
|
28308
|
-
readonly internalType: "uint256";
|
|
28309
28041
|
}, {
|
|
28310
28042
|
readonly name: "optionAssetBorrowed";
|
|
28311
28043
|
readonly type: "uint256";
|
|
@@ -28518,18 +28250,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28518
28250
|
readonly name: "strikeTick";
|
|
28519
28251
|
readonly type: "int24";
|
|
28520
28252
|
readonly internalType: "int24";
|
|
28521
|
-
}, {
|
|
28522
|
-
readonly name: "entryTick";
|
|
28523
|
-
readonly type: "int24";
|
|
28524
|
-
readonly internalType: "int24";
|
|
28525
28253
|
}, {
|
|
28526
28254
|
readonly name: "strikePrice";
|
|
28527
28255
|
readonly type: "uint256";
|
|
28528
28256
|
readonly internalType: "uint256";
|
|
28529
|
-
}, {
|
|
28530
|
-
readonly name: "entryPrice";
|
|
28531
|
-
readonly type: "uint256";
|
|
28532
|
-
readonly internalType: "uint256";
|
|
28533
28257
|
}, {
|
|
28534
28258
|
readonly name: "optionAssetBorrowed";
|
|
28535
28259
|
readonly type: "uint256";
|
|
@@ -28601,18 +28325,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28601
28325
|
readonly name: "strikeTick";
|
|
28602
28326
|
readonly type: "int24";
|
|
28603
28327
|
readonly internalType: "int24";
|
|
28604
|
-
}, {
|
|
28605
|
-
readonly name: "entryTick";
|
|
28606
|
-
readonly type: "int24";
|
|
28607
|
-
readonly internalType: "int24";
|
|
28608
28328
|
}, {
|
|
28609
28329
|
readonly name: "strikePrice";
|
|
28610
28330
|
readonly type: "uint256";
|
|
28611
28331
|
readonly internalType: "uint256";
|
|
28612
|
-
}, {
|
|
28613
|
-
readonly name: "entryPrice";
|
|
28614
|
-
readonly type: "uint256";
|
|
28615
|
-
readonly internalType: "uint256";
|
|
28616
28332
|
}, {
|
|
28617
28333
|
readonly name: "optionAssetBorrowed";
|
|
28618
28334
|
readonly type: "uint256";
|
|
@@ -28765,18 +28481,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28765
28481
|
readonly name: "strikeTick";
|
|
28766
28482
|
readonly type: "int24";
|
|
28767
28483
|
readonly internalType: "int24";
|
|
28768
|
-
}, {
|
|
28769
|
-
readonly name: "entryTick";
|
|
28770
|
-
readonly type: "int24";
|
|
28771
|
-
readonly internalType: "int24";
|
|
28772
28484
|
}, {
|
|
28773
28485
|
readonly name: "strikePrice";
|
|
28774
28486
|
readonly type: "uint256";
|
|
28775
28487
|
readonly internalType: "uint256";
|
|
28776
|
-
}, {
|
|
28777
|
-
readonly name: "entryPrice";
|
|
28778
|
-
readonly type: "uint256";
|
|
28779
|
-
readonly internalType: "uint256";
|
|
28780
28488
|
}, {
|
|
28781
28489
|
readonly name: "optionAssetBorrowed";
|
|
28782
28490
|
readonly type: "uint256";
|
|
@@ -28864,9 +28572,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28864
28572
|
optionType: number;
|
|
28865
28573
|
startTick: number;
|
|
28866
28574
|
strikeTick: number;
|
|
28867
|
-
entryTick: number;
|
|
28868
28575
|
strikePrice: bigint;
|
|
28869
|
-
entryPrice: bigint;
|
|
28870
28576
|
optionAssetBorrowed: bigint;
|
|
28871
28577
|
payoutAssetBorrowed: bigint;
|
|
28872
28578
|
optionAssetToRepay: bigint;
|
|
@@ -28876,7 +28582,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28876
28582
|
expiresAt: number;
|
|
28877
28583
|
liquidities: readonly bigint[];
|
|
28878
28584
|
}[]>;
|
|
28879
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
28585
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
28880
28586
|
readonly type: "function";
|
|
28881
28587
|
readonly name: "batchGetRefTick";
|
|
28882
28588
|
readonly inputs: readonly [{
|
|
@@ -28985,18 +28691,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28985
28691
|
readonly name: "strikeTick";
|
|
28986
28692
|
readonly type: "int24";
|
|
28987
28693
|
readonly internalType: "int24";
|
|
28988
|
-
}, {
|
|
28989
|
-
readonly name: "entryTick";
|
|
28990
|
-
readonly type: "int24";
|
|
28991
|
-
readonly internalType: "int24";
|
|
28992
28694
|
}, {
|
|
28993
28695
|
readonly name: "strikePrice";
|
|
28994
28696
|
readonly type: "uint256";
|
|
28995
28697
|
readonly internalType: "uint256";
|
|
28996
|
-
}, {
|
|
28997
|
-
readonly name: "entryPrice";
|
|
28998
|
-
readonly type: "uint256";
|
|
28999
|
-
readonly internalType: "uint256";
|
|
29000
28698
|
}, {
|
|
29001
28699
|
readonly name: "optionAssetBorrowed";
|
|
29002
28700
|
readonly type: "uint256";
|
|
@@ -29209,18 +28907,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29209
28907
|
readonly name: "strikeTick";
|
|
29210
28908
|
readonly type: "int24";
|
|
29211
28909
|
readonly internalType: "int24";
|
|
29212
|
-
}, {
|
|
29213
|
-
readonly name: "entryTick";
|
|
29214
|
-
readonly type: "int24";
|
|
29215
|
-
readonly internalType: "int24";
|
|
29216
28910
|
}, {
|
|
29217
28911
|
readonly name: "strikePrice";
|
|
29218
28912
|
readonly type: "uint256";
|
|
29219
28913
|
readonly internalType: "uint256";
|
|
29220
|
-
}, {
|
|
29221
|
-
readonly name: "entryPrice";
|
|
29222
|
-
readonly type: "uint256";
|
|
29223
|
-
readonly internalType: "uint256";
|
|
29224
28914
|
}, {
|
|
29225
28915
|
readonly name: "optionAssetBorrowed";
|
|
29226
28916
|
readonly type: "uint256";
|
|
@@ -29292,18 +28982,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29292
28982
|
readonly name: "strikeTick";
|
|
29293
28983
|
readonly type: "int24";
|
|
29294
28984
|
readonly internalType: "int24";
|
|
29295
|
-
}, {
|
|
29296
|
-
readonly name: "entryTick";
|
|
29297
|
-
readonly type: "int24";
|
|
29298
|
-
readonly internalType: "int24";
|
|
29299
28985
|
}, {
|
|
29300
28986
|
readonly name: "strikePrice";
|
|
29301
28987
|
readonly type: "uint256";
|
|
29302
28988
|
readonly internalType: "uint256";
|
|
29303
|
-
}, {
|
|
29304
|
-
readonly name: "entryPrice";
|
|
29305
|
-
readonly type: "uint256";
|
|
29306
|
-
readonly internalType: "uint256";
|
|
29307
28989
|
}, {
|
|
29308
28990
|
readonly name: "optionAssetBorrowed";
|
|
29309
28991
|
readonly type: "uint256";
|
|
@@ -29456,18 +29138,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29456
29138
|
readonly name: "strikeTick";
|
|
29457
29139
|
readonly type: "int24";
|
|
29458
29140
|
readonly internalType: "int24";
|
|
29459
|
-
}, {
|
|
29460
|
-
readonly name: "entryTick";
|
|
29461
|
-
readonly type: "int24";
|
|
29462
|
-
readonly internalType: "int24";
|
|
29463
29141
|
}, {
|
|
29464
29142
|
readonly name: "strikePrice";
|
|
29465
29143
|
readonly type: "uint256";
|
|
29466
29144
|
readonly internalType: "uint256";
|
|
29467
|
-
}, {
|
|
29468
|
-
readonly name: "entryPrice";
|
|
29469
|
-
readonly type: "uint256";
|
|
29470
|
-
readonly internalType: "uint256";
|
|
29471
29145
|
}, {
|
|
29472
29146
|
readonly name: "optionAssetBorrowed";
|
|
29473
29147
|
readonly type: "uint256";
|
|
@@ -29561,7 +29235,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29561
29235
|
tickSpacing: number;
|
|
29562
29236
|
fee: number;
|
|
29563
29237
|
}>;
|
|
29564
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
29238
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
29565
29239
|
readonly type: "function";
|
|
29566
29240
|
readonly name: "batchGetRefTick";
|
|
29567
29241
|
readonly inputs: readonly [{
|
|
@@ -29670,18 +29344,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29670
29344
|
readonly name: "strikeTick";
|
|
29671
29345
|
readonly type: "int24";
|
|
29672
29346
|
readonly internalType: "int24";
|
|
29673
|
-
}, {
|
|
29674
|
-
readonly name: "entryTick";
|
|
29675
|
-
readonly type: "int24";
|
|
29676
|
-
readonly internalType: "int24";
|
|
29677
29347
|
}, {
|
|
29678
29348
|
readonly name: "strikePrice";
|
|
29679
29349
|
readonly type: "uint256";
|
|
29680
29350
|
readonly internalType: "uint256";
|
|
29681
|
-
}, {
|
|
29682
|
-
readonly name: "entryPrice";
|
|
29683
|
-
readonly type: "uint256";
|
|
29684
|
-
readonly internalType: "uint256";
|
|
29685
29351
|
}, {
|
|
29686
29352
|
readonly name: "optionAssetBorrowed";
|
|
29687
29353
|
readonly type: "uint256";
|
|
@@ -29894,18 +29560,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29894
29560
|
readonly name: "strikeTick";
|
|
29895
29561
|
readonly type: "int24";
|
|
29896
29562
|
readonly internalType: "int24";
|
|
29897
|
-
}, {
|
|
29898
|
-
readonly name: "entryTick";
|
|
29899
|
-
readonly type: "int24";
|
|
29900
|
-
readonly internalType: "int24";
|
|
29901
29563
|
}, {
|
|
29902
29564
|
readonly name: "strikePrice";
|
|
29903
29565
|
readonly type: "uint256";
|
|
29904
29566
|
readonly internalType: "uint256";
|
|
29905
|
-
}, {
|
|
29906
|
-
readonly name: "entryPrice";
|
|
29907
|
-
readonly type: "uint256";
|
|
29908
|
-
readonly internalType: "uint256";
|
|
29909
29567
|
}, {
|
|
29910
29568
|
readonly name: "optionAssetBorrowed";
|
|
29911
29569
|
readonly type: "uint256";
|
|
@@ -29977,18 +29635,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29977
29635
|
readonly name: "strikeTick";
|
|
29978
29636
|
readonly type: "int24";
|
|
29979
29637
|
readonly internalType: "int24";
|
|
29980
|
-
}, {
|
|
29981
|
-
readonly name: "entryTick";
|
|
29982
|
-
readonly type: "int24";
|
|
29983
|
-
readonly internalType: "int24";
|
|
29984
29638
|
}, {
|
|
29985
29639
|
readonly name: "strikePrice";
|
|
29986
29640
|
readonly type: "uint256";
|
|
29987
29641
|
readonly internalType: "uint256";
|
|
29988
|
-
}, {
|
|
29989
|
-
readonly name: "entryPrice";
|
|
29990
|
-
readonly type: "uint256";
|
|
29991
|
-
readonly internalType: "uint256";
|
|
29992
29642
|
}, {
|
|
29993
29643
|
readonly name: "optionAssetBorrowed";
|
|
29994
29644
|
readonly type: "uint256";
|
|
@@ -30141,18 +29791,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30141
29791
|
readonly name: "strikeTick";
|
|
30142
29792
|
readonly type: "int24";
|
|
30143
29793
|
readonly internalType: "int24";
|
|
30144
|
-
}, {
|
|
30145
|
-
readonly name: "entryTick";
|
|
30146
|
-
readonly type: "int24";
|
|
30147
|
-
readonly internalType: "int24";
|
|
30148
29794
|
}, {
|
|
30149
29795
|
readonly name: "strikePrice";
|
|
30150
29796
|
readonly type: "uint256";
|
|
30151
29797
|
readonly internalType: "uint256";
|
|
30152
|
-
}, {
|
|
30153
|
-
readonly name: "entryPrice";
|
|
30154
|
-
readonly type: "uint256";
|
|
30155
|
-
readonly internalType: "uint256";
|
|
30156
29798
|
}, {
|
|
30157
29799
|
readonly name: "optionAssetBorrowed";
|
|
30158
29800
|
readonly type: "uint256";
|
|
@@ -30235,7 +29877,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30235
29877
|
}];
|
|
30236
29878
|
readonly stateMutability: "view";
|
|
30237
29879
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
30238
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
29880
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
30239
29881
|
readonly type: "function";
|
|
30240
29882
|
readonly name: "batchGetRefTick";
|
|
30241
29883
|
readonly inputs: readonly [{
|
|
@@ -30344,18 +29986,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30344
29986
|
readonly name: "strikeTick";
|
|
30345
29987
|
readonly type: "int24";
|
|
30346
29988
|
readonly internalType: "int24";
|
|
30347
|
-
}, {
|
|
30348
|
-
readonly name: "entryTick";
|
|
30349
|
-
readonly type: "int24";
|
|
30350
|
-
readonly internalType: "int24";
|
|
30351
29989
|
}, {
|
|
30352
29990
|
readonly name: "strikePrice";
|
|
30353
29991
|
readonly type: "uint256";
|
|
30354
29992
|
readonly internalType: "uint256";
|
|
30355
|
-
}, {
|
|
30356
|
-
readonly name: "entryPrice";
|
|
30357
|
-
readonly type: "uint256";
|
|
30358
|
-
readonly internalType: "uint256";
|
|
30359
29993
|
}, {
|
|
30360
29994
|
readonly name: "optionAssetBorrowed";
|
|
30361
29995
|
readonly type: "uint256";
|
|
@@ -30568,18 +30202,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30568
30202
|
readonly name: "strikeTick";
|
|
30569
30203
|
readonly type: "int24";
|
|
30570
30204
|
readonly internalType: "int24";
|
|
30571
|
-
}, {
|
|
30572
|
-
readonly name: "entryTick";
|
|
30573
|
-
readonly type: "int24";
|
|
30574
|
-
readonly internalType: "int24";
|
|
30575
30205
|
}, {
|
|
30576
30206
|
readonly name: "strikePrice";
|
|
30577
30207
|
readonly type: "uint256";
|
|
30578
30208
|
readonly internalType: "uint256";
|
|
30579
|
-
}, {
|
|
30580
|
-
readonly name: "entryPrice";
|
|
30581
|
-
readonly type: "uint256";
|
|
30582
|
-
readonly internalType: "uint256";
|
|
30583
30209
|
}, {
|
|
30584
30210
|
readonly name: "optionAssetBorrowed";
|
|
30585
30211
|
readonly type: "uint256";
|
|
@@ -30651,18 +30277,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30651
30277
|
readonly name: "strikeTick";
|
|
30652
30278
|
readonly type: "int24";
|
|
30653
30279
|
readonly internalType: "int24";
|
|
30654
|
-
}, {
|
|
30655
|
-
readonly name: "entryTick";
|
|
30656
|
-
readonly type: "int24";
|
|
30657
|
-
readonly internalType: "int24";
|
|
30658
30280
|
}, {
|
|
30659
30281
|
readonly name: "strikePrice";
|
|
30660
30282
|
readonly type: "uint256";
|
|
30661
30283
|
readonly internalType: "uint256";
|
|
30662
|
-
}, {
|
|
30663
|
-
readonly name: "entryPrice";
|
|
30664
|
-
readonly type: "uint256";
|
|
30665
|
-
readonly internalType: "uint256";
|
|
30666
30284
|
}, {
|
|
30667
30285
|
readonly name: "optionAssetBorrowed";
|
|
30668
30286
|
readonly type: "uint256";
|
|
@@ -30815,18 +30433,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30815
30433
|
readonly name: "strikeTick";
|
|
30816
30434
|
readonly type: "int24";
|
|
30817
30435
|
readonly internalType: "int24";
|
|
30818
|
-
}, {
|
|
30819
|
-
readonly name: "entryTick";
|
|
30820
|
-
readonly type: "int24";
|
|
30821
|
-
readonly internalType: "int24";
|
|
30822
30436
|
}, {
|
|
30823
30437
|
readonly name: "strikePrice";
|
|
30824
30438
|
readonly type: "uint256";
|
|
30825
30439
|
readonly internalType: "uint256";
|
|
30826
|
-
}, {
|
|
30827
|
-
readonly name: "entryPrice";
|
|
30828
|
-
readonly type: "uint256";
|
|
30829
|
-
readonly internalType: "uint256";
|
|
30830
30440
|
}, {
|
|
30831
30441
|
readonly name: "optionAssetBorrowed";
|
|
30832
30442
|
readonly type: "uint256";
|
|
@@ -30914,9 +30524,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30914
30524
|
optionType: number;
|
|
30915
30525
|
startTick: number;
|
|
30916
30526
|
strikeTick: number;
|
|
30917
|
-
entryTick: number;
|
|
30918
30527
|
strikePrice: bigint;
|
|
30919
|
-
entryPrice: bigint;
|
|
30920
30528
|
optionAssetBorrowed: bigint;
|
|
30921
30529
|
payoutAssetBorrowed: bigint;
|
|
30922
30530
|
optionAssetToRepay: bigint;
|
|
@@ -30926,7 +30534,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30926
30534
|
expiresAt: number;
|
|
30927
30535
|
liquidities: readonly bigint[];
|
|
30928
30536
|
}[], bigint, boolean]>;
|
|
30929
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
30537
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
30930
30538
|
readonly type: "function";
|
|
30931
30539
|
readonly name: "batchGetRefTick";
|
|
30932
30540
|
readonly inputs: readonly [{
|
|
@@ -31035,18 +30643,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31035
30643
|
readonly name: "strikeTick";
|
|
31036
30644
|
readonly type: "int24";
|
|
31037
30645
|
readonly internalType: "int24";
|
|
31038
|
-
}, {
|
|
31039
|
-
readonly name: "entryTick";
|
|
31040
|
-
readonly type: "int24";
|
|
31041
|
-
readonly internalType: "int24";
|
|
31042
30646
|
}, {
|
|
31043
30647
|
readonly name: "strikePrice";
|
|
31044
30648
|
readonly type: "uint256";
|
|
31045
30649
|
readonly internalType: "uint256";
|
|
31046
|
-
}, {
|
|
31047
|
-
readonly name: "entryPrice";
|
|
31048
|
-
readonly type: "uint256";
|
|
31049
|
-
readonly internalType: "uint256";
|
|
31050
30650
|
}, {
|
|
31051
30651
|
readonly name: "optionAssetBorrowed";
|
|
31052
30652
|
readonly type: "uint256";
|
|
@@ -31259,18 +30859,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31259
30859
|
readonly name: "strikeTick";
|
|
31260
30860
|
readonly type: "int24";
|
|
31261
30861
|
readonly internalType: "int24";
|
|
31262
|
-
}, {
|
|
31263
|
-
readonly name: "entryTick";
|
|
31264
|
-
readonly type: "int24";
|
|
31265
|
-
readonly internalType: "int24";
|
|
31266
30862
|
}, {
|
|
31267
30863
|
readonly name: "strikePrice";
|
|
31268
30864
|
readonly type: "uint256";
|
|
31269
30865
|
readonly internalType: "uint256";
|
|
31270
|
-
}, {
|
|
31271
|
-
readonly name: "entryPrice";
|
|
31272
|
-
readonly type: "uint256";
|
|
31273
|
-
readonly internalType: "uint256";
|
|
31274
30866
|
}, {
|
|
31275
30867
|
readonly name: "optionAssetBorrowed";
|
|
31276
30868
|
readonly type: "uint256";
|
|
@@ -31342,18 +30934,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31342
30934
|
readonly name: "strikeTick";
|
|
31343
30935
|
readonly type: "int24";
|
|
31344
30936
|
readonly internalType: "int24";
|
|
31345
|
-
}, {
|
|
31346
|
-
readonly name: "entryTick";
|
|
31347
|
-
readonly type: "int24";
|
|
31348
|
-
readonly internalType: "int24";
|
|
31349
30937
|
}, {
|
|
31350
30938
|
readonly name: "strikePrice";
|
|
31351
30939
|
readonly type: "uint256";
|
|
31352
30940
|
readonly internalType: "uint256";
|
|
31353
|
-
}, {
|
|
31354
|
-
readonly name: "entryPrice";
|
|
31355
|
-
readonly type: "uint256";
|
|
31356
|
-
readonly internalType: "uint256";
|
|
31357
30941
|
}, {
|
|
31358
30942
|
readonly name: "optionAssetBorrowed";
|
|
31359
30943
|
readonly type: "uint256";
|
|
@@ -31506,18 +31090,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31506
31090
|
readonly name: "strikeTick";
|
|
31507
31091
|
readonly type: "int24";
|
|
31508
31092
|
readonly internalType: "int24";
|
|
31509
|
-
}, {
|
|
31510
|
-
readonly name: "entryTick";
|
|
31511
|
-
readonly type: "int24";
|
|
31512
|
-
readonly internalType: "int24";
|
|
31513
31093
|
}, {
|
|
31514
31094
|
readonly name: "strikePrice";
|
|
31515
31095
|
readonly type: "uint256";
|
|
31516
31096
|
readonly internalType: "uint256";
|
|
31517
|
-
}, {
|
|
31518
|
-
readonly name: "entryPrice";
|
|
31519
|
-
readonly type: "uint256";
|
|
31520
|
-
readonly internalType: "uint256";
|
|
31521
31097
|
}, {
|
|
31522
31098
|
readonly name: "optionAssetBorrowed";
|
|
31523
31099
|
readonly type: "uint256";
|
|
@@ -31711,18 +31287,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31711
31287
|
readonly name: "strikeTick";
|
|
31712
31288
|
readonly type: "int24";
|
|
31713
31289
|
readonly internalType: "int24";
|
|
31714
|
-
}, {
|
|
31715
|
-
readonly name: "entryTick";
|
|
31716
|
-
readonly type: "int24";
|
|
31717
|
-
readonly internalType: "int24";
|
|
31718
31290
|
}, {
|
|
31719
31291
|
readonly name: "strikePrice";
|
|
31720
31292
|
readonly type: "uint256";
|
|
31721
31293
|
readonly internalType: "uint256";
|
|
31722
|
-
}, {
|
|
31723
|
-
readonly name: "entryPrice";
|
|
31724
|
-
readonly type: "uint256";
|
|
31725
|
-
readonly internalType: "uint256";
|
|
31726
31294
|
}, {
|
|
31727
31295
|
readonly name: "optionAssetBorrowed";
|
|
31728
31296
|
readonly type: "uint256";
|
|
@@ -31935,18 +31503,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31935
31503
|
readonly name: "strikeTick";
|
|
31936
31504
|
readonly type: "int24";
|
|
31937
31505
|
readonly internalType: "int24";
|
|
31938
|
-
}, {
|
|
31939
|
-
readonly name: "entryTick";
|
|
31940
|
-
readonly type: "int24";
|
|
31941
|
-
readonly internalType: "int24";
|
|
31942
31506
|
}, {
|
|
31943
31507
|
readonly name: "strikePrice";
|
|
31944
31508
|
readonly type: "uint256";
|
|
31945
31509
|
readonly internalType: "uint256";
|
|
31946
|
-
}, {
|
|
31947
|
-
readonly name: "entryPrice";
|
|
31948
|
-
readonly type: "uint256";
|
|
31949
|
-
readonly internalType: "uint256";
|
|
31950
31510
|
}, {
|
|
31951
31511
|
readonly name: "optionAssetBorrowed";
|
|
31952
31512
|
readonly type: "uint256";
|
|
@@ -32018,18 +31578,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32018
31578
|
readonly name: "strikeTick";
|
|
32019
31579
|
readonly type: "int24";
|
|
32020
31580
|
readonly internalType: "int24";
|
|
32021
|
-
}, {
|
|
32022
|
-
readonly name: "entryTick";
|
|
32023
|
-
readonly type: "int24";
|
|
32024
|
-
readonly internalType: "int24";
|
|
32025
31581
|
}, {
|
|
32026
31582
|
readonly name: "strikePrice";
|
|
32027
31583
|
readonly type: "uint256";
|
|
32028
31584
|
readonly internalType: "uint256";
|
|
32029
|
-
}, {
|
|
32030
|
-
readonly name: "entryPrice";
|
|
32031
|
-
readonly type: "uint256";
|
|
32032
|
-
readonly internalType: "uint256";
|
|
32033
31585
|
}, {
|
|
32034
31586
|
readonly name: "optionAssetBorrowed";
|
|
32035
31587
|
readonly type: "uint256";
|
|
@@ -32182,18 +31734,10 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32182
31734
|
readonly name: "strikeTick";
|
|
32183
31735
|
readonly type: "int24";
|
|
32184
31736
|
readonly internalType: "int24";
|
|
32185
|
-
}, {
|
|
32186
|
-
readonly name: "entryTick";
|
|
32187
|
-
readonly type: "int24";
|
|
32188
|
-
readonly internalType: "int24";
|
|
32189
31737
|
}, {
|
|
32190
31738
|
readonly name: "strikePrice";
|
|
32191
31739
|
readonly type: "uint256";
|
|
32192
31740
|
readonly internalType: "uint256";
|
|
32193
|
-
}, {
|
|
32194
|
-
readonly name: "entryPrice";
|
|
32195
|
-
readonly type: "uint256";
|
|
32196
|
-
readonly internalType: "uint256";
|
|
32197
31741
|
}, {
|
|
32198
31742
|
readonly name: "optionAssetBorrowed";
|
|
32199
31743
|
readonly type: "uint256";
|
|
@@ -35909,7 +35453,7 @@ declare const useBurnLiquidity: (vaultAddr?: Address) => {
|
|
|
35909
35453
|
//#region src/hooks/vault/useLiquidityBlocks.d.ts
|
|
35910
35454
|
type LiquidityBlockData = ReturnType<typeof useLiquidityBlocks>['data'][0];
|
|
35911
35455
|
declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
35912
|
-
error:
|
|
35456
|
+
error: viem131.ReadContractErrorType;
|
|
35913
35457
|
isError: true;
|
|
35914
35458
|
isPending: false;
|
|
35915
35459
|
isLoading: false;
|
|
@@ -35921,7 +35465,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35921
35465
|
dataUpdatedAt: number;
|
|
35922
35466
|
errorUpdatedAt: number;
|
|
35923
35467
|
failureCount: number;
|
|
35924
|
-
failureReason:
|
|
35468
|
+
failureReason: viem131.ReadContractErrorType | null;
|
|
35925
35469
|
errorUpdateCount: number;
|
|
35926
35470
|
isFetched: boolean;
|
|
35927
35471
|
isFetchedAfterMount: boolean;
|
|
@@ -35941,7 +35485,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35941
35485
|
totalAmount1: bigint;
|
|
35942
35486
|
borrowedAmount0: bigint;
|
|
35943
35487
|
borrowedAmount1: bigint;
|
|
35944
|
-
}[],
|
|
35488
|
+
}[], viem131.ReadContractErrorType>>;
|
|
35945
35489
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
35946
35490
|
promise: Promise<readonly {
|
|
35947
35491
|
tickLower: number;
|
|
@@ -35979,7 +35523,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35979
35523
|
dataUpdatedAt: number;
|
|
35980
35524
|
errorUpdatedAt: number;
|
|
35981
35525
|
failureCount: number;
|
|
35982
|
-
failureReason:
|
|
35526
|
+
failureReason: viem131.ReadContractErrorType | null;
|
|
35983
35527
|
errorUpdateCount: number;
|
|
35984
35528
|
isFetched: boolean;
|
|
35985
35529
|
isFetchedAfterMount: boolean;
|
|
@@ -35999,7 +35543,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
35999
35543
|
totalAmount1: bigint;
|
|
36000
35544
|
borrowedAmount0: bigint;
|
|
36001
35545
|
borrowedAmount1: bigint;
|
|
36002
|
-
}[],
|
|
35546
|
+
}[], viem131.ReadContractErrorType>>;
|
|
36003
35547
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
36004
35548
|
promise: Promise<readonly {
|
|
36005
35549
|
tickLower: number;
|
|
@@ -36025,7 +35569,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36025
35569
|
borrowedAmount1: bigint;
|
|
36026
35570
|
}[];
|
|
36027
35571
|
} | {
|
|
36028
|
-
error:
|
|
35572
|
+
error: viem131.ReadContractErrorType;
|
|
36029
35573
|
isError: true;
|
|
36030
35574
|
isPending: false;
|
|
36031
35575
|
isLoading: false;
|
|
@@ -36037,7 +35581,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36037
35581
|
dataUpdatedAt: number;
|
|
36038
35582
|
errorUpdatedAt: number;
|
|
36039
35583
|
failureCount: number;
|
|
36040
|
-
failureReason:
|
|
35584
|
+
failureReason: viem131.ReadContractErrorType | null;
|
|
36041
35585
|
errorUpdateCount: number;
|
|
36042
35586
|
isFetched: boolean;
|
|
36043
35587
|
isFetchedAfterMount: boolean;
|
|
@@ -36057,7 +35601,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36057
35601
|
totalAmount1: bigint;
|
|
36058
35602
|
borrowedAmount0: bigint;
|
|
36059
35603
|
borrowedAmount1: bigint;
|
|
36060
|
-
}[],
|
|
35604
|
+
}[], viem131.ReadContractErrorType>>;
|
|
36061
35605
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
36062
35606
|
promise: Promise<readonly {
|
|
36063
35607
|
tickLower: number;
|
|
@@ -36095,7 +35639,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36095
35639
|
dataUpdatedAt: number;
|
|
36096
35640
|
errorUpdatedAt: number;
|
|
36097
35641
|
failureCount: number;
|
|
36098
|
-
failureReason:
|
|
35642
|
+
failureReason: viem131.ReadContractErrorType | null;
|
|
36099
35643
|
errorUpdateCount: number;
|
|
36100
35644
|
isFetched: boolean;
|
|
36101
35645
|
isFetchedAfterMount: boolean;
|
|
@@ -36115,7 +35659,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36115
35659
|
totalAmount1: bigint;
|
|
36116
35660
|
borrowedAmount0: bigint;
|
|
36117
35661
|
borrowedAmount1: bigint;
|
|
36118
|
-
}[],
|
|
35662
|
+
}[], viem131.ReadContractErrorType>>;
|
|
36119
35663
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
36120
35664
|
promise: Promise<readonly {
|
|
36121
35665
|
tickLower: number;
|
|
@@ -36152,7 +35696,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36152
35696
|
dataUpdatedAt: number;
|
|
36153
35697
|
errorUpdatedAt: number;
|
|
36154
35698
|
failureCount: number;
|
|
36155
|
-
failureReason:
|
|
35699
|
+
failureReason: viem131.ReadContractErrorType | null;
|
|
36156
35700
|
errorUpdateCount: number;
|
|
36157
35701
|
isFetched: boolean;
|
|
36158
35702
|
isFetchedAfterMount: boolean;
|
|
@@ -36173,7 +35717,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36173
35717
|
totalAmount1: bigint;
|
|
36174
35718
|
borrowedAmount0: bigint;
|
|
36175
35719
|
borrowedAmount1: bigint;
|
|
36176
|
-
}[],
|
|
35720
|
+
}[], viem131.ReadContractErrorType>>;
|
|
36177
35721
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
36178
35722
|
promise: Promise<readonly {
|
|
36179
35723
|
tickLower: number;
|
|
@@ -36211,7 +35755,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36211
35755
|
dataUpdatedAt: number;
|
|
36212
35756
|
errorUpdatedAt: number;
|
|
36213
35757
|
failureCount: number;
|
|
36214
|
-
failureReason:
|
|
35758
|
+
failureReason: viem131.ReadContractErrorType | null;
|
|
36215
35759
|
errorUpdateCount: number;
|
|
36216
35760
|
isFetched: boolean;
|
|
36217
35761
|
isFetchedAfterMount: boolean;
|
|
@@ -36231,7 +35775,7 @@ declare const useLiquidityBlocks: (vaultAddr?: Address) => {
|
|
|
36231
35775
|
totalAmount1: bigint;
|
|
36232
35776
|
borrowedAmount0: bigint;
|
|
36233
35777
|
borrowedAmount1: bigint;
|
|
36234
|
-
}[],
|
|
35778
|
+
}[], viem131.ReadContractErrorType>>;
|
|
36235
35779
|
fetchStatus: _tanstack_query_core0.FetchStatus;
|
|
36236
35780
|
promise: Promise<readonly {
|
|
36237
35781
|
tickLower: number;
|
|
@@ -36295,14 +35839,14 @@ declare const useVaultTVL: (vaultAddr?: Address) => {
|
|
|
36295
35839
|
borrowedAmount0: Amount;
|
|
36296
35840
|
borrowedAmount1: Amount;
|
|
36297
35841
|
blocksCount: bigint;
|
|
36298
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint],
|
|
35842
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint, bigint], viem131.ReadContractErrorType>>;
|
|
36299
35843
|
};
|
|
36300
35844
|
//#endregion
|
|
36301
35845
|
//#region src/hooks/useLens.d.ts
|
|
36302
35846
|
declare const useLens: () => {
|
|
36303
35847
|
timelockLens: {
|
|
36304
35848
|
read: {
|
|
36305
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
35849
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
36306
35850
|
readonly type: "function";
|
|
36307
35851
|
readonly name: "batchGetRefTick";
|
|
36308
35852
|
readonly inputs: readonly [{
|
|
@@ -36411,18 +35955,10 @@ declare const useLens: () => {
|
|
|
36411
35955
|
readonly name: "strikeTick";
|
|
36412
35956
|
readonly type: "int24";
|
|
36413
35957
|
readonly internalType: "int24";
|
|
36414
|
-
}, {
|
|
36415
|
-
readonly name: "entryTick";
|
|
36416
|
-
readonly type: "int24";
|
|
36417
|
-
readonly internalType: "int24";
|
|
36418
35958
|
}, {
|
|
36419
35959
|
readonly name: "strikePrice";
|
|
36420
35960
|
readonly type: "uint256";
|
|
36421
35961
|
readonly internalType: "uint256";
|
|
36422
|
-
}, {
|
|
36423
|
-
readonly name: "entryPrice";
|
|
36424
|
-
readonly type: "uint256";
|
|
36425
|
-
readonly internalType: "uint256";
|
|
36426
35962
|
}, {
|
|
36427
35963
|
readonly name: "optionAssetBorrowed";
|
|
36428
35964
|
readonly type: "uint256";
|
|
@@ -36635,18 +36171,10 @@ declare const useLens: () => {
|
|
|
36635
36171
|
readonly name: "strikeTick";
|
|
36636
36172
|
readonly type: "int24";
|
|
36637
36173
|
readonly internalType: "int24";
|
|
36638
|
-
}, {
|
|
36639
|
-
readonly name: "entryTick";
|
|
36640
|
-
readonly type: "int24";
|
|
36641
|
-
readonly internalType: "int24";
|
|
36642
36174
|
}, {
|
|
36643
36175
|
readonly name: "strikePrice";
|
|
36644
36176
|
readonly type: "uint256";
|
|
36645
36177
|
readonly internalType: "uint256";
|
|
36646
|
-
}, {
|
|
36647
|
-
readonly name: "entryPrice";
|
|
36648
|
-
readonly type: "uint256";
|
|
36649
|
-
readonly internalType: "uint256";
|
|
36650
36178
|
}, {
|
|
36651
36179
|
readonly name: "optionAssetBorrowed";
|
|
36652
36180
|
readonly type: "uint256";
|
|
@@ -36718,18 +36246,10 @@ declare const useLens: () => {
|
|
|
36718
36246
|
readonly name: "strikeTick";
|
|
36719
36247
|
readonly type: "int24";
|
|
36720
36248
|
readonly internalType: "int24";
|
|
36721
|
-
}, {
|
|
36722
|
-
readonly name: "entryTick";
|
|
36723
|
-
readonly type: "int24";
|
|
36724
|
-
readonly internalType: "int24";
|
|
36725
36249
|
}, {
|
|
36726
36250
|
readonly name: "strikePrice";
|
|
36727
36251
|
readonly type: "uint256";
|
|
36728
36252
|
readonly internalType: "uint256";
|
|
36729
|
-
}, {
|
|
36730
|
-
readonly name: "entryPrice";
|
|
36731
|
-
readonly type: "uint256";
|
|
36732
|
-
readonly internalType: "uint256";
|
|
36733
36253
|
}, {
|
|
36734
36254
|
readonly name: "optionAssetBorrowed";
|
|
36735
36255
|
readonly type: "uint256";
|
|
@@ -36882,18 +36402,10 @@ declare const useLens: () => {
|
|
|
36882
36402
|
readonly name: "strikeTick";
|
|
36883
36403
|
readonly type: "int24";
|
|
36884
36404
|
readonly internalType: "int24";
|
|
36885
|
-
}, {
|
|
36886
|
-
readonly name: "entryTick";
|
|
36887
|
-
readonly type: "int24";
|
|
36888
|
-
readonly internalType: "int24";
|
|
36889
36405
|
}, {
|
|
36890
36406
|
readonly name: "strikePrice";
|
|
36891
36407
|
readonly type: "uint256";
|
|
36892
36408
|
readonly internalType: "uint256";
|
|
36893
|
-
}, {
|
|
36894
|
-
readonly name: "entryPrice";
|
|
36895
|
-
readonly type: "uint256";
|
|
36896
|
-
readonly internalType: "uint256";
|
|
36897
36409
|
}, {
|
|
36898
36410
|
readonly name: "optionAssetBorrowed";
|
|
36899
36411
|
readonly type: "uint256";
|
|
@@ -36976,7 +36488,7 @@ declare const useLens: () => {
|
|
|
36976
36488
|
}];
|
|
36977
36489
|
readonly stateMutability: "view";
|
|
36978
36490
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
36979
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
36491
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
36980
36492
|
readonly type: "function";
|
|
36981
36493
|
readonly name: "batchGetRefTick";
|
|
36982
36494
|
readonly inputs: readonly [{
|
|
@@ -37085,18 +36597,10 @@ declare const useLens: () => {
|
|
|
37085
36597
|
readonly name: "strikeTick";
|
|
37086
36598
|
readonly type: "int24";
|
|
37087
36599
|
readonly internalType: "int24";
|
|
37088
|
-
}, {
|
|
37089
|
-
readonly name: "entryTick";
|
|
37090
|
-
readonly type: "int24";
|
|
37091
|
-
readonly internalType: "int24";
|
|
37092
36600
|
}, {
|
|
37093
36601
|
readonly name: "strikePrice";
|
|
37094
36602
|
readonly type: "uint256";
|
|
37095
36603
|
readonly internalType: "uint256";
|
|
37096
|
-
}, {
|
|
37097
|
-
readonly name: "entryPrice";
|
|
37098
|
-
readonly type: "uint256";
|
|
37099
|
-
readonly internalType: "uint256";
|
|
37100
36604
|
}, {
|
|
37101
36605
|
readonly name: "optionAssetBorrowed";
|
|
37102
36606
|
readonly type: "uint256";
|
|
@@ -37309,18 +36813,10 @@ declare const useLens: () => {
|
|
|
37309
36813
|
readonly name: "strikeTick";
|
|
37310
36814
|
readonly type: "int24";
|
|
37311
36815
|
readonly internalType: "int24";
|
|
37312
|
-
}, {
|
|
37313
|
-
readonly name: "entryTick";
|
|
37314
|
-
readonly type: "int24";
|
|
37315
|
-
readonly internalType: "int24";
|
|
37316
36816
|
}, {
|
|
37317
36817
|
readonly name: "strikePrice";
|
|
37318
36818
|
readonly type: "uint256";
|
|
37319
36819
|
readonly internalType: "uint256";
|
|
37320
|
-
}, {
|
|
37321
|
-
readonly name: "entryPrice";
|
|
37322
|
-
readonly type: "uint256";
|
|
37323
|
-
readonly internalType: "uint256";
|
|
37324
36820
|
}, {
|
|
37325
36821
|
readonly name: "optionAssetBorrowed";
|
|
37326
36822
|
readonly type: "uint256";
|
|
@@ -37392,18 +36888,10 @@ declare const useLens: () => {
|
|
|
37392
36888
|
readonly name: "strikeTick";
|
|
37393
36889
|
readonly type: "int24";
|
|
37394
36890
|
readonly internalType: "int24";
|
|
37395
|
-
}, {
|
|
37396
|
-
readonly name: "entryTick";
|
|
37397
|
-
readonly type: "int24";
|
|
37398
|
-
readonly internalType: "int24";
|
|
37399
36891
|
}, {
|
|
37400
36892
|
readonly name: "strikePrice";
|
|
37401
36893
|
readonly type: "uint256";
|
|
37402
36894
|
readonly internalType: "uint256";
|
|
37403
|
-
}, {
|
|
37404
|
-
readonly name: "entryPrice";
|
|
37405
|
-
readonly type: "uint256";
|
|
37406
|
-
readonly internalType: "uint256";
|
|
37407
36895
|
}, {
|
|
37408
36896
|
readonly name: "optionAssetBorrowed";
|
|
37409
36897
|
readonly type: "uint256";
|
|
@@ -37556,18 +37044,10 @@ declare const useLens: () => {
|
|
|
37556
37044
|
readonly name: "strikeTick";
|
|
37557
37045
|
readonly type: "int24";
|
|
37558
37046
|
readonly internalType: "int24";
|
|
37559
|
-
}, {
|
|
37560
|
-
readonly name: "entryTick";
|
|
37561
|
-
readonly type: "int24";
|
|
37562
|
-
readonly internalType: "int24";
|
|
37563
37047
|
}, {
|
|
37564
37048
|
readonly name: "strikePrice";
|
|
37565
37049
|
readonly type: "uint256";
|
|
37566
37050
|
readonly internalType: "uint256";
|
|
37567
|
-
}, {
|
|
37568
|
-
readonly name: "entryPrice";
|
|
37569
|
-
readonly type: "uint256";
|
|
37570
|
-
readonly internalType: "uint256";
|
|
37571
37051
|
}, {
|
|
37572
37052
|
readonly name: "optionAssetBorrowed";
|
|
37573
37053
|
readonly type: "uint256";
|
|
@@ -37660,7 +37140,7 @@ declare const useLens: () => {
|
|
|
37660
37140
|
borrowedAmount0: bigint;
|
|
37661
37141
|
borrowedAmount1: bigint;
|
|
37662
37142
|
}[]>;
|
|
37663
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
37143
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
37664
37144
|
readonly type: "function";
|
|
37665
37145
|
readonly name: "batchGetRefTick";
|
|
37666
37146
|
readonly inputs: readonly [{
|
|
@@ -37769,18 +37249,10 @@ declare const useLens: () => {
|
|
|
37769
37249
|
readonly name: "strikeTick";
|
|
37770
37250
|
readonly type: "int24";
|
|
37771
37251
|
readonly internalType: "int24";
|
|
37772
|
-
}, {
|
|
37773
|
-
readonly name: "entryTick";
|
|
37774
|
-
readonly type: "int24";
|
|
37775
|
-
readonly internalType: "int24";
|
|
37776
37252
|
}, {
|
|
37777
37253
|
readonly name: "strikePrice";
|
|
37778
37254
|
readonly type: "uint256";
|
|
37779
37255
|
readonly internalType: "uint256";
|
|
37780
|
-
}, {
|
|
37781
|
-
readonly name: "entryPrice";
|
|
37782
|
-
readonly type: "uint256";
|
|
37783
|
-
readonly internalType: "uint256";
|
|
37784
37256
|
}, {
|
|
37785
37257
|
readonly name: "optionAssetBorrowed";
|
|
37786
37258
|
readonly type: "uint256";
|
|
@@ -37993,18 +37465,10 @@ declare const useLens: () => {
|
|
|
37993
37465
|
readonly name: "strikeTick";
|
|
37994
37466
|
readonly type: "int24";
|
|
37995
37467
|
readonly internalType: "int24";
|
|
37996
|
-
}, {
|
|
37997
|
-
readonly name: "entryTick";
|
|
37998
|
-
readonly type: "int24";
|
|
37999
|
-
readonly internalType: "int24";
|
|
38000
37468
|
}, {
|
|
38001
37469
|
readonly name: "strikePrice";
|
|
38002
37470
|
readonly type: "uint256";
|
|
38003
37471
|
readonly internalType: "uint256";
|
|
38004
|
-
}, {
|
|
38005
|
-
readonly name: "entryPrice";
|
|
38006
|
-
readonly type: "uint256";
|
|
38007
|
-
readonly internalType: "uint256";
|
|
38008
37472
|
}, {
|
|
38009
37473
|
readonly name: "optionAssetBorrowed";
|
|
38010
37474
|
readonly type: "uint256";
|
|
@@ -38076,18 +37540,10 @@ declare const useLens: () => {
|
|
|
38076
37540
|
readonly name: "strikeTick";
|
|
38077
37541
|
readonly type: "int24";
|
|
38078
37542
|
readonly internalType: "int24";
|
|
38079
|
-
}, {
|
|
38080
|
-
readonly name: "entryTick";
|
|
38081
|
-
readonly type: "int24";
|
|
38082
|
-
readonly internalType: "int24";
|
|
38083
37543
|
}, {
|
|
38084
37544
|
readonly name: "strikePrice";
|
|
38085
37545
|
readonly type: "uint256";
|
|
38086
37546
|
readonly internalType: "uint256";
|
|
38087
|
-
}, {
|
|
38088
|
-
readonly name: "entryPrice";
|
|
38089
|
-
readonly type: "uint256";
|
|
38090
|
-
readonly internalType: "uint256";
|
|
38091
37547
|
}, {
|
|
38092
37548
|
readonly name: "optionAssetBorrowed";
|
|
38093
37549
|
readonly type: "uint256";
|
|
@@ -38240,18 +37696,10 @@ declare const useLens: () => {
|
|
|
38240
37696
|
readonly name: "strikeTick";
|
|
38241
37697
|
readonly type: "int24";
|
|
38242
37698
|
readonly internalType: "int24";
|
|
38243
|
-
}, {
|
|
38244
|
-
readonly name: "entryTick";
|
|
38245
|
-
readonly type: "int24";
|
|
38246
|
-
readonly internalType: "int24";
|
|
38247
37699
|
}, {
|
|
38248
37700
|
readonly name: "strikePrice";
|
|
38249
37701
|
readonly type: "uint256";
|
|
38250
37702
|
readonly internalType: "uint256";
|
|
38251
|
-
}, {
|
|
38252
|
-
readonly name: "entryPrice";
|
|
38253
|
-
readonly type: "uint256";
|
|
38254
|
-
readonly internalType: "uint256";
|
|
38255
37703
|
}, {
|
|
38256
37704
|
readonly name: "optionAssetBorrowed";
|
|
38257
37705
|
readonly type: "uint256";
|
|
@@ -38339,9 +37787,7 @@ declare const useLens: () => {
|
|
|
38339
37787
|
optionType: number;
|
|
38340
37788
|
startTick: number;
|
|
38341
37789
|
strikeTick: number;
|
|
38342
|
-
entryTick: number;
|
|
38343
37790
|
strikePrice: bigint;
|
|
38344
|
-
entryPrice: bigint;
|
|
38345
37791
|
optionAssetBorrowed: bigint;
|
|
38346
37792
|
payoutAssetBorrowed: bigint;
|
|
38347
37793
|
optionAssetToRepay: bigint;
|
|
@@ -38351,7 +37797,7 @@ declare const useLens: () => {
|
|
|
38351
37797
|
expiresAt: number;
|
|
38352
37798
|
liquidities: readonly bigint[];
|
|
38353
37799
|
}[], bigint, boolean]>;
|
|
38354
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
37800
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
38355
37801
|
readonly type: "function";
|
|
38356
37802
|
readonly name: "batchGetRefTick";
|
|
38357
37803
|
readonly inputs: readonly [{
|
|
@@ -38460,18 +37906,10 @@ declare const useLens: () => {
|
|
|
38460
37906
|
readonly name: "strikeTick";
|
|
38461
37907
|
readonly type: "int24";
|
|
38462
37908
|
readonly internalType: "int24";
|
|
38463
|
-
}, {
|
|
38464
|
-
readonly name: "entryTick";
|
|
38465
|
-
readonly type: "int24";
|
|
38466
|
-
readonly internalType: "int24";
|
|
38467
37909
|
}, {
|
|
38468
37910
|
readonly name: "strikePrice";
|
|
38469
37911
|
readonly type: "uint256";
|
|
38470
37912
|
readonly internalType: "uint256";
|
|
38471
|
-
}, {
|
|
38472
|
-
readonly name: "entryPrice";
|
|
38473
|
-
readonly type: "uint256";
|
|
38474
|
-
readonly internalType: "uint256";
|
|
38475
37913
|
}, {
|
|
38476
37914
|
readonly name: "optionAssetBorrowed";
|
|
38477
37915
|
readonly type: "uint256";
|
|
@@ -38684,18 +38122,10 @@ declare const useLens: () => {
|
|
|
38684
38122
|
readonly name: "strikeTick";
|
|
38685
38123
|
readonly type: "int24";
|
|
38686
38124
|
readonly internalType: "int24";
|
|
38687
|
-
}, {
|
|
38688
|
-
readonly name: "entryTick";
|
|
38689
|
-
readonly type: "int24";
|
|
38690
|
-
readonly internalType: "int24";
|
|
38691
38125
|
}, {
|
|
38692
38126
|
readonly name: "strikePrice";
|
|
38693
38127
|
readonly type: "uint256";
|
|
38694
38128
|
readonly internalType: "uint256";
|
|
38695
|
-
}, {
|
|
38696
|
-
readonly name: "entryPrice";
|
|
38697
|
-
readonly type: "uint256";
|
|
38698
|
-
readonly internalType: "uint256";
|
|
38699
38129
|
}, {
|
|
38700
38130
|
readonly name: "optionAssetBorrowed";
|
|
38701
38131
|
readonly type: "uint256";
|
|
@@ -38767,18 +38197,10 @@ declare const useLens: () => {
|
|
|
38767
38197
|
readonly name: "strikeTick";
|
|
38768
38198
|
readonly type: "int24";
|
|
38769
38199
|
readonly internalType: "int24";
|
|
38770
|
-
}, {
|
|
38771
|
-
readonly name: "entryTick";
|
|
38772
|
-
readonly type: "int24";
|
|
38773
|
-
readonly internalType: "int24";
|
|
38774
38200
|
}, {
|
|
38775
38201
|
readonly name: "strikePrice";
|
|
38776
38202
|
readonly type: "uint256";
|
|
38777
38203
|
readonly internalType: "uint256";
|
|
38778
|
-
}, {
|
|
38779
|
-
readonly name: "entryPrice";
|
|
38780
|
-
readonly type: "uint256";
|
|
38781
|
-
readonly internalType: "uint256";
|
|
38782
38204
|
}, {
|
|
38783
38205
|
readonly name: "optionAssetBorrowed";
|
|
38784
38206
|
readonly type: "uint256";
|
|
@@ -38931,18 +38353,10 @@ declare const useLens: () => {
|
|
|
38931
38353
|
readonly name: "strikeTick";
|
|
38932
38354
|
readonly type: "int24";
|
|
38933
38355
|
readonly internalType: "int24";
|
|
38934
|
-
}, {
|
|
38935
|
-
readonly name: "entryTick";
|
|
38936
|
-
readonly type: "int24";
|
|
38937
|
-
readonly internalType: "int24";
|
|
38938
38356
|
}, {
|
|
38939
38357
|
readonly name: "strikePrice";
|
|
38940
38358
|
readonly type: "uint256";
|
|
38941
38359
|
readonly internalType: "uint256";
|
|
38942
|
-
}, {
|
|
38943
|
-
readonly name: "entryPrice";
|
|
38944
|
-
readonly type: "uint256";
|
|
38945
|
-
readonly internalType: "uint256";
|
|
38946
38360
|
}, {
|
|
38947
38361
|
readonly name: "optionAssetBorrowed";
|
|
38948
38362
|
readonly type: "uint256";
|
|
@@ -39025,7 +38439,7 @@ declare const useLens: () => {
|
|
|
39025
38439
|
}];
|
|
39026
38440
|
readonly stateMutability: "view";
|
|
39027
38441
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
39028
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
38442
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
39029
38443
|
readonly type: "function";
|
|
39030
38444
|
readonly name: "batchGetRefTick";
|
|
39031
38445
|
readonly inputs: readonly [{
|
|
@@ -39134,18 +38548,10 @@ declare const useLens: () => {
|
|
|
39134
38548
|
readonly name: "strikeTick";
|
|
39135
38549
|
readonly type: "int24";
|
|
39136
38550
|
readonly internalType: "int24";
|
|
39137
|
-
}, {
|
|
39138
|
-
readonly name: "entryTick";
|
|
39139
|
-
readonly type: "int24";
|
|
39140
|
-
readonly internalType: "int24";
|
|
39141
38551
|
}, {
|
|
39142
38552
|
readonly name: "strikePrice";
|
|
39143
38553
|
readonly type: "uint256";
|
|
39144
38554
|
readonly internalType: "uint256";
|
|
39145
|
-
}, {
|
|
39146
|
-
readonly name: "entryPrice";
|
|
39147
|
-
readonly type: "uint256";
|
|
39148
|
-
readonly internalType: "uint256";
|
|
39149
38555
|
}, {
|
|
39150
38556
|
readonly name: "optionAssetBorrowed";
|
|
39151
38557
|
readonly type: "uint256";
|
|
@@ -39358,18 +38764,10 @@ declare const useLens: () => {
|
|
|
39358
38764
|
readonly name: "strikeTick";
|
|
39359
38765
|
readonly type: "int24";
|
|
39360
38766
|
readonly internalType: "int24";
|
|
39361
|
-
}, {
|
|
39362
|
-
readonly name: "entryTick";
|
|
39363
|
-
readonly type: "int24";
|
|
39364
|
-
readonly internalType: "int24";
|
|
39365
38767
|
}, {
|
|
39366
38768
|
readonly name: "strikePrice";
|
|
39367
38769
|
readonly type: "uint256";
|
|
39368
38770
|
readonly internalType: "uint256";
|
|
39369
|
-
}, {
|
|
39370
|
-
readonly name: "entryPrice";
|
|
39371
|
-
readonly type: "uint256";
|
|
39372
|
-
readonly internalType: "uint256";
|
|
39373
38771
|
}, {
|
|
39374
38772
|
readonly name: "optionAssetBorrowed";
|
|
39375
38773
|
readonly type: "uint256";
|
|
@@ -39441,18 +38839,10 @@ declare const useLens: () => {
|
|
|
39441
38839
|
readonly name: "strikeTick";
|
|
39442
38840
|
readonly type: "int24";
|
|
39443
38841
|
readonly internalType: "int24";
|
|
39444
|
-
}, {
|
|
39445
|
-
readonly name: "entryTick";
|
|
39446
|
-
readonly type: "int24";
|
|
39447
|
-
readonly internalType: "int24";
|
|
39448
38842
|
}, {
|
|
39449
38843
|
readonly name: "strikePrice";
|
|
39450
38844
|
readonly type: "uint256";
|
|
39451
38845
|
readonly internalType: "uint256";
|
|
39452
|
-
}, {
|
|
39453
|
-
readonly name: "entryPrice";
|
|
39454
|
-
readonly type: "uint256";
|
|
39455
|
-
readonly internalType: "uint256";
|
|
39456
38846
|
}, {
|
|
39457
38847
|
readonly name: "optionAssetBorrowed";
|
|
39458
38848
|
readonly type: "uint256";
|
|
@@ -39605,18 +38995,10 @@ declare const useLens: () => {
|
|
|
39605
38995
|
readonly name: "strikeTick";
|
|
39606
38996
|
readonly type: "int24";
|
|
39607
38997
|
readonly internalType: "int24";
|
|
39608
|
-
}, {
|
|
39609
|
-
readonly name: "entryTick";
|
|
39610
|
-
readonly type: "int24";
|
|
39611
|
-
readonly internalType: "int24";
|
|
39612
38998
|
}, {
|
|
39613
38999
|
readonly name: "strikePrice";
|
|
39614
39000
|
readonly type: "uint256";
|
|
39615
39001
|
readonly internalType: "uint256";
|
|
39616
|
-
}, {
|
|
39617
|
-
readonly name: "entryPrice";
|
|
39618
|
-
readonly type: "uint256";
|
|
39619
|
-
readonly internalType: "uint256";
|
|
39620
39002
|
}, {
|
|
39621
39003
|
readonly name: "optionAssetBorrowed";
|
|
39622
39004
|
readonly type: "uint256";
|
|
@@ -39712,7 +39094,7 @@ declare const useLens: () => {
|
|
|
39712
39094
|
payoutAssetName: string;
|
|
39713
39095
|
optionsCount: bigint;
|
|
39714
39096
|
}>;
|
|
39715
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
39097
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
39716
39098
|
readonly type: "function";
|
|
39717
39099
|
readonly name: "batchGetRefTick";
|
|
39718
39100
|
readonly inputs: readonly [{
|
|
@@ -39821,18 +39203,10 @@ declare const useLens: () => {
|
|
|
39821
39203
|
readonly name: "strikeTick";
|
|
39822
39204
|
readonly type: "int24";
|
|
39823
39205
|
readonly internalType: "int24";
|
|
39824
|
-
}, {
|
|
39825
|
-
readonly name: "entryTick";
|
|
39826
|
-
readonly type: "int24";
|
|
39827
|
-
readonly internalType: "int24";
|
|
39828
39206
|
}, {
|
|
39829
39207
|
readonly name: "strikePrice";
|
|
39830
39208
|
readonly type: "uint256";
|
|
39831
39209
|
readonly internalType: "uint256";
|
|
39832
|
-
}, {
|
|
39833
|
-
readonly name: "entryPrice";
|
|
39834
|
-
readonly type: "uint256";
|
|
39835
|
-
readonly internalType: "uint256";
|
|
39836
39210
|
}, {
|
|
39837
39211
|
readonly name: "optionAssetBorrowed";
|
|
39838
39212
|
readonly type: "uint256";
|
|
@@ -40045,18 +39419,10 @@ declare const useLens: () => {
|
|
|
40045
39419
|
readonly name: "strikeTick";
|
|
40046
39420
|
readonly type: "int24";
|
|
40047
39421
|
readonly internalType: "int24";
|
|
40048
|
-
}, {
|
|
40049
|
-
readonly name: "entryTick";
|
|
40050
|
-
readonly type: "int24";
|
|
40051
|
-
readonly internalType: "int24";
|
|
40052
39422
|
}, {
|
|
40053
39423
|
readonly name: "strikePrice";
|
|
40054
39424
|
readonly type: "uint256";
|
|
40055
39425
|
readonly internalType: "uint256";
|
|
40056
|
-
}, {
|
|
40057
|
-
readonly name: "entryPrice";
|
|
40058
|
-
readonly type: "uint256";
|
|
40059
|
-
readonly internalType: "uint256";
|
|
40060
39426
|
}, {
|
|
40061
39427
|
readonly name: "optionAssetBorrowed";
|
|
40062
39428
|
readonly type: "uint256";
|
|
@@ -40128,18 +39494,10 @@ declare const useLens: () => {
|
|
|
40128
39494
|
readonly name: "strikeTick";
|
|
40129
39495
|
readonly type: "int24";
|
|
40130
39496
|
readonly internalType: "int24";
|
|
40131
|
-
}, {
|
|
40132
|
-
readonly name: "entryTick";
|
|
40133
|
-
readonly type: "int24";
|
|
40134
|
-
readonly internalType: "int24";
|
|
40135
39497
|
}, {
|
|
40136
39498
|
readonly name: "strikePrice";
|
|
40137
39499
|
readonly type: "uint256";
|
|
40138
39500
|
readonly internalType: "uint256";
|
|
40139
|
-
}, {
|
|
40140
|
-
readonly name: "entryPrice";
|
|
40141
|
-
readonly type: "uint256";
|
|
40142
|
-
readonly internalType: "uint256";
|
|
40143
39501
|
}, {
|
|
40144
39502
|
readonly name: "optionAssetBorrowed";
|
|
40145
39503
|
readonly type: "uint256";
|
|
@@ -40292,18 +39650,10 @@ declare const useLens: () => {
|
|
|
40292
39650
|
readonly name: "strikeTick";
|
|
40293
39651
|
readonly type: "int24";
|
|
40294
39652
|
readonly internalType: "int24";
|
|
40295
|
-
}, {
|
|
40296
|
-
readonly name: "entryTick";
|
|
40297
|
-
readonly type: "int24";
|
|
40298
|
-
readonly internalType: "int24";
|
|
40299
39653
|
}, {
|
|
40300
39654
|
readonly name: "strikePrice";
|
|
40301
39655
|
readonly type: "uint256";
|
|
40302
39656
|
readonly internalType: "uint256";
|
|
40303
|
-
}, {
|
|
40304
|
-
readonly name: "entryPrice";
|
|
40305
|
-
readonly type: "uint256";
|
|
40306
|
-
readonly internalType: "uint256";
|
|
40307
39657
|
}, {
|
|
40308
39658
|
readonly name: "optionAssetBorrowed";
|
|
40309
39659
|
readonly type: "uint256";
|
|
@@ -40386,7 +39736,7 @@ declare const useLens: () => {
|
|
|
40386
39736
|
}];
|
|
40387
39737
|
readonly stateMutability: "view";
|
|
40388
39738
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
40389
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
39739
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
40390
39740
|
readonly type: "function";
|
|
40391
39741
|
readonly name: "batchGetRefTick";
|
|
40392
39742
|
readonly inputs: readonly [{
|
|
@@ -40495,18 +39845,10 @@ declare const useLens: () => {
|
|
|
40495
39845
|
readonly name: "strikeTick";
|
|
40496
39846
|
readonly type: "int24";
|
|
40497
39847
|
readonly internalType: "int24";
|
|
40498
|
-
}, {
|
|
40499
|
-
readonly name: "entryTick";
|
|
40500
|
-
readonly type: "int24";
|
|
40501
|
-
readonly internalType: "int24";
|
|
40502
39848
|
}, {
|
|
40503
39849
|
readonly name: "strikePrice";
|
|
40504
39850
|
readonly type: "uint256";
|
|
40505
39851
|
readonly internalType: "uint256";
|
|
40506
|
-
}, {
|
|
40507
|
-
readonly name: "entryPrice";
|
|
40508
|
-
readonly type: "uint256";
|
|
40509
|
-
readonly internalType: "uint256";
|
|
40510
39852
|
}, {
|
|
40511
39853
|
readonly name: "optionAssetBorrowed";
|
|
40512
39854
|
readonly type: "uint256";
|
|
@@ -40719,18 +40061,10 @@ declare const useLens: () => {
|
|
|
40719
40061
|
readonly name: "strikeTick";
|
|
40720
40062
|
readonly type: "int24";
|
|
40721
40063
|
readonly internalType: "int24";
|
|
40722
|
-
}, {
|
|
40723
|
-
readonly name: "entryTick";
|
|
40724
|
-
readonly type: "int24";
|
|
40725
|
-
readonly internalType: "int24";
|
|
40726
40064
|
}, {
|
|
40727
40065
|
readonly name: "strikePrice";
|
|
40728
40066
|
readonly type: "uint256";
|
|
40729
40067
|
readonly internalType: "uint256";
|
|
40730
|
-
}, {
|
|
40731
|
-
readonly name: "entryPrice";
|
|
40732
|
-
readonly type: "uint256";
|
|
40733
|
-
readonly internalType: "uint256";
|
|
40734
40068
|
}, {
|
|
40735
40069
|
readonly name: "optionAssetBorrowed";
|
|
40736
40070
|
readonly type: "uint256";
|
|
@@ -40802,18 +40136,10 @@ declare const useLens: () => {
|
|
|
40802
40136
|
readonly name: "strikeTick";
|
|
40803
40137
|
readonly type: "int24";
|
|
40804
40138
|
readonly internalType: "int24";
|
|
40805
|
-
}, {
|
|
40806
|
-
readonly name: "entryTick";
|
|
40807
|
-
readonly type: "int24";
|
|
40808
|
-
readonly internalType: "int24";
|
|
40809
40139
|
}, {
|
|
40810
40140
|
readonly name: "strikePrice";
|
|
40811
40141
|
readonly type: "uint256";
|
|
40812
40142
|
readonly internalType: "uint256";
|
|
40813
|
-
}, {
|
|
40814
|
-
readonly name: "entryPrice";
|
|
40815
|
-
readonly type: "uint256";
|
|
40816
|
-
readonly internalType: "uint256";
|
|
40817
40143
|
}, {
|
|
40818
40144
|
readonly name: "optionAssetBorrowed";
|
|
40819
40145
|
readonly type: "uint256";
|
|
@@ -40966,18 +40292,10 @@ declare const useLens: () => {
|
|
|
40966
40292
|
readonly name: "strikeTick";
|
|
40967
40293
|
readonly type: "int24";
|
|
40968
40294
|
readonly internalType: "int24";
|
|
40969
|
-
}, {
|
|
40970
|
-
readonly name: "entryTick";
|
|
40971
|
-
readonly type: "int24";
|
|
40972
|
-
readonly internalType: "int24";
|
|
40973
40295
|
}, {
|
|
40974
40296
|
readonly name: "strikePrice";
|
|
40975
40297
|
readonly type: "uint256";
|
|
40976
40298
|
readonly internalType: "uint256";
|
|
40977
|
-
}, {
|
|
40978
|
-
readonly name: "entryPrice";
|
|
40979
|
-
readonly type: "uint256";
|
|
40980
|
-
readonly internalType: "uint256";
|
|
40981
40299
|
}, {
|
|
40982
40300
|
readonly name: "optionAssetBorrowed";
|
|
40983
40301
|
readonly type: "uint256";
|
|
@@ -41060,7 +40378,7 @@ declare const useLens: () => {
|
|
|
41060
40378
|
}];
|
|
41061
40379
|
readonly stateMutability: "view";
|
|
41062
40380
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
41063
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
40381
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
41064
40382
|
readonly type: "function";
|
|
41065
40383
|
readonly name: "batchGetRefTick";
|
|
41066
40384
|
readonly inputs: readonly [{
|
|
@@ -41169,18 +40487,10 @@ declare const useLens: () => {
|
|
|
41169
40487
|
readonly name: "strikeTick";
|
|
41170
40488
|
readonly type: "int24";
|
|
41171
40489
|
readonly internalType: "int24";
|
|
41172
|
-
}, {
|
|
41173
|
-
readonly name: "entryTick";
|
|
41174
|
-
readonly type: "int24";
|
|
41175
|
-
readonly internalType: "int24";
|
|
41176
40490
|
}, {
|
|
41177
40491
|
readonly name: "strikePrice";
|
|
41178
40492
|
readonly type: "uint256";
|
|
41179
40493
|
readonly internalType: "uint256";
|
|
41180
|
-
}, {
|
|
41181
|
-
readonly name: "entryPrice";
|
|
41182
|
-
readonly type: "uint256";
|
|
41183
|
-
readonly internalType: "uint256";
|
|
41184
40494
|
}, {
|
|
41185
40495
|
readonly name: "optionAssetBorrowed";
|
|
41186
40496
|
readonly type: "uint256";
|
|
@@ -41393,18 +40703,10 @@ declare const useLens: () => {
|
|
|
41393
40703
|
readonly name: "strikeTick";
|
|
41394
40704
|
readonly type: "int24";
|
|
41395
40705
|
readonly internalType: "int24";
|
|
41396
|
-
}, {
|
|
41397
|
-
readonly name: "entryTick";
|
|
41398
|
-
readonly type: "int24";
|
|
41399
|
-
readonly internalType: "int24";
|
|
41400
40706
|
}, {
|
|
41401
40707
|
readonly name: "strikePrice";
|
|
41402
40708
|
readonly type: "uint256";
|
|
41403
40709
|
readonly internalType: "uint256";
|
|
41404
|
-
}, {
|
|
41405
|
-
readonly name: "entryPrice";
|
|
41406
|
-
readonly type: "uint256";
|
|
41407
|
-
readonly internalType: "uint256";
|
|
41408
40710
|
}, {
|
|
41409
40711
|
readonly name: "optionAssetBorrowed";
|
|
41410
40712
|
readonly type: "uint256";
|
|
@@ -41476,18 +40778,10 @@ declare const useLens: () => {
|
|
|
41476
40778
|
readonly name: "strikeTick";
|
|
41477
40779
|
readonly type: "int24";
|
|
41478
40780
|
readonly internalType: "int24";
|
|
41479
|
-
}, {
|
|
41480
|
-
readonly name: "entryTick";
|
|
41481
|
-
readonly type: "int24";
|
|
41482
|
-
readonly internalType: "int24";
|
|
41483
40781
|
}, {
|
|
41484
40782
|
readonly name: "strikePrice";
|
|
41485
40783
|
readonly type: "uint256";
|
|
41486
40784
|
readonly internalType: "uint256";
|
|
41487
|
-
}, {
|
|
41488
|
-
readonly name: "entryPrice";
|
|
41489
|
-
readonly type: "uint256";
|
|
41490
|
-
readonly internalType: "uint256";
|
|
41491
40785
|
}, {
|
|
41492
40786
|
readonly name: "optionAssetBorrowed";
|
|
41493
40787
|
readonly type: "uint256";
|
|
@@ -41640,18 +40934,10 @@ declare const useLens: () => {
|
|
|
41640
40934
|
readonly name: "strikeTick";
|
|
41641
40935
|
readonly type: "int24";
|
|
41642
40936
|
readonly internalType: "int24";
|
|
41643
|
-
}, {
|
|
41644
|
-
readonly name: "entryTick";
|
|
41645
|
-
readonly type: "int24";
|
|
41646
|
-
readonly internalType: "int24";
|
|
41647
40937
|
}, {
|
|
41648
40938
|
readonly name: "strikePrice";
|
|
41649
40939
|
readonly type: "uint256";
|
|
41650
40940
|
readonly internalType: "uint256";
|
|
41651
|
-
}, {
|
|
41652
|
-
readonly name: "entryPrice";
|
|
41653
|
-
readonly type: "uint256";
|
|
41654
|
-
readonly internalType: "uint256";
|
|
41655
40941
|
}, {
|
|
41656
40942
|
readonly name: "optionAssetBorrowed";
|
|
41657
40943
|
readonly type: "uint256";
|
|
@@ -41739,9 +41025,7 @@ declare const useLens: () => {
|
|
|
41739
41025
|
optionType: number;
|
|
41740
41026
|
startTick: number;
|
|
41741
41027
|
strikeTick: number;
|
|
41742
|
-
entryTick: number;
|
|
41743
41028
|
strikePrice: bigint;
|
|
41744
|
-
entryPrice: bigint;
|
|
41745
41029
|
optionAssetBorrowed: bigint;
|
|
41746
41030
|
payoutAssetBorrowed: bigint;
|
|
41747
41031
|
optionAssetToRepay: bigint;
|
|
@@ -41751,7 +41035,7 @@ declare const useLens: () => {
|
|
|
41751
41035
|
expiresAt: number;
|
|
41752
41036
|
liquidities: readonly bigint[];
|
|
41753
41037
|
}>;
|
|
41754
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
41038
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
41755
41039
|
readonly type: "function";
|
|
41756
41040
|
readonly name: "batchGetRefTick";
|
|
41757
41041
|
readonly inputs: readonly [{
|
|
@@ -41860,18 +41144,10 @@ declare const useLens: () => {
|
|
|
41860
41144
|
readonly name: "strikeTick";
|
|
41861
41145
|
readonly type: "int24";
|
|
41862
41146
|
readonly internalType: "int24";
|
|
41863
|
-
}, {
|
|
41864
|
-
readonly name: "entryTick";
|
|
41865
|
-
readonly type: "int24";
|
|
41866
|
-
readonly internalType: "int24";
|
|
41867
41147
|
}, {
|
|
41868
41148
|
readonly name: "strikePrice";
|
|
41869
41149
|
readonly type: "uint256";
|
|
41870
41150
|
readonly internalType: "uint256";
|
|
41871
|
-
}, {
|
|
41872
|
-
readonly name: "entryPrice";
|
|
41873
|
-
readonly type: "uint256";
|
|
41874
|
-
readonly internalType: "uint256";
|
|
41875
41151
|
}, {
|
|
41876
41152
|
readonly name: "optionAssetBorrowed";
|
|
41877
41153
|
readonly type: "uint256";
|
|
@@ -42084,18 +41360,10 @@ declare const useLens: () => {
|
|
|
42084
41360
|
readonly name: "strikeTick";
|
|
42085
41361
|
readonly type: "int24";
|
|
42086
41362
|
readonly internalType: "int24";
|
|
42087
|
-
}, {
|
|
42088
|
-
readonly name: "entryTick";
|
|
42089
|
-
readonly type: "int24";
|
|
42090
|
-
readonly internalType: "int24";
|
|
42091
41363
|
}, {
|
|
42092
41364
|
readonly name: "strikePrice";
|
|
42093
41365
|
readonly type: "uint256";
|
|
42094
41366
|
readonly internalType: "uint256";
|
|
42095
|
-
}, {
|
|
42096
|
-
readonly name: "entryPrice";
|
|
42097
|
-
readonly type: "uint256";
|
|
42098
|
-
readonly internalType: "uint256";
|
|
42099
41367
|
}, {
|
|
42100
41368
|
readonly name: "optionAssetBorrowed";
|
|
42101
41369
|
readonly type: "uint256";
|
|
@@ -42167,18 +41435,10 @@ declare const useLens: () => {
|
|
|
42167
41435
|
readonly name: "strikeTick";
|
|
42168
41436
|
readonly type: "int24";
|
|
42169
41437
|
readonly internalType: "int24";
|
|
42170
|
-
}, {
|
|
42171
|
-
readonly name: "entryTick";
|
|
42172
|
-
readonly type: "int24";
|
|
42173
|
-
readonly internalType: "int24";
|
|
42174
41438
|
}, {
|
|
42175
41439
|
readonly name: "strikePrice";
|
|
42176
41440
|
readonly type: "uint256";
|
|
42177
41441
|
readonly internalType: "uint256";
|
|
42178
|
-
}, {
|
|
42179
|
-
readonly name: "entryPrice";
|
|
42180
|
-
readonly type: "uint256";
|
|
42181
|
-
readonly internalType: "uint256";
|
|
42182
41442
|
}, {
|
|
42183
41443
|
readonly name: "optionAssetBorrowed";
|
|
42184
41444
|
readonly type: "uint256";
|
|
@@ -42331,18 +41591,10 @@ declare const useLens: () => {
|
|
|
42331
41591
|
readonly name: "strikeTick";
|
|
42332
41592
|
readonly type: "int24";
|
|
42333
41593
|
readonly internalType: "int24";
|
|
42334
|
-
}, {
|
|
42335
|
-
readonly name: "entryTick";
|
|
42336
|
-
readonly type: "int24";
|
|
42337
|
-
readonly internalType: "int24";
|
|
42338
41594
|
}, {
|
|
42339
41595
|
readonly name: "strikePrice";
|
|
42340
41596
|
readonly type: "uint256";
|
|
42341
41597
|
readonly internalType: "uint256";
|
|
42342
|
-
}, {
|
|
42343
|
-
readonly name: "entryPrice";
|
|
42344
|
-
readonly type: "uint256";
|
|
42345
|
-
readonly internalType: "uint256";
|
|
42346
41598
|
}, {
|
|
42347
41599
|
readonly name: "optionAssetBorrowed";
|
|
42348
41600
|
readonly type: "uint256";
|
|
@@ -42430,9 +41682,7 @@ declare const useLens: () => {
|
|
|
42430
41682
|
optionType: number;
|
|
42431
41683
|
startTick: number;
|
|
42432
41684
|
strikeTick: number;
|
|
42433
|
-
entryTick: number;
|
|
42434
41685
|
strikePrice: bigint;
|
|
42435
|
-
entryPrice: bigint;
|
|
42436
41686
|
optionAssetBorrowed: bigint;
|
|
42437
41687
|
payoutAssetBorrowed: bigint;
|
|
42438
41688
|
optionAssetToRepay: bigint;
|
|
@@ -42442,7 +41692,7 @@ declare const useLens: () => {
|
|
|
42442
41692
|
expiresAt: number;
|
|
42443
41693
|
liquidities: readonly bigint[];
|
|
42444
41694
|
}[]>;
|
|
42445
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
41695
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
42446
41696
|
readonly type: "function";
|
|
42447
41697
|
readonly name: "batchGetRefTick";
|
|
42448
41698
|
readonly inputs: readonly [{
|
|
@@ -42551,18 +41801,10 @@ declare const useLens: () => {
|
|
|
42551
41801
|
readonly name: "strikeTick";
|
|
42552
41802
|
readonly type: "int24";
|
|
42553
41803
|
readonly internalType: "int24";
|
|
42554
|
-
}, {
|
|
42555
|
-
readonly name: "entryTick";
|
|
42556
|
-
readonly type: "int24";
|
|
42557
|
-
readonly internalType: "int24";
|
|
42558
41804
|
}, {
|
|
42559
41805
|
readonly name: "strikePrice";
|
|
42560
41806
|
readonly type: "uint256";
|
|
42561
41807
|
readonly internalType: "uint256";
|
|
42562
|
-
}, {
|
|
42563
|
-
readonly name: "entryPrice";
|
|
42564
|
-
readonly type: "uint256";
|
|
42565
|
-
readonly internalType: "uint256";
|
|
42566
41808
|
}, {
|
|
42567
41809
|
readonly name: "optionAssetBorrowed";
|
|
42568
41810
|
readonly type: "uint256";
|
|
@@ -42775,18 +42017,10 @@ declare const useLens: () => {
|
|
|
42775
42017
|
readonly name: "strikeTick";
|
|
42776
42018
|
readonly type: "int24";
|
|
42777
42019
|
readonly internalType: "int24";
|
|
42778
|
-
}, {
|
|
42779
|
-
readonly name: "entryTick";
|
|
42780
|
-
readonly type: "int24";
|
|
42781
|
-
readonly internalType: "int24";
|
|
42782
42020
|
}, {
|
|
42783
42021
|
readonly name: "strikePrice";
|
|
42784
42022
|
readonly type: "uint256";
|
|
42785
42023
|
readonly internalType: "uint256";
|
|
42786
|
-
}, {
|
|
42787
|
-
readonly name: "entryPrice";
|
|
42788
|
-
readonly type: "uint256";
|
|
42789
|
-
readonly internalType: "uint256";
|
|
42790
42024
|
}, {
|
|
42791
42025
|
readonly name: "optionAssetBorrowed";
|
|
42792
42026
|
readonly type: "uint256";
|
|
@@ -42858,18 +42092,10 @@ declare const useLens: () => {
|
|
|
42858
42092
|
readonly name: "strikeTick";
|
|
42859
42093
|
readonly type: "int24";
|
|
42860
42094
|
readonly internalType: "int24";
|
|
42861
|
-
}, {
|
|
42862
|
-
readonly name: "entryTick";
|
|
42863
|
-
readonly type: "int24";
|
|
42864
|
-
readonly internalType: "int24";
|
|
42865
42095
|
}, {
|
|
42866
42096
|
readonly name: "strikePrice";
|
|
42867
42097
|
readonly type: "uint256";
|
|
42868
42098
|
readonly internalType: "uint256";
|
|
42869
|
-
}, {
|
|
42870
|
-
readonly name: "entryPrice";
|
|
42871
|
-
readonly type: "uint256";
|
|
42872
|
-
readonly internalType: "uint256";
|
|
42873
42099
|
}, {
|
|
42874
42100
|
readonly name: "optionAssetBorrowed";
|
|
42875
42101
|
readonly type: "uint256";
|
|
@@ -43022,18 +42248,10 @@ declare const useLens: () => {
|
|
|
43022
42248
|
readonly name: "strikeTick";
|
|
43023
42249
|
readonly type: "int24";
|
|
43024
42250
|
readonly internalType: "int24";
|
|
43025
|
-
}, {
|
|
43026
|
-
readonly name: "entryTick";
|
|
43027
|
-
readonly type: "int24";
|
|
43028
|
-
readonly internalType: "int24";
|
|
43029
42251
|
}, {
|
|
43030
42252
|
readonly name: "strikePrice";
|
|
43031
42253
|
readonly type: "uint256";
|
|
43032
42254
|
readonly internalType: "uint256";
|
|
43033
|
-
}, {
|
|
43034
|
-
readonly name: "entryPrice";
|
|
43035
|
-
readonly type: "uint256";
|
|
43036
|
-
readonly internalType: "uint256";
|
|
43037
42255
|
}, {
|
|
43038
42256
|
readonly name: "optionAssetBorrowed";
|
|
43039
42257
|
readonly type: "uint256";
|
|
@@ -43127,7 +42345,7 @@ declare const useLens: () => {
|
|
|
43127
42345
|
tickSpacing: number;
|
|
43128
42346
|
fee: number;
|
|
43129
42347
|
}>;
|
|
43130
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
42348
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
43131
42349
|
readonly type: "function";
|
|
43132
42350
|
readonly name: "batchGetRefTick";
|
|
43133
42351
|
readonly inputs: readonly [{
|
|
@@ -43236,18 +42454,10 @@ declare const useLens: () => {
|
|
|
43236
42454
|
readonly name: "strikeTick";
|
|
43237
42455
|
readonly type: "int24";
|
|
43238
42456
|
readonly internalType: "int24";
|
|
43239
|
-
}, {
|
|
43240
|
-
readonly name: "entryTick";
|
|
43241
|
-
readonly type: "int24";
|
|
43242
|
-
readonly internalType: "int24";
|
|
43243
42457
|
}, {
|
|
43244
42458
|
readonly name: "strikePrice";
|
|
43245
42459
|
readonly type: "uint256";
|
|
43246
42460
|
readonly internalType: "uint256";
|
|
43247
|
-
}, {
|
|
43248
|
-
readonly name: "entryPrice";
|
|
43249
|
-
readonly type: "uint256";
|
|
43250
|
-
readonly internalType: "uint256";
|
|
43251
42461
|
}, {
|
|
43252
42462
|
readonly name: "optionAssetBorrowed";
|
|
43253
42463
|
readonly type: "uint256";
|
|
@@ -43460,18 +42670,10 @@ declare const useLens: () => {
|
|
|
43460
42670
|
readonly name: "strikeTick";
|
|
43461
42671
|
readonly type: "int24";
|
|
43462
42672
|
readonly internalType: "int24";
|
|
43463
|
-
}, {
|
|
43464
|
-
readonly name: "entryTick";
|
|
43465
|
-
readonly type: "int24";
|
|
43466
|
-
readonly internalType: "int24";
|
|
43467
42673
|
}, {
|
|
43468
42674
|
readonly name: "strikePrice";
|
|
43469
42675
|
readonly type: "uint256";
|
|
43470
42676
|
readonly internalType: "uint256";
|
|
43471
|
-
}, {
|
|
43472
|
-
readonly name: "entryPrice";
|
|
43473
|
-
readonly type: "uint256";
|
|
43474
|
-
readonly internalType: "uint256";
|
|
43475
42677
|
}, {
|
|
43476
42678
|
readonly name: "optionAssetBorrowed";
|
|
43477
42679
|
readonly type: "uint256";
|
|
@@ -43543,18 +42745,10 @@ declare const useLens: () => {
|
|
|
43543
42745
|
readonly name: "strikeTick";
|
|
43544
42746
|
readonly type: "int24";
|
|
43545
42747
|
readonly internalType: "int24";
|
|
43546
|
-
}, {
|
|
43547
|
-
readonly name: "entryTick";
|
|
43548
|
-
readonly type: "int24";
|
|
43549
|
-
readonly internalType: "int24";
|
|
43550
42748
|
}, {
|
|
43551
42749
|
readonly name: "strikePrice";
|
|
43552
42750
|
readonly type: "uint256";
|
|
43553
42751
|
readonly internalType: "uint256";
|
|
43554
|
-
}, {
|
|
43555
|
-
readonly name: "entryPrice";
|
|
43556
|
-
readonly type: "uint256";
|
|
43557
|
-
readonly internalType: "uint256";
|
|
43558
42752
|
}, {
|
|
43559
42753
|
readonly name: "optionAssetBorrowed";
|
|
43560
42754
|
readonly type: "uint256";
|
|
@@ -43707,18 +42901,10 @@ declare const useLens: () => {
|
|
|
43707
42901
|
readonly name: "strikeTick";
|
|
43708
42902
|
readonly type: "int24";
|
|
43709
42903
|
readonly internalType: "int24";
|
|
43710
|
-
}, {
|
|
43711
|
-
readonly name: "entryTick";
|
|
43712
|
-
readonly type: "int24";
|
|
43713
|
-
readonly internalType: "int24";
|
|
43714
42904
|
}, {
|
|
43715
42905
|
readonly name: "strikePrice";
|
|
43716
42906
|
readonly type: "uint256";
|
|
43717
42907
|
readonly internalType: "uint256";
|
|
43718
|
-
}, {
|
|
43719
|
-
readonly name: "entryPrice";
|
|
43720
|
-
readonly type: "uint256";
|
|
43721
|
-
readonly internalType: "uint256";
|
|
43722
42908
|
}, {
|
|
43723
42909
|
readonly name: "optionAssetBorrowed";
|
|
43724
42910
|
readonly type: "uint256";
|
|
@@ -43801,7 +42987,7 @@ declare const useLens: () => {
|
|
|
43801
42987
|
}];
|
|
43802
42988
|
readonly stateMutability: "view";
|
|
43803
42989
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
43804
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
42990
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
43805
42991
|
readonly type: "function";
|
|
43806
42992
|
readonly name: "batchGetRefTick";
|
|
43807
42993
|
readonly inputs: readonly [{
|
|
@@ -43910,18 +43096,10 @@ declare const useLens: () => {
|
|
|
43910
43096
|
readonly name: "strikeTick";
|
|
43911
43097
|
readonly type: "int24";
|
|
43912
43098
|
readonly internalType: "int24";
|
|
43913
|
-
}, {
|
|
43914
|
-
readonly name: "entryTick";
|
|
43915
|
-
readonly type: "int24";
|
|
43916
|
-
readonly internalType: "int24";
|
|
43917
43099
|
}, {
|
|
43918
43100
|
readonly name: "strikePrice";
|
|
43919
43101
|
readonly type: "uint256";
|
|
43920
43102
|
readonly internalType: "uint256";
|
|
43921
|
-
}, {
|
|
43922
|
-
readonly name: "entryPrice";
|
|
43923
|
-
readonly type: "uint256";
|
|
43924
|
-
readonly internalType: "uint256";
|
|
43925
43103
|
}, {
|
|
43926
43104
|
readonly name: "optionAssetBorrowed";
|
|
43927
43105
|
readonly type: "uint256";
|
|
@@ -44134,18 +43312,10 @@ declare const useLens: () => {
|
|
|
44134
43312
|
readonly name: "strikeTick";
|
|
44135
43313
|
readonly type: "int24";
|
|
44136
43314
|
readonly internalType: "int24";
|
|
44137
|
-
}, {
|
|
44138
|
-
readonly name: "entryTick";
|
|
44139
|
-
readonly type: "int24";
|
|
44140
|
-
readonly internalType: "int24";
|
|
44141
43315
|
}, {
|
|
44142
43316
|
readonly name: "strikePrice";
|
|
44143
43317
|
readonly type: "uint256";
|
|
44144
43318
|
readonly internalType: "uint256";
|
|
44145
|
-
}, {
|
|
44146
|
-
readonly name: "entryPrice";
|
|
44147
|
-
readonly type: "uint256";
|
|
44148
|
-
readonly internalType: "uint256";
|
|
44149
43319
|
}, {
|
|
44150
43320
|
readonly name: "optionAssetBorrowed";
|
|
44151
43321
|
readonly type: "uint256";
|
|
@@ -44217,18 +43387,10 @@ declare const useLens: () => {
|
|
|
44217
43387
|
readonly name: "strikeTick";
|
|
44218
43388
|
readonly type: "int24";
|
|
44219
43389
|
readonly internalType: "int24";
|
|
44220
|
-
}, {
|
|
44221
|
-
readonly name: "entryTick";
|
|
44222
|
-
readonly type: "int24";
|
|
44223
|
-
readonly internalType: "int24";
|
|
44224
43390
|
}, {
|
|
44225
43391
|
readonly name: "strikePrice";
|
|
44226
43392
|
readonly type: "uint256";
|
|
44227
43393
|
readonly internalType: "uint256";
|
|
44228
|
-
}, {
|
|
44229
|
-
readonly name: "entryPrice";
|
|
44230
|
-
readonly type: "uint256";
|
|
44231
|
-
readonly internalType: "uint256";
|
|
44232
43394
|
}, {
|
|
44233
43395
|
readonly name: "optionAssetBorrowed";
|
|
44234
43396
|
readonly type: "uint256";
|
|
@@ -44381,18 +43543,10 @@ declare const useLens: () => {
|
|
|
44381
43543
|
readonly name: "strikeTick";
|
|
44382
43544
|
readonly type: "int24";
|
|
44383
43545
|
readonly internalType: "int24";
|
|
44384
|
-
}, {
|
|
44385
|
-
readonly name: "entryTick";
|
|
44386
|
-
readonly type: "int24";
|
|
44387
|
-
readonly internalType: "int24";
|
|
44388
43546
|
}, {
|
|
44389
43547
|
readonly name: "strikePrice";
|
|
44390
43548
|
readonly type: "uint256";
|
|
44391
43549
|
readonly internalType: "uint256";
|
|
44392
|
-
}, {
|
|
44393
|
-
readonly name: "entryPrice";
|
|
44394
|
-
readonly type: "uint256";
|
|
44395
|
-
readonly internalType: "uint256";
|
|
44396
43550
|
}, {
|
|
44397
43551
|
readonly name: "optionAssetBorrowed";
|
|
44398
43552
|
readonly type: "uint256";
|
|
@@ -44480,9 +43634,7 @@ declare const useLens: () => {
|
|
|
44480
43634
|
optionType: number;
|
|
44481
43635
|
startTick: number;
|
|
44482
43636
|
strikeTick: number;
|
|
44483
|
-
entryTick: number;
|
|
44484
43637
|
strikePrice: bigint;
|
|
44485
|
-
entryPrice: bigint;
|
|
44486
43638
|
optionAssetBorrowed: bigint;
|
|
44487
43639
|
payoutAssetBorrowed: bigint;
|
|
44488
43640
|
optionAssetToRepay: bigint;
|
|
@@ -44492,7 +43644,7 @@ declare const useLens: () => {
|
|
|
44492
43644
|
expiresAt: number;
|
|
44493
43645
|
liquidities: readonly bigint[];
|
|
44494
43646
|
}[], bigint, boolean]>;
|
|
44495
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
43647
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
44496
43648
|
readonly type: "function";
|
|
44497
43649
|
readonly name: "batchGetRefTick";
|
|
44498
43650
|
readonly inputs: readonly [{
|
|
@@ -44601,18 +43753,10 @@ declare const useLens: () => {
|
|
|
44601
43753
|
readonly name: "strikeTick";
|
|
44602
43754
|
readonly type: "int24";
|
|
44603
43755
|
readonly internalType: "int24";
|
|
44604
|
-
}, {
|
|
44605
|
-
readonly name: "entryTick";
|
|
44606
|
-
readonly type: "int24";
|
|
44607
|
-
readonly internalType: "int24";
|
|
44608
43756
|
}, {
|
|
44609
43757
|
readonly name: "strikePrice";
|
|
44610
43758
|
readonly type: "uint256";
|
|
44611
43759
|
readonly internalType: "uint256";
|
|
44612
|
-
}, {
|
|
44613
|
-
readonly name: "entryPrice";
|
|
44614
|
-
readonly type: "uint256";
|
|
44615
|
-
readonly internalType: "uint256";
|
|
44616
43760
|
}, {
|
|
44617
43761
|
readonly name: "optionAssetBorrowed";
|
|
44618
43762
|
readonly type: "uint256";
|
|
@@ -44825,18 +43969,10 @@ declare const useLens: () => {
|
|
|
44825
43969
|
readonly name: "strikeTick";
|
|
44826
43970
|
readonly type: "int24";
|
|
44827
43971
|
readonly internalType: "int24";
|
|
44828
|
-
}, {
|
|
44829
|
-
readonly name: "entryTick";
|
|
44830
|
-
readonly type: "int24";
|
|
44831
|
-
readonly internalType: "int24";
|
|
44832
43972
|
}, {
|
|
44833
43973
|
readonly name: "strikePrice";
|
|
44834
43974
|
readonly type: "uint256";
|
|
44835
43975
|
readonly internalType: "uint256";
|
|
44836
|
-
}, {
|
|
44837
|
-
readonly name: "entryPrice";
|
|
44838
|
-
readonly type: "uint256";
|
|
44839
|
-
readonly internalType: "uint256";
|
|
44840
43976
|
}, {
|
|
44841
43977
|
readonly name: "optionAssetBorrowed";
|
|
44842
43978
|
readonly type: "uint256";
|
|
@@ -44908,18 +44044,10 @@ declare const useLens: () => {
|
|
|
44908
44044
|
readonly name: "strikeTick";
|
|
44909
44045
|
readonly type: "int24";
|
|
44910
44046
|
readonly internalType: "int24";
|
|
44911
|
-
}, {
|
|
44912
|
-
readonly name: "entryTick";
|
|
44913
|
-
readonly type: "int24";
|
|
44914
|
-
readonly internalType: "int24";
|
|
44915
44047
|
}, {
|
|
44916
44048
|
readonly name: "strikePrice";
|
|
44917
44049
|
readonly type: "uint256";
|
|
44918
44050
|
readonly internalType: "uint256";
|
|
44919
|
-
}, {
|
|
44920
|
-
readonly name: "entryPrice";
|
|
44921
|
-
readonly type: "uint256";
|
|
44922
|
-
readonly internalType: "uint256";
|
|
44923
44051
|
}, {
|
|
44924
44052
|
readonly name: "optionAssetBorrowed";
|
|
44925
44053
|
readonly type: "uint256";
|
|
@@ -45072,18 +44200,10 @@ declare const useLens: () => {
|
|
|
45072
44200
|
readonly name: "strikeTick";
|
|
45073
44201
|
readonly type: "int24";
|
|
45074
44202
|
readonly internalType: "int24";
|
|
45075
|
-
}, {
|
|
45076
|
-
readonly name: "entryTick";
|
|
45077
|
-
readonly type: "int24";
|
|
45078
|
-
readonly internalType: "int24";
|
|
45079
44203
|
}, {
|
|
45080
44204
|
readonly name: "strikePrice";
|
|
45081
44205
|
readonly type: "uint256";
|
|
45082
44206
|
readonly internalType: "uint256";
|
|
45083
|
-
}, {
|
|
45084
|
-
readonly name: "entryPrice";
|
|
45085
|
-
readonly type: "uint256";
|
|
45086
|
-
readonly internalType: "uint256";
|
|
45087
44207
|
}, {
|
|
45088
44208
|
readonly name: "optionAssetBorrowed";
|
|
45089
44209
|
readonly type: "uint256";
|
|
@@ -45277,18 +44397,10 @@ declare const useLens: () => {
|
|
|
45277
44397
|
readonly name: "strikeTick";
|
|
45278
44398
|
readonly type: "int24";
|
|
45279
44399
|
readonly internalType: "int24";
|
|
45280
|
-
}, {
|
|
45281
|
-
readonly name: "entryTick";
|
|
45282
|
-
readonly type: "int24";
|
|
45283
|
-
readonly internalType: "int24";
|
|
45284
44400
|
}, {
|
|
45285
44401
|
readonly name: "strikePrice";
|
|
45286
44402
|
readonly type: "uint256";
|
|
45287
44403
|
readonly internalType: "uint256";
|
|
45288
|
-
}, {
|
|
45289
|
-
readonly name: "entryPrice";
|
|
45290
|
-
readonly type: "uint256";
|
|
45291
|
-
readonly internalType: "uint256";
|
|
45292
44404
|
}, {
|
|
45293
44405
|
readonly name: "optionAssetBorrowed";
|
|
45294
44406
|
readonly type: "uint256";
|
|
@@ -45501,18 +44613,10 @@ declare const useLens: () => {
|
|
|
45501
44613
|
readonly name: "strikeTick";
|
|
45502
44614
|
readonly type: "int24";
|
|
45503
44615
|
readonly internalType: "int24";
|
|
45504
|
-
}, {
|
|
45505
|
-
readonly name: "entryTick";
|
|
45506
|
-
readonly type: "int24";
|
|
45507
|
-
readonly internalType: "int24";
|
|
45508
44616
|
}, {
|
|
45509
44617
|
readonly name: "strikePrice";
|
|
45510
44618
|
readonly type: "uint256";
|
|
45511
44619
|
readonly internalType: "uint256";
|
|
45512
|
-
}, {
|
|
45513
|
-
readonly name: "entryPrice";
|
|
45514
|
-
readonly type: "uint256";
|
|
45515
|
-
readonly internalType: "uint256";
|
|
45516
44620
|
}, {
|
|
45517
44621
|
readonly name: "optionAssetBorrowed";
|
|
45518
44622
|
readonly type: "uint256";
|
|
@@ -45584,18 +44688,10 @@ declare const useLens: () => {
|
|
|
45584
44688
|
readonly name: "strikeTick";
|
|
45585
44689
|
readonly type: "int24";
|
|
45586
44690
|
readonly internalType: "int24";
|
|
45587
|
-
}, {
|
|
45588
|
-
readonly name: "entryTick";
|
|
45589
|
-
readonly type: "int24";
|
|
45590
|
-
readonly internalType: "int24";
|
|
45591
44691
|
}, {
|
|
45592
44692
|
readonly name: "strikePrice";
|
|
45593
44693
|
readonly type: "uint256";
|
|
45594
44694
|
readonly internalType: "uint256";
|
|
45595
|
-
}, {
|
|
45596
|
-
readonly name: "entryPrice";
|
|
45597
|
-
readonly type: "uint256";
|
|
45598
|
-
readonly internalType: "uint256";
|
|
45599
44695
|
}, {
|
|
45600
44696
|
readonly name: "optionAssetBorrowed";
|
|
45601
44697
|
readonly type: "uint256";
|
|
@@ -45748,18 +44844,10 @@ declare const useLens: () => {
|
|
|
45748
44844
|
readonly name: "strikeTick";
|
|
45749
44845
|
readonly type: "int24";
|
|
45750
44846
|
readonly internalType: "int24";
|
|
45751
|
-
}, {
|
|
45752
|
-
readonly name: "entryTick";
|
|
45753
|
-
readonly type: "int24";
|
|
45754
|
-
readonly internalType: "int24";
|
|
45755
44847
|
}, {
|
|
45756
44848
|
readonly name: "strikePrice";
|
|
45757
44849
|
readonly type: "uint256";
|
|
45758
44850
|
readonly internalType: "uint256";
|
|
45759
|
-
}, {
|
|
45760
|
-
readonly name: "entryPrice";
|
|
45761
|
-
readonly type: "uint256";
|
|
45762
|
-
readonly internalType: "uint256";
|
|
45763
44851
|
}, {
|
|
45764
44852
|
readonly name: "optionAssetBorrowed";
|
|
45765
44853
|
readonly type: "uint256";
|
|
@@ -45845,7 +44933,7 @@ declare const useLens: () => {
|
|
|
45845
44933
|
} | undefined;
|
|
45846
44934
|
uniswapLens: {
|
|
45847
44935
|
read: {
|
|
45848
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
44936
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
45849
44937
|
readonly type: "function";
|
|
45850
44938
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
45851
44939
|
readonly inputs: readonly [{
|
|
@@ -46466,7 +45554,7 @@ declare const useLens: () => {
|
|
|
46466
45554
|
}];
|
|
46467
45555
|
readonly stateMutability: "pure";
|
|
46468
45556
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
46469
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
45557
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
46470
45558
|
readonly type: "function";
|
|
46471
45559
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
46472
45560
|
readonly inputs: readonly [{
|
|
@@ -47087,7 +46175,7 @@ declare const useLens: () => {
|
|
|
47087
46175
|
}];
|
|
47088
46176
|
readonly stateMutability: "pure";
|
|
47089
46177
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
47090
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
46178
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
47091
46179
|
readonly type: "function";
|
|
47092
46180
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
47093
46181
|
readonly inputs: readonly [{
|
|
@@ -47708,7 +46796,7 @@ declare const useLens: () => {
|
|
|
47708
46796
|
}];
|
|
47709
46797
|
readonly stateMutability: "pure";
|
|
47710
46798
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
47711
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
46799
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
47712
46800
|
readonly type: "function";
|
|
47713
46801
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
47714
46802
|
readonly inputs: readonly [{
|
|
@@ -48329,7 +47417,7 @@ declare const useLens: () => {
|
|
|
48329
47417
|
}];
|
|
48330
47418
|
readonly stateMutability: "pure";
|
|
48331
47419
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
48332
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
47420
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
48333
47421
|
readonly type: "function";
|
|
48334
47422
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
48335
47423
|
readonly inputs: readonly [{
|
|
@@ -48950,7 +48038,7 @@ declare const useLens: () => {
|
|
|
48950
48038
|
}];
|
|
48951
48039
|
readonly stateMutability: "pure";
|
|
48952
48040
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
48953
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
48041
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
48954
48042
|
readonly type: "function";
|
|
48955
48043
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
48956
48044
|
readonly inputs: readonly [{
|
|
@@ -49571,7 +48659,7 @@ declare const useLens: () => {
|
|
|
49571
48659
|
}];
|
|
49572
48660
|
readonly stateMutability: "pure";
|
|
49573
48661
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
49574
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
48662
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
49575
48663
|
readonly type: "function";
|
|
49576
48664
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
49577
48665
|
readonly inputs: readonly [{
|
|
@@ -50192,7 +49280,7 @@ declare const useLens: () => {
|
|
|
50192
49280
|
}];
|
|
50193
49281
|
readonly stateMutability: "pure";
|
|
50194
49282
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
50195
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
49283
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
50196
49284
|
readonly type: "function";
|
|
50197
49285
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
50198
49286
|
readonly inputs: readonly [{
|
|
@@ -50813,7 +49901,7 @@ declare const useLens: () => {
|
|
|
50813
49901
|
}];
|
|
50814
49902
|
readonly stateMutability: "pure";
|
|
50815
49903
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
50816
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
49904
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
50817
49905
|
readonly type: "function";
|
|
50818
49906
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
50819
49907
|
readonly inputs: readonly [{
|
|
@@ -51434,7 +50522,7 @@ declare const useLens: () => {
|
|
|
51434
50522
|
}];
|
|
51435
50523
|
readonly stateMutability: "pure";
|
|
51436
50524
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
51437
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
50525
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
51438
50526
|
readonly type: "function";
|
|
51439
50527
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
51440
50528
|
readonly inputs: readonly [{
|
|
@@ -52055,7 +51143,7 @@ declare const useLens: () => {
|
|
|
52055
51143
|
}];
|
|
52056
51144
|
readonly stateMutability: "pure";
|
|
52057
51145
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
52058
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
51146
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
52059
51147
|
readonly type: "function";
|
|
52060
51148
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
52061
51149
|
readonly inputs: readonly [{
|
|
@@ -52676,7 +51764,7 @@ declare const useLens: () => {
|
|
|
52676
51764
|
}];
|
|
52677
51765
|
readonly stateMutability: "pure";
|
|
52678
51766
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
52679
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
51767
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
52680
51768
|
readonly type: "function";
|
|
52681
51769
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
52682
51770
|
readonly inputs: readonly [{
|
|
@@ -53297,7 +52385,7 @@ declare const useLens: () => {
|
|
|
53297
52385
|
}];
|
|
53298
52386
|
readonly stateMutability: "pure";
|
|
53299
52387
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
53300
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
52388
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
53301
52389
|
readonly type: "function";
|
|
53302
52390
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
53303
52391
|
readonly inputs: readonly [{
|
|
@@ -53918,7 +53006,7 @@ declare const useLens: () => {
|
|
|
53918
53006
|
}];
|
|
53919
53007
|
readonly stateMutability: "pure";
|
|
53920
53008
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
53921
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
53009
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
53922
53010
|
readonly type: "function";
|
|
53923
53011
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
53924
53012
|
readonly inputs: readonly [{
|
|
@@ -54539,7 +53627,7 @@ declare const useLens: () => {
|
|
|
54539
53627
|
}];
|
|
54540
53628
|
readonly stateMutability: "pure";
|
|
54541
53629
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
54542
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
53630
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
54543
53631
|
readonly type: "function";
|
|
54544
53632
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
54545
53633
|
readonly inputs: readonly [{
|
|
@@ -55160,7 +54248,7 @@ declare const useLens: () => {
|
|
|
55160
54248
|
}];
|
|
55161
54249
|
readonly stateMutability: "pure";
|
|
55162
54250
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
55163
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
54251
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
55164
54252
|
readonly type: "function";
|
|
55165
54253
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
55166
54254
|
readonly inputs: readonly [{
|
|
@@ -55781,7 +54869,7 @@ declare const useLens: () => {
|
|
|
55781
54869
|
}];
|
|
55782
54870
|
readonly stateMutability: "pure";
|
|
55783
54871
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
55784
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
54872
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
55785
54873
|
readonly type: "function";
|
|
55786
54874
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
55787
54875
|
readonly inputs: readonly [{
|
|
@@ -56402,7 +55490,7 @@ declare const useLens: () => {
|
|
|
56402
55490
|
}];
|
|
56403
55491
|
readonly stateMutability: "pure";
|
|
56404
55492
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
56405
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
55493
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
56406
55494
|
readonly type: "function";
|
|
56407
55495
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
56408
55496
|
readonly inputs: readonly [{
|
|
@@ -57023,7 +56111,7 @@ declare const useLens: () => {
|
|
|
57023
56111
|
}];
|
|
57024
56112
|
readonly stateMutability: "pure";
|
|
57025
56113
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
57026
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
56114
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
57027
56115
|
readonly type: "function";
|
|
57028
56116
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
57029
56117
|
readonly inputs: readonly [{
|
|
@@ -57644,7 +56732,7 @@ declare const useLens: () => {
|
|
|
57644
56732
|
}];
|
|
57645
56733
|
readonly stateMutability: "pure";
|
|
57646
56734
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
57647
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
56735
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
57648
56736
|
readonly type: "function";
|
|
57649
56737
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
57650
56738
|
readonly inputs: readonly [{
|
|
@@ -58265,7 +57353,7 @@ declare const useLens: () => {
|
|
|
58265
57353
|
}];
|
|
58266
57354
|
readonly stateMutability: "pure";
|
|
58267
57355
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
58268
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
57356
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
58269
57357
|
readonly type: "function";
|
|
58270
57358
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
58271
57359
|
readonly inputs: readonly [{
|
|
@@ -58886,7 +57974,7 @@ declare const useLens: () => {
|
|
|
58886
57974
|
}];
|
|
58887
57975
|
readonly stateMutability: "pure";
|
|
58888
57976
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
58889
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
57977
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
58890
57978
|
readonly type: "function";
|
|
58891
57979
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
58892
57980
|
readonly inputs: readonly [{
|
|
@@ -59507,7 +58595,7 @@ declare const useLens: () => {
|
|
|
59507
58595
|
}];
|
|
59508
58596
|
readonly stateMutability: "pure";
|
|
59509
58597
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
59510
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
58598
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
59511
58599
|
readonly type: "function";
|
|
59512
58600
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
59513
58601
|
readonly inputs: readonly [{
|
|
@@ -60128,7 +59216,7 @@ declare const useLens: () => {
|
|
|
60128
59216
|
}];
|
|
60129
59217
|
readonly stateMutability: "pure";
|
|
60130
59218
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
60131
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
59219
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
60132
59220
|
readonly type: "function";
|
|
60133
59221
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
60134
59222
|
readonly inputs: readonly [{
|
|
@@ -60749,7 +59837,7 @@ declare const useLens: () => {
|
|
|
60749
59837
|
}];
|
|
60750
59838
|
readonly stateMutability: "pure";
|
|
60751
59839
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
60752
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
59840
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
60753
59841
|
readonly type: "function";
|
|
60754
59842
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
60755
59843
|
readonly inputs: readonly [{
|
|
@@ -61370,7 +60458,7 @@ declare const useLens: () => {
|
|
|
61370
60458
|
}];
|
|
61371
60459
|
readonly stateMutability: "pure";
|
|
61372
60460
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
61373
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
60461
|
+
getPriceAtTick: (args: readonly [number], options?: viem131.Prettify<viem131.UnionOmit<viem131.ReadContractParameters<readonly [{
|
|
61374
60462
|
readonly type: "function";
|
|
61375
60463
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
61376
60464
|
readonly inputs: readonly [{
|
|
@@ -62627,4 +61715,4 @@ declare const useApproval: () => {
|
|
|
62627
61715
|
};
|
|
62628
61716
|
//#endregion
|
|
62629
61717
|
export { scalePrice as $, PriceDataPoint as A, useOptionTimeline as B, liquiditiesToAmount1 as C, timelockLenses as Ct, token0ToToken1 as D, roundTickUp as E, useUserOperators as F, useMaxPositionSize as G, useOptionPremium as H, usePerpsOperator as I, formatAmount as J, Amount as K, useClosePerp as L, getCurrentPrice as M, getPriceHistory as N, token1ToToken0 as O, useSetOperatorPerms as P, scaleAmount as Q, useMintPerp as R, liquiditiesToAmount0 as S, getUniswapMathLens as St, roundTickDown as T, useOptionPnl as U, useExtendOption as V, useMintOption as W, formatUSD as X, formatCondensed as Y, formatVagueAmount as Z, PRICE_PRECISION as _, TimelockMarketData as _t, batchGetAmountsFromLiquidity as a, wrapPriceUnscaled as at, getPriceAtTick as b, getTimelockLens as bt, useLiquidityBlocks as c, useExerciseOption as ct, usePriceAtTick as d, useClosedUserOptions as dt, unscaleAmount as et, UniswapPoolData as f, TimelockProvider as ft, getPayoutAtTick as g, TimelockMarket as gt, useCurrentPrice as h, TimelockLens as ht, useVaultData as i, wrapPrice as it, PriceResolution as j, PriceData as k, useBurnLiquidity as l, OptionData as lt, useCurrentTick as m, useTimelockConfig as mt, useLens as n, wrapAmount as nt, useMintLiquidity as o, zero as ot, usePoolData as p, useCurrentMarket as pt, EMPTY_ARRAY as q, useVaultTVL as r, wrapAmountUnscaled as rt, LiquidityBlockData as s, useMarketData as st, useApproval as t, unscalePrice as tt, usePriceHistory as u, useActiveUserOptions as ut, getAmountsFromLiquidity as v, UniswapMathLens as vt, liquiditiesToAmounts as w, uniswapMathLenses as wt, getTickAtPrice as x, getTimelockMarket as xt, getNearestValidStrikeTick as y, getErc20 as yt, OptionTimelineData as z };
|
|
62630
|
-
//# sourceMappingURL=client-
|
|
61718
|
+
//# sourceMappingURL=client-CYa7ruZt.d.ts.map
|