timelock-sdk 0.0.12 → 0.0.14
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/client.cjs +1 -1
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +42 -42
- package/dist/client.d.ts +41 -41
- package/dist/client.js +2 -2
- package/dist/client.js.map +1 -1
- package/dist/{index-DztGt7Jv.d.cts → index-BDp0kGVu.d.cts} +108 -108
- package/dist/package.d.cts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as viem117 from "viem";
|
|
2
2
|
import { Address, Client, GetContractReturnType, PublicClient } from "viem";
|
|
3
3
|
import Big from "big.js";
|
|
4
4
|
|
|
@@ -3505,7 +3505,7 @@ type TimelockLens = GetContractReturnType<typeof lensAbi, Client, Address>;
|
|
|
3505
3505
|
type UniswapMathLens = GetContractReturnType<typeof uniswapMathLensAbi, Client, Address>;
|
|
3506
3506
|
declare const getErc20: (address: Address, client: Client) => {
|
|
3507
3507
|
read: {
|
|
3508
|
-
symbol: (options?:
|
|
3508
|
+
symbol: (options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
3509
3509
|
readonly type: "constructor";
|
|
3510
3510
|
readonly inputs: readonly [{
|
|
3511
3511
|
readonly name: "name_";
|
|
@@ -3724,7 +3724,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3724
3724
|
}];
|
|
3725
3725
|
readonly anonymous: false;
|
|
3726
3726
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
3727
|
-
name: (options?:
|
|
3727
|
+
name: (options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
3728
3728
|
readonly type: "constructor";
|
|
3729
3729
|
readonly inputs: readonly [{
|
|
3730
3730
|
readonly name: "name_";
|
|
@@ -3943,7 +3943,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3943
3943
|
}];
|
|
3944
3944
|
readonly anonymous: false;
|
|
3945
3945
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
3946
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
3946
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
3947
3947
|
readonly type: "constructor";
|
|
3948
3948
|
readonly inputs: readonly [{
|
|
3949
3949
|
readonly name: "name_";
|
|
@@ -4162,7 +4162,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4162
4162
|
}];
|
|
4163
4163
|
readonly anonymous: false;
|
|
4164
4164
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4165
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
4165
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
4166
4166
|
readonly type: "constructor";
|
|
4167
4167
|
readonly inputs: readonly [{
|
|
4168
4168
|
readonly name: "name_";
|
|
@@ -4381,7 +4381,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4381
4381
|
}];
|
|
4382
4382
|
readonly anonymous: false;
|
|
4383
4383
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4384
|
-
decimals: (options?:
|
|
4384
|
+
decimals: (options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
4385
4385
|
readonly type: "constructor";
|
|
4386
4386
|
readonly inputs: readonly [{
|
|
4387
4387
|
readonly name: "name_";
|
|
@@ -4600,7 +4600,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4600
4600
|
}];
|
|
4601
4601
|
readonly anonymous: false;
|
|
4602
4602
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
4603
|
-
totalSupply: (options?:
|
|
4603
|
+
totalSupply: (options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
4604
4604
|
readonly type: "constructor";
|
|
4605
4605
|
readonly inputs: readonly [{
|
|
4606
4606
|
readonly name: "name_";
|
|
@@ -4821,7 +4821,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4821
4821
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4822
4822
|
};
|
|
4823
4823
|
estimateGas: {
|
|
4824
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
4824
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
4825
4825
|
readonly type: "constructor";
|
|
4826
4826
|
readonly inputs: readonly [{
|
|
4827
4827
|
readonly name: "name_";
|
|
@@ -5039,8 +5039,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5039
5039
|
readonly internalType: "uint256";
|
|
5040
5040
|
}];
|
|
5041
5041
|
readonly anonymous: false;
|
|
5042
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5043
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
5042
|
+
}], "approve", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
5043
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
5044
5044
|
readonly type: "constructor";
|
|
5045
5045
|
readonly inputs: readonly [{
|
|
5046
5046
|
readonly name: "name_";
|
|
@@ -5258,8 +5258,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5258
5258
|
readonly internalType: "uint256";
|
|
5259
5259
|
}];
|
|
5260
5260
|
readonly anonymous: false;
|
|
5261
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5262
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
5261
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
5262
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
5263
5263
|
readonly type: "constructor";
|
|
5264
5264
|
readonly inputs: readonly [{
|
|
5265
5265
|
readonly name: "name_";
|
|
@@ -5477,8 +5477,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5477
5477
|
readonly internalType: "uint256";
|
|
5478
5478
|
}];
|
|
5479
5479
|
readonly anonymous: false;
|
|
5480
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5481
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
5480
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
5481
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
5482
5482
|
readonly type: "constructor";
|
|
5483
5483
|
readonly inputs: readonly [{
|
|
5484
5484
|
readonly name: "name_";
|
|
@@ -5696,8 +5696,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5696
5696
|
readonly internalType: "uint256";
|
|
5697
5697
|
}];
|
|
5698
5698
|
readonly anonymous: false;
|
|
5699
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5700
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
5699
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
5700
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
5701
5701
|
readonly type: "constructor";
|
|
5702
5702
|
readonly inputs: readonly [{
|
|
5703
5703
|
readonly name: "name_";
|
|
@@ -5915,9 +5915,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5915
5915
|
readonly internalType: "uint256";
|
|
5916
5916
|
}];
|
|
5917
5917
|
readonly anonymous: false;
|
|
5918
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
5918
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
5919
5919
|
} & {
|
|
5920
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
5920
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
5921
5921
|
readonly type: "constructor";
|
|
5922
5922
|
readonly inputs: readonly [{
|
|
5923
5923
|
readonly name: "name_";
|
|
@@ -6135,8 +6135,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6135
6135
|
readonly internalType: "uint256";
|
|
6136
6136
|
}];
|
|
6137
6137
|
readonly anonymous: false;
|
|
6138
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
6139
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
6138
|
+
}], "approve", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
6139
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
6140
6140
|
readonly type: "constructor";
|
|
6141
6141
|
readonly inputs: readonly [{
|
|
6142
6142
|
readonly name: "name_";
|
|
@@ -6354,8 +6354,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6354
6354
|
readonly internalType: "uint256";
|
|
6355
6355
|
}];
|
|
6356
6356
|
readonly anonymous: false;
|
|
6357
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
6358
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
6357
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
6358
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
6359
6359
|
readonly type: "constructor";
|
|
6360
6360
|
readonly inputs: readonly [{
|
|
6361
6361
|
readonly name: "name_";
|
|
@@ -6573,8 +6573,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6573
6573
|
readonly internalType: "uint256";
|
|
6574
6574
|
}];
|
|
6575
6575
|
readonly anonymous: false;
|
|
6576
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
6577
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
6576
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
6577
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
6578
6578
|
readonly type: "constructor";
|
|
6579
6579
|
readonly inputs: readonly [{
|
|
6580
6580
|
readonly name: "name_";
|
|
@@ -6792,8 +6792,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6792
6792
|
readonly internalType: "uint256";
|
|
6793
6793
|
}];
|
|
6794
6794
|
readonly anonymous: false;
|
|
6795
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
6796
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
6795
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
6796
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem117.Prettify<viem117.UnionOmit<viem117.EstimateContractGasParameters<readonly [{
|
|
6797
6797
|
readonly type: "constructor";
|
|
6798
6798
|
readonly inputs: readonly [{
|
|
6799
6799
|
readonly name: "name_";
|
|
@@ -7011,10 +7011,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7011
7011
|
readonly internalType: "uint256";
|
|
7012
7012
|
}];
|
|
7013
7013
|
readonly anonymous: false;
|
|
7014
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
7014
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem117.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem117.EstimateContractGasReturnType>;
|
|
7015
7015
|
};
|
|
7016
7016
|
simulate: {
|
|
7017
|
-
approve: <chainOverride extends
|
|
7017
|
+
approve: <chainOverride extends viem117.Chain | undefined = undefined, accountOverride extends viem117.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem117.SimulateContractParameters<readonly [{
|
|
7018
7018
|
readonly type: "constructor";
|
|
7019
7019
|
readonly inputs: readonly [{
|
|
7020
7020
|
readonly name: "name_";
|
|
@@ -7232,7 +7232,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7232
7232
|
readonly internalType: "uint256";
|
|
7233
7233
|
}];
|
|
7234
7234
|
readonly anonymous: false;
|
|
7235
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
7235
|
+
}], "approve", readonly [`0x${string}`, bigint], viem117.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem117.SimulateContractReturnType<readonly [{
|
|
7236
7236
|
readonly type: "constructor";
|
|
7237
7237
|
readonly inputs: readonly [{
|
|
7238
7238
|
readonly name: "name_";
|
|
@@ -7450,8 +7450,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7450
7450
|
readonly internalType: "uint256";
|
|
7451
7451
|
}];
|
|
7452
7452
|
readonly anonymous: false;
|
|
7453
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
7454
|
-
decreaseAllowance: <chainOverride extends
|
|
7453
|
+
}], "approve", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.Account | undefined, chainOverride, accountOverride>>;
|
|
7454
|
+
decreaseAllowance: <chainOverride extends viem117.Chain | undefined = undefined, accountOverride extends viem117.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem117.SimulateContractParameters<readonly [{
|
|
7455
7455
|
readonly type: "constructor";
|
|
7456
7456
|
readonly inputs: readonly [{
|
|
7457
7457
|
readonly name: "name_";
|
|
@@ -7669,7 +7669,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7669
7669
|
readonly internalType: "uint256";
|
|
7670
7670
|
}];
|
|
7671
7671
|
readonly anonymous: false;
|
|
7672
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
7672
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem117.SimulateContractReturnType<readonly [{
|
|
7673
7673
|
readonly type: "constructor";
|
|
7674
7674
|
readonly inputs: readonly [{
|
|
7675
7675
|
readonly name: "name_";
|
|
@@ -7887,8 +7887,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7887
7887
|
readonly internalType: "uint256";
|
|
7888
7888
|
}];
|
|
7889
7889
|
readonly anonymous: false;
|
|
7890
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
7891
|
-
increaseAllowance: <chainOverride extends
|
|
7890
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.Account | undefined, chainOverride, accountOverride>>;
|
|
7891
|
+
increaseAllowance: <chainOverride extends viem117.Chain | undefined = undefined, accountOverride extends viem117.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem117.SimulateContractParameters<readonly [{
|
|
7892
7892
|
readonly type: "constructor";
|
|
7893
7893
|
readonly inputs: readonly [{
|
|
7894
7894
|
readonly name: "name_";
|
|
@@ -8106,7 +8106,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8106
8106
|
readonly internalType: "uint256";
|
|
8107
8107
|
}];
|
|
8108
8108
|
readonly anonymous: false;
|
|
8109
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
8109
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem117.SimulateContractReturnType<readonly [{
|
|
8110
8110
|
readonly type: "constructor";
|
|
8111
8111
|
readonly inputs: readonly [{
|
|
8112
8112
|
readonly name: "name_";
|
|
@@ -8324,8 +8324,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8324
8324
|
readonly internalType: "uint256";
|
|
8325
8325
|
}];
|
|
8326
8326
|
readonly anonymous: false;
|
|
8327
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
8328
|
-
transfer: <chainOverride extends
|
|
8327
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.Account | undefined, chainOverride, accountOverride>>;
|
|
8328
|
+
transfer: <chainOverride extends viem117.Chain | undefined = undefined, accountOverride extends viem117.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem117.SimulateContractParameters<readonly [{
|
|
8329
8329
|
readonly type: "constructor";
|
|
8330
8330
|
readonly inputs: readonly [{
|
|
8331
8331
|
readonly name: "name_";
|
|
@@ -8543,7 +8543,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8543
8543
|
readonly internalType: "uint256";
|
|
8544
8544
|
}];
|
|
8545
8545
|
readonly anonymous: false;
|
|
8546
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
8546
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem117.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem117.SimulateContractReturnType<readonly [{
|
|
8547
8547
|
readonly type: "constructor";
|
|
8548
8548
|
readonly inputs: readonly [{
|
|
8549
8549
|
readonly name: "name_";
|
|
@@ -8761,8 +8761,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8761
8761
|
readonly internalType: "uint256";
|
|
8762
8762
|
}];
|
|
8763
8763
|
readonly anonymous: false;
|
|
8764
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
8765
|
-
transferFrom: <chainOverride extends
|
|
8764
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.Account | undefined, chainOverride, accountOverride>>;
|
|
8765
|
+
transferFrom: <chainOverride extends viem117.Chain | undefined = undefined, accountOverride extends viem117.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem117.SimulateContractParameters<readonly [{
|
|
8766
8766
|
readonly type: "constructor";
|
|
8767
8767
|
readonly inputs: readonly [{
|
|
8768
8768
|
readonly name: "name_";
|
|
@@ -8980,7 +8980,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8980
8980
|
readonly internalType: "uint256";
|
|
8981
8981
|
}];
|
|
8982
8982
|
readonly anonymous: false;
|
|
8983
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
8983
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem117.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem117.SimulateContractReturnType<readonly [{
|
|
8984
8984
|
readonly type: "constructor";
|
|
8985
8985
|
readonly inputs: readonly [{
|
|
8986
8986
|
readonly name: "name_";
|
|
@@ -9198,7 +9198,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9198
9198
|
readonly internalType: "uint256";
|
|
9199
9199
|
}];
|
|
9200
9200
|
readonly anonymous: false;
|
|
9201
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
9201
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem117.Chain | undefined, viem117.Account | undefined, chainOverride, accountOverride>>;
|
|
9202
9202
|
};
|
|
9203
9203
|
createEventFilter: {
|
|
9204
9204
|
Approval: <const args extends {
|
|
@@ -9214,11 +9214,11 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9214
9214
|
owner?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9215
9215
|
spender?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9216
9216
|
} ? T extends args ? Readonly<args> : never : never : never), options?: ({
|
|
9217
|
-
fromBlock?: bigint |
|
|
9218
|
-
toBlock?: bigint |
|
|
9217
|
+
fromBlock?: bigint | viem117.BlockTag | undefined;
|
|
9218
|
+
toBlock?: bigint | viem117.BlockTag | undefined;
|
|
9219
9219
|
} & {
|
|
9220
9220
|
strict?: strict | undefined;
|
|
9221
|
-
}) | undefined) => Promise<
|
|
9221
|
+
}) | undefined) => Promise<viem117.CreateContractEventFilterReturnType<readonly [{
|
|
9222
9222
|
readonly type: "constructor";
|
|
9223
9223
|
readonly inputs: readonly [{
|
|
9224
9224
|
readonly name: "name_";
|
|
@@ -9450,11 +9450,11 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9450
9450
|
from?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9451
9451
|
to?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9452
9452
|
} ? T extends args ? Readonly<args> : never : never : never), options?: ({
|
|
9453
|
-
fromBlock?: bigint |
|
|
9454
|
-
toBlock?: bigint |
|
|
9453
|
+
fromBlock?: bigint | viem117.BlockTag | undefined;
|
|
9454
|
+
toBlock?: bigint | viem117.BlockTag | undefined;
|
|
9455
9455
|
} & {
|
|
9456
9456
|
strict?: strict | undefined;
|
|
9457
|
-
}) | undefined) => Promise<
|
|
9457
|
+
}) | undefined) => Promise<viem117.CreateContractEventFilterReturnType<readonly [{
|
|
9458
9458
|
readonly type: "constructor";
|
|
9459
9459
|
readonly inputs: readonly [{
|
|
9460
9460
|
readonly name: "name_";
|
|
@@ -9680,10 +9680,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9680
9680
|
spender?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9681
9681
|
} | undefined, options?: {
|
|
9682
9682
|
strict?: boolean | undefined;
|
|
9683
|
-
fromBlock?: bigint |
|
|
9684
|
-
toBlock?: bigint |
|
|
9683
|
+
fromBlock?: bigint | viem117.BlockTag | undefined;
|
|
9684
|
+
toBlock?: bigint | viem117.BlockTag | undefined;
|
|
9685
9685
|
blockHash?: `0x${string}` | undefined;
|
|
9686
|
-
} | undefined) => Promise<
|
|
9686
|
+
} | undefined) => Promise<viem117.GetContractEventsReturnType<readonly [{
|
|
9687
9687
|
readonly type: "constructor";
|
|
9688
9688
|
readonly inputs: readonly [{
|
|
9689
9689
|
readonly name: "name_";
|
|
@@ -9907,10 +9907,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9907
9907
|
to?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9908
9908
|
} | undefined, options?: {
|
|
9909
9909
|
strict?: boolean | undefined;
|
|
9910
|
-
fromBlock?: bigint |
|
|
9911
|
-
toBlock?: bigint |
|
|
9910
|
+
fromBlock?: bigint | viem117.BlockTag | undefined;
|
|
9911
|
+
toBlock?: bigint | viem117.BlockTag | undefined;
|
|
9912
9912
|
blockHash?: `0x${string}` | undefined;
|
|
9913
|
-
} | undefined) => Promise<
|
|
9913
|
+
} | undefined) => Promise<viem117.GetContractEventsReturnType<readonly [{
|
|
9914
9914
|
readonly type: "constructor";
|
|
9915
9915
|
readonly inputs: readonly [{
|
|
9916
9916
|
readonly name: "name_";
|
|
@@ -10140,7 +10140,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10140
10140
|
strict?: boolean | undefined;
|
|
10141
10141
|
fromBlock?: bigint | undefined;
|
|
10142
10142
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
10143
|
-
onLogs:
|
|
10143
|
+
onLogs: viem117.WatchContractEventOnLogsFn<readonly [{
|
|
10144
10144
|
readonly type: "constructor";
|
|
10145
10145
|
readonly inputs: readonly [{
|
|
10146
10146
|
readonly name: "name_";
|
|
@@ -10360,7 +10360,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10360
10360
|
readonly anonymous: false;
|
|
10361
10361
|
}], "Approval", undefined>;
|
|
10362
10362
|
poll?: true | undefined | undefined;
|
|
10363
|
-
}) =>
|
|
10363
|
+
}) => viem117.WatchContractEventReturnType;
|
|
10364
10364
|
Transfer: (args: {
|
|
10365
10365
|
from?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
10366
10366
|
to?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
@@ -10370,7 +10370,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10370
10370
|
strict?: boolean | undefined;
|
|
10371
10371
|
fromBlock?: bigint | undefined;
|
|
10372
10372
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
10373
|
-
onLogs:
|
|
10373
|
+
onLogs: viem117.WatchContractEventOnLogsFn<readonly [{
|
|
10374
10374
|
readonly type: "constructor";
|
|
10375
10375
|
readonly inputs: readonly [{
|
|
10376
10376
|
readonly name: "name_";
|
|
@@ -10590,10 +10590,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10590
10590
|
readonly anonymous: false;
|
|
10591
10591
|
}], "Transfer", undefined>;
|
|
10592
10592
|
poll?: true | undefined | undefined;
|
|
10593
|
-
}) =>
|
|
10593
|
+
}) => viem117.WatchContractEventReturnType;
|
|
10594
10594
|
};
|
|
10595
10595
|
write: {
|
|
10596
|
-
approve: <chainOverride extends
|
|
10596
|
+
approve: <chainOverride extends viem117.Chain | undefined, options extends (viem117.UnionOmit<viem117.WriteContractParameters<readonly [{
|
|
10597
10597
|
readonly type: "constructor";
|
|
10598
10598
|
readonly inputs: readonly [{
|
|
10599
10599
|
readonly name: "name_";
|
|
@@ -10811,8 +10811,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10811
10811
|
readonly internalType: "uint256";
|
|
10812
10812
|
}];
|
|
10813
10813
|
readonly anonymous: false;
|
|
10814
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
10815
|
-
decreaseAllowance: <chainOverride extends
|
|
10814
|
+
}], "approve", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.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<viem117.WriteContractReturnType>;
|
|
10815
|
+
decreaseAllowance: <chainOverride extends viem117.Chain | undefined, options extends (viem117.UnionOmit<viem117.WriteContractParameters<readonly [{
|
|
10816
10816
|
readonly type: "constructor";
|
|
10817
10817
|
readonly inputs: readonly [{
|
|
10818
10818
|
readonly name: "name_";
|
|
@@ -11030,8 +11030,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11030
11030
|
readonly internalType: "uint256";
|
|
11031
11031
|
}];
|
|
11032
11032
|
readonly anonymous: false;
|
|
11033
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
11034
|
-
increaseAllowance: <chainOverride extends
|
|
11033
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.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<viem117.WriteContractReturnType>;
|
|
11034
|
+
increaseAllowance: <chainOverride extends viem117.Chain | undefined, options extends (viem117.UnionOmit<viem117.WriteContractParameters<readonly [{
|
|
11035
11035
|
readonly type: "constructor";
|
|
11036
11036
|
readonly inputs: readonly [{
|
|
11037
11037
|
readonly name: "name_";
|
|
@@ -11249,8 +11249,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11249
11249
|
readonly internalType: "uint256";
|
|
11250
11250
|
}];
|
|
11251
11251
|
readonly anonymous: false;
|
|
11252
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
11253
|
-
transfer: <chainOverride extends
|
|
11252
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.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<viem117.WriteContractReturnType>;
|
|
11253
|
+
transfer: <chainOverride extends viem117.Chain | undefined, options extends (viem117.UnionOmit<viem117.WriteContractParameters<readonly [{
|
|
11254
11254
|
readonly type: "constructor";
|
|
11255
11255
|
readonly inputs: readonly [{
|
|
11256
11256
|
readonly name: "name_";
|
|
@@ -11468,8 +11468,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11468
11468
|
readonly internalType: "uint256";
|
|
11469
11469
|
}];
|
|
11470
11470
|
readonly anonymous: false;
|
|
11471
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
11472
|
-
transferFrom: <chainOverride extends
|
|
11471
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem117.Chain | undefined, viem117.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<viem117.WriteContractReturnType>;
|
|
11472
|
+
transferFrom: <chainOverride extends viem117.Chain | undefined, options extends (viem117.UnionOmit<viem117.WriteContractParameters<readonly [{
|
|
11473
11473
|
readonly type: "constructor";
|
|
11474
11474
|
readonly inputs: readonly [{
|
|
11475
11475
|
readonly name: "name_";
|
|
@@ -11687,7 +11687,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11687
11687
|
readonly internalType: "uint256";
|
|
11688
11688
|
}];
|
|
11689
11689
|
readonly anonymous: false;
|
|
11690
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
11690
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem117.Chain | undefined, viem117.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<viem117.WriteContractReturnType>;
|
|
11691
11691
|
};
|
|
11692
11692
|
address: `0x${string}`;
|
|
11693
11693
|
abi: readonly [{
|
|
@@ -11915,7 +11915,7 @@ declare const getTimelockMarket: (address: Address, client: Client) => TimelockM
|
|
|
11915
11915
|
declare const getUniswapPool: (address: Address, client: Client) => UniswapPool;
|
|
11916
11916
|
declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
11917
11917
|
read: {
|
|
11918
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
11918
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
11919
11919
|
readonly type: "function";
|
|
11920
11920
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
11921
11921
|
readonly inputs: readonly [{
|
|
@@ -12536,7 +12536,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
12536
12536
|
}];
|
|
12537
12537
|
readonly stateMutability: "pure";
|
|
12538
12538
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
12539
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
12539
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
12540
12540
|
readonly type: "function";
|
|
12541
12541
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12542
12542
|
readonly inputs: readonly [{
|
|
@@ -13157,7 +13157,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13157
13157
|
}];
|
|
13158
13158
|
readonly stateMutability: "pure";
|
|
13159
13159
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13160
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
13160
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
13161
13161
|
readonly type: "function";
|
|
13162
13162
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13163
13163
|
readonly inputs: readonly [{
|
|
@@ -13778,7 +13778,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13778
13778
|
}];
|
|
13779
13779
|
readonly stateMutability: "pure";
|
|
13780
13780
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13781
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
13781
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
13782
13782
|
readonly type: "function";
|
|
13783
13783
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13784
13784
|
readonly inputs: readonly [{
|
|
@@ -14399,7 +14399,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
14399
14399
|
}];
|
|
14400
14400
|
readonly stateMutability: "pure";
|
|
14401
14401
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14402
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
14402
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
14403
14403
|
readonly type: "function";
|
|
14404
14404
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14405
14405
|
readonly inputs: readonly [{
|
|
@@ -15020,7 +15020,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15020
15020
|
}];
|
|
15021
15021
|
readonly stateMutability: "pure";
|
|
15022
15022
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
15023
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
15023
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
15024
15024
|
readonly type: "function";
|
|
15025
15025
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15026
15026
|
readonly inputs: readonly [{
|
|
@@ -15641,7 +15641,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15641
15641
|
}];
|
|
15642
15642
|
readonly stateMutability: "pure";
|
|
15643
15643
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
15644
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
15644
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
15645
15645
|
readonly type: "function";
|
|
15646
15646
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15647
15647
|
readonly inputs: readonly [{
|
|
@@ -16262,7 +16262,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16262
16262
|
}];
|
|
16263
16263
|
readonly stateMutability: "pure";
|
|
16264
16264
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
16265
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
16265
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
16266
16266
|
readonly type: "function";
|
|
16267
16267
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16268
16268
|
readonly inputs: readonly [{
|
|
@@ -16883,7 +16883,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16883
16883
|
}];
|
|
16884
16884
|
readonly stateMutability: "pure";
|
|
16885
16885
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
16886
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
16886
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
16887
16887
|
readonly type: "function";
|
|
16888
16888
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16889
16889
|
readonly inputs: readonly [{
|
|
@@ -17504,7 +17504,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
17504
17504
|
}];
|
|
17505
17505
|
readonly stateMutability: "pure";
|
|
17506
17506
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17507
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
17507
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
17508
17508
|
readonly type: "function";
|
|
17509
17509
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17510
17510
|
readonly inputs: readonly [{
|
|
@@ -18125,7 +18125,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18125
18125
|
}];
|
|
18126
18126
|
readonly stateMutability: "pure";
|
|
18127
18127
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18128
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
18128
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
18129
18129
|
readonly type: "function";
|
|
18130
18130
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18131
18131
|
readonly inputs: readonly [{
|
|
@@ -18746,7 +18746,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18746
18746
|
}];
|
|
18747
18747
|
readonly stateMutability: "pure";
|
|
18748
18748
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18749
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
18749
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
18750
18750
|
readonly type: "function";
|
|
18751
18751
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18752
18752
|
readonly inputs: readonly [{
|
|
@@ -19367,7 +19367,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
19367
19367
|
}];
|
|
19368
19368
|
readonly stateMutability: "pure";
|
|
19369
19369
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19370
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
19370
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
19371
19371
|
readonly type: "function";
|
|
19372
19372
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19373
19373
|
readonly inputs: readonly [{
|
|
@@ -19988,7 +19988,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
19988
19988
|
}];
|
|
19989
19989
|
readonly stateMutability: "pure";
|
|
19990
19990
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19991
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
19991
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
19992
19992
|
readonly type: "function";
|
|
19993
19993
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19994
19994
|
readonly inputs: readonly [{
|
|
@@ -20609,7 +20609,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20609
20609
|
}];
|
|
20610
20610
|
readonly stateMutability: "pure";
|
|
20611
20611
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
20612
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
20612
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
20613
20613
|
readonly type: "function";
|
|
20614
20614
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20615
20615
|
readonly inputs: readonly [{
|
|
@@ -21230,7 +21230,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
21230
21230
|
}];
|
|
21231
21231
|
readonly stateMutability: "pure";
|
|
21232
21232
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21233
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
21233
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
21234
21234
|
readonly type: "function";
|
|
21235
21235
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21236
21236
|
readonly inputs: readonly [{
|
|
@@ -21851,7 +21851,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
21851
21851
|
}];
|
|
21852
21852
|
readonly stateMutability: "pure";
|
|
21853
21853
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21854
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21854
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
21855
21855
|
readonly type: "function";
|
|
21856
21856
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21857
21857
|
readonly inputs: readonly [{
|
|
@@ -22472,7 +22472,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
22472
22472
|
}];
|
|
22473
22473
|
readonly stateMutability: "pure";
|
|
22474
22474
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22475
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
22475
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
22476
22476
|
readonly type: "function";
|
|
22477
22477
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22478
22478
|
readonly inputs: readonly [{
|
|
@@ -23093,7 +23093,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
23093
23093
|
}];
|
|
23094
23094
|
readonly stateMutability: "pure";
|
|
23095
23095
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
23096
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
23096
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
23097
23097
|
readonly type: "function";
|
|
23098
23098
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23099
23099
|
readonly inputs: readonly [{
|
|
@@ -23714,7 +23714,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
23714
23714
|
}];
|
|
23715
23715
|
readonly stateMutability: "pure";
|
|
23716
23716
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
23717
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
23717
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
23718
23718
|
readonly type: "function";
|
|
23719
23719
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23720
23720
|
readonly inputs: readonly [{
|
|
@@ -24335,7 +24335,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
24335
24335
|
}];
|
|
24336
24336
|
readonly stateMutability: "pure";
|
|
24337
24337
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
24338
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
24338
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
24339
24339
|
readonly type: "function";
|
|
24340
24340
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24341
24341
|
readonly inputs: readonly [{
|
|
@@ -24956,7 +24956,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
24956
24956
|
}];
|
|
24957
24957
|
readonly stateMutability: "pure";
|
|
24958
24958
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
24959
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
24959
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
24960
24960
|
readonly type: "function";
|
|
24961
24961
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24962
24962
|
readonly inputs: readonly [{
|
|
@@ -25577,7 +25577,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
25577
25577
|
}];
|
|
25578
25578
|
readonly stateMutability: "pure";
|
|
25579
25579
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25580
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
25580
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
25581
25581
|
readonly type: "function";
|
|
25582
25582
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25583
25583
|
readonly inputs: readonly [{
|
|
@@ -26198,7 +26198,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
26198
26198
|
}];
|
|
26199
26199
|
readonly stateMutability: "pure";
|
|
26200
26200
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26201
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
26201
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
26202
26202
|
readonly type: "function";
|
|
26203
26203
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26204
26204
|
readonly inputs: readonly [{
|
|
@@ -26819,7 +26819,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
26819
26819
|
}];
|
|
26820
26820
|
readonly stateMutability: "pure";
|
|
26821
26821
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26822
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
26822
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
26823
26823
|
readonly type: "function";
|
|
26824
26824
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26825
26825
|
readonly inputs: readonly [{
|
|
@@ -27440,7 +27440,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
27440
27440
|
}];
|
|
27441
27441
|
readonly stateMutability: "pure";
|
|
27442
27442
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27443
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
27443
|
+
getPriceAtTick: (args: readonly [number], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
27444
27444
|
readonly type: "function";
|
|
27445
27445
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27446
27446
|
readonly inputs: readonly [{
|
|
@@ -28690,7 +28690,7 @@ type TimelockMarketData = Awaited<ReturnType<ReturnType<typeof getTimelockLens>[
|
|
|
28690
28690
|
};
|
|
28691
28691
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
28692
28692
|
read: {
|
|
28693
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
28693
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
28694
28694
|
readonly type: "function";
|
|
28695
28695
|
readonly name: "batchGetRefTick";
|
|
28696
28696
|
readonly inputs: readonly [{
|
|
@@ -29392,7 +29392,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29392
29392
|
}];
|
|
29393
29393
|
readonly stateMutability: "view";
|
|
29394
29394
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
29395
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
29395
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
29396
29396
|
readonly type: "function";
|
|
29397
29397
|
readonly name: "batchGetRefTick";
|
|
29398
29398
|
readonly inputs: readonly [{
|
|
@@ -30104,7 +30104,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30104
30104
|
borrowedAmount0: bigint;
|
|
30105
30105
|
borrowedAmount1: bigint;
|
|
30106
30106
|
}[]>;
|
|
30107
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
30107
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
30108
30108
|
readonly type: "function";
|
|
30109
30109
|
readonly name: "batchGetRefTick";
|
|
30110
30110
|
readonly inputs: readonly [{
|
|
@@ -30825,7 +30825,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30825
30825
|
createdAt: bigint;
|
|
30826
30826
|
liquidities: readonly bigint[];
|
|
30827
30827
|
}[], bigint, boolean]>;
|
|
30828
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
30828
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
30829
30829
|
readonly type: "function";
|
|
30830
30830
|
readonly name: "batchGetRefTick";
|
|
30831
30831
|
readonly inputs: readonly [{
|
|
@@ -31527,7 +31527,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31527
31527
|
}];
|
|
31528
31528
|
readonly stateMutability: "view";
|
|
31529
31529
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
31530
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
31530
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
31531
31531
|
readonly type: "function";
|
|
31532
31532
|
readonly name: "batchGetRefTick";
|
|
31533
31533
|
readonly inputs: readonly [{
|
|
@@ -32242,7 +32242,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32242
32242
|
payoutAssetName: string;
|
|
32243
32243
|
optionsCount: bigint;
|
|
32244
32244
|
}>;
|
|
32245
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
32245
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
32246
32246
|
readonly type: "function";
|
|
32247
32247
|
readonly name: "batchGetRefTick";
|
|
32248
32248
|
readonly inputs: readonly [{
|
|
@@ -32944,7 +32944,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32944
32944
|
}];
|
|
32945
32945
|
readonly stateMutability: "view";
|
|
32946
32946
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
32947
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
32947
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
32948
32948
|
readonly type: "function";
|
|
32949
32949
|
readonly name: "batchGetRefTick";
|
|
32950
32950
|
readonly inputs: readonly [{
|
|
@@ -33646,7 +33646,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33646
33646
|
}];
|
|
33647
33647
|
readonly stateMutability: "view";
|
|
33648
33648
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
33649
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
33649
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
33650
33650
|
readonly type: "function";
|
|
33651
33651
|
readonly name: "batchGetRefTick";
|
|
33652
33652
|
readonly inputs: readonly [{
|
|
@@ -34367,7 +34367,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34367
34367
|
createdAt: bigint;
|
|
34368
34368
|
liquidities: readonly bigint[];
|
|
34369
34369
|
}>;
|
|
34370
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
34370
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
34371
34371
|
readonly type: "function";
|
|
34372
34372
|
readonly name: "batchGetRefTick";
|
|
34373
34373
|
readonly inputs: readonly [{
|
|
@@ -35088,7 +35088,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35088
35088
|
createdAt: bigint;
|
|
35089
35089
|
liquidities: readonly bigint[];
|
|
35090
35090
|
}[]>;
|
|
35091
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
35091
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
35092
35092
|
readonly type: "function";
|
|
35093
35093
|
readonly name: "batchGetRefTick";
|
|
35094
35094
|
readonly inputs: readonly [{
|
|
@@ -35801,7 +35801,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35801
35801
|
tickSpacing: number;
|
|
35802
35802
|
fee: number;
|
|
35803
35803
|
}>;
|
|
35804
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
35804
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
35805
35805
|
readonly type: "function";
|
|
35806
35806
|
readonly name: "batchGetRefTick";
|
|
35807
35807
|
readonly inputs: readonly [{
|
|
@@ -36503,7 +36503,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36503
36503
|
}];
|
|
36504
36504
|
readonly stateMutability: "view";
|
|
36505
36505
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
36506
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
36506
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
36507
36507
|
readonly type: "function";
|
|
36508
36508
|
readonly name: "batchGetRefTick";
|
|
36509
36509
|
readonly inputs: readonly [{
|
|
@@ -37224,7 +37224,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37224
37224
|
createdAt: bigint;
|
|
37225
37225
|
liquidities: readonly bigint[];
|
|
37226
37226
|
}[], bigint, boolean]>;
|
|
37227
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
37227
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem117.Prettify<viem117.UnionOmit<viem117.ReadContractParameters<readonly [{
|
|
37228
37228
|
readonly type: "function";
|
|
37229
37229
|
readonly name: "batchGetRefTick";
|
|
37230
37230
|
readonly inputs: readonly [{
|
|
@@ -38889,4 +38889,4 @@ declare const erc20Abi: readonly [{
|
|
|
38889
38889
|
}];
|
|
38890
38890
|
//#endregion
|
|
38891
38891
|
export { Amount, PRICE_PRECISION, TimelockLens, TimelockMarket, TimelockMarketData, TimelockVault, UniswapMathLens, UniswapPool, erc20Abi, formatAmount, formatCondensed, formatUSD, formatVagueAmount, getErc20, getPriceAtTick, getTickAtPrice, getTimelockLens, getTimelockMarket, getTimelockVault, getUniswapMathLens, getUniswapPool, lensAbi, liquiditiesToAmount0, liquiditiesToAmount1, liquiditiesToAmounts, optionsMarketAbi, roundTickDown, roundTickUp, scaleAmount, scalePrice, singleOwnerVaultAbi, timelockLenses, token0ToToken1, token1ToToken0, uniswapMathLensAbi, uniswapMathLenses, uniswapV3PoolAbi, unscaleAmount, unscalePrice, wrapAmount, wrapAmountUnscaled, wrapPrice, wrapPriceUnscaled, zero };
|
|
38892
|
-
//# sourceMappingURL=index-
|
|
38892
|
+
//# sourceMappingURL=index-BDp0kGVu.d.cts.map
|