timelock-sdk 0.0.64 → 0.0.66
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.cjs +52 -8
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +84 -72
- package/dist/client.d.ts +201 -189
- package/dist/client.js +52 -9
- package/dist/client.js.map +1 -1
- package/dist/{index-BIkdgG3y.d.ts → index-DmUTOkWh.d.cts} +62 -62
- package/dist/{index-CDYUCwzA.d.cts → index-WjU9H0Tc.d.ts} +153 -153
- package/dist/{numberUtils-Dd7vdmeQ.js → numberUtils-BVUp0GfC.js} +3 -3
- package/dist/{numberUtils-Dd7vdmeQ.js.map → numberUtils-BVUp0GfC.js.map} +1 -1
- package/dist/{numberUtils-CmVB4kX7.cjs → numberUtils-BxQ4RnW9.cjs} +3 -3
- package/dist/{numberUtils-CmVB4kX7.cjs.map → numberUtils-BxQ4RnW9.cjs.map} +1 -1
- package/dist/{optionsMarket-D192aXEZ.cjs → optionsMarket-BpL6x4be.cjs} +5 -5
- package/dist/optionsMarket-BpL6x4be.cjs.map +1 -0
- package/dist/{optionsMarket-DD4CWMqv.js → optionsMarket-GbBWALCn.js} +5 -5
- package/dist/optionsMarket-GbBWALCn.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-Ddy91uWa.d.ts → uniswapMathLens-BF5k8KFu.d.cts} +5 -5
- package/dist/{uniswapMathLens-D3iSMTdz.d.cts → uniswapMathLens-i1P7D19j.d.ts} +5 -5
- package/package.json +1 -1
- package/dist/optionsMarket-D192aXEZ.cjs.map +0 -1
- package/dist/optionsMarket-DD4CWMqv.js.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-i1P7D19j.js";
|
|
2
|
+
import * as viem161 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, PublicClient } from "viem";
|
|
4
4
|
import Big from "big.js";
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ type TimelockMarketData = Awaited<ReturnType<TimelockLens['read']['getMarketData
|
|
|
12
12
|
};
|
|
13
13
|
declare const getErc20: (address: Address, client: Client) => {
|
|
14
14
|
read: {
|
|
15
|
-
symbol: (options?:
|
|
15
|
+
symbol: (options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
16
16
|
readonly type: "constructor";
|
|
17
17
|
readonly inputs: readonly [{
|
|
18
18
|
readonly name: "name_";
|
|
@@ -191,7 +191,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
191
191
|
}];
|
|
192
192
|
readonly stateMutability: "nonpayable";
|
|
193
193
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
194
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
194
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
195
195
|
readonly type: "constructor";
|
|
196
196
|
readonly inputs: readonly [{
|
|
197
197
|
readonly name: "name_";
|
|
@@ -370,7 +370,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
370
370
|
}];
|
|
371
371
|
readonly stateMutability: "nonpayable";
|
|
372
372
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
373
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
373
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
374
374
|
readonly type: "constructor";
|
|
375
375
|
readonly inputs: readonly [{
|
|
376
376
|
readonly name: "name_";
|
|
@@ -549,7 +549,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
549
549
|
}];
|
|
550
550
|
readonly stateMutability: "nonpayable";
|
|
551
551
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
552
|
-
decimals: (options?:
|
|
552
|
+
decimals: (options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
553
553
|
readonly type: "constructor";
|
|
554
554
|
readonly inputs: readonly [{
|
|
555
555
|
readonly name: "name_";
|
|
@@ -728,7 +728,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
728
728
|
}];
|
|
729
729
|
readonly stateMutability: "nonpayable";
|
|
730
730
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
731
|
-
name: (options?:
|
|
731
|
+
name: (options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
732
732
|
readonly type: "constructor";
|
|
733
733
|
readonly inputs: readonly [{
|
|
734
734
|
readonly name: "name_";
|
|
@@ -907,7 +907,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
907
907
|
}];
|
|
908
908
|
readonly stateMutability: "nonpayable";
|
|
909
909
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
910
|
-
totalSupply: (options?:
|
|
910
|
+
totalSupply: (options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
911
911
|
readonly type: "constructor";
|
|
912
912
|
readonly inputs: readonly [{
|
|
913
913
|
readonly name: "name_";
|
|
@@ -1088,7 +1088,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1088
1088
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
1089
1089
|
};
|
|
1090
1090
|
estimateGas: {
|
|
1091
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1091
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
1092
1092
|
readonly type: "constructor";
|
|
1093
1093
|
readonly inputs: readonly [{
|
|
1094
1094
|
readonly name: "name_";
|
|
@@ -1266,8 +1266,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1266
1266
|
readonly internalType: "bool";
|
|
1267
1267
|
}];
|
|
1268
1268
|
readonly stateMutability: "nonpayable";
|
|
1269
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
1270
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1269
|
+
}], "approve", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
1270
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
1271
1271
|
readonly type: "constructor";
|
|
1272
1272
|
readonly inputs: readonly [{
|
|
1273
1273
|
readonly name: "name_";
|
|
@@ -1445,8 +1445,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1445
1445
|
readonly internalType: "bool";
|
|
1446
1446
|
}];
|
|
1447
1447
|
readonly stateMutability: "nonpayable";
|
|
1448
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
1449
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
1448
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
1449
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
1450
1450
|
readonly type: "constructor";
|
|
1451
1451
|
readonly inputs: readonly [{
|
|
1452
1452
|
readonly name: "name_";
|
|
@@ -1624,8 +1624,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1624
1624
|
readonly internalType: "bool";
|
|
1625
1625
|
}];
|
|
1626
1626
|
readonly stateMutability: "nonpayable";
|
|
1627
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
1628
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
1627
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
1628
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
1629
1629
|
readonly type: "constructor";
|
|
1630
1630
|
readonly inputs: readonly [{
|
|
1631
1631
|
readonly name: "name_";
|
|
@@ -1803,8 +1803,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1803
1803
|
readonly internalType: "bool";
|
|
1804
1804
|
}];
|
|
1805
1805
|
readonly stateMutability: "nonpayable";
|
|
1806
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
1807
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
1806
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
1807
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
1808
1808
|
readonly type: "constructor";
|
|
1809
1809
|
readonly inputs: readonly [{
|
|
1810
1810
|
readonly name: "name_";
|
|
@@ -1982,9 +1982,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
1982
1982
|
readonly internalType: "bool";
|
|
1983
1983
|
}];
|
|
1984
1984
|
readonly stateMutability: "nonpayable";
|
|
1985
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
1985
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
1986
1986
|
} & {
|
|
1987
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
1987
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
1988
1988
|
readonly type: "constructor";
|
|
1989
1989
|
readonly inputs: readonly [{
|
|
1990
1990
|
readonly name: "name_";
|
|
@@ -2162,8 +2162,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2162
2162
|
readonly internalType: "bool";
|
|
2163
2163
|
}];
|
|
2164
2164
|
readonly stateMutability: "nonpayable";
|
|
2165
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
2166
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2165
|
+
}], "approve", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
2166
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
2167
2167
|
readonly type: "constructor";
|
|
2168
2168
|
readonly inputs: readonly [{
|
|
2169
2169
|
readonly name: "name_";
|
|
@@ -2341,8 +2341,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2341
2341
|
readonly internalType: "bool";
|
|
2342
2342
|
}];
|
|
2343
2343
|
readonly stateMutability: "nonpayable";
|
|
2344
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
2345
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
2344
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
2345
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
2346
2346
|
readonly type: "constructor";
|
|
2347
2347
|
readonly inputs: readonly [{
|
|
2348
2348
|
readonly name: "name_";
|
|
@@ -2520,8 +2520,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2520
2520
|
readonly internalType: "bool";
|
|
2521
2521
|
}];
|
|
2522
2522
|
readonly stateMutability: "nonpayable";
|
|
2523
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
2524
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
2523
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
2524
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
2525
2525
|
readonly type: "constructor";
|
|
2526
2526
|
readonly inputs: readonly [{
|
|
2527
2527
|
readonly name: "name_";
|
|
@@ -2699,8 +2699,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2699
2699
|
readonly internalType: "bool";
|
|
2700
2700
|
}];
|
|
2701
2701
|
readonly stateMutability: "nonpayable";
|
|
2702
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
2703
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
2702
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
2703
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem161.Prettify<viem161.UnionOmit<viem161.EstimateContractGasParameters<readonly [{
|
|
2704
2704
|
readonly type: "constructor";
|
|
2705
2705
|
readonly inputs: readonly [{
|
|
2706
2706
|
readonly name: "name_";
|
|
@@ -2878,10 +2878,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
2878
2878
|
readonly internalType: "bool";
|
|
2879
2879
|
}];
|
|
2880
2880
|
readonly stateMutability: "nonpayable";
|
|
2881
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
2881
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem161.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem161.EstimateContractGasReturnType>;
|
|
2882
2882
|
};
|
|
2883
2883
|
simulate: {
|
|
2884
|
-
approve: <chainOverride extends
|
|
2884
|
+
approve: <chainOverride extends viem161.Chain | undefined = undefined, accountOverride extends viem161.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem161.SimulateContractParameters<readonly [{
|
|
2885
2885
|
readonly type: "constructor";
|
|
2886
2886
|
readonly inputs: readonly [{
|
|
2887
2887
|
readonly name: "name_";
|
|
@@ -3059,7 +3059,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3059
3059
|
readonly internalType: "bool";
|
|
3060
3060
|
}];
|
|
3061
3061
|
readonly stateMutability: "nonpayable";
|
|
3062
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3062
|
+
}], "approve", readonly [`0x${string}`, bigint], viem161.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem161.SimulateContractReturnType<readonly [{
|
|
3063
3063
|
readonly type: "constructor";
|
|
3064
3064
|
readonly inputs: readonly [{
|
|
3065
3065
|
readonly name: "name_";
|
|
@@ -3237,8 +3237,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3237
3237
|
readonly internalType: "bool";
|
|
3238
3238
|
}];
|
|
3239
3239
|
readonly stateMutability: "nonpayable";
|
|
3240
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
3241
|
-
decreaseAllowance: <chainOverride extends
|
|
3240
|
+
}], "approve", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.Account | undefined, chainOverride, accountOverride>>;
|
|
3241
|
+
decreaseAllowance: <chainOverride extends viem161.Chain | undefined = undefined, accountOverride extends viem161.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem161.SimulateContractParameters<readonly [{
|
|
3242
3242
|
readonly type: "constructor";
|
|
3243
3243
|
readonly inputs: readonly [{
|
|
3244
3244
|
readonly name: "name_";
|
|
@@ -3416,7 +3416,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3416
3416
|
readonly internalType: "bool";
|
|
3417
3417
|
}];
|
|
3418
3418
|
readonly stateMutability: "nonpayable";
|
|
3419
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3419
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem161.SimulateContractReturnType<readonly [{
|
|
3420
3420
|
readonly type: "constructor";
|
|
3421
3421
|
readonly inputs: readonly [{
|
|
3422
3422
|
readonly name: "name_";
|
|
@@ -3594,8 +3594,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3594
3594
|
readonly internalType: "bool";
|
|
3595
3595
|
}];
|
|
3596
3596
|
readonly stateMutability: "nonpayable";
|
|
3597
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
3598
|
-
increaseAllowance: <chainOverride extends
|
|
3597
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.Account | undefined, chainOverride, accountOverride>>;
|
|
3598
|
+
increaseAllowance: <chainOverride extends viem161.Chain | undefined = undefined, accountOverride extends viem161.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem161.SimulateContractParameters<readonly [{
|
|
3599
3599
|
readonly type: "constructor";
|
|
3600
3600
|
readonly inputs: readonly [{
|
|
3601
3601
|
readonly name: "name_";
|
|
@@ -3773,7 +3773,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3773
3773
|
readonly internalType: "bool";
|
|
3774
3774
|
}];
|
|
3775
3775
|
readonly stateMutability: "nonpayable";
|
|
3776
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
3776
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem161.SimulateContractReturnType<readonly [{
|
|
3777
3777
|
readonly type: "constructor";
|
|
3778
3778
|
readonly inputs: readonly [{
|
|
3779
3779
|
readonly name: "name_";
|
|
@@ -3951,8 +3951,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3951
3951
|
readonly internalType: "bool";
|
|
3952
3952
|
}];
|
|
3953
3953
|
readonly stateMutability: "nonpayable";
|
|
3954
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
3955
|
-
transfer: <chainOverride extends
|
|
3954
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.Account | undefined, chainOverride, accountOverride>>;
|
|
3955
|
+
transfer: <chainOverride extends viem161.Chain | undefined = undefined, accountOverride extends viem161.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem161.SimulateContractParameters<readonly [{
|
|
3956
3956
|
readonly type: "constructor";
|
|
3957
3957
|
readonly inputs: readonly [{
|
|
3958
3958
|
readonly name: "name_";
|
|
@@ -4130,7 +4130,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4130
4130
|
readonly internalType: "bool";
|
|
4131
4131
|
}];
|
|
4132
4132
|
readonly stateMutability: "nonpayable";
|
|
4133
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4133
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem161.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem161.SimulateContractReturnType<readonly [{
|
|
4134
4134
|
readonly type: "constructor";
|
|
4135
4135
|
readonly inputs: readonly [{
|
|
4136
4136
|
readonly name: "name_";
|
|
@@ -4308,8 +4308,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4308
4308
|
readonly internalType: "bool";
|
|
4309
4309
|
}];
|
|
4310
4310
|
readonly stateMutability: "nonpayable";
|
|
4311
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
4312
|
-
transferFrom: <chainOverride extends
|
|
4311
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.Account | undefined, chainOverride, accountOverride>>;
|
|
4312
|
+
transferFrom: <chainOverride extends viem161.Chain | undefined = undefined, accountOverride extends viem161.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem161.SimulateContractParameters<readonly [{
|
|
4313
4313
|
readonly type: "constructor";
|
|
4314
4314
|
readonly inputs: readonly [{
|
|
4315
4315
|
readonly name: "name_";
|
|
@@ -4487,7 +4487,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4487
4487
|
readonly internalType: "bool";
|
|
4488
4488
|
}];
|
|
4489
4489
|
readonly stateMutability: "nonpayable";
|
|
4490
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4490
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem161.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem161.SimulateContractReturnType<readonly [{
|
|
4491
4491
|
readonly type: "constructor";
|
|
4492
4492
|
readonly inputs: readonly [{
|
|
4493
4493
|
readonly name: "name_";
|
|
@@ -4665,10 +4665,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4665
4665
|
readonly internalType: "bool";
|
|
4666
4666
|
}];
|
|
4667
4667
|
readonly stateMutability: "nonpayable";
|
|
4668
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
4668
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem161.Chain | undefined, viem161.Account | undefined, chainOverride, accountOverride>>;
|
|
4669
4669
|
};
|
|
4670
4670
|
write: {
|
|
4671
|
-
approve: <chainOverride extends
|
|
4671
|
+
approve: <chainOverride extends viem161.Chain | undefined, options extends (viem161.UnionOmit<viem161.WriteContractParameters<readonly [{
|
|
4672
4672
|
readonly type: "constructor";
|
|
4673
4673
|
readonly inputs: readonly [{
|
|
4674
4674
|
readonly name: "name_";
|
|
@@ -4846,8 +4846,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4846
4846
|
readonly internalType: "bool";
|
|
4847
4847
|
}];
|
|
4848
4848
|
readonly stateMutability: "nonpayable";
|
|
4849
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
4850
|
-
decreaseAllowance: <chainOverride extends
|
|
4849
|
+
}], "approve", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.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<viem161.WriteContractReturnType>;
|
|
4850
|
+
decreaseAllowance: <chainOverride extends viem161.Chain | undefined, options extends (viem161.UnionOmit<viem161.WriteContractParameters<readonly [{
|
|
4851
4851
|
readonly type: "constructor";
|
|
4852
4852
|
readonly inputs: readonly [{
|
|
4853
4853
|
readonly name: "name_";
|
|
@@ -5025,8 +5025,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5025
5025
|
readonly internalType: "bool";
|
|
5026
5026
|
}];
|
|
5027
5027
|
readonly stateMutability: "nonpayable";
|
|
5028
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5029
|
-
increaseAllowance: <chainOverride extends
|
|
5028
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.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<viem161.WriteContractReturnType>;
|
|
5029
|
+
increaseAllowance: <chainOverride extends viem161.Chain | undefined, options extends (viem161.UnionOmit<viem161.WriteContractParameters<readonly [{
|
|
5030
5030
|
readonly type: "constructor";
|
|
5031
5031
|
readonly inputs: readonly [{
|
|
5032
5032
|
readonly name: "name_";
|
|
@@ -5204,8 +5204,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5204
5204
|
readonly internalType: "bool";
|
|
5205
5205
|
}];
|
|
5206
5206
|
readonly stateMutability: "nonpayable";
|
|
5207
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5208
|
-
transfer: <chainOverride extends
|
|
5207
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.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<viem161.WriteContractReturnType>;
|
|
5208
|
+
transfer: <chainOverride extends viem161.Chain | undefined, options extends (viem161.UnionOmit<viem161.WriteContractParameters<readonly [{
|
|
5209
5209
|
readonly type: "constructor";
|
|
5210
5210
|
readonly inputs: readonly [{
|
|
5211
5211
|
readonly name: "name_";
|
|
@@ -5383,8 +5383,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5383
5383
|
readonly internalType: "bool";
|
|
5384
5384
|
}];
|
|
5385
5385
|
readonly stateMutability: "nonpayable";
|
|
5386
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5387
|
-
transferFrom: <chainOverride extends
|
|
5386
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem161.Chain | undefined, viem161.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<viem161.WriteContractReturnType>;
|
|
5387
|
+
transferFrom: <chainOverride extends viem161.Chain | undefined, options extends (viem161.UnionOmit<viem161.WriteContractParameters<readonly [{
|
|
5388
5388
|
readonly type: "constructor";
|
|
5389
5389
|
readonly inputs: readonly [{
|
|
5390
5390
|
readonly name: "name_";
|
|
@@ -5562,7 +5562,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5562
5562
|
readonly internalType: "bool";
|
|
5563
5563
|
}];
|
|
5564
5564
|
readonly stateMutability: "nonpayable";
|
|
5565
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
5565
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem161.Chain | undefined, viem161.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<viem161.WriteContractReturnType>;
|
|
5566
5566
|
};
|
|
5567
5567
|
address: `0x${string}`;
|
|
5568
5568
|
abi: readonly [{
|
|
@@ -5748,7 +5748,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5748
5748
|
declare const getTimelockMarket: (address: Address, client: Client) => TimelockMarket;
|
|
5749
5749
|
declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
5750
5750
|
read: {
|
|
5751
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
5751
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
5752
5752
|
readonly type: "function";
|
|
5753
5753
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
5754
5754
|
readonly inputs: readonly [{
|
|
@@ -6369,7 +6369,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
6369
6369
|
}];
|
|
6370
6370
|
readonly stateMutability: "pure";
|
|
6371
6371
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
6372
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
6372
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
6373
6373
|
readonly type: "function";
|
|
6374
6374
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
6375
6375
|
readonly inputs: readonly [{
|
|
@@ -6990,7 +6990,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
6990
6990
|
}];
|
|
6991
6991
|
readonly stateMutability: "pure";
|
|
6992
6992
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
6993
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
6993
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
6994
6994
|
readonly type: "function";
|
|
6995
6995
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
6996
6996
|
readonly inputs: readonly [{
|
|
@@ -7611,7 +7611,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
7611
7611
|
}];
|
|
7612
7612
|
readonly stateMutability: "pure";
|
|
7613
7613
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
7614
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
7614
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
7615
7615
|
readonly type: "function";
|
|
7616
7616
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
7617
7617
|
readonly inputs: readonly [{
|
|
@@ -8232,7 +8232,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
8232
8232
|
}];
|
|
8233
8233
|
readonly stateMutability: "pure";
|
|
8234
8234
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
8235
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
8235
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
8236
8236
|
readonly type: "function";
|
|
8237
8237
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
8238
8238
|
readonly inputs: readonly [{
|
|
@@ -8853,7 +8853,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
8853
8853
|
}];
|
|
8854
8854
|
readonly stateMutability: "pure";
|
|
8855
8855
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
8856
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
8856
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
8857
8857
|
readonly type: "function";
|
|
8858
8858
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
8859
8859
|
readonly inputs: readonly [{
|
|
@@ -9474,7 +9474,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
9474
9474
|
}];
|
|
9475
9475
|
readonly stateMutability: "pure";
|
|
9476
9476
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
9477
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
9477
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
9478
9478
|
readonly type: "function";
|
|
9479
9479
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
9480
9480
|
readonly inputs: readonly [{
|
|
@@ -10095,7 +10095,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
10095
10095
|
}];
|
|
10096
10096
|
readonly stateMutability: "pure";
|
|
10097
10097
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
10098
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
10098
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
10099
10099
|
readonly type: "function";
|
|
10100
10100
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
10101
10101
|
readonly inputs: readonly [{
|
|
@@ -10716,7 +10716,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
10716
10716
|
}];
|
|
10717
10717
|
readonly stateMutability: "pure";
|
|
10718
10718
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
10719
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
10719
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
10720
10720
|
readonly type: "function";
|
|
10721
10721
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
10722
10722
|
readonly inputs: readonly [{
|
|
@@ -11337,7 +11337,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
11337
11337
|
}];
|
|
11338
11338
|
readonly stateMutability: "pure";
|
|
11339
11339
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
11340
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
11340
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
11341
11341
|
readonly type: "function";
|
|
11342
11342
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
11343
11343
|
readonly inputs: readonly [{
|
|
@@ -11958,7 +11958,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
11958
11958
|
}];
|
|
11959
11959
|
readonly stateMutability: "pure";
|
|
11960
11960
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
11961
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
11961
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
11962
11962
|
readonly type: "function";
|
|
11963
11963
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
11964
11964
|
readonly inputs: readonly [{
|
|
@@ -12579,7 +12579,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
12579
12579
|
}];
|
|
12580
12580
|
readonly stateMutability: "pure";
|
|
12581
12581
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
12582
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
12582
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
12583
12583
|
readonly type: "function";
|
|
12584
12584
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12585
12585
|
readonly inputs: readonly [{
|
|
@@ -13200,7 +13200,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13200
13200
|
}];
|
|
13201
13201
|
readonly stateMutability: "pure";
|
|
13202
13202
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13203
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
13203
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
13204
13204
|
readonly type: "function";
|
|
13205
13205
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13206
13206
|
readonly inputs: readonly [{
|
|
@@ -13821,7 +13821,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13821
13821
|
}];
|
|
13822
13822
|
readonly stateMutability: "pure";
|
|
13823
13823
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13824
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
13824
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
13825
13825
|
readonly type: "function";
|
|
13826
13826
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13827
13827
|
readonly inputs: readonly [{
|
|
@@ -14442,7 +14442,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
14442
14442
|
}];
|
|
14443
14443
|
readonly stateMutability: "pure";
|
|
14444
14444
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
14445
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
14445
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
14446
14446
|
readonly type: "function";
|
|
14447
14447
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14448
14448
|
readonly inputs: readonly [{
|
|
@@ -15063,7 +15063,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15063
15063
|
}];
|
|
15064
15064
|
readonly stateMutability: "pure";
|
|
15065
15065
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
15066
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
15066
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
15067
15067
|
readonly type: "function";
|
|
15068
15068
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15069
15069
|
readonly inputs: readonly [{
|
|
@@ -15684,7 +15684,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15684
15684
|
}];
|
|
15685
15685
|
readonly stateMutability: "pure";
|
|
15686
15686
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
15687
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
15687
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
15688
15688
|
readonly type: "function";
|
|
15689
15689
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15690
15690
|
readonly inputs: readonly [{
|
|
@@ -16305,7 +16305,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16305
16305
|
}];
|
|
16306
16306
|
readonly stateMutability: "pure";
|
|
16307
16307
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
16308
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
16308
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
16309
16309
|
readonly type: "function";
|
|
16310
16310
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16311
16311
|
readonly inputs: readonly [{
|
|
@@ -16926,7 +16926,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16926
16926
|
}];
|
|
16927
16927
|
readonly stateMutability: "pure";
|
|
16928
16928
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
16929
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
16929
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
16930
16930
|
readonly type: "function";
|
|
16931
16931
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16932
16932
|
readonly inputs: readonly [{
|
|
@@ -17547,7 +17547,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
17547
17547
|
}];
|
|
17548
17548
|
readonly stateMutability: "pure";
|
|
17549
17549
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
17550
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
17550
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
17551
17551
|
readonly type: "function";
|
|
17552
17552
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17553
17553
|
readonly inputs: readonly [{
|
|
@@ -18168,7 +18168,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18168
18168
|
}];
|
|
18169
18169
|
readonly stateMutability: "pure";
|
|
18170
18170
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
18171
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
18171
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
18172
18172
|
readonly type: "function";
|
|
18173
18173
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18174
18174
|
readonly inputs: readonly [{
|
|
@@ -18789,7 +18789,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18789
18789
|
}];
|
|
18790
18790
|
readonly stateMutability: "pure";
|
|
18791
18791
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
18792
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
18792
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
18793
18793
|
readonly type: "function";
|
|
18794
18794
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18795
18795
|
readonly inputs: readonly [{
|
|
@@ -19410,7 +19410,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
19410
19410
|
}];
|
|
19411
19411
|
readonly stateMutability: "pure";
|
|
19412
19412
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
19413
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
19413
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
19414
19414
|
readonly type: "function";
|
|
19415
19415
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19416
19416
|
readonly inputs: readonly [{
|
|
@@ -20031,7 +20031,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20031
20031
|
}];
|
|
20032
20032
|
readonly stateMutability: "pure";
|
|
20033
20033
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
20034
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
20034
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
20035
20035
|
readonly type: "function";
|
|
20036
20036
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20037
20037
|
readonly inputs: readonly [{
|
|
@@ -20652,7 +20652,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20652
20652
|
}];
|
|
20653
20653
|
readonly stateMutability: "pure";
|
|
20654
20654
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
20655
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
20655
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
20656
20656
|
readonly type: "function";
|
|
20657
20657
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20658
20658
|
readonly inputs: readonly [{
|
|
@@ -21273,7 +21273,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
21273
21273
|
}];
|
|
21274
21274
|
readonly stateMutability: "pure";
|
|
21275
21275
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21276
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
21276
|
+
getPriceAtTick: (args: readonly [number], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
21277
21277
|
readonly type: "function";
|
|
21278
21278
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21279
21279
|
readonly inputs: readonly [{
|
|
@@ -22520,7 +22520,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
22520
22520
|
};
|
|
22521
22521
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
22522
22522
|
read: {
|
|
22523
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
22523
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
22524
22524
|
readonly type: "function";
|
|
22525
22525
|
readonly name: "batchGetRefTick";
|
|
22526
22526
|
readonly inputs: readonly [{
|
|
@@ -22622,7 +22622,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
22622
22622
|
readonly type: "uint8";
|
|
22623
22623
|
readonly internalType: "uint8";
|
|
22624
22624
|
}, {
|
|
22625
|
-
readonly name: "
|
|
22625
|
+
readonly name: "startTick";
|
|
22626
22626
|
readonly type: "int24";
|
|
22627
22627
|
readonly internalType: "int24";
|
|
22628
22628
|
}, {
|
|
@@ -22846,7 +22846,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
22846
22846
|
readonly type: "uint8";
|
|
22847
22847
|
readonly internalType: "uint8";
|
|
22848
22848
|
}, {
|
|
22849
|
-
readonly name: "
|
|
22849
|
+
readonly name: "startTick";
|
|
22850
22850
|
readonly type: "int24";
|
|
22851
22851
|
readonly internalType: "int24";
|
|
22852
22852
|
}, {
|
|
@@ -22929,7 +22929,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
22929
22929
|
readonly type: "uint8";
|
|
22930
22930
|
readonly internalType: "uint8";
|
|
22931
22931
|
}, {
|
|
22932
|
-
readonly name: "
|
|
22932
|
+
readonly name: "startTick";
|
|
22933
22933
|
readonly type: "int24";
|
|
22934
22934
|
readonly internalType: "int24";
|
|
22935
22935
|
}, {
|
|
@@ -23093,7 +23093,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23093
23093
|
readonly type: "uint8";
|
|
23094
23094
|
readonly internalType: "uint8";
|
|
23095
23095
|
}, {
|
|
23096
|
-
readonly name: "
|
|
23096
|
+
readonly name: "startTick";
|
|
23097
23097
|
readonly type: "int24";
|
|
23098
23098
|
readonly internalType: "int24";
|
|
23099
23099
|
}, {
|
|
@@ -23194,7 +23194,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23194
23194
|
}];
|
|
23195
23195
|
readonly stateMutability: "view";
|
|
23196
23196
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
23197
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
23197
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
23198
23198
|
readonly type: "function";
|
|
23199
23199
|
readonly name: "batchGetRefTick";
|
|
23200
23200
|
readonly inputs: readonly [{
|
|
@@ -23296,7 +23296,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23296
23296
|
readonly type: "uint8";
|
|
23297
23297
|
readonly internalType: "uint8";
|
|
23298
23298
|
}, {
|
|
23299
|
-
readonly name: "
|
|
23299
|
+
readonly name: "startTick";
|
|
23300
23300
|
readonly type: "int24";
|
|
23301
23301
|
readonly internalType: "int24";
|
|
23302
23302
|
}, {
|
|
@@ -23520,7 +23520,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23520
23520
|
readonly type: "uint8";
|
|
23521
23521
|
readonly internalType: "uint8";
|
|
23522
23522
|
}, {
|
|
23523
|
-
readonly name: "
|
|
23523
|
+
readonly name: "startTick";
|
|
23524
23524
|
readonly type: "int24";
|
|
23525
23525
|
readonly internalType: "int24";
|
|
23526
23526
|
}, {
|
|
@@ -23603,7 +23603,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23603
23603
|
readonly type: "uint8";
|
|
23604
23604
|
readonly internalType: "uint8";
|
|
23605
23605
|
}, {
|
|
23606
|
-
readonly name: "
|
|
23606
|
+
readonly name: "startTick";
|
|
23607
23607
|
readonly type: "int24";
|
|
23608
23608
|
readonly internalType: "int24";
|
|
23609
23609
|
}, {
|
|
@@ -23767,7 +23767,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23767
23767
|
readonly type: "uint8";
|
|
23768
23768
|
readonly internalType: "uint8";
|
|
23769
23769
|
}, {
|
|
23770
|
-
readonly name: "
|
|
23770
|
+
readonly name: "startTick";
|
|
23771
23771
|
readonly type: "int24";
|
|
23772
23772
|
readonly internalType: "int24";
|
|
23773
23773
|
}, {
|
|
@@ -23878,7 +23878,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23878
23878
|
borrowedAmount0: bigint;
|
|
23879
23879
|
borrowedAmount1: bigint;
|
|
23880
23880
|
}[]>;
|
|
23881
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
23881
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
23882
23882
|
readonly type: "function";
|
|
23883
23883
|
readonly name: "batchGetRefTick";
|
|
23884
23884
|
readonly inputs: readonly [{
|
|
@@ -23980,7 +23980,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
23980
23980
|
readonly type: "uint8";
|
|
23981
23981
|
readonly internalType: "uint8";
|
|
23982
23982
|
}, {
|
|
23983
|
-
readonly name: "
|
|
23983
|
+
readonly name: "startTick";
|
|
23984
23984
|
readonly type: "int24";
|
|
23985
23985
|
readonly internalType: "int24";
|
|
23986
23986
|
}, {
|
|
@@ -24204,7 +24204,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24204
24204
|
readonly type: "uint8";
|
|
24205
24205
|
readonly internalType: "uint8";
|
|
24206
24206
|
}, {
|
|
24207
|
-
readonly name: "
|
|
24207
|
+
readonly name: "startTick";
|
|
24208
24208
|
readonly type: "int24";
|
|
24209
24209
|
readonly internalType: "int24";
|
|
24210
24210
|
}, {
|
|
@@ -24287,7 +24287,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24287
24287
|
readonly type: "uint8";
|
|
24288
24288
|
readonly internalType: "uint8";
|
|
24289
24289
|
}, {
|
|
24290
|
-
readonly name: "
|
|
24290
|
+
readonly name: "startTick";
|
|
24291
24291
|
readonly type: "int24";
|
|
24292
24292
|
readonly internalType: "int24";
|
|
24293
24293
|
}, {
|
|
@@ -24451,7 +24451,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24451
24451
|
readonly type: "uint8";
|
|
24452
24452
|
readonly internalType: "uint8";
|
|
24453
24453
|
}, {
|
|
24454
|
-
readonly name: "
|
|
24454
|
+
readonly name: "startTick";
|
|
24455
24455
|
readonly type: "int24";
|
|
24456
24456
|
readonly internalType: "int24";
|
|
24457
24457
|
}, {
|
|
@@ -24555,7 +24555,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24555
24555
|
optionId: bigint;
|
|
24556
24556
|
owner: `0x${string}`;
|
|
24557
24557
|
optionType: number;
|
|
24558
|
-
|
|
24558
|
+
startTick: number;
|
|
24559
24559
|
strikeTick: number;
|
|
24560
24560
|
entryTick: number;
|
|
24561
24561
|
strikePrice: bigint;
|
|
@@ -24569,7 +24569,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24569
24569
|
expiresAt: bigint;
|
|
24570
24570
|
liquidities: readonly bigint[];
|
|
24571
24571
|
}[], bigint, boolean]>;
|
|
24572
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
24572
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
24573
24573
|
readonly type: "function";
|
|
24574
24574
|
readonly name: "batchGetRefTick";
|
|
24575
24575
|
readonly inputs: readonly [{
|
|
@@ -24671,7 +24671,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24671
24671
|
readonly type: "uint8";
|
|
24672
24672
|
readonly internalType: "uint8";
|
|
24673
24673
|
}, {
|
|
24674
|
-
readonly name: "
|
|
24674
|
+
readonly name: "startTick";
|
|
24675
24675
|
readonly type: "int24";
|
|
24676
24676
|
readonly internalType: "int24";
|
|
24677
24677
|
}, {
|
|
@@ -24895,7 +24895,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24895
24895
|
readonly type: "uint8";
|
|
24896
24896
|
readonly internalType: "uint8";
|
|
24897
24897
|
}, {
|
|
24898
|
-
readonly name: "
|
|
24898
|
+
readonly name: "startTick";
|
|
24899
24899
|
readonly type: "int24";
|
|
24900
24900
|
readonly internalType: "int24";
|
|
24901
24901
|
}, {
|
|
@@ -24978,7 +24978,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
24978
24978
|
readonly type: "uint8";
|
|
24979
24979
|
readonly internalType: "uint8";
|
|
24980
24980
|
}, {
|
|
24981
|
-
readonly name: "
|
|
24981
|
+
readonly name: "startTick";
|
|
24982
24982
|
readonly type: "int24";
|
|
24983
24983
|
readonly internalType: "int24";
|
|
24984
24984
|
}, {
|
|
@@ -25142,7 +25142,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25142
25142
|
readonly type: "uint8";
|
|
25143
25143
|
readonly internalType: "uint8";
|
|
25144
25144
|
}, {
|
|
25145
|
-
readonly name: "
|
|
25145
|
+
readonly name: "startTick";
|
|
25146
25146
|
readonly type: "int24";
|
|
25147
25147
|
readonly internalType: "int24";
|
|
25148
25148
|
}, {
|
|
@@ -25243,7 +25243,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25243
25243
|
}];
|
|
25244
25244
|
readonly stateMutability: "view";
|
|
25245
25245
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
25246
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
25246
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
25247
25247
|
readonly type: "function";
|
|
25248
25248
|
readonly name: "batchGetRefTick";
|
|
25249
25249
|
readonly inputs: readonly [{
|
|
@@ -25345,7 +25345,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25345
25345
|
readonly type: "uint8";
|
|
25346
25346
|
readonly internalType: "uint8";
|
|
25347
25347
|
}, {
|
|
25348
|
-
readonly name: "
|
|
25348
|
+
readonly name: "startTick";
|
|
25349
25349
|
readonly type: "int24";
|
|
25350
25350
|
readonly internalType: "int24";
|
|
25351
25351
|
}, {
|
|
@@ -25569,7 +25569,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25569
25569
|
readonly type: "uint8";
|
|
25570
25570
|
readonly internalType: "uint8";
|
|
25571
25571
|
}, {
|
|
25572
|
-
readonly name: "
|
|
25572
|
+
readonly name: "startTick";
|
|
25573
25573
|
readonly type: "int24";
|
|
25574
25574
|
readonly internalType: "int24";
|
|
25575
25575
|
}, {
|
|
@@ -25652,7 +25652,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25652
25652
|
readonly type: "uint8";
|
|
25653
25653
|
readonly internalType: "uint8";
|
|
25654
25654
|
}, {
|
|
25655
|
-
readonly name: "
|
|
25655
|
+
readonly name: "startTick";
|
|
25656
25656
|
readonly type: "int24";
|
|
25657
25657
|
readonly internalType: "int24";
|
|
25658
25658
|
}, {
|
|
@@ -25816,7 +25816,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25816
25816
|
readonly type: "uint8";
|
|
25817
25817
|
readonly internalType: "uint8";
|
|
25818
25818
|
}, {
|
|
25819
|
-
readonly name: "
|
|
25819
|
+
readonly name: "startTick";
|
|
25820
25820
|
readonly type: "int24";
|
|
25821
25821
|
readonly internalType: "int24";
|
|
25822
25822
|
}, {
|
|
@@ -25930,7 +25930,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
25930
25930
|
payoutAssetName: string;
|
|
25931
25931
|
optionsCount: bigint;
|
|
25932
25932
|
}>;
|
|
25933
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
25933
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
25934
25934
|
readonly type: "function";
|
|
25935
25935
|
readonly name: "batchGetRefTick";
|
|
25936
25936
|
readonly inputs: readonly [{
|
|
@@ -26032,7 +26032,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26032
26032
|
readonly type: "uint8";
|
|
26033
26033
|
readonly internalType: "uint8";
|
|
26034
26034
|
}, {
|
|
26035
|
-
readonly name: "
|
|
26035
|
+
readonly name: "startTick";
|
|
26036
26036
|
readonly type: "int24";
|
|
26037
26037
|
readonly internalType: "int24";
|
|
26038
26038
|
}, {
|
|
@@ -26256,7 +26256,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26256
26256
|
readonly type: "uint8";
|
|
26257
26257
|
readonly internalType: "uint8";
|
|
26258
26258
|
}, {
|
|
26259
|
-
readonly name: "
|
|
26259
|
+
readonly name: "startTick";
|
|
26260
26260
|
readonly type: "int24";
|
|
26261
26261
|
readonly internalType: "int24";
|
|
26262
26262
|
}, {
|
|
@@ -26339,7 +26339,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26339
26339
|
readonly type: "uint8";
|
|
26340
26340
|
readonly internalType: "uint8";
|
|
26341
26341
|
}, {
|
|
26342
|
-
readonly name: "
|
|
26342
|
+
readonly name: "startTick";
|
|
26343
26343
|
readonly type: "int24";
|
|
26344
26344
|
readonly internalType: "int24";
|
|
26345
26345
|
}, {
|
|
@@ -26503,7 +26503,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26503
26503
|
readonly type: "uint8";
|
|
26504
26504
|
readonly internalType: "uint8";
|
|
26505
26505
|
}, {
|
|
26506
|
-
readonly name: "
|
|
26506
|
+
readonly name: "startTick";
|
|
26507
26507
|
readonly type: "int24";
|
|
26508
26508
|
readonly internalType: "int24";
|
|
26509
26509
|
}, {
|
|
@@ -26604,7 +26604,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26604
26604
|
}];
|
|
26605
26605
|
readonly stateMutability: "view";
|
|
26606
26606
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
26607
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
26607
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
26608
26608
|
readonly type: "function";
|
|
26609
26609
|
readonly name: "batchGetRefTick";
|
|
26610
26610
|
readonly inputs: readonly [{
|
|
@@ -26706,7 +26706,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26706
26706
|
readonly type: "uint8";
|
|
26707
26707
|
readonly internalType: "uint8";
|
|
26708
26708
|
}, {
|
|
26709
|
-
readonly name: "
|
|
26709
|
+
readonly name: "startTick";
|
|
26710
26710
|
readonly type: "int24";
|
|
26711
26711
|
readonly internalType: "int24";
|
|
26712
26712
|
}, {
|
|
@@ -26930,7 +26930,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
26930
26930
|
readonly type: "uint8";
|
|
26931
26931
|
readonly internalType: "uint8";
|
|
26932
26932
|
}, {
|
|
26933
|
-
readonly name: "
|
|
26933
|
+
readonly name: "startTick";
|
|
26934
26934
|
readonly type: "int24";
|
|
26935
26935
|
readonly internalType: "int24";
|
|
26936
26936
|
}, {
|
|
@@ -27013,7 +27013,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27013
27013
|
readonly type: "uint8";
|
|
27014
27014
|
readonly internalType: "uint8";
|
|
27015
27015
|
}, {
|
|
27016
|
-
readonly name: "
|
|
27016
|
+
readonly name: "startTick";
|
|
27017
27017
|
readonly type: "int24";
|
|
27018
27018
|
readonly internalType: "int24";
|
|
27019
27019
|
}, {
|
|
@@ -27177,7 +27177,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27177
27177
|
readonly type: "uint8";
|
|
27178
27178
|
readonly internalType: "uint8";
|
|
27179
27179
|
}, {
|
|
27180
|
-
readonly name: "
|
|
27180
|
+
readonly name: "startTick";
|
|
27181
27181
|
readonly type: "int24";
|
|
27182
27182
|
readonly internalType: "int24";
|
|
27183
27183
|
}, {
|
|
@@ -27278,7 +27278,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27278
27278
|
}];
|
|
27279
27279
|
readonly stateMutability: "view";
|
|
27280
27280
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
27281
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
27281
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
27282
27282
|
readonly type: "function";
|
|
27283
27283
|
readonly name: "batchGetRefTick";
|
|
27284
27284
|
readonly inputs: readonly [{
|
|
@@ -27380,7 +27380,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27380
27380
|
readonly type: "uint8";
|
|
27381
27381
|
readonly internalType: "uint8";
|
|
27382
27382
|
}, {
|
|
27383
|
-
readonly name: "
|
|
27383
|
+
readonly name: "startTick";
|
|
27384
27384
|
readonly type: "int24";
|
|
27385
27385
|
readonly internalType: "int24";
|
|
27386
27386
|
}, {
|
|
@@ -27604,7 +27604,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27604
27604
|
readonly type: "uint8";
|
|
27605
27605
|
readonly internalType: "uint8";
|
|
27606
27606
|
}, {
|
|
27607
|
-
readonly name: "
|
|
27607
|
+
readonly name: "startTick";
|
|
27608
27608
|
readonly type: "int24";
|
|
27609
27609
|
readonly internalType: "int24";
|
|
27610
27610
|
}, {
|
|
@@ -27687,7 +27687,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27687
27687
|
readonly type: "uint8";
|
|
27688
27688
|
readonly internalType: "uint8";
|
|
27689
27689
|
}, {
|
|
27690
|
-
readonly name: "
|
|
27690
|
+
readonly name: "startTick";
|
|
27691
27691
|
readonly type: "int24";
|
|
27692
27692
|
readonly internalType: "int24";
|
|
27693
27693
|
}, {
|
|
@@ -27851,7 +27851,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27851
27851
|
readonly type: "uint8";
|
|
27852
27852
|
readonly internalType: "uint8";
|
|
27853
27853
|
}, {
|
|
27854
|
-
readonly name: "
|
|
27854
|
+
readonly name: "startTick";
|
|
27855
27855
|
readonly type: "int24";
|
|
27856
27856
|
readonly internalType: "int24";
|
|
27857
27857
|
}, {
|
|
@@ -27955,7 +27955,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27955
27955
|
optionId: bigint;
|
|
27956
27956
|
owner: `0x${string}`;
|
|
27957
27957
|
optionType: number;
|
|
27958
|
-
|
|
27958
|
+
startTick: number;
|
|
27959
27959
|
strikeTick: number;
|
|
27960
27960
|
entryTick: number;
|
|
27961
27961
|
strikePrice: bigint;
|
|
@@ -27969,7 +27969,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
27969
27969
|
expiresAt: bigint;
|
|
27970
27970
|
liquidities: readonly bigint[];
|
|
27971
27971
|
}>;
|
|
27972
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
27972
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
27973
27973
|
readonly type: "function";
|
|
27974
27974
|
readonly name: "batchGetRefTick";
|
|
27975
27975
|
readonly inputs: readonly [{
|
|
@@ -28071,7 +28071,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28071
28071
|
readonly type: "uint8";
|
|
28072
28072
|
readonly internalType: "uint8";
|
|
28073
28073
|
}, {
|
|
28074
|
-
readonly name: "
|
|
28074
|
+
readonly name: "startTick";
|
|
28075
28075
|
readonly type: "int24";
|
|
28076
28076
|
readonly internalType: "int24";
|
|
28077
28077
|
}, {
|
|
@@ -28295,7 +28295,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28295
28295
|
readonly type: "uint8";
|
|
28296
28296
|
readonly internalType: "uint8";
|
|
28297
28297
|
}, {
|
|
28298
|
-
readonly name: "
|
|
28298
|
+
readonly name: "startTick";
|
|
28299
28299
|
readonly type: "int24";
|
|
28300
28300
|
readonly internalType: "int24";
|
|
28301
28301
|
}, {
|
|
@@ -28378,7 +28378,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28378
28378
|
readonly type: "uint8";
|
|
28379
28379
|
readonly internalType: "uint8";
|
|
28380
28380
|
}, {
|
|
28381
|
-
readonly name: "
|
|
28381
|
+
readonly name: "startTick";
|
|
28382
28382
|
readonly type: "int24";
|
|
28383
28383
|
readonly internalType: "int24";
|
|
28384
28384
|
}, {
|
|
@@ -28542,7 +28542,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28542
28542
|
readonly type: "uint8";
|
|
28543
28543
|
readonly internalType: "uint8";
|
|
28544
28544
|
}, {
|
|
28545
|
-
readonly name: "
|
|
28545
|
+
readonly name: "startTick";
|
|
28546
28546
|
readonly type: "int24";
|
|
28547
28547
|
readonly internalType: "int24";
|
|
28548
28548
|
}, {
|
|
@@ -28646,7 +28646,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28646
28646
|
optionId: bigint;
|
|
28647
28647
|
owner: `0x${string}`;
|
|
28648
28648
|
optionType: number;
|
|
28649
|
-
|
|
28649
|
+
startTick: number;
|
|
28650
28650
|
strikeTick: number;
|
|
28651
28651
|
entryTick: number;
|
|
28652
28652
|
strikePrice: bigint;
|
|
@@ -28660,7 +28660,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28660
28660
|
expiresAt: bigint;
|
|
28661
28661
|
liquidities: readonly bigint[];
|
|
28662
28662
|
}[]>;
|
|
28663
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
28663
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
28664
28664
|
readonly type: "function";
|
|
28665
28665
|
readonly name: "batchGetRefTick";
|
|
28666
28666
|
readonly inputs: readonly [{
|
|
@@ -28762,7 +28762,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28762
28762
|
readonly type: "uint8";
|
|
28763
28763
|
readonly internalType: "uint8";
|
|
28764
28764
|
}, {
|
|
28765
|
-
readonly name: "
|
|
28765
|
+
readonly name: "startTick";
|
|
28766
28766
|
readonly type: "int24";
|
|
28767
28767
|
readonly internalType: "int24";
|
|
28768
28768
|
}, {
|
|
@@ -28986,7 +28986,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
28986
28986
|
readonly type: "uint8";
|
|
28987
28987
|
readonly internalType: "uint8";
|
|
28988
28988
|
}, {
|
|
28989
|
-
readonly name: "
|
|
28989
|
+
readonly name: "startTick";
|
|
28990
28990
|
readonly type: "int24";
|
|
28991
28991
|
readonly internalType: "int24";
|
|
28992
28992
|
}, {
|
|
@@ -29069,7 +29069,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29069
29069
|
readonly type: "uint8";
|
|
29070
29070
|
readonly internalType: "uint8";
|
|
29071
29071
|
}, {
|
|
29072
|
-
readonly name: "
|
|
29072
|
+
readonly name: "startTick";
|
|
29073
29073
|
readonly type: "int24";
|
|
29074
29074
|
readonly internalType: "int24";
|
|
29075
29075
|
}, {
|
|
@@ -29233,7 +29233,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29233
29233
|
readonly type: "uint8";
|
|
29234
29234
|
readonly internalType: "uint8";
|
|
29235
29235
|
}, {
|
|
29236
|
-
readonly name: "
|
|
29236
|
+
readonly name: "startTick";
|
|
29237
29237
|
readonly type: "int24";
|
|
29238
29238
|
readonly internalType: "int24";
|
|
29239
29239
|
}, {
|
|
@@ -29345,7 +29345,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29345
29345
|
tickSpacing: number;
|
|
29346
29346
|
fee: number;
|
|
29347
29347
|
}>;
|
|
29348
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
29348
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
29349
29349
|
readonly type: "function";
|
|
29350
29350
|
readonly name: "batchGetRefTick";
|
|
29351
29351
|
readonly inputs: readonly [{
|
|
@@ -29447,7 +29447,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29447
29447
|
readonly type: "uint8";
|
|
29448
29448
|
readonly internalType: "uint8";
|
|
29449
29449
|
}, {
|
|
29450
|
-
readonly name: "
|
|
29450
|
+
readonly name: "startTick";
|
|
29451
29451
|
readonly type: "int24";
|
|
29452
29452
|
readonly internalType: "int24";
|
|
29453
29453
|
}, {
|
|
@@ -29671,7 +29671,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29671
29671
|
readonly type: "uint8";
|
|
29672
29672
|
readonly internalType: "uint8";
|
|
29673
29673
|
}, {
|
|
29674
|
-
readonly name: "
|
|
29674
|
+
readonly name: "startTick";
|
|
29675
29675
|
readonly type: "int24";
|
|
29676
29676
|
readonly internalType: "int24";
|
|
29677
29677
|
}, {
|
|
@@ -29754,7 +29754,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29754
29754
|
readonly type: "uint8";
|
|
29755
29755
|
readonly internalType: "uint8";
|
|
29756
29756
|
}, {
|
|
29757
|
-
readonly name: "
|
|
29757
|
+
readonly name: "startTick";
|
|
29758
29758
|
readonly type: "int24";
|
|
29759
29759
|
readonly internalType: "int24";
|
|
29760
29760
|
}, {
|
|
@@ -29918,7 +29918,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29918
29918
|
readonly type: "uint8";
|
|
29919
29919
|
readonly internalType: "uint8";
|
|
29920
29920
|
}, {
|
|
29921
|
-
readonly name: "
|
|
29921
|
+
readonly name: "startTick";
|
|
29922
29922
|
readonly type: "int24";
|
|
29923
29923
|
readonly internalType: "int24";
|
|
29924
29924
|
}, {
|
|
@@ -30019,7 +30019,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30019
30019
|
}];
|
|
30020
30020
|
readonly stateMutability: "view";
|
|
30021
30021
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
30022
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
30022
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
30023
30023
|
readonly type: "function";
|
|
30024
30024
|
readonly name: "batchGetRefTick";
|
|
30025
30025
|
readonly inputs: readonly [{
|
|
@@ -30121,7 +30121,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30121
30121
|
readonly type: "uint8";
|
|
30122
30122
|
readonly internalType: "uint8";
|
|
30123
30123
|
}, {
|
|
30124
|
-
readonly name: "
|
|
30124
|
+
readonly name: "startTick";
|
|
30125
30125
|
readonly type: "int24";
|
|
30126
30126
|
readonly internalType: "int24";
|
|
30127
30127
|
}, {
|
|
@@ -30345,7 +30345,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30345
30345
|
readonly type: "uint8";
|
|
30346
30346
|
readonly internalType: "uint8";
|
|
30347
30347
|
}, {
|
|
30348
|
-
readonly name: "
|
|
30348
|
+
readonly name: "startTick";
|
|
30349
30349
|
readonly type: "int24";
|
|
30350
30350
|
readonly internalType: "int24";
|
|
30351
30351
|
}, {
|
|
@@ -30428,7 +30428,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30428
30428
|
readonly type: "uint8";
|
|
30429
30429
|
readonly internalType: "uint8";
|
|
30430
30430
|
}, {
|
|
30431
|
-
readonly name: "
|
|
30431
|
+
readonly name: "startTick";
|
|
30432
30432
|
readonly type: "int24";
|
|
30433
30433
|
readonly internalType: "int24";
|
|
30434
30434
|
}, {
|
|
@@ -30592,7 +30592,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30592
30592
|
readonly type: "uint8";
|
|
30593
30593
|
readonly internalType: "uint8";
|
|
30594
30594
|
}, {
|
|
30595
|
-
readonly name: "
|
|
30595
|
+
readonly name: "startTick";
|
|
30596
30596
|
readonly type: "int24";
|
|
30597
30597
|
readonly internalType: "int24";
|
|
30598
30598
|
}, {
|
|
@@ -30696,7 +30696,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30696
30696
|
optionId: bigint;
|
|
30697
30697
|
owner: `0x${string}`;
|
|
30698
30698
|
optionType: number;
|
|
30699
|
-
|
|
30699
|
+
startTick: number;
|
|
30700
30700
|
strikeTick: number;
|
|
30701
30701
|
entryTick: number;
|
|
30702
30702
|
strikePrice: bigint;
|
|
@@ -30710,7 +30710,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30710
30710
|
expiresAt: bigint;
|
|
30711
30711
|
liquidities: readonly bigint[];
|
|
30712
30712
|
}[], bigint, boolean]>;
|
|
30713
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
30713
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem161.Prettify<viem161.UnionOmit<viem161.ReadContractParameters<readonly [{
|
|
30714
30714
|
readonly type: "function";
|
|
30715
30715
|
readonly name: "batchGetRefTick";
|
|
30716
30716
|
readonly inputs: readonly [{
|
|
@@ -30812,7 +30812,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30812
30812
|
readonly type: "uint8";
|
|
30813
30813
|
readonly internalType: "uint8";
|
|
30814
30814
|
}, {
|
|
30815
|
-
readonly name: "
|
|
30815
|
+
readonly name: "startTick";
|
|
30816
30816
|
readonly type: "int24";
|
|
30817
30817
|
readonly internalType: "int24";
|
|
30818
30818
|
}, {
|
|
@@ -31036,7 +31036,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31036
31036
|
readonly type: "uint8";
|
|
31037
31037
|
readonly internalType: "uint8";
|
|
31038
31038
|
}, {
|
|
31039
|
-
readonly name: "
|
|
31039
|
+
readonly name: "startTick";
|
|
31040
31040
|
readonly type: "int24";
|
|
31041
31041
|
readonly internalType: "int24";
|
|
31042
31042
|
}, {
|
|
@@ -31119,7 +31119,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31119
31119
|
readonly type: "uint8";
|
|
31120
31120
|
readonly internalType: "uint8";
|
|
31121
31121
|
}, {
|
|
31122
|
-
readonly name: "
|
|
31122
|
+
readonly name: "startTick";
|
|
31123
31123
|
readonly type: "int24";
|
|
31124
31124
|
readonly internalType: "int24";
|
|
31125
31125
|
}, {
|
|
@@ -31283,7 +31283,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31283
31283
|
readonly type: "uint8";
|
|
31284
31284
|
readonly internalType: "uint8";
|
|
31285
31285
|
}, {
|
|
31286
|
-
readonly name: "
|
|
31286
|
+
readonly name: "startTick";
|
|
31287
31287
|
readonly type: "int24";
|
|
31288
31288
|
readonly internalType: "int24";
|
|
31289
31289
|
}, {
|
|
@@ -31488,7 +31488,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31488
31488
|
readonly type: "uint8";
|
|
31489
31489
|
readonly internalType: "uint8";
|
|
31490
31490
|
}, {
|
|
31491
|
-
readonly name: "
|
|
31491
|
+
readonly name: "startTick";
|
|
31492
31492
|
readonly type: "int24";
|
|
31493
31493
|
readonly internalType: "int24";
|
|
31494
31494
|
}, {
|
|
@@ -31712,7 +31712,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31712
31712
|
readonly type: "uint8";
|
|
31713
31713
|
readonly internalType: "uint8";
|
|
31714
31714
|
}, {
|
|
31715
|
-
readonly name: "
|
|
31715
|
+
readonly name: "startTick";
|
|
31716
31716
|
readonly type: "int24";
|
|
31717
31717
|
readonly internalType: "int24";
|
|
31718
31718
|
}, {
|
|
@@ -31795,7 +31795,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31795
31795
|
readonly type: "uint8";
|
|
31796
31796
|
readonly internalType: "uint8";
|
|
31797
31797
|
}, {
|
|
31798
|
-
readonly name: "
|
|
31798
|
+
readonly name: "startTick";
|
|
31799
31799
|
readonly type: "int24";
|
|
31800
31800
|
readonly internalType: "int24";
|
|
31801
31801
|
}, {
|
|
@@ -31959,7 +31959,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31959
31959
|
readonly type: "uint8";
|
|
31960
31960
|
readonly internalType: "uint8";
|
|
31961
31961
|
}, {
|
|
31962
|
-
readonly name: "
|
|
31962
|
+
readonly name: "startTick";
|
|
31963
31963
|
readonly type: "int24";
|
|
31964
31964
|
readonly internalType: "int24";
|
|
31965
31965
|
}, {
|
|
@@ -32098,4 +32098,4 @@ declare const liquiditiesToAmount1: (liquidities: bigint[], startTick: number, t
|
|
|
32098
32098
|
declare const liquiditiesToAmounts: (liquidities: bigint[], startTick: number, currentTick: number, tickSpacing: number) => bigint[];
|
|
32099
32099
|
//#endregion
|
|
32100
32100
|
export { getTimelockLens as A, wrapPriceUnscaled as C, TimelockMarketData as D, TimelockMarket as E, getUniswapMathLens as M, timelockLenses as N, UniswapMathLens as O, uniswapMathLenses as P, wrapPrice as S, TimelockLens as T, scalePrice as _, liquiditiesToAmount1 as a, wrapAmount as b, roundTickUp as c, Amount as d, formatAmount as f, scaleAmount as g, formatVagueAmount as h, liquiditiesToAmount0 as i, getTimelockMarket as j, getErc20 as k, token0ToToken1 as l, formatUSD as m, getPriceAtTick as n, liquiditiesToAmounts as o, formatCondensed as p, getTickAtPrice as r, roundTickDown as s, PRICE_PRECISION as t, token1ToToken0 as u, unscaleAmount as v, zero as w, wrapAmountUnscaled as x, unscalePrice as y };
|
|
32101
|
-
//# sourceMappingURL=index-
|
|
32101
|
+
//# sourceMappingURL=index-WjU9H0Tc.d.ts.map
|