timelock-sdk 0.0.2 → 0.0.3
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/package.cjs +1 -3
- package/dist/package.cjs.map +1 -1
- package/dist/package.d.cts +147 -147
- package/dist/package.d.ts +147 -147
- package/dist/package.js +1 -3
- package/dist/package.js.map +1 -1
- package/package.json +1 -1
package/dist/package.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ import * as react0 from "react";
|
|
|
2
2
|
import { ReactNode } from "react";
|
|
3
3
|
import "graphql";
|
|
4
4
|
import "graphql-request";
|
|
5
|
-
import * as
|
|
5
|
+
import * as viem116 from "viem";
|
|
6
6
|
import { Address, Client, GetContractReturnType, PublicClient } from "viem";
|
|
7
7
|
import * as _wagmi_core0 from "@wagmi/core";
|
|
8
8
|
import * as _tanstack_query_core0 from "@tanstack/query-core";
|
|
@@ -3617,7 +3617,7 @@ type TimelockLens = GetContractReturnType<typeof lensAbi, Client, Address>;
|
|
|
3617
3617
|
type UniswapMathLens = GetContractReturnType<typeof uniswapMathLensAbi, Client, Address>;
|
|
3618
3618
|
declare const getErc20: (address: Address, client: Client) => {
|
|
3619
3619
|
read: {
|
|
3620
|
-
symbol: (options?:
|
|
3620
|
+
symbol: (options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
3621
3621
|
readonly type: "constructor";
|
|
3622
3622
|
readonly inputs: readonly [{
|
|
3623
3623
|
readonly name: "name_";
|
|
@@ -3836,7 +3836,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
3836
3836
|
}];
|
|
3837
3837
|
readonly anonymous: false;
|
|
3838
3838
|
}], "symbol", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
3839
|
-
name: (options?:
|
|
3839
|
+
name: (options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
3840
3840
|
readonly type: "constructor";
|
|
3841
3841
|
readonly inputs: readonly [{
|
|
3842
3842
|
readonly name: "name_";
|
|
@@ -4055,7 +4055,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4055
4055
|
}];
|
|
4056
4056
|
readonly anonymous: false;
|
|
4057
4057
|
}], "name", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<string>;
|
|
4058
|
-
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?:
|
|
4058
|
+
allowance: (args: readonly [`0x${string}`, `0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
4059
4059
|
readonly type: "constructor";
|
|
4060
4060
|
readonly inputs: readonly [{
|
|
4061
4061
|
readonly name: "name_";
|
|
@@ -4274,7 +4274,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4274
4274
|
}];
|
|
4275
4275
|
readonly anonymous: false;
|
|
4276
4276
|
}], "allowance", readonly [`0x${string}`, `0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4277
|
-
balanceOf: (args: readonly [`0x${string}`], options?:
|
|
4277
|
+
balanceOf: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
4278
4278
|
readonly type: "constructor";
|
|
4279
4279
|
readonly inputs: readonly [{
|
|
4280
4280
|
readonly name: "name_";
|
|
@@ -4493,7 +4493,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4493
4493
|
}];
|
|
4494
4494
|
readonly anonymous: false;
|
|
4495
4495
|
}], "balanceOf", readonly [`0x${string}`]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4496
|
-
decimals: (options?:
|
|
4496
|
+
decimals: (options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
4497
4497
|
readonly type: "constructor";
|
|
4498
4498
|
readonly inputs: readonly [{
|
|
4499
4499
|
readonly name: "name_";
|
|
@@ -4712,7 +4712,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4712
4712
|
}];
|
|
4713
4713
|
readonly anonymous: false;
|
|
4714
4714
|
}], "decimals", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
4715
|
-
totalSupply: (options?:
|
|
4715
|
+
totalSupply: (options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
4716
4716
|
readonly type: "constructor";
|
|
4717
4717
|
readonly inputs: readonly [{
|
|
4718
4718
|
readonly name: "name_";
|
|
@@ -4933,7 +4933,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
4933
4933
|
}], "totalSupply", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
4934
4934
|
};
|
|
4935
4935
|
estimateGas: {
|
|
4936
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
4936
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
4937
4937
|
readonly type: "constructor";
|
|
4938
4938
|
readonly inputs: readonly [{
|
|
4939
4939
|
readonly name: "name_";
|
|
@@ -5151,8 +5151,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5151
5151
|
readonly internalType: "uint256";
|
|
5152
5152
|
}];
|
|
5153
5153
|
readonly anonymous: false;
|
|
5154
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
5155
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
5154
|
+
}], "approve", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
5155
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
5156
5156
|
readonly type: "constructor";
|
|
5157
5157
|
readonly inputs: readonly [{
|
|
5158
5158
|
readonly name: "name_";
|
|
@@ -5370,8 +5370,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5370
5370
|
readonly internalType: "uint256";
|
|
5371
5371
|
}];
|
|
5372
5372
|
readonly anonymous: false;
|
|
5373
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
5374
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
5373
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
5374
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
5375
5375
|
readonly type: "constructor";
|
|
5376
5376
|
readonly inputs: readonly [{
|
|
5377
5377
|
readonly name: "name_";
|
|
@@ -5589,8 +5589,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5589
5589
|
readonly internalType: "uint256";
|
|
5590
5590
|
}];
|
|
5591
5591
|
readonly anonymous: false;
|
|
5592
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
5593
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
5592
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
5593
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
5594
5594
|
readonly type: "constructor";
|
|
5595
5595
|
readonly inputs: readonly [{
|
|
5596
5596
|
readonly name: "name_";
|
|
@@ -5808,8 +5808,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
5808
5808
|
readonly internalType: "uint256";
|
|
5809
5809
|
}];
|
|
5810
5810
|
readonly anonymous: false;
|
|
5811
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
5812
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
5811
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
5812
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
5813
5813
|
readonly type: "constructor";
|
|
5814
5814
|
readonly inputs: readonly [{
|
|
5815
5815
|
readonly name: "name_";
|
|
@@ -6027,9 +6027,9 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6027
6027
|
readonly internalType: "uint256";
|
|
6028
6028
|
}];
|
|
6029
6029
|
readonly anonymous: false;
|
|
6030
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
6030
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
6031
6031
|
} & {
|
|
6032
|
-
approve: (args: readonly [`0x${string}`, bigint], options:
|
|
6032
|
+
approve: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
6033
6033
|
readonly type: "constructor";
|
|
6034
6034
|
readonly inputs: readonly [{
|
|
6035
6035
|
readonly name: "name_";
|
|
@@ -6247,8 +6247,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6247
6247
|
readonly internalType: "uint256";
|
|
6248
6248
|
}];
|
|
6249
6249
|
readonly anonymous: false;
|
|
6250
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
6251
|
-
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
6250
|
+
}], "approve", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
6251
|
+
decreaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
6252
6252
|
readonly type: "constructor";
|
|
6253
6253
|
readonly inputs: readonly [{
|
|
6254
6254
|
readonly name: "name_";
|
|
@@ -6466,8 +6466,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6466
6466
|
readonly internalType: "uint256";
|
|
6467
6467
|
}];
|
|
6468
6468
|
readonly anonymous: false;
|
|
6469
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
6470
|
-
increaseAllowance: (args: readonly [`0x${string}`, bigint], options:
|
|
6469
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
6470
|
+
increaseAllowance: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
6471
6471
|
readonly type: "constructor";
|
|
6472
6472
|
readonly inputs: readonly [{
|
|
6473
6473
|
readonly name: "name_";
|
|
@@ -6685,8 +6685,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6685
6685
|
readonly internalType: "uint256";
|
|
6686
6686
|
}];
|
|
6687
6687
|
readonly anonymous: false;
|
|
6688
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
6689
|
-
transfer: (args: readonly [`0x${string}`, bigint], options:
|
|
6688
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
6689
|
+
transfer: (args: readonly [`0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
6690
6690
|
readonly type: "constructor";
|
|
6691
6691
|
readonly inputs: readonly [{
|
|
6692
6692
|
readonly name: "name_";
|
|
@@ -6904,8 +6904,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
6904
6904
|
readonly internalType: "uint256";
|
|
6905
6905
|
}];
|
|
6906
6906
|
readonly anonymous: false;
|
|
6907
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
6908
|
-
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options:
|
|
6907
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
6908
|
+
transferFrom: (args: readonly [`0x${string}`, `0x${string}`, bigint], options: viem116.Prettify<viem116.UnionOmit<viem116.EstimateContractGasParameters<readonly [{
|
|
6909
6909
|
readonly type: "constructor";
|
|
6910
6910
|
readonly inputs: readonly [{
|
|
6911
6911
|
readonly name: "name_";
|
|
@@ -7123,10 +7123,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7123
7123
|
readonly internalType: "uint256";
|
|
7124
7124
|
}];
|
|
7125
7125
|
readonly anonymous: false;
|
|
7126
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
7126
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem116.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem116.EstimateContractGasReturnType>;
|
|
7127
7127
|
};
|
|
7128
7128
|
simulate: {
|
|
7129
|
-
approve: <chainOverride extends
|
|
7129
|
+
approve: <chainOverride extends viem116.Chain | undefined = undefined, accountOverride extends viem116.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem116.SimulateContractParameters<readonly [{
|
|
7130
7130
|
readonly type: "constructor";
|
|
7131
7131
|
readonly inputs: readonly [{
|
|
7132
7132
|
readonly name: "name_";
|
|
@@ -7344,7 +7344,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7344
7344
|
readonly internalType: "uint256";
|
|
7345
7345
|
}];
|
|
7346
7346
|
readonly anonymous: false;
|
|
7347
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
7347
|
+
}], "approve", readonly [`0x${string}`, bigint], viem116.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem116.SimulateContractReturnType<readonly [{
|
|
7348
7348
|
readonly type: "constructor";
|
|
7349
7349
|
readonly inputs: readonly [{
|
|
7350
7350
|
readonly name: "name_";
|
|
@@ -7562,8 +7562,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7562
7562
|
readonly internalType: "uint256";
|
|
7563
7563
|
}];
|
|
7564
7564
|
readonly anonymous: false;
|
|
7565
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
7566
|
-
decreaseAllowance: <chainOverride extends
|
|
7565
|
+
}], "approve", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.Account | undefined, chainOverride, accountOverride>>;
|
|
7566
|
+
decreaseAllowance: <chainOverride extends viem116.Chain | undefined = undefined, accountOverride extends viem116.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem116.SimulateContractParameters<readonly [{
|
|
7567
7567
|
readonly type: "constructor";
|
|
7568
7568
|
readonly inputs: readonly [{
|
|
7569
7569
|
readonly name: "name_";
|
|
@@ -7781,7 +7781,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7781
7781
|
readonly internalType: "uint256";
|
|
7782
7782
|
}];
|
|
7783
7783
|
readonly anonymous: false;
|
|
7784
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
7784
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem116.SimulateContractReturnType<readonly [{
|
|
7785
7785
|
readonly type: "constructor";
|
|
7786
7786
|
readonly inputs: readonly [{
|
|
7787
7787
|
readonly name: "name_";
|
|
@@ -7999,8 +7999,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
7999
7999
|
readonly internalType: "uint256";
|
|
8000
8000
|
}];
|
|
8001
8001
|
readonly anonymous: false;
|
|
8002
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
8003
|
-
increaseAllowance: <chainOverride extends
|
|
8002
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.Account | undefined, chainOverride, accountOverride>>;
|
|
8003
|
+
increaseAllowance: <chainOverride extends viem116.Chain | undefined = undefined, accountOverride extends viem116.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem116.SimulateContractParameters<readonly [{
|
|
8004
8004
|
readonly type: "constructor";
|
|
8005
8005
|
readonly inputs: readonly [{
|
|
8006
8006
|
readonly name: "name_";
|
|
@@ -8218,7 +8218,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8218
8218
|
readonly internalType: "uint256";
|
|
8219
8219
|
}];
|
|
8220
8220
|
readonly anonymous: false;
|
|
8221
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
8221
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem116.SimulateContractReturnType<readonly [{
|
|
8222
8222
|
readonly type: "constructor";
|
|
8223
8223
|
readonly inputs: readonly [{
|
|
8224
8224
|
readonly name: "name_";
|
|
@@ -8436,8 +8436,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8436
8436
|
readonly internalType: "uint256";
|
|
8437
8437
|
}];
|
|
8438
8438
|
readonly anonymous: false;
|
|
8439
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
8440
|
-
transfer: <chainOverride extends
|
|
8439
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.Account | undefined, chainOverride, accountOverride>>;
|
|
8440
|
+
transfer: <chainOverride extends viem116.Chain | undefined = undefined, accountOverride extends viem116.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, bigint], options?: Omit<viem116.SimulateContractParameters<readonly [{
|
|
8441
8441
|
readonly type: "constructor";
|
|
8442
8442
|
readonly inputs: readonly [{
|
|
8443
8443
|
readonly name: "name_";
|
|
@@ -8655,7 +8655,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8655
8655
|
readonly internalType: "uint256";
|
|
8656
8656
|
}];
|
|
8657
8657
|
readonly anonymous: false;
|
|
8658
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
8658
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem116.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem116.SimulateContractReturnType<readonly [{
|
|
8659
8659
|
readonly type: "constructor";
|
|
8660
8660
|
readonly inputs: readonly [{
|
|
8661
8661
|
readonly name: "name_";
|
|
@@ -8873,8 +8873,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
8873
8873
|
readonly internalType: "uint256";
|
|
8874
8874
|
}];
|
|
8875
8875
|
readonly anonymous: false;
|
|
8876
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
8877
|
-
transferFrom: <chainOverride extends
|
|
8876
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.Account | undefined, chainOverride, accountOverride>>;
|
|
8877
|
+
transferFrom: <chainOverride extends viem116.Chain | undefined = undefined, accountOverride extends viem116.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, `0x${string}`, bigint], options?: Omit<viem116.SimulateContractParameters<readonly [{
|
|
8878
8878
|
readonly type: "constructor";
|
|
8879
8879
|
readonly inputs: readonly [{
|
|
8880
8880
|
readonly name: "name_";
|
|
@@ -9092,7 +9092,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9092
9092
|
readonly internalType: "uint256";
|
|
9093
9093
|
}];
|
|
9094
9094
|
readonly anonymous: false;
|
|
9095
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
9095
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem116.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem116.SimulateContractReturnType<readonly [{
|
|
9096
9096
|
readonly type: "constructor";
|
|
9097
9097
|
readonly inputs: readonly [{
|
|
9098
9098
|
readonly name: "name_";
|
|
@@ -9310,7 +9310,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9310
9310
|
readonly internalType: "uint256";
|
|
9311
9311
|
}];
|
|
9312
9312
|
readonly anonymous: false;
|
|
9313
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
9313
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem116.Chain | undefined, viem116.Account | undefined, chainOverride, accountOverride>>;
|
|
9314
9314
|
};
|
|
9315
9315
|
createEventFilter: {
|
|
9316
9316
|
Approval: <const args extends {
|
|
@@ -9326,11 +9326,11 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9326
9326
|
owner?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9327
9327
|
spender?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9328
9328
|
} ? T extends args ? Readonly<args> : never : never : never), options?: ({
|
|
9329
|
-
fromBlock?: bigint |
|
|
9330
|
-
toBlock?: bigint |
|
|
9329
|
+
fromBlock?: bigint | viem116.BlockTag | undefined;
|
|
9330
|
+
toBlock?: bigint | viem116.BlockTag | undefined;
|
|
9331
9331
|
} & {
|
|
9332
9332
|
strict?: strict | undefined;
|
|
9333
|
-
}) | undefined) => Promise<
|
|
9333
|
+
}) | undefined) => Promise<viem116.CreateContractEventFilterReturnType<readonly [{
|
|
9334
9334
|
readonly type: "constructor";
|
|
9335
9335
|
readonly inputs: readonly [{
|
|
9336
9336
|
readonly name: "name_";
|
|
@@ -9562,11 +9562,11 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9562
9562
|
from?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9563
9563
|
to?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9564
9564
|
} ? T extends args ? Readonly<args> : never : never : never), options?: ({
|
|
9565
|
-
fromBlock?: bigint |
|
|
9566
|
-
toBlock?: bigint |
|
|
9565
|
+
fromBlock?: bigint | viem116.BlockTag | undefined;
|
|
9566
|
+
toBlock?: bigint | viem116.BlockTag | undefined;
|
|
9567
9567
|
} & {
|
|
9568
9568
|
strict?: strict | undefined;
|
|
9569
|
-
}) | undefined) => Promise<
|
|
9569
|
+
}) | undefined) => Promise<viem116.CreateContractEventFilterReturnType<readonly [{
|
|
9570
9570
|
readonly type: "constructor";
|
|
9571
9571
|
readonly inputs: readonly [{
|
|
9572
9572
|
readonly name: "name_";
|
|
@@ -9792,10 +9792,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
9792
9792
|
spender?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
9793
9793
|
} | undefined, options?: {
|
|
9794
9794
|
strict?: boolean | undefined;
|
|
9795
|
-
fromBlock?: bigint |
|
|
9796
|
-
toBlock?: bigint |
|
|
9795
|
+
fromBlock?: bigint | viem116.BlockTag | undefined;
|
|
9796
|
+
toBlock?: bigint | viem116.BlockTag | undefined;
|
|
9797
9797
|
blockHash?: `0x${string}` | undefined;
|
|
9798
|
-
} | undefined) => Promise<
|
|
9798
|
+
} | undefined) => Promise<viem116.GetContractEventsReturnType<readonly [{
|
|
9799
9799
|
readonly type: "constructor";
|
|
9800
9800
|
readonly inputs: readonly [{
|
|
9801
9801
|
readonly name: "name_";
|
|
@@ -10019,10 +10019,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10019
10019
|
to?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
10020
10020
|
} | undefined, options?: {
|
|
10021
10021
|
strict?: boolean | undefined;
|
|
10022
|
-
fromBlock?: bigint |
|
|
10023
|
-
toBlock?: bigint |
|
|
10022
|
+
fromBlock?: bigint | viem116.BlockTag | undefined;
|
|
10023
|
+
toBlock?: bigint | viem116.BlockTag | undefined;
|
|
10024
10024
|
blockHash?: `0x${string}` | undefined;
|
|
10025
|
-
} | undefined) => Promise<
|
|
10025
|
+
} | undefined) => Promise<viem116.GetContractEventsReturnType<readonly [{
|
|
10026
10026
|
readonly type: "constructor";
|
|
10027
10027
|
readonly inputs: readonly [{
|
|
10028
10028
|
readonly name: "name_";
|
|
@@ -10252,7 +10252,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10252
10252
|
strict?: boolean | undefined;
|
|
10253
10253
|
fromBlock?: bigint | undefined;
|
|
10254
10254
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
10255
|
-
onLogs:
|
|
10255
|
+
onLogs: viem116.WatchContractEventOnLogsFn<readonly [{
|
|
10256
10256
|
readonly type: "constructor";
|
|
10257
10257
|
readonly inputs: readonly [{
|
|
10258
10258
|
readonly name: "name_";
|
|
@@ -10472,7 +10472,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10472
10472
|
readonly anonymous: false;
|
|
10473
10473
|
}], "Approval", undefined>;
|
|
10474
10474
|
poll?: true | undefined | undefined;
|
|
10475
|
-
}) =>
|
|
10475
|
+
}) => viem116.WatchContractEventReturnType;
|
|
10476
10476
|
Transfer: (args: {
|
|
10477
10477
|
from?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
10478
10478
|
to?: `0x${string}` | `0x${string}`[] | null | undefined;
|
|
@@ -10482,7 +10482,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10482
10482
|
strict?: boolean | undefined;
|
|
10483
10483
|
fromBlock?: bigint | undefined;
|
|
10484
10484
|
onError?: ((error: Error) => void) | undefined | undefined;
|
|
10485
|
-
onLogs:
|
|
10485
|
+
onLogs: viem116.WatchContractEventOnLogsFn<readonly [{
|
|
10486
10486
|
readonly type: "constructor";
|
|
10487
10487
|
readonly inputs: readonly [{
|
|
10488
10488
|
readonly name: "name_";
|
|
@@ -10702,10 +10702,10 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10702
10702
|
readonly anonymous: false;
|
|
10703
10703
|
}], "Transfer", undefined>;
|
|
10704
10704
|
poll?: true | undefined | undefined;
|
|
10705
|
-
}) =>
|
|
10705
|
+
}) => viem116.WatchContractEventReturnType;
|
|
10706
10706
|
};
|
|
10707
10707
|
write: {
|
|
10708
|
-
approve: <chainOverride extends
|
|
10708
|
+
approve: <chainOverride extends viem116.Chain | undefined, options extends (viem116.UnionOmit<viem116.WriteContractParameters<readonly [{
|
|
10709
10709
|
readonly type: "constructor";
|
|
10710
10710
|
readonly inputs: readonly [{
|
|
10711
10711
|
readonly name: "name_";
|
|
@@ -10923,8 +10923,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
10923
10923
|
readonly internalType: "uint256";
|
|
10924
10924
|
}];
|
|
10925
10925
|
readonly anonymous: false;
|
|
10926
|
-
}], "approve", readonly [`0x${string}`, bigint],
|
|
10927
|
-
decreaseAllowance: <chainOverride extends
|
|
10926
|
+
}], "approve", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.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<viem116.WriteContractReturnType>;
|
|
10927
|
+
decreaseAllowance: <chainOverride extends viem116.Chain | undefined, options extends (viem116.UnionOmit<viem116.WriteContractParameters<readonly [{
|
|
10928
10928
|
readonly type: "constructor";
|
|
10929
10929
|
readonly inputs: readonly [{
|
|
10930
10930
|
readonly name: "name_";
|
|
@@ -11142,8 +11142,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11142
11142
|
readonly internalType: "uint256";
|
|
11143
11143
|
}];
|
|
11144
11144
|
readonly anonymous: false;
|
|
11145
|
-
}], "decreaseAllowance", readonly [`0x${string}`, bigint],
|
|
11146
|
-
increaseAllowance: <chainOverride extends
|
|
11145
|
+
}], "decreaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.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<viem116.WriteContractReturnType>;
|
|
11146
|
+
increaseAllowance: <chainOverride extends viem116.Chain | undefined, options extends (viem116.UnionOmit<viem116.WriteContractParameters<readonly [{
|
|
11147
11147
|
readonly type: "constructor";
|
|
11148
11148
|
readonly inputs: readonly [{
|
|
11149
11149
|
readonly name: "name_";
|
|
@@ -11361,8 +11361,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11361
11361
|
readonly internalType: "uint256";
|
|
11362
11362
|
}];
|
|
11363
11363
|
readonly anonymous: false;
|
|
11364
|
-
}], "increaseAllowance", readonly [`0x${string}`, bigint],
|
|
11365
|
-
transfer: <chainOverride extends
|
|
11364
|
+
}], "increaseAllowance", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.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<viem116.WriteContractReturnType>;
|
|
11365
|
+
transfer: <chainOverride extends viem116.Chain | undefined, options extends (viem116.UnionOmit<viem116.WriteContractParameters<readonly [{
|
|
11366
11366
|
readonly type: "constructor";
|
|
11367
11367
|
readonly inputs: readonly [{
|
|
11368
11368
|
readonly name: "name_";
|
|
@@ -11580,8 +11580,8 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11580
11580
|
readonly internalType: "uint256";
|
|
11581
11581
|
}];
|
|
11582
11582
|
readonly anonymous: false;
|
|
11583
|
-
}], "transfer", readonly [`0x${string}`, bigint],
|
|
11584
|
-
transferFrom: <chainOverride extends
|
|
11583
|
+
}], "transfer", readonly [`0x${string}`, bigint], viem116.Chain | undefined, viem116.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<viem116.WriteContractReturnType>;
|
|
11584
|
+
transferFrom: <chainOverride extends viem116.Chain | undefined, options extends (viem116.UnionOmit<viem116.WriteContractParameters<readonly [{
|
|
11585
11585
|
readonly type: "constructor";
|
|
11586
11586
|
readonly inputs: readonly [{
|
|
11587
11587
|
readonly name: "name_";
|
|
@@ -11799,7 +11799,7 @@ declare const getErc20: (address: Address, client: Client) => {
|
|
|
11799
11799
|
readonly internalType: "uint256";
|
|
11800
11800
|
}];
|
|
11801
11801
|
readonly anonymous: false;
|
|
11802
|
-
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint],
|
|
11802
|
+
}], "transferFrom", readonly [`0x${string}`, `0x${string}`, bigint], viem116.Chain | undefined, viem116.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<viem116.WriteContractReturnType>;
|
|
11803
11803
|
};
|
|
11804
11804
|
address: `0x${string}`;
|
|
11805
11805
|
abi: readonly [{
|
|
@@ -12027,7 +12027,7 @@ declare const getTimelockMarket: (address: Address, client: Client) => TimelockM
|
|
|
12027
12027
|
declare const getUniswapPool: (address: Address, client: Client) => UniswapPool;
|
|
12028
12028
|
declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
12029
12029
|
read: {
|
|
12030
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
12030
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
12031
12031
|
readonly type: "function";
|
|
12032
12032
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12033
12033
|
readonly inputs: readonly [{
|
|
@@ -12648,7 +12648,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
12648
12648
|
}];
|
|
12649
12649
|
readonly stateMutability: "pure";
|
|
12650
12650
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
12651
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
12651
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
12652
12652
|
readonly type: "function";
|
|
12653
12653
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
12654
12654
|
readonly inputs: readonly [{
|
|
@@ -13269,7 +13269,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13269
13269
|
}];
|
|
13270
13270
|
readonly stateMutability: "pure";
|
|
13271
13271
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13272
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
13272
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
13273
13273
|
readonly type: "function";
|
|
13274
13274
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13275
13275
|
readonly inputs: readonly [{
|
|
@@ -13890,7 +13890,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
13890
13890
|
}];
|
|
13891
13891
|
readonly stateMutability: "pure";
|
|
13892
13892
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
13893
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
13893
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
13894
13894
|
readonly type: "function";
|
|
13895
13895
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
13896
13896
|
readonly inputs: readonly [{
|
|
@@ -14511,7 +14511,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
14511
14511
|
}];
|
|
14512
14512
|
readonly stateMutability: "pure";
|
|
14513
14513
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
14514
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
14514
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
14515
14515
|
readonly type: "function";
|
|
14516
14516
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
14517
14517
|
readonly inputs: readonly [{
|
|
@@ -15132,7 +15132,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15132
15132
|
}];
|
|
15133
15133
|
readonly stateMutability: "pure";
|
|
15134
15134
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
15135
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
15135
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
15136
15136
|
readonly type: "function";
|
|
15137
15137
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15138
15138
|
readonly inputs: readonly [{
|
|
@@ -15753,7 +15753,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
15753
15753
|
}];
|
|
15754
15754
|
readonly stateMutability: "pure";
|
|
15755
15755
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
15756
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
15756
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
15757
15757
|
readonly type: "function";
|
|
15758
15758
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
15759
15759
|
readonly inputs: readonly [{
|
|
@@ -16374,7 +16374,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16374
16374
|
}];
|
|
16375
16375
|
readonly stateMutability: "pure";
|
|
16376
16376
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
16377
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
16377
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
16378
16378
|
readonly type: "function";
|
|
16379
16379
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
16380
16380
|
readonly inputs: readonly [{
|
|
@@ -16995,7 +16995,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
16995
16995
|
}];
|
|
16996
16996
|
readonly stateMutability: "pure";
|
|
16997
16997
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
16998
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
16998
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
16999
16999
|
readonly type: "function";
|
|
17000
17000
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17001
17001
|
readonly inputs: readonly [{
|
|
@@ -17616,7 +17616,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
17616
17616
|
}];
|
|
17617
17617
|
readonly stateMutability: "pure";
|
|
17618
17618
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
17619
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
17619
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
17620
17620
|
readonly type: "function";
|
|
17621
17621
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
17622
17622
|
readonly inputs: readonly [{
|
|
@@ -18237,7 +18237,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18237
18237
|
}];
|
|
18238
18238
|
readonly stateMutability: "pure";
|
|
18239
18239
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18240
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
18240
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
18241
18241
|
readonly type: "function";
|
|
18242
18242
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18243
18243
|
readonly inputs: readonly [{
|
|
@@ -18858,7 +18858,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
18858
18858
|
}];
|
|
18859
18859
|
readonly stateMutability: "pure";
|
|
18860
18860
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
18861
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
18861
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
18862
18862
|
readonly type: "function";
|
|
18863
18863
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
18864
18864
|
readonly inputs: readonly [{
|
|
@@ -19479,7 +19479,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
19479
19479
|
}];
|
|
19480
19480
|
readonly stateMutability: "pure";
|
|
19481
19481
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
19482
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
19482
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
19483
19483
|
readonly type: "function";
|
|
19484
19484
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
19485
19485
|
readonly inputs: readonly [{
|
|
@@ -20100,7 +20100,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20100
20100
|
}];
|
|
20101
20101
|
readonly stateMutability: "pure";
|
|
20102
20102
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
20103
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
20103
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
20104
20104
|
readonly type: "function";
|
|
20105
20105
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20106
20106
|
readonly inputs: readonly [{
|
|
@@ -20721,7 +20721,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
20721
20721
|
}];
|
|
20722
20722
|
readonly stateMutability: "pure";
|
|
20723
20723
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
20724
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
20724
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
20725
20725
|
readonly type: "function";
|
|
20726
20726
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
20727
20727
|
readonly inputs: readonly [{
|
|
@@ -21342,7 +21342,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
21342
21342
|
}];
|
|
21343
21343
|
readonly stateMutability: "pure";
|
|
21344
21344
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21345
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
21345
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
21346
21346
|
readonly type: "function";
|
|
21347
21347
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21348
21348
|
readonly inputs: readonly [{
|
|
@@ -21963,7 +21963,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
21963
21963
|
}];
|
|
21964
21964
|
readonly stateMutability: "pure";
|
|
21965
21965
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
21966
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
21966
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
21967
21967
|
readonly type: "function";
|
|
21968
21968
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
21969
21969
|
readonly inputs: readonly [{
|
|
@@ -22584,7 +22584,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
22584
22584
|
}];
|
|
22585
22585
|
readonly stateMutability: "pure";
|
|
22586
22586
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
22587
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
22587
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
22588
22588
|
readonly type: "function";
|
|
22589
22589
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
22590
22590
|
readonly inputs: readonly [{
|
|
@@ -23205,7 +23205,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
23205
23205
|
}];
|
|
23206
23206
|
readonly stateMutability: "pure";
|
|
23207
23207
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
23208
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
23208
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
23209
23209
|
readonly type: "function";
|
|
23210
23210
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23211
23211
|
readonly inputs: readonly [{
|
|
@@ -23826,7 +23826,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
23826
23826
|
}];
|
|
23827
23827
|
readonly stateMutability: "pure";
|
|
23828
23828
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
23829
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
23829
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
23830
23830
|
readonly type: "function";
|
|
23831
23831
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
23832
23832
|
readonly inputs: readonly [{
|
|
@@ -24447,7 +24447,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
24447
24447
|
}];
|
|
24448
24448
|
readonly stateMutability: "pure";
|
|
24449
24449
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
24450
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
24450
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
24451
24451
|
readonly type: "function";
|
|
24452
24452
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
24453
24453
|
readonly inputs: readonly [{
|
|
@@ -25068,7 +25068,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
25068
25068
|
}];
|
|
25069
25069
|
readonly stateMutability: "pure";
|
|
25070
25070
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25071
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
25071
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
25072
25072
|
readonly type: "function";
|
|
25073
25073
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25074
25074
|
readonly inputs: readonly [{
|
|
@@ -25689,7 +25689,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
25689
25689
|
}];
|
|
25690
25690
|
readonly stateMutability: "pure";
|
|
25691
25691
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
25692
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
25692
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
25693
25693
|
readonly type: "function";
|
|
25694
25694
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
25695
25695
|
readonly inputs: readonly [{
|
|
@@ -26310,7 +26310,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
26310
26310
|
}];
|
|
26311
26311
|
readonly stateMutability: "pure";
|
|
26312
26312
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26313
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
26313
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
26314
26314
|
readonly type: "function";
|
|
26315
26315
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26316
26316
|
readonly inputs: readonly [{
|
|
@@ -26931,7 +26931,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
26931
26931
|
}];
|
|
26932
26932
|
readonly stateMutability: "pure";
|
|
26933
26933
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
26934
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
26934
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
26935
26935
|
readonly type: "function";
|
|
26936
26936
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
26937
26937
|
readonly inputs: readonly [{
|
|
@@ -27552,7 +27552,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
27552
27552
|
}];
|
|
27553
27553
|
readonly stateMutability: "pure";
|
|
27554
27554
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
27555
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
27555
|
+
getPriceAtTick: (args: readonly [number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
27556
27556
|
readonly type: "function";
|
|
27557
27557
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
27558
27558
|
readonly inputs: readonly [{
|
|
@@ -28799,7 +28799,7 @@ declare const getUniswapMathLens: (client: Client | PublicClient) => {
|
|
|
28799
28799
|
};
|
|
28800
28800
|
declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
28801
28801
|
read: {
|
|
28802
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
28802
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
28803
28803
|
readonly type: "function";
|
|
28804
28804
|
readonly name: "batchGetRefTick";
|
|
28805
28805
|
readonly inputs: readonly [{
|
|
@@ -29501,7 +29501,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
29501
29501
|
}];
|
|
29502
29502
|
readonly stateMutability: "view";
|
|
29503
29503
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
29504
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
29504
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
29505
29505
|
readonly type: "function";
|
|
29506
29506
|
readonly name: "batchGetRefTick";
|
|
29507
29507
|
readonly inputs: readonly [{
|
|
@@ -30213,7 +30213,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30213
30213
|
borrowedAmount0: bigint;
|
|
30214
30214
|
borrowedAmount1: bigint;
|
|
30215
30215
|
}[]>;
|
|
30216
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
30216
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
30217
30217
|
readonly type: "function";
|
|
30218
30218
|
readonly name: "batchGetRefTick";
|
|
30219
30219
|
readonly inputs: readonly [{
|
|
@@ -30934,7 +30934,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
30934
30934
|
createdAt: bigint;
|
|
30935
30935
|
liquidities: readonly bigint[];
|
|
30936
30936
|
}[], bigint, boolean]>;
|
|
30937
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
30937
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
30938
30938
|
readonly type: "function";
|
|
30939
30939
|
readonly name: "batchGetRefTick";
|
|
30940
30940
|
readonly inputs: readonly [{
|
|
@@ -31636,7 +31636,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
31636
31636
|
}];
|
|
31637
31637
|
readonly stateMutability: "view";
|
|
31638
31638
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
31639
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
31639
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
31640
31640
|
readonly type: "function";
|
|
31641
31641
|
readonly name: "batchGetRefTick";
|
|
31642
31642
|
readonly inputs: readonly [{
|
|
@@ -32351,7 +32351,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
32351
32351
|
payoutAssetName: string;
|
|
32352
32352
|
optionsCount: bigint;
|
|
32353
32353
|
}>;
|
|
32354
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
32354
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
32355
32355
|
readonly type: "function";
|
|
32356
32356
|
readonly name: "batchGetRefTick";
|
|
32357
32357
|
readonly inputs: readonly [{
|
|
@@ -33053,7 +33053,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33053
33053
|
}];
|
|
33054
33054
|
readonly stateMutability: "view";
|
|
33055
33055
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
33056
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
33056
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
33057
33057
|
readonly type: "function";
|
|
33058
33058
|
readonly name: "batchGetRefTick";
|
|
33059
33059
|
readonly inputs: readonly [{
|
|
@@ -33755,7 +33755,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
33755
33755
|
}];
|
|
33756
33756
|
readonly stateMutability: "view";
|
|
33757
33757
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
33758
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
33758
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
33759
33759
|
readonly type: "function";
|
|
33760
33760
|
readonly name: "batchGetRefTick";
|
|
33761
33761
|
readonly inputs: readonly [{
|
|
@@ -34476,7 +34476,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
34476
34476
|
createdAt: bigint;
|
|
34477
34477
|
liquidities: readonly bigint[];
|
|
34478
34478
|
}>;
|
|
34479
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
34479
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
34480
34480
|
readonly type: "function";
|
|
34481
34481
|
readonly name: "batchGetRefTick";
|
|
34482
34482
|
readonly inputs: readonly [{
|
|
@@ -35197,7 +35197,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35197
35197
|
createdAt: bigint;
|
|
35198
35198
|
liquidities: readonly bigint[];
|
|
35199
35199
|
}[]>;
|
|
35200
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
35200
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
35201
35201
|
readonly type: "function";
|
|
35202
35202
|
readonly name: "batchGetRefTick";
|
|
35203
35203
|
readonly inputs: readonly [{
|
|
@@ -35910,7 +35910,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
35910
35910
|
tickSpacing: number;
|
|
35911
35911
|
fee: number;
|
|
35912
35912
|
}>;
|
|
35913
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
35913
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
35914
35914
|
readonly type: "function";
|
|
35915
35915
|
readonly name: "batchGetRefTick";
|
|
35916
35916
|
readonly inputs: readonly [{
|
|
@@ -36612,7 +36612,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
36612
36612
|
}];
|
|
36613
36613
|
readonly stateMutability: "view";
|
|
36614
36614
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
36615
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
36615
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
36616
36616
|
readonly type: "function";
|
|
36617
36617
|
readonly name: "batchGetRefTick";
|
|
36618
36618
|
readonly inputs: readonly [{
|
|
@@ -37333,7 +37333,7 @@ declare const getTimelockLens: (client: Client | PublicClient) => {
|
|
|
37333
37333
|
createdAt: bigint;
|
|
37334
37334
|
liquidities: readonly bigint[];
|
|
37335
37335
|
}[], bigint, boolean]>;
|
|
37336
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
37336
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
37337
37337
|
readonly type: "function";
|
|
37338
37338
|
readonly name: "batchGetRefTick";
|
|
37339
37339
|
readonly inputs: readonly [{
|
|
@@ -40704,14 +40704,14 @@ declare const useVaultTVL: (vault?: Address | TimelockVault) => {
|
|
|
40704
40704
|
totalAmount1: Amount | undefined;
|
|
40705
40705
|
borrowedAmount0: Amount | undefined;
|
|
40706
40706
|
borrowedAmount1: Amount | undefined;
|
|
40707
|
-
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint],
|
|
40707
|
+
refetch: (options?: _tanstack_query_core0.RefetchOptions) => Promise<_tanstack_query_core0.QueryObserverResult<readonly [bigint, bigint, bigint, bigint, bigint, bigint], viem116.ReadContractErrorType>>;
|
|
40708
40708
|
};
|
|
40709
40709
|
//#endregion
|
|
40710
40710
|
//#region src/hooks/useLens.d.ts
|
|
40711
40711
|
declare const useLens: () => {
|
|
40712
40712
|
uniswapLens: {
|
|
40713
40713
|
read: {
|
|
40714
|
-
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
40714
|
+
batchGetAmount0ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
40715
40715
|
readonly type: "function";
|
|
40716
40716
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
40717
40717
|
readonly inputs: readonly [{
|
|
@@ -41332,7 +41332,7 @@ declare const useLens: () => {
|
|
|
41332
41332
|
}];
|
|
41333
41333
|
readonly stateMutability: "pure";
|
|
41334
41334
|
}], "batchGetAmount0ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
41335
|
-
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
41335
|
+
batchGetAmount0ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
41336
41336
|
readonly type: "function";
|
|
41337
41337
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
41338
41338
|
readonly inputs: readonly [{
|
|
@@ -41953,7 +41953,7 @@ declare const useLens: () => {
|
|
|
41953
41953
|
}];
|
|
41954
41954
|
readonly stateMutability: "pure";
|
|
41955
41955
|
}], "batchGetAmount0ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
41956
|
-
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
41956
|
+
batchGetAmount1ForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
41957
41957
|
readonly type: "function";
|
|
41958
41958
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
41959
41959
|
readonly inputs: readonly [{
|
|
@@ -42574,7 +42574,7 @@ declare const useLens: () => {
|
|
|
42574
42574
|
}];
|
|
42575
42575
|
readonly stateMutability: "pure";
|
|
42576
42576
|
}], "batchGetAmount1ForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
42577
|
-
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
42577
|
+
batchGetAmount1ForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
42578
42578
|
readonly type: "function";
|
|
42579
42579
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
42580
42580
|
readonly inputs: readonly [{
|
|
@@ -43195,7 +43195,7 @@ declare const useLens: () => {
|
|
|
43195
43195
|
}];
|
|
43196
43196
|
readonly stateMutability: "pure";
|
|
43197
43197
|
}], "batchGetAmount1ForLiquidityTicks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
43198
|
-
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
43198
|
+
batchGetAmountsForLiquidity: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
43199
43199
|
readonly type: "function";
|
|
43200
43200
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
43201
43201
|
readonly inputs: readonly [{
|
|
@@ -43816,7 +43816,7 @@ declare const useLens: () => {
|
|
|
43816
43816
|
}];
|
|
43817
43817
|
readonly stateMutability: "pure";
|
|
43818
43818
|
}], "batchGetAmountsForLiquidity", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
43819
|
-
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?:
|
|
43819
|
+
batchGetAmountsForLiquidityTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
43820
43820
|
readonly type: "function";
|
|
43821
43821
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
43822
43822
|
readonly inputs: readonly [{
|
|
@@ -44437,7 +44437,7 @@ declare const useLens: () => {
|
|
|
44437
44437
|
}];
|
|
44438
44438
|
readonly stateMutability: "pure";
|
|
44439
44439
|
}], "batchGetAmountsForLiquidityTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [readonly bigint[], readonly bigint[]]>;
|
|
44440
|
-
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
44440
|
+
batchGetLiquidityForAmount0: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
44441
44441
|
readonly type: "function";
|
|
44442
44442
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
44443
44443
|
readonly inputs: readonly [{
|
|
@@ -45058,7 +45058,7 @@ declare const useLens: () => {
|
|
|
45058
45058
|
}];
|
|
45059
45059
|
readonly stateMutability: "pure";
|
|
45060
45060
|
}], "batchGetLiquidityForAmount0", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
45061
|
-
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
45061
|
+
batchGetLiquidityForAmount0Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
45062
45062
|
readonly type: "function";
|
|
45063
45063
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
45064
45064
|
readonly inputs: readonly [{
|
|
@@ -45679,7 +45679,7 @@ declare const useLens: () => {
|
|
|
45679
45679
|
}];
|
|
45680
45680
|
readonly stateMutability: "pure";
|
|
45681
45681
|
}], "batchGetLiquidityForAmount0Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
45682
|
-
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
45682
|
+
batchGetLiquidityForAmount1: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
45683
45683
|
readonly type: "function";
|
|
45684
45684
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
45685
45685
|
readonly inputs: readonly [{
|
|
@@ -46300,7 +46300,7 @@ declare const useLens: () => {
|
|
|
46300
46300
|
}];
|
|
46301
46301
|
readonly stateMutability: "pure";
|
|
46302
46302
|
}], "batchGetLiquidityForAmount1", readonly [readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
46303
|
-
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?:
|
|
46303
|
+
batchGetLiquidityForAmount1Ticks: (args: readonly [readonly number[], readonly number[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
46304
46304
|
readonly type: "function";
|
|
46305
46305
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
46306
46306
|
readonly inputs: readonly [{
|
|
@@ -46921,7 +46921,7 @@ declare const useLens: () => {
|
|
|
46921
46921
|
}];
|
|
46922
46922
|
readonly stateMutability: "pure";
|
|
46923
46923
|
}], "batchGetLiquidityForAmount1Ticks", readonly [readonly number[], readonly number[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
46924
|
-
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?:
|
|
46924
|
+
batchGetLiquidityForAmounts: (args: readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
46925
46925
|
readonly type: "function";
|
|
46926
46926
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
46927
46927
|
readonly inputs: readonly [{
|
|
@@ -47542,7 +47542,7 @@ declare const useLens: () => {
|
|
|
47542
47542
|
}];
|
|
47543
47543
|
readonly stateMutability: "pure";
|
|
47544
47544
|
}], "batchGetLiquidityForAmounts", readonly [readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
47545
|
-
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?:
|
|
47545
|
+
batchGetLiquidityForAmountsTicks: (args: readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
47546
47546
|
readonly type: "function";
|
|
47547
47547
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
47548
47548
|
readonly inputs: readonly [{
|
|
@@ -48163,7 +48163,7 @@ declare const useLens: () => {
|
|
|
48163
48163
|
}];
|
|
48164
48164
|
readonly stateMutability: "pure";
|
|
48165
48165
|
}], "batchGetLiquidityForAmountsTicks", readonly [readonly number[], readonly number[], readonly number[], readonly bigint[], readonly bigint[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
48166
|
-
batchGetPriceAtTick: (args: readonly [readonly number[]], options?:
|
|
48166
|
+
batchGetPriceAtTick: (args: readonly [readonly number[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
48167
48167
|
readonly type: "function";
|
|
48168
48168
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
48169
48169
|
readonly inputs: readonly [{
|
|
@@ -48784,7 +48784,7 @@ declare const useLens: () => {
|
|
|
48784
48784
|
}];
|
|
48785
48785
|
readonly stateMutability: "pure";
|
|
48786
48786
|
}], "batchGetPriceAtTick", readonly [readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly bigint[]>;
|
|
48787
|
-
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
48787
|
+
getAmount0ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
48788
48788
|
readonly type: "function";
|
|
48789
48789
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
48790
48790
|
readonly inputs: readonly [{
|
|
@@ -49405,7 +49405,7 @@ declare const useLens: () => {
|
|
|
49405
49405
|
}];
|
|
49406
49406
|
readonly stateMutability: "pure";
|
|
49407
49407
|
}], "getAmount0ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
49408
|
-
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
49408
|
+
getAmount0ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
49409
49409
|
readonly type: "function";
|
|
49410
49410
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
49411
49411
|
readonly inputs: readonly [{
|
|
@@ -50026,7 +50026,7 @@ declare const useLens: () => {
|
|
|
50026
50026
|
}];
|
|
50027
50027
|
readonly stateMutability: "pure";
|
|
50028
50028
|
}], "getAmount0ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
50029
|
-
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?:
|
|
50029
|
+
getAmount1ForLiquidity: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
50030
50030
|
readonly type: "function";
|
|
50031
50031
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
50032
50032
|
readonly inputs: readonly [{
|
|
@@ -50647,7 +50647,7 @@ declare const useLens: () => {
|
|
|
50647
50647
|
}];
|
|
50648
50648
|
readonly stateMutability: "pure";
|
|
50649
50649
|
}], "getAmount1ForLiquidity", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
50650
|
-
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?:
|
|
50650
|
+
getAmount1ForLiquidityTicks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
50651
50651
|
readonly type: "function";
|
|
50652
50652
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
50653
50653
|
readonly inputs: readonly [{
|
|
@@ -51268,7 +51268,7 @@ declare const useLens: () => {
|
|
|
51268
51268
|
}];
|
|
51269
51269
|
readonly stateMutability: "pure";
|
|
51270
51270
|
}], "getAmount1ForLiquidityTicks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
51271
|
-
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?:
|
|
51271
|
+
getAmountsForLiquidity: (args: readonly [bigint, bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
51272
51272
|
readonly type: "function";
|
|
51273
51273
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
51274
51274
|
readonly inputs: readonly [{
|
|
@@ -51889,7 +51889,7 @@ declare const useLens: () => {
|
|
|
51889
51889
|
}];
|
|
51890
51890
|
readonly stateMutability: "pure";
|
|
51891
51891
|
}], "getAmountsForLiquidity", readonly [bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
51892
|
-
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?:
|
|
51892
|
+
getAmountsForLiquidityTicks: (args: readonly [number, number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
51893
51893
|
readonly type: "function";
|
|
51894
51894
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
51895
51895
|
readonly inputs: readonly [{
|
|
@@ -52510,7 +52510,7 @@ declare const useLens: () => {
|
|
|
52510
52510
|
}];
|
|
52511
52511
|
readonly stateMutability: "pure";
|
|
52512
52512
|
}], "getAmountsForLiquidityTicks", readonly [number, number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
52513
|
-
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?:
|
|
52513
|
+
getLiquidityForAmount0: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
52514
52514
|
readonly type: "function";
|
|
52515
52515
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
52516
52516
|
readonly inputs: readonly [{
|
|
@@ -53131,7 +53131,7 @@ declare const useLens: () => {
|
|
|
53131
53131
|
}];
|
|
53132
53132
|
readonly stateMutability: "pure";
|
|
53133
53133
|
}], "getLiquidityForAmount0", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
53134
|
-
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?:
|
|
53134
|
+
getLiquidityForAmount0Ticks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
53135
53135
|
readonly type: "function";
|
|
53136
53136
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
53137
53137
|
readonly inputs: readonly [{
|
|
@@ -53752,7 +53752,7 @@ declare const useLens: () => {
|
|
|
53752
53752
|
}];
|
|
53753
53753
|
readonly stateMutability: "pure";
|
|
53754
53754
|
}], "getLiquidityForAmount0Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
53755
|
-
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?:
|
|
53755
|
+
getLiquidityForAmount1: (args: readonly [bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
53756
53756
|
readonly type: "function";
|
|
53757
53757
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
53758
53758
|
readonly inputs: readonly [{
|
|
@@ -54373,7 +54373,7 @@ declare const useLens: () => {
|
|
|
54373
54373
|
}];
|
|
54374
54374
|
readonly stateMutability: "pure";
|
|
54375
54375
|
}], "getLiquidityForAmount1", readonly [bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
54376
|
-
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?:
|
|
54376
|
+
getLiquidityForAmount1Ticks: (args: readonly [number, number, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
54377
54377
|
readonly type: "function";
|
|
54378
54378
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
54379
54379
|
readonly inputs: readonly [{
|
|
@@ -54994,7 +54994,7 @@ declare const useLens: () => {
|
|
|
54994
54994
|
}];
|
|
54995
54995
|
readonly stateMutability: "pure";
|
|
54996
54996
|
}], "getLiquidityForAmount1Ticks", readonly [number, number, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
54997
|
-
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?:
|
|
54997
|
+
getLiquidityForAmounts: (args: readonly [bigint, bigint, bigint, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
54998
54998
|
readonly type: "function";
|
|
54999
54999
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
55000
55000
|
readonly inputs: readonly [{
|
|
@@ -55615,7 +55615,7 @@ declare const useLens: () => {
|
|
|
55615
55615
|
}];
|
|
55616
55616
|
readonly stateMutability: "pure";
|
|
55617
55617
|
}], "getLiquidityForAmounts", readonly [bigint, bigint, bigint, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
55618
|
-
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?:
|
|
55618
|
+
getLiquidityForAmountsTicks: (args: readonly [number, number, number, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
55619
55619
|
readonly type: "function";
|
|
55620
55620
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
55621
55621
|
readonly inputs: readonly [{
|
|
@@ -56236,7 +56236,7 @@ declare const useLens: () => {
|
|
|
56236
56236
|
}];
|
|
56237
56237
|
readonly stateMutability: "pure";
|
|
56238
56238
|
}], "getLiquidityForAmountsTicks", readonly [number, number, number, bigint, bigint]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<bigint>;
|
|
56239
|
-
getPriceAtTick: (args: readonly [number], options?:
|
|
56239
|
+
getPriceAtTick: (args: readonly [number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
56240
56240
|
readonly type: "function";
|
|
56241
56241
|
readonly name: "batchGetAmount0ForLiquidity";
|
|
56242
56242
|
readonly inputs: readonly [{
|
|
@@ -57483,7 +57483,7 @@ declare const useLens: () => {
|
|
|
57483
57483
|
} | undefined;
|
|
57484
57484
|
timelockLens: {
|
|
57485
57485
|
read: {
|
|
57486
|
-
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?:
|
|
57486
|
+
batchGetRefTick: (args: readonly [`0x${string}`, readonly number[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
57487
57487
|
readonly type: "function";
|
|
57488
57488
|
readonly name: "batchGetRefTick";
|
|
57489
57489
|
readonly inputs: readonly [{
|
|
@@ -58185,7 +58185,7 @@ declare const useLens: () => {
|
|
|
58185
58185
|
}];
|
|
58186
58186
|
readonly stateMutability: "view";
|
|
58187
58187
|
}], "batchGetRefTick", readonly [`0x${string}`, readonly number[]]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly number[]>;
|
|
58188
|
-
getAllBlocks: (args: readonly [`0x${string}`], options?:
|
|
58188
|
+
getAllBlocks: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
58189
58189
|
readonly type: "function";
|
|
58190
58190
|
readonly name: "batchGetRefTick";
|
|
58191
58191
|
readonly inputs: readonly [{
|
|
@@ -58897,7 +58897,7 @@ declare const useLens: () => {
|
|
|
58897
58897
|
borrowedAmount0: bigint;
|
|
58898
58898
|
borrowedAmount1: bigint;
|
|
58899
58899
|
}[]>;
|
|
58900
|
-
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?:
|
|
58900
|
+
getExpiredOptions: (args: readonly [`0x${string}`, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
58901
58901
|
readonly type: "function";
|
|
58902
58902
|
readonly name: "batchGetRefTick";
|
|
58903
58903
|
readonly inputs: readonly [{
|
|
@@ -59618,7 +59618,7 @@ declare const useLens: () => {
|
|
|
59618
59618
|
createdAt: bigint;
|
|
59619
59619
|
liquidities: readonly bigint[];
|
|
59620
59620
|
}[], bigint, boolean]>;
|
|
59621
|
-
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?:
|
|
59621
|
+
getLiquidityAtTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
59622
59622
|
readonly type: "function";
|
|
59623
59623
|
readonly name: "batchGetRefTick";
|
|
59624
59624
|
readonly inputs: readonly [{
|
|
@@ -60320,7 +60320,7 @@ declare const useLens: () => {
|
|
|
60320
60320
|
}];
|
|
60321
60321
|
readonly stateMutability: "view";
|
|
60322
60322
|
}], "getLiquidityAtTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
60323
|
-
getMarketData: (args: readonly [`0x${string}`], options?:
|
|
60323
|
+
getMarketData: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
60324
60324
|
readonly type: "function";
|
|
60325
60325
|
readonly name: "batchGetRefTick";
|
|
60326
60326
|
readonly inputs: readonly [{
|
|
@@ -61035,7 +61035,7 @@ declare const useLens: () => {
|
|
|
61035
61035
|
payoutAssetName: string;
|
|
61036
61036
|
optionsCount: bigint;
|
|
61037
61037
|
}>;
|
|
61038
|
-
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?:
|
|
61038
|
+
getMaxPositionSize: (args: readonly [`0x${string}`, number, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
61039
61039
|
readonly type: "function";
|
|
61040
61040
|
readonly name: "batchGetRefTick";
|
|
61041
61041
|
readonly inputs: readonly [{
|
|
@@ -61737,7 +61737,7 @@ declare const useLens: () => {
|
|
|
61737
61737
|
}];
|
|
61738
61738
|
readonly stateMutability: "view";
|
|
61739
61739
|
}], "getMaxPositionSize", readonly [`0x${string}`, number, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
61740
|
-
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?:
|
|
61740
|
+
getMaxPositionSizeAtCurrentTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
61741
61741
|
readonly type: "function";
|
|
61742
61742
|
readonly name: "batchGetRefTick";
|
|
61743
61743
|
readonly inputs: readonly [{
|
|
@@ -62439,7 +62439,7 @@ declare const useLens: () => {
|
|
|
62439
62439
|
}];
|
|
62440
62440
|
readonly stateMutability: "view";
|
|
62441
62441
|
}], "getMaxPositionSizeAtCurrentTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<readonly [bigint, bigint]>;
|
|
62442
|
-
getOptionData: (args: readonly [`0x${string}`, bigint], options?:
|
|
62442
|
+
getOptionData: (args: readonly [`0x${string}`, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
62443
62443
|
readonly type: "function";
|
|
62444
62444
|
readonly name: "batchGetRefTick";
|
|
62445
62445
|
readonly inputs: readonly [{
|
|
@@ -63160,7 +63160,7 @@ declare const useLens: () => {
|
|
|
63160
63160
|
createdAt: bigint;
|
|
63161
63161
|
liquidities: readonly bigint[];
|
|
63162
63162
|
}>;
|
|
63163
|
-
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?:
|
|
63163
|
+
getOptionsData: (args: readonly [`0x${string}`, readonly bigint[]], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
63164
63164
|
readonly type: "function";
|
|
63165
63165
|
readonly name: "batchGetRefTick";
|
|
63166
63166
|
readonly inputs: readonly [{
|
|
@@ -63881,7 +63881,7 @@ declare const useLens: () => {
|
|
|
63881
63881
|
createdAt: bigint;
|
|
63882
63882
|
liquidities: readonly bigint[];
|
|
63883
63883
|
}[]>;
|
|
63884
|
-
getPoolData: (args: readonly [`0x${string}`], options?:
|
|
63884
|
+
getPoolData: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
63885
63885
|
readonly type: "function";
|
|
63886
63886
|
readonly name: "batchGetRefTick";
|
|
63887
63887
|
readonly inputs: readonly [{
|
|
@@ -64594,7 +64594,7 @@ declare const useLens: () => {
|
|
|
64594
64594
|
tickSpacing: number;
|
|
64595
64595
|
fee: number;
|
|
64596
64596
|
}>;
|
|
64597
|
-
getRefTick: (args: readonly [`0x${string}`, number], options?:
|
|
64597
|
+
getRefTick: (args: readonly [`0x${string}`, number], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
64598
64598
|
readonly type: "function";
|
|
64599
64599
|
readonly name: "batchGetRefTick";
|
|
64600
64600
|
readonly inputs: readonly [{
|
|
@@ -65296,7 +65296,7 @@ declare const useLens: () => {
|
|
|
65296
65296
|
}];
|
|
65297
65297
|
readonly stateMutability: "view";
|
|
65298
65298
|
}], "getRefTick", readonly [`0x${string}`, number]>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<number>;
|
|
65299
|
-
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?:
|
|
65299
|
+
getUserOptions: (args: readonly [`0x${string}`, `0x${string}`, bigint, bigint], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
65300
65300
|
readonly type: "function";
|
|
65301
65301
|
readonly name: "batchGetRefTick";
|
|
65302
65302
|
readonly inputs: readonly [{
|
|
@@ -66017,7 +66017,7 @@ declare const useLens: () => {
|
|
|
66017
66017
|
createdAt: bigint;
|
|
66018
66018
|
liquidities: readonly bigint[];
|
|
66019
66019
|
}[], bigint, boolean]>;
|
|
66020
|
-
getVaultTVL: (args: readonly [`0x${string}`], options?:
|
|
66020
|
+
getVaultTVL: (args: readonly [`0x${string}`], options?: viem116.Prettify<viem116.UnionOmit<viem116.ReadContractParameters<readonly [{
|
|
66021
66021
|
readonly type: "function";
|
|
66022
66022
|
readonly name: "batchGetRefTick";
|
|
66023
66023
|
readonly inputs: readonly [{
|