timelock-sdk 0.0.245 → 0.0.247
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 +2 -2
- package/dist/client.cjs.map +1 -1
- package/dist/client.d.cts +499 -499
- package/dist/client.d.ts +478 -478
- package/dist/client.js +4 -4
- package/dist/client.js.map +1 -1
- package/dist/{index-M4O1ki8k.d.cts → index-D4EmMTld.d.cts} +475 -475
- package/dist/{index-30QEgiSM.d.ts → index-Dn37-mKt.d.ts} +475 -475
- package/dist/package.d.cts +1 -1
- package/dist/package.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { n as lensAbi, t as optionsMarketAbi } from "./optionsMarket-fyNO91om.cjs";
|
|
2
2
|
import * as viem0 from "viem";
|
|
3
3
|
import { Address, Client, GetContractReturnType, PublicClient } from "viem";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _tanstack_react_query5 from "@tanstack/react-query";
|
|
5
5
|
import { NonUndefinedGuard } from "@tanstack/react-query";
|
|
6
6
|
import Big from "big.js";
|
|
7
7
|
|
|
@@ -25682,7 +25682,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
25682
25682
|
}], "msgSender", readonly []>, "address" | "abi" | "args" | "functionName">> | undefined) => Promise<`0x${string}`>;
|
|
25683
25683
|
};
|
|
25684
25684
|
estimateGas: {
|
|
25685
|
-
|
|
25685
|
+
_quoteExactInput: (args: readonly [params: {
|
|
25686
|
+
exactCurrency: `0x${string}`;
|
|
25687
|
+
path: readonly {
|
|
25688
|
+
intermediateCurrency: `0x${string}`;
|
|
25689
|
+
fee: number;
|
|
25690
|
+
tickSpacing: number;
|
|
25691
|
+
hooks: `0x${string}`;
|
|
25692
|
+
hookData: `0x${string}`;
|
|
25693
|
+
}[];
|
|
25694
|
+
exactAmount: bigint;
|
|
25695
|
+
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
25686
25696
|
readonly type: "function";
|
|
25687
25697
|
readonly name: "_quoteExactInput";
|
|
25688
25698
|
readonly inputs: readonly [{
|
|
@@ -26174,8 +26184,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
26174
26184
|
readonly type: "bytes";
|
|
26175
26185
|
readonly internalType: "bytes";
|
|
26176
26186
|
}];
|
|
26177
|
-
}], "
|
|
26178
|
-
_quoteExactInput: (args: readonly [params: {
|
|
26187
|
+
}], "_quoteExactInput", readonly [params: {
|
|
26179
26188
|
exactCurrency: `0x${string}`;
|
|
26180
26189
|
path: readonly {
|
|
26181
26190
|
intermediateCurrency: `0x${string}`;
|
|
@@ -26185,6 +26194,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
26185
26194
|
hookData: `0x${string}`;
|
|
26186
26195
|
}[];
|
|
26187
26196
|
exactAmount: bigint;
|
|
26197
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
26198
|
+
_quoteExactInputSingle: (args: readonly [params: {
|
|
26199
|
+
poolKey: {
|
|
26200
|
+
currency0: `0x${string}`;
|
|
26201
|
+
currency1: `0x${string}`;
|
|
26202
|
+
fee: number;
|
|
26203
|
+
tickSpacing: number;
|
|
26204
|
+
hooks: `0x${string}`;
|
|
26205
|
+
};
|
|
26206
|
+
zeroForOne: boolean;
|
|
26207
|
+
exactAmount: bigint;
|
|
26208
|
+
hookData: `0x${string}`;
|
|
26188
26209
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
26189
26210
|
readonly type: "function";
|
|
26190
26211
|
readonly name: "_quoteExactInput";
|
|
@@ -26677,18 +26698,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
26677
26698
|
readonly type: "bytes";
|
|
26678
26699
|
readonly internalType: "bytes";
|
|
26679
26700
|
}];
|
|
26680
|
-
}], "
|
|
26681
|
-
exactCurrency: `0x${string}`;
|
|
26682
|
-
path: readonly {
|
|
26683
|
-
intermediateCurrency: `0x${string}`;
|
|
26684
|
-
fee: number;
|
|
26685
|
-
tickSpacing: number;
|
|
26686
|
-
hooks: `0x${string}`;
|
|
26687
|
-
hookData: `0x${string}`;
|
|
26688
|
-
}[];
|
|
26689
|
-
exactAmount: bigint;
|
|
26690
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
26691
|
-
_quoteExactInputSingle: (args: readonly [params: {
|
|
26701
|
+
}], "_quoteExactInputSingle", readonly [params: {
|
|
26692
26702
|
poolKey: {
|
|
26693
26703
|
currency0: `0x${string}`;
|
|
26694
26704
|
currency1: `0x${string}`;
|
|
@@ -26699,6 +26709,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
26699
26709
|
zeroForOne: boolean;
|
|
26700
26710
|
exactAmount: bigint;
|
|
26701
26711
|
hookData: `0x${string}`;
|
|
26712
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
26713
|
+
_quoteExactOutput: (args: readonly [params: {
|
|
26714
|
+
exactCurrency: `0x${string}`;
|
|
26715
|
+
path: readonly {
|
|
26716
|
+
intermediateCurrency: `0x${string}`;
|
|
26717
|
+
fee: number;
|
|
26718
|
+
tickSpacing: number;
|
|
26719
|
+
hooks: `0x${string}`;
|
|
26720
|
+
hookData: `0x${string}`;
|
|
26721
|
+
}[];
|
|
26722
|
+
exactAmount: bigint;
|
|
26702
26723
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
26703
26724
|
readonly type: "function";
|
|
26704
26725
|
readonly name: "_quoteExactInput";
|
|
@@ -27191,7 +27212,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
27191
27212
|
readonly type: "bytes";
|
|
27192
27213
|
readonly internalType: "bytes";
|
|
27193
27214
|
}];
|
|
27194
|
-
}], "
|
|
27215
|
+
}], "_quoteExactOutput", readonly [params: {
|
|
27216
|
+
exactCurrency: `0x${string}`;
|
|
27217
|
+
path: readonly {
|
|
27218
|
+
intermediateCurrency: `0x${string}`;
|
|
27219
|
+
fee: number;
|
|
27220
|
+
tickSpacing: number;
|
|
27221
|
+
hooks: `0x${string}`;
|
|
27222
|
+
hookData: `0x${string}`;
|
|
27223
|
+
}[];
|
|
27224
|
+
exactAmount: bigint;
|
|
27225
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
27226
|
+
_quoteExactOutputSingle: (args: readonly [params: {
|
|
27195
27227
|
poolKey: {
|
|
27196
27228
|
currency0: `0x${string}`;
|
|
27197
27229
|
currency1: `0x${string}`;
|
|
@@ -27202,17 +27234,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
27202
27234
|
zeroForOne: boolean;
|
|
27203
27235
|
exactAmount: bigint;
|
|
27204
27236
|
hookData: `0x${string}`;
|
|
27205
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
27206
|
-
_quoteExactOutput: (args: readonly [params: {
|
|
27207
|
-
exactCurrency: `0x${string}`;
|
|
27208
|
-
path: readonly {
|
|
27209
|
-
intermediateCurrency: `0x${string}`;
|
|
27210
|
-
fee: number;
|
|
27211
|
-
tickSpacing: number;
|
|
27212
|
-
hooks: `0x${string}`;
|
|
27213
|
-
hookData: `0x${string}`;
|
|
27214
|
-
}[];
|
|
27215
|
-
exactAmount: bigint;
|
|
27216
27237
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
27217
27238
|
readonly type: "function";
|
|
27218
27239
|
readonly name: "_quoteExactInput";
|
|
@@ -27705,18 +27726,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
27705
27726
|
readonly type: "bytes";
|
|
27706
27727
|
readonly internalType: "bytes";
|
|
27707
27728
|
}];
|
|
27708
|
-
}], "
|
|
27709
|
-
exactCurrency: `0x${string}`;
|
|
27710
|
-
path: readonly {
|
|
27711
|
-
intermediateCurrency: `0x${string}`;
|
|
27712
|
-
fee: number;
|
|
27713
|
-
tickSpacing: number;
|
|
27714
|
-
hooks: `0x${string}`;
|
|
27715
|
-
hookData: `0x${string}`;
|
|
27716
|
-
}[];
|
|
27717
|
-
exactAmount: bigint;
|
|
27718
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
27719
|
-
_quoteExactOutputSingle: (args: readonly [params: {
|
|
27729
|
+
}], "_quoteExactOutputSingle", readonly [params: {
|
|
27720
27730
|
poolKey: {
|
|
27721
27731
|
currency0: `0x${string}`;
|
|
27722
27732
|
currency1: `0x${string}`;
|
|
@@ -27727,6 +27737,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
27727
27737
|
zeroForOne: boolean;
|
|
27728
27738
|
exactAmount: bigint;
|
|
27729
27739
|
hookData: `0x${string}`;
|
|
27740
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
27741
|
+
quoteExactInput: (args: readonly [`0x${string}`, params: {
|
|
27742
|
+
exactCurrency: `0x${string}`;
|
|
27743
|
+
path: readonly {
|
|
27744
|
+
intermediateCurrency: `0x${string}`;
|
|
27745
|
+
fee: number;
|
|
27746
|
+
tickSpacing: number;
|
|
27747
|
+
hooks: `0x${string}`;
|
|
27748
|
+
hookData: `0x${string}`;
|
|
27749
|
+
}[];
|
|
27750
|
+
exactAmount: bigint;
|
|
27730
27751
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
27731
27752
|
readonly type: "function";
|
|
27732
27753
|
readonly name: "_quoteExactInput";
|
|
@@ -28219,7 +28240,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
28219
28240
|
readonly type: "bytes";
|
|
28220
28241
|
readonly internalType: "bytes";
|
|
28221
28242
|
}];
|
|
28222
|
-
}], "
|
|
28243
|
+
}], "quoteExactInput", readonly [`0x${string}`, params: {
|
|
28244
|
+
exactCurrency: `0x${string}`;
|
|
28245
|
+
path: readonly {
|
|
28246
|
+
intermediateCurrency: `0x${string}`;
|
|
28247
|
+
fee: number;
|
|
28248
|
+
tickSpacing: number;
|
|
28249
|
+
hooks: `0x${string}`;
|
|
28250
|
+
hookData: `0x${string}`;
|
|
28251
|
+
}[];
|
|
28252
|
+
exactAmount: bigint;
|
|
28253
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
28254
|
+
quoteExactInputSingle: (args: readonly [`0x${string}`, params: {
|
|
28223
28255
|
poolKey: {
|
|
28224
28256
|
currency0: `0x${string}`;
|
|
28225
28257
|
currency1: `0x${string}`;
|
|
@@ -28230,17 +28262,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
28230
28262
|
zeroForOne: boolean;
|
|
28231
28263
|
exactAmount: bigint;
|
|
28232
28264
|
hookData: `0x${string}`;
|
|
28233
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
28234
|
-
quoteExactInput: (args: readonly [`0x${string}`, params: {
|
|
28235
|
-
exactCurrency: `0x${string}`;
|
|
28236
|
-
path: readonly {
|
|
28237
|
-
intermediateCurrency: `0x${string}`;
|
|
28238
|
-
fee: number;
|
|
28239
|
-
tickSpacing: number;
|
|
28240
|
-
hooks: `0x${string}`;
|
|
28241
|
-
hookData: `0x${string}`;
|
|
28242
|
-
}[];
|
|
28243
|
-
exactAmount: bigint;
|
|
28244
28265
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
28245
28266
|
readonly type: "function";
|
|
28246
28267
|
readonly name: "_quoteExactInput";
|
|
@@ -28733,18 +28754,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
28733
28754
|
readonly type: "bytes";
|
|
28734
28755
|
readonly internalType: "bytes";
|
|
28735
28756
|
}];
|
|
28736
|
-
}], "
|
|
28737
|
-
exactCurrency: `0x${string}`;
|
|
28738
|
-
path: readonly {
|
|
28739
|
-
intermediateCurrency: `0x${string}`;
|
|
28740
|
-
fee: number;
|
|
28741
|
-
tickSpacing: number;
|
|
28742
|
-
hooks: `0x${string}`;
|
|
28743
|
-
hookData: `0x${string}`;
|
|
28744
|
-
}[];
|
|
28745
|
-
exactAmount: bigint;
|
|
28746
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
28747
|
-
quoteExactInputSingle: (args: readonly [`0x${string}`, params: {
|
|
28757
|
+
}], "quoteExactInputSingle", readonly [`0x${string}`, params: {
|
|
28748
28758
|
poolKey: {
|
|
28749
28759
|
currency0: `0x${string}`;
|
|
28750
28760
|
currency1: `0x${string}`;
|
|
@@ -28755,6 +28765,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
28755
28765
|
zeroForOne: boolean;
|
|
28756
28766
|
exactAmount: bigint;
|
|
28757
28767
|
hookData: `0x${string}`;
|
|
28768
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
28769
|
+
quoteExactOutput: (args: readonly [`0x${string}`, params: {
|
|
28770
|
+
exactCurrency: `0x${string}`;
|
|
28771
|
+
path: readonly {
|
|
28772
|
+
intermediateCurrency: `0x${string}`;
|
|
28773
|
+
fee: number;
|
|
28774
|
+
tickSpacing: number;
|
|
28775
|
+
hooks: `0x${string}`;
|
|
28776
|
+
hookData: `0x${string}`;
|
|
28777
|
+
}[];
|
|
28778
|
+
exactAmount: bigint;
|
|
28758
28779
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
28759
28780
|
readonly type: "function";
|
|
28760
28781
|
readonly name: "_quoteExactInput";
|
|
@@ -29247,7 +29268,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
29247
29268
|
readonly type: "bytes";
|
|
29248
29269
|
readonly internalType: "bytes";
|
|
29249
29270
|
}];
|
|
29250
|
-
}], "
|
|
29271
|
+
}], "quoteExactOutput", readonly [`0x${string}`, params: {
|
|
29272
|
+
exactCurrency: `0x${string}`;
|
|
29273
|
+
path: readonly {
|
|
29274
|
+
intermediateCurrency: `0x${string}`;
|
|
29275
|
+
fee: number;
|
|
29276
|
+
tickSpacing: number;
|
|
29277
|
+
hooks: `0x${string}`;
|
|
29278
|
+
hookData: `0x${string}`;
|
|
29279
|
+
}[];
|
|
29280
|
+
exactAmount: bigint;
|
|
29281
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
29282
|
+
quoteExactOutputSingle: (args: readonly [`0x${string}`, params: {
|
|
29251
29283
|
poolKey: {
|
|
29252
29284
|
currency0: `0x${string}`;
|
|
29253
29285
|
currency1: `0x${string}`;
|
|
@@ -29258,17 +29290,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
29258
29290
|
zeroForOne: boolean;
|
|
29259
29291
|
exactAmount: bigint;
|
|
29260
29292
|
hookData: `0x${string}`;
|
|
29261
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
29262
|
-
quoteExactOutput: (args: readonly [`0x${string}`, params: {
|
|
29263
|
-
exactCurrency: `0x${string}`;
|
|
29264
|
-
path: readonly {
|
|
29265
|
-
intermediateCurrency: `0x${string}`;
|
|
29266
|
-
fee: number;
|
|
29267
|
-
tickSpacing: number;
|
|
29268
|
-
hooks: `0x${string}`;
|
|
29269
|
-
hookData: `0x${string}`;
|
|
29270
|
-
}[];
|
|
29271
|
-
exactAmount: bigint;
|
|
29272
29293
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
29273
29294
|
readonly type: "function";
|
|
29274
29295
|
readonly name: "_quoteExactInput";
|
|
@@ -29761,18 +29782,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
29761
29782
|
readonly type: "bytes";
|
|
29762
29783
|
readonly internalType: "bytes";
|
|
29763
29784
|
}];
|
|
29764
|
-
}], "
|
|
29765
|
-
exactCurrency: `0x${string}`;
|
|
29766
|
-
path: readonly {
|
|
29767
|
-
intermediateCurrency: `0x${string}`;
|
|
29768
|
-
fee: number;
|
|
29769
|
-
tickSpacing: number;
|
|
29770
|
-
hooks: `0x${string}`;
|
|
29771
|
-
hookData: `0x${string}`;
|
|
29772
|
-
}[];
|
|
29773
|
-
exactAmount: bigint;
|
|
29774
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
29775
|
-
quoteExactOutputSingle: (args: readonly [`0x${string}`, params: {
|
|
29785
|
+
}], "quoteExactOutputSingle", readonly [`0x${string}`, params: {
|
|
29776
29786
|
poolKey: {
|
|
29777
29787
|
currency0: `0x${string}`;
|
|
29778
29788
|
currency1: `0x${string}`;
|
|
@@ -29783,7 +29793,8 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
29783
29793
|
zeroForOne: boolean;
|
|
29784
29794
|
exactAmount: bigint;
|
|
29785
29795
|
hookData: `0x${string}`;
|
|
29786
|
-
}],
|
|
29796
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
29797
|
+
unlockCallback: (args: readonly [data: `0x${string}`], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
29787
29798
|
readonly type: "function";
|
|
29788
29799
|
readonly name: "_quoteExactInput";
|
|
29789
29800
|
readonly inputs: readonly [{
|
|
@@ -30275,20 +30286,19 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
30275
30286
|
readonly type: "bytes";
|
|
30276
30287
|
readonly internalType: "bytes";
|
|
30277
30288
|
}];
|
|
30278
|
-
}], "
|
|
30279
|
-
|
|
30280
|
-
|
|
30281
|
-
|
|
30289
|
+
}], "unlockCallback", readonly [data: `0x${string}`], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
30290
|
+
} & {
|
|
30291
|
+
_quoteExactInput: (args: readonly [params: {
|
|
30292
|
+
exactCurrency: `0x${string}`;
|
|
30293
|
+
path: readonly {
|
|
30294
|
+
intermediateCurrency: `0x${string}`;
|
|
30282
30295
|
fee: number;
|
|
30283
30296
|
tickSpacing: number;
|
|
30284
30297
|
hooks: `0x${string}`;
|
|
30285
|
-
|
|
30286
|
-
|
|
30298
|
+
hookData: `0x${string}`;
|
|
30299
|
+
}[];
|
|
30287
30300
|
exactAmount: bigint;
|
|
30288
|
-
|
|
30289
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
30290
|
-
} & {
|
|
30291
|
-
unlockCallback: (args: readonly [data: `0x${string}`], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
30301
|
+
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
30292
30302
|
readonly type: "function";
|
|
30293
30303
|
readonly name: "_quoteExactInput";
|
|
30294
30304
|
readonly inputs: readonly [{
|
|
@@ -30780,8 +30790,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
30780
30790
|
readonly type: "bytes";
|
|
30781
30791
|
readonly internalType: "bytes";
|
|
30782
30792
|
}];
|
|
30783
|
-
}], "
|
|
30784
|
-
_quoteExactInput: (args: readonly [params: {
|
|
30793
|
+
}], "_quoteExactInput", readonly [params: {
|
|
30785
30794
|
exactCurrency: `0x${string}`;
|
|
30786
30795
|
path: readonly {
|
|
30787
30796
|
intermediateCurrency: `0x${string}`;
|
|
@@ -30791,6 +30800,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
30791
30800
|
hookData: `0x${string}`;
|
|
30792
30801
|
}[];
|
|
30793
30802
|
exactAmount: bigint;
|
|
30803
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
30804
|
+
_quoteExactInputSingle: (args: readonly [params: {
|
|
30805
|
+
poolKey: {
|
|
30806
|
+
currency0: `0x${string}`;
|
|
30807
|
+
currency1: `0x${string}`;
|
|
30808
|
+
fee: number;
|
|
30809
|
+
tickSpacing: number;
|
|
30810
|
+
hooks: `0x${string}`;
|
|
30811
|
+
};
|
|
30812
|
+
zeroForOne: boolean;
|
|
30813
|
+
exactAmount: bigint;
|
|
30814
|
+
hookData: `0x${string}`;
|
|
30794
30815
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
30795
30816
|
readonly type: "function";
|
|
30796
30817
|
readonly name: "_quoteExactInput";
|
|
@@ -31283,18 +31304,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
31283
31304
|
readonly type: "bytes";
|
|
31284
31305
|
readonly internalType: "bytes";
|
|
31285
31306
|
}];
|
|
31286
|
-
}], "
|
|
31287
|
-
exactCurrency: `0x${string}`;
|
|
31288
|
-
path: readonly {
|
|
31289
|
-
intermediateCurrency: `0x${string}`;
|
|
31290
|
-
fee: number;
|
|
31291
|
-
tickSpacing: number;
|
|
31292
|
-
hooks: `0x${string}`;
|
|
31293
|
-
hookData: `0x${string}`;
|
|
31294
|
-
}[];
|
|
31295
|
-
exactAmount: bigint;
|
|
31296
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
31297
|
-
_quoteExactInputSingle: (args: readonly [params: {
|
|
31307
|
+
}], "_quoteExactInputSingle", readonly [params: {
|
|
31298
31308
|
poolKey: {
|
|
31299
31309
|
currency0: `0x${string}`;
|
|
31300
31310
|
currency1: `0x${string}`;
|
|
@@ -31305,6 +31315,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
31305
31315
|
zeroForOne: boolean;
|
|
31306
31316
|
exactAmount: bigint;
|
|
31307
31317
|
hookData: `0x${string}`;
|
|
31318
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
31319
|
+
_quoteExactOutput: (args: readonly [params: {
|
|
31320
|
+
exactCurrency: `0x${string}`;
|
|
31321
|
+
path: readonly {
|
|
31322
|
+
intermediateCurrency: `0x${string}`;
|
|
31323
|
+
fee: number;
|
|
31324
|
+
tickSpacing: number;
|
|
31325
|
+
hooks: `0x${string}`;
|
|
31326
|
+
hookData: `0x${string}`;
|
|
31327
|
+
}[];
|
|
31328
|
+
exactAmount: bigint;
|
|
31308
31329
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
31309
31330
|
readonly type: "function";
|
|
31310
31331
|
readonly name: "_quoteExactInput";
|
|
@@ -31797,7 +31818,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
31797
31818
|
readonly type: "bytes";
|
|
31798
31819
|
readonly internalType: "bytes";
|
|
31799
31820
|
}];
|
|
31800
|
-
}], "
|
|
31821
|
+
}], "_quoteExactOutput", readonly [params: {
|
|
31822
|
+
exactCurrency: `0x${string}`;
|
|
31823
|
+
path: readonly {
|
|
31824
|
+
intermediateCurrency: `0x${string}`;
|
|
31825
|
+
fee: number;
|
|
31826
|
+
tickSpacing: number;
|
|
31827
|
+
hooks: `0x${string}`;
|
|
31828
|
+
hookData: `0x${string}`;
|
|
31829
|
+
}[];
|
|
31830
|
+
exactAmount: bigint;
|
|
31831
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
31832
|
+
_quoteExactOutputSingle: (args: readonly [params: {
|
|
31801
31833
|
poolKey: {
|
|
31802
31834
|
currency0: `0x${string}`;
|
|
31803
31835
|
currency1: `0x${string}`;
|
|
@@ -31808,17 +31840,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
31808
31840
|
zeroForOne: boolean;
|
|
31809
31841
|
exactAmount: bigint;
|
|
31810
31842
|
hookData: `0x${string}`;
|
|
31811
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
31812
|
-
_quoteExactOutput: (args: readonly [params: {
|
|
31813
|
-
exactCurrency: `0x${string}`;
|
|
31814
|
-
path: readonly {
|
|
31815
|
-
intermediateCurrency: `0x${string}`;
|
|
31816
|
-
fee: number;
|
|
31817
|
-
tickSpacing: number;
|
|
31818
|
-
hooks: `0x${string}`;
|
|
31819
|
-
hookData: `0x${string}`;
|
|
31820
|
-
}[];
|
|
31821
|
-
exactAmount: bigint;
|
|
31822
31843
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
31823
31844
|
readonly type: "function";
|
|
31824
31845
|
readonly name: "_quoteExactInput";
|
|
@@ -32311,18 +32332,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
32311
32332
|
readonly type: "bytes";
|
|
32312
32333
|
readonly internalType: "bytes";
|
|
32313
32334
|
}];
|
|
32314
|
-
}], "
|
|
32315
|
-
exactCurrency: `0x${string}`;
|
|
32316
|
-
path: readonly {
|
|
32317
|
-
intermediateCurrency: `0x${string}`;
|
|
32318
|
-
fee: number;
|
|
32319
|
-
tickSpacing: number;
|
|
32320
|
-
hooks: `0x${string}`;
|
|
32321
|
-
hookData: `0x${string}`;
|
|
32322
|
-
}[];
|
|
32323
|
-
exactAmount: bigint;
|
|
32324
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
32325
|
-
_quoteExactOutputSingle: (args: readonly [params: {
|
|
32335
|
+
}], "_quoteExactOutputSingle", readonly [params: {
|
|
32326
32336
|
poolKey: {
|
|
32327
32337
|
currency0: `0x${string}`;
|
|
32328
32338
|
currency1: `0x${string}`;
|
|
@@ -32333,6 +32343,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
32333
32343
|
zeroForOne: boolean;
|
|
32334
32344
|
exactAmount: bigint;
|
|
32335
32345
|
hookData: `0x${string}`;
|
|
32346
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
32347
|
+
quoteExactInput: (args: readonly [`0x${string}`, params: {
|
|
32348
|
+
exactCurrency: `0x${string}`;
|
|
32349
|
+
path: readonly {
|
|
32350
|
+
intermediateCurrency: `0x${string}`;
|
|
32351
|
+
fee: number;
|
|
32352
|
+
tickSpacing: number;
|
|
32353
|
+
hooks: `0x${string}`;
|
|
32354
|
+
hookData: `0x${string}`;
|
|
32355
|
+
}[];
|
|
32356
|
+
exactAmount: bigint;
|
|
32336
32357
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
32337
32358
|
readonly type: "function";
|
|
32338
32359
|
readonly name: "_quoteExactInput";
|
|
@@ -32825,7 +32846,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
32825
32846
|
readonly type: "bytes";
|
|
32826
32847
|
readonly internalType: "bytes";
|
|
32827
32848
|
}];
|
|
32828
|
-
}], "
|
|
32849
|
+
}], "quoteExactInput", readonly [`0x${string}`, params: {
|
|
32850
|
+
exactCurrency: `0x${string}`;
|
|
32851
|
+
path: readonly {
|
|
32852
|
+
intermediateCurrency: `0x${string}`;
|
|
32853
|
+
fee: number;
|
|
32854
|
+
tickSpacing: number;
|
|
32855
|
+
hooks: `0x${string}`;
|
|
32856
|
+
hookData: `0x${string}`;
|
|
32857
|
+
}[];
|
|
32858
|
+
exactAmount: bigint;
|
|
32859
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
32860
|
+
quoteExactInputSingle: (args: readonly [`0x${string}`, params: {
|
|
32829
32861
|
poolKey: {
|
|
32830
32862
|
currency0: `0x${string}`;
|
|
32831
32863
|
currency1: `0x${string}`;
|
|
@@ -32836,17 +32868,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
32836
32868
|
zeroForOne: boolean;
|
|
32837
32869
|
exactAmount: bigint;
|
|
32838
32870
|
hookData: `0x${string}`;
|
|
32839
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
32840
|
-
quoteExactInput: (args: readonly [`0x${string}`, params: {
|
|
32841
|
-
exactCurrency: `0x${string}`;
|
|
32842
|
-
path: readonly {
|
|
32843
|
-
intermediateCurrency: `0x${string}`;
|
|
32844
|
-
fee: number;
|
|
32845
|
-
tickSpacing: number;
|
|
32846
|
-
hooks: `0x${string}`;
|
|
32847
|
-
hookData: `0x${string}`;
|
|
32848
|
-
}[];
|
|
32849
|
-
exactAmount: bigint;
|
|
32850
32871
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
32851
32872
|
readonly type: "function";
|
|
32852
32873
|
readonly name: "_quoteExactInput";
|
|
@@ -33339,18 +33360,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
33339
33360
|
readonly type: "bytes";
|
|
33340
33361
|
readonly internalType: "bytes";
|
|
33341
33362
|
}];
|
|
33342
|
-
}], "
|
|
33343
|
-
exactCurrency: `0x${string}`;
|
|
33344
|
-
path: readonly {
|
|
33345
|
-
intermediateCurrency: `0x${string}`;
|
|
33346
|
-
fee: number;
|
|
33347
|
-
tickSpacing: number;
|
|
33348
|
-
hooks: `0x${string}`;
|
|
33349
|
-
hookData: `0x${string}`;
|
|
33350
|
-
}[];
|
|
33351
|
-
exactAmount: bigint;
|
|
33352
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
33353
|
-
quoteExactInputSingle: (args: readonly [`0x${string}`, params: {
|
|
33363
|
+
}], "quoteExactInputSingle", readonly [`0x${string}`, params: {
|
|
33354
33364
|
poolKey: {
|
|
33355
33365
|
currency0: `0x${string}`;
|
|
33356
33366
|
currency1: `0x${string}`;
|
|
@@ -33361,6 +33371,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
33361
33371
|
zeroForOne: boolean;
|
|
33362
33372
|
exactAmount: bigint;
|
|
33363
33373
|
hookData: `0x${string}`;
|
|
33374
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
33375
|
+
quoteExactOutput: (args: readonly [`0x${string}`, params: {
|
|
33376
|
+
exactCurrency: `0x${string}`;
|
|
33377
|
+
path: readonly {
|
|
33378
|
+
intermediateCurrency: `0x${string}`;
|
|
33379
|
+
fee: number;
|
|
33380
|
+
tickSpacing: number;
|
|
33381
|
+
hooks: `0x${string}`;
|
|
33382
|
+
hookData: `0x${string}`;
|
|
33383
|
+
}[];
|
|
33384
|
+
exactAmount: bigint;
|
|
33364
33385
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
33365
33386
|
readonly type: "function";
|
|
33366
33387
|
readonly name: "_quoteExactInput";
|
|
@@ -33853,7 +33874,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
33853
33874
|
readonly type: "bytes";
|
|
33854
33875
|
readonly internalType: "bytes";
|
|
33855
33876
|
}];
|
|
33856
|
-
}], "
|
|
33877
|
+
}], "quoteExactOutput", readonly [`0x${string}`, params: {
|
|
33878
|
+
exactCurrency: `0x${string}`;
|
|
33879
|
+
path: readonly {
|
|
33880
|
+
intermediateCurrency: `0x${string}`;
|
|
33881
|
+
fee: number;
|
|
33882
|
+
tickSpacing: number;
|
|
33883
|
+
hooks: `0x${string}`;
|
|
33884
|
+
hookData: `0x${string}`;
|
|
33885
|
+
}[];
|
|
33886
|
+
exactAmount: bigint;
|
|
33887
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
33888
|
+
quoteExactOutputSingle: (args: readonly [`0x${string}`, params: {
|
|
33857
33889
|
poolKey: {
|
|
33858
33890
|
currency0: `0x${string}`;
|
|
33859
33891
|
currency1: `0x${string}`;
|
|
@@ -33864,17 +33896,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
33864
33896
|
zeroForOne: boolean;
|
|
33865
33897
|
exactAmount: bigint;
|
|
33866
33898
|
hookData: `0x${string}`;
|
|
33867
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
33868
|
-
quoteExactOutput: (args: readonly [`0x${string}`, params: {
|
|
33869
|
-
exactCurrency: `0x${string}`;
|
|
33870
|
-
path: readonly {
|
|
33871
|
-
intermediateCurrency: `0x${string}`;
|
|
33872
|
-
fee: number;
|
|
33873
|
-
tickSpacing: number;
|
|
33874
|
-
hooks: `0x${string}`;
|
|
33875
|
-
hookData: `0x${string}`;
|
|
33876
|
-
}[];
|
|
33877
|
-
exactAmount: bigint;
|
|
33878
33899
|
}], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
33879
33900
|
readonly type: "function";
|
|
33880
33901
|
readonly name: "_quoteExactInput";
|
|
@@ -34367,18 +34388,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
34367
34388
|
readonly type: "bytes";
|
|
34368
34389
|
readonly internalType: "bytes";
|
|
34369
34390
|
}];
|
|
34370
|
-
}], "
|
|
34371
|
-
exactCurrency: `0x${string}`;
|
|
34372
|
-
path: readonly {
|
|
34373
|
-
intermediateCurrency: `0x${string}`;
|
|
34374
|
-
fee: number;
|
|
34375
|
-
tickSpacing: number;
|
|
34376
|
-
hooks: `0x${string}`;
|
|
34377
|
-
hookData: `0x${string}`;
|
|
34378
|
-
}[];
|
|
34379
|
-
exactAmount: bigint;
|
|
34380
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
34381
|
-
quoteExactOutputSingle: (args: readonly [`0x${string}`, params: {
|
|
34391
|
+
}], "quoteExactOutputSingle", readonly [`0x${string}`, params: {
|
|
34382
34392
|
poolKey: {
|
|
34383
34393
|
currency0: `0x${string}`;
|
|
34384
34394
|
currency1: `0x${string}`;
|
|
@@ -34389,7 +34399,8 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
34389
34399
|
zeroForOne: boolean;
|
|
34390
34400
|
exactAmount: bigint;
|
|
34391
34401
|
hookData: `0x${string}`;
|
|
34392
|
-
}],
|
|
34402
|
+
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
34403
|
+
unlockCallback: (args: readonly [data: `0x${string}`], options: viem0.Prettify<viem0.UnionOmit<viem0.EstimateContractGasParameters<readonly [{
|
|
34393
34404
|
readonly type: "function";
|
|
34394
34405
|
readonly name: "_quoteExactInput";
|
|
34395
34406
|
readonly inputs: readonly [{
|
|
@@ -34881,21 +34892,20 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
34881
34892
|
readonly type: "bytes";
|
|
34882
34893
|
readonly internalType: "bytes";
|
|
34883
34894
|
}];
|
|
34884
|
-
}], "
|
|
34885
|
-
|
|
34886
|
-
|
|
34887
|
-
|
|
34895
|
+
}], "unlockCallback", readonly [data: `0x${string}`], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
34896
|
+
};
|
|
34897
|
+
simulate: {
|
|
34898
|
+
_quoteExactInput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
34899
|
+
exactCurrency: `0x${string}`;
|
|
34900
|
+
path: readonly {
|
|
34901
|
+
intermediateCurrency: `0x${string}`;
|
|
34888
34902
|
fee: number;
|
|
34889
34903
|
tickSpacing: number;
|
|
34890
34904
|
hooks: `0x${string}`;
|
|
34891
|
-
|
|
34892
|
-
|
|
34905
|
+
hookData: `0x${string}`;
|
|
34906
|
+
}[];
|
|
34893
34907
|
exactAmount: bigint;
|
|
34894
|
-
|
|
34895
|
-
}], viem0.Chain | undefined>, "address" | "abi" | "args" | "functionName">>) => Promise<viem0.EstimateContractGasReturnType>;
|
|
34896
|
-
};
|
|
34897
|
-
simulate: {
|
|
34898
|
-
unlockCallback: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [data: `0x${string}`], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
34908
|
+
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
34899
34909
|
readonly type: "function";
|
|
34900
34910
|
readonly name: "_quoteExactInput";
|
|
34901
34911
|
readonly inputs: readonly [{
|
|
@@ -35387,7 +35397,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
35387
35397
|
readonly type: "bytes";
|
|
35388
35398
|
readonly internalType: "bytes";
|
|
35389
35399
|
}];
|
|
35390
|
-
}], "
|
|
35400
|
+
}], "_quoteExactInput", readonly [params: {
|
|
35401
|
+
exactCurrency: `0x${string}`;
|
|
35402
|
+
path: readonly {
|
|
35403
|
+
intermediateCurrency: `0x${string}`;
|
|
35404
|
+
fee: number;
|
|
35405
|
+
tickSpacing: number;
|
|
35406
|
+
hooks: `0x${string}`;
|
|
35407
|
+
hookData: `0x${string}`;
|
|
35408
|
+
}[];
|
|
35409
|
+
exactAmount: bigint;
|
|
35410
|
+
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
35391
35411
|
readonly type: "function";
|
|
35392
35412
|
readonly name: "_quoteExactInput";
|
|
35393
35413
|
readonly inputs: readonly [{
|
|
@@ -35879,8 +35899,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
35879
35899
|
readonly type: "bytes";
|
|
35880
35900
|
readonly internalType: "bytes";
|
|
35881
35901
|
}];
|
|
35882
|
-
}], "
|
|
35883
|
-
_quoteExactInput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
35902
|
+
}], "_quoteExactInput", readonly [params: {
|
|
35884
35903
|
exactCurrency: `0x${string}`;
|
|
35885
35904
|
path: readonly {
|
|
35886
35905
|
intermediateCurrency: `0x${string}`;
|
|
@@ -35890,6 +35909,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
35890
35909
|
hookData: `0x${string}`;
|
|
35891
35910
|
}[];
|
|
35892
35911
|
exactAmount: bigint;
|
|
35912
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
35913
|
+
_quoteExactInputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
35914
|
+
poolKey: {
|
|
35915
|
+
currency0: `0x${string}`;
|
|
35916
|
+
currency1: `0x${string}`;
|
|
35917
|
+
fee: number;
|
|
35918
|
+
tickSpacing: number;
|
|
35919
|
+
hooks: `0x${string}`;
|
|
35920
|
+
};
|
|
35921
|
+
zeroForOne: boolean;
|
|
35922
|
+
exactAmount: bigint;
|
|
35923
|
+
hookData: `0x${string}`;
|
|
35893
35924
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
35894
35925
|
readonly type: "function";
|
|
35895
35926
|
readonly name: "_quoteExactInput";
|
|
@@ -36382,16 +36413,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
36382
36413
|
readonly type: "bytes";
|
|
36383
36414
|
readonly internalType: "bytes";
|
|
36384
36415
|
}];
|
|
36385
|
-
}], "
|
|
36386
|
-
|
|
36387
|
-
|
|
36388
|
-
|
|
36416
|
+
}], "_quoteExactInputSingle", readonly [params: {
|
|
36417
|
+
poolKey: {
|
|
36418
|
+
currency0: `0x${string}`;
|
|
36419
|
+
currency1: `0x${string}`;
|
|
36389
36420
|
fee: number;
|
|
36390
36421
|
tickSpacing: number;
|
|
36391
36422
|
hooks: `0x${string}`;
|
|
36392
|
-
|
|
36393
|
-
|
|
36423
|
+
};
|
|
36424
|
+
zeroForOne: boolean;
|
|
36394
36425
|
exactAmount: bigint;
|
|
36426
|
+
hookData: `0x${string}`;
|
|
36395
36427
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
36396
36428
|
readonly type: "function";
|
|
36397
36429
|
readonly name: "_quoteExactInput";
|
|
@@ -36884,18 +36916,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
36884
36916
|
readonly type: "bytes";
|
|
36885
36917
|
readonly internalType: "bytes";
|
|
36886
36918
|
}];
|
|
36887
|
-
}], "
|
|
36888
|
-
exactCurrency: `0x${string}`;
|
|
36889
|
-
path: readonly {
|
|
36890
|
-
intermediateCurrency: `0x${string}`;
|
|
36891
|
-
fee: number;
|
|
36892
|
-
tickSpacing: number;
|
|
36893
|
-
hooks: `0x${string}`;
|
|
36894
|
-
hookData: `0x${string}`;
|
|
36895
|
-
}[];
|
|
36896
|
-
exactAmount: bigint;
|
|
36897
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
36898
|
-
_quoteExactInputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
36919
|
+
}], "_quoteExactInputSingle", readonly [params: {
|
|
36899
36920
|
poolKey: {
|
|
36900
36921
|
currency0: `0x${string}`;
|
|
36901
36922
|
currency1: `0x${string}`;
|
|
@@ -36906,6 +36927,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
36906
36927
|
zeroForOne: boolean;
|
|
36907
36928
|
exactAmount: bigint;
|
|
36908
36929
|
hookData: `0x${string}`;
|
|
36930
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
36931
|
+
_quoteExactOutput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
36932
|
+
exactCurrency: `0x${string}`;
|
|
36933
|
+
path: readonly {
|
|
36934
|
+
intermediateCurrency: `0x${string}`;
|
|
36935
|
+
fee: number;
|
|
36936
|
+
tickSpacing: number;
|
|
36937
|
+
hooks: `0x${string}`;
|
|
36938
|
+
hookData: `0x${string}`;
|
|
36939
|
+
}[];
|
|
36940
|
+
exactAmount: bigint;
|
|
36909
36941
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
36910
36942
|
readonly type: "function";
|
|
36911
36943
|
readonly name: "_quoteExactInput";
|
|
@@ -37398,17 +37430,16 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
37398
37430
|
readonly type: "bytes";
|
|
37399
37431
|
readonly internalType: "bytes";
|
|
37400
37432
|
}];
|
|
37401
|
-
}], "
|
|
37402
|
-
|
|
37403
|
-
|
|
37404
|
-
|
|
37433
|
+
}], "_quoteExactOutput", readonly [params: {
|
|
37434
|
+
exactCurrency: `0x${string}`;
|
|
37435
|
+
path: readonly {
|
|
37436
|
+
intermediateCurrency: `0x${string}`;
|
|
37405
37437
|
fee: number;
|
|
37406
37438
|
tickSpacing: number;
|
|
37407
37439
|
hooks: `0x${string}`;
|
|
37408
|
-
|
|
37409
|
-
|
|
37440
|
+
hookData: `0x${string}`;
|
|
37441
|
+
}[];
|
|
37410
37442
|
exactAmount: bigint;
|
|
37411
|
-
hookData: `0x${string}`;
|
|
37412
37443
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
37413
37444
|
readonly type: "function";
|
|
37414
37445
|
readonly name: "_quoteExactInput";
|
|
@@ -37901,7 +37932,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
37901
37932
|
readonly type: "bytes";
|
|
37902
37933
|
readonly internalType: "bytes";
|
|
37903
37934
|
}];
|
|
37904
|
-
}], "
|
|
37935
|
+
}], "_quoteExactOutput", readonly [params: {
|
|
37936
|
+
exactCurrency: `0x${string}`;
|
|
37937
|
+
path: readonly {
|
|
37938
|
+
intermediateCurrency: `0x${string}`;
|
|
37939
|
+
fee: number;
|
|
37940
|
+
tickSpacing: number;
|
|
37941
|
+
hooks: `0x${string}`;
|
|
37942
|
+
hookData: `0x${string}`;
|
|
37943
|
+
}[];
|
|
37944
|
+
exactAmount: bigint;
|
|
37945
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
37946
|
+
_quoteExactOutputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
37905
37947
|
poolKey: {
|
|
37906
37948
|
currency0: `0x${string}`;
|
|
37907
37949
|
currency1: `0x${string}`;
|
|
@@ -37912,17 +37954,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
37912
37954
|
zeroForOne: boolean;
|
|
37913
37955
|
exactAmount: bigint;
|
|
37914
37956
|
hookData: `0x${string}`;
|
|
37915
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
37916
|
-
_quoteExactOutput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
37917
|
-
exactCurrency: `0x${string}`;
|
|
37918
|
-
path: readonly {
|
|
37919
|
-
intermediateCurrency: `0x${string}`;
|
|
37920
|
-
fee: number;
|
|
37921
|
-
tickSpacing: number;
|
|
37922
|
-
hooks: `0x${string}`;
|
|
37923
|
-
hookData: `0x${string}`;
|
|
37924
|
-
}[];
|
|
37925
|
-
exactAmount: bigint;
|
|
37926
37957
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
37927
37958
|
readonly type: "function";
|
|
37928
37959
|
readonly name: "_quoteExactInput";
|
|
@@ -38415,16 +38446,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
38415
38446
|
readonly type: "bytes";
|
|
38416
38447
|
readonly internalType: "bytes";
|
|
38417
38448
|
}];
|
|
38418
|
-
}], "
|
|
38419
|
-
|
|
38420
|
-
|
|
38421
|
-
|
|
38449
|
+
}], "_quoteExactOutputSingle", readonly [params: {
|
|
38450
|
+
poolKey: {
|
|
38451
|
+
currency0: `0x${string}`;
|
|
38452
|
+
currency1: `0x${string}`;
|
|
38422
38453
|
fee: number;
|
|
38423
38454
|
tickSpacing: number;
|
|
38424
38455
|
hooks: `0x${string}`;
|
|
38425
|
-
|
|
38426
|
-
|
|
38456
|
+
};
|
|
38457
|
+
zeroForOne: boolean;
|
|
38427
38458
|
exactAmount: bigint;
|
|
38459
|
+
hookData: `0x${string}`;
|
|
38428
38460
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
38429
38461
|
readonly type: "function";
|
|
38430
38462
|
readonly name: "_quoteExactInput";
|
|
@@ -38917,18 +38949,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
38917
38949
|
readonly type: "bytes";
|
|
38918
38950
|
readonly internalType: "bytes";
|
|
38919
38951
|
}];
|
|
38920
|
-
}], "
|
|
38921
|
-
exactCurrency: `0x${string}`;
|
|
38922
|
-
path: readonly {
|
|
38923
|
-
intermediateCurrency: `0x${string}`;
|
|
38924
|
-
fee: number;
|
|
38925
|
-
tickSpacing: number;
|
|
38926
|
-
hooks: `0x${string}`;
|
|
38927
|
-
hookData: `0x${string}`;
|
|
38928
|
-
}[];
|
|
38929
|
-
exactAmount: bigint;
|
|
38930
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
38931
|
-
_quoteExactOutputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [params: {
|
|
38952
|
+
}], "_quoteExactOutputSingle", readonly [params: {
|
|
38932
38953
|
poolKey: {
|
|
38933
38954
|
currency0: `0x${string}`;
|
|
38934
38955
|
currency1: `0x${string}`;
|
|
@@ -38939,6 +38960,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
38939
38960
|
zeroForOne: boolean;
|
|
38940
38961
|
exactAmount: bigint;
|
|
38941
38962
|
hookData: `0x${string}`;
|
|
38963
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
38964
|
+
quoteExactInput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
38965
|
+
exactCurrency: `0x${string}`;
|
|
38966
|
+
path: readonly {
|
|
38967
|
+
intermediateCurrency: `0x${string}`;
|
|
38968
|
+
fee: number;
|
|
38969
|
+
tickSpacing: number;
|
|
38970
|
+
hooks: `0x${string}`;
|
|
38971
|
+
hookData: `0x${string}`;
|
|
38972
|
+
}[];
|
|
38973
|
+
exactAmount: bigint;
|
|
38942
38974
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
38943
38975
|
readonly type: "function";
|
|
38944
38976
|
readonly name: "_quoteExactInput";
|
|
@@ -39431,17 +39463,16 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
39431
39463
|
readonly type: "bytes";
|
|
39432
39464
|
readonly internalType: "bytes";
|
|
39433
39465
|
}];
|
|
39434
|
-
}], "
|
|
39435
|
-
|
|
39436
|
-
|
|
39437
|
-
|
|
39466
|
+
}], "quoteExactInput", readonly [`0x${string}`, params: {
|
|
39467
|
+
exactCurrency: `0x${string}`;
|
|
39468
|
+
path: readonly {
|
|
39469
|
+
intermediateCurrency: `0x${string}`;
|
|
39438
39470
|
fee: number;
|
|
39439
39471
|
tickSpacing: number;
|
|
39440
39472
|
hooks: `0x${string}`;
|
|
39441
|
-
|
|
39442
|
-
|
|
39473
|
+
hookData: `0x${string}`;
|
|
39474
|
+
}[];
|
|
39443
39475
|
exactAmount: bigint;
|
|
39444
|
-
hookData: `0x${string}`;
|
|
39445
39476
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
39446
39477
|
readonly type: "function";
|
|
39447
39478
|
readonly name: "_quoteExactInput";
|
|
@@ -39934,7 +39965,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
39934
39965
|
readonly type: "bytes";
|
|
39935
39966
|
readonly internalType: "bytes";
|
|
39936
39967
|
}];
|
|
39937
|
-
}], "
|
|
39968
|
+
}], "quoteExactInput", readonly [`0x${string}`, params: {
|
|
39969
|
+
exactCurrency: `0x${string}`;
|
|
39970
|
+
path: readonly {
|
|
39971
|
+
intermediateCurrency: `0x${string}`;
|
|
39972
|
+
fee: number;
|
|
39973
|
+
tickSpacing: number;
|
|
39974
|
+
hooks: `0x${string}`;
|
|
39975
|
+
hookData: `0x${string}`;
|
|
39976
|
+
}[];
|
|
39977
|
+
exactAmount: bigint;
|
|
39978
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
39979
|
+
quoteExactInputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
39938
39980
|
poolKey: {
|
|
39939
39981
|
currency0: `0x${string}`;
|
|
39940
39982
|
currency1: `0x${string}`;
|
|
@@ -39945,17 +39987,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
39945
39987
|
zeroForOne: boolean;
|
|
39946
39988
|
exactAmount: bigint;
|
|
39947
39989
|
hookData: `0x${string}`;
|
|
39948
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
39949
|
-
quoteExactInput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
39950
|
-
exactCurrency: `0x${string}`;
|
|
39951
|
-
path: readonly {
|
|
39952
|
-
intermediateCurrency: `0x${string}`;
|
|
39953
|
-
fee: number;
|
|
39954
|
-
tickSpacing: number;
|
|
39955
|
-
hooks: `0x${string}`;
|
|
39956
|
-
hookData: `0x${string}`;
|
|
39957
|
-
}[];
|
|
39958
|
-
exactAmount: bigint;
|
|
39959
39990
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
39960
39991
|
readonly type: "function";
|
|
39961
39992
|
readonly name: "_quoteExactInput";
|
|
@@ -40448,16 +40479,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
40448
40479
|
readonly type: "bytes";
|
|
40449
40480
|
readonly internalType: "bytes";
|
|
40450
40481
|
}];
|
|
40451
|
-
}], "
|
|
40452
|
-
|
|
40453
|
-
|
|
40454
|
-
|
|
40482
|
+
}], "quoteExactInputSingle", readonly [`0x${string}`, params: {
|
|
40483
|
+
poolKey: {
|
|
40484
|
+
currency0: `0x${string}`;
|
|
40485
|
+
currency1: `0x${string}`;
|
|
40455
40486
|
fee: number;
|
|
40456
40487
|
tickSpacing: number;
|
|
40457
40488
|
hooks: `0x${string}`;
|
|
40458
|
-
|
|
40459
|
-
|
|
40489
|
+
};
|
|
40490
|
+
zeroForOne: boolean;
|
|
40460
40491
|
exactAmount: bigint;
|
|
40492
|
+
hookData: `0x${string}`;
|
|
40461
40493
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
40462
40494
|
readonly type: "function";
|
|
40463
40495
|
readonly name: "_quoteExactInput";
|
|
@@ -40950,18 +40982,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
40950
40982
|
readonly type: "bytes";
|
|
40951
40983
|
readonly internalType: "bytes";
|
|
40952
40984
|
}];
|
|
40953
|
-
}], "
|
|
40954
|
-
exactCurrency: `0x${string}`;
|
|
40955
|
-
path: readonly {
|
|
40956
|
-
intermediateCurrency: `0x${string}`;
|
|
40957
|
-
fee: number;
|
|
40958
|
-
tickSpacing: number;
|
|
40959
|
-
hooks: `0x${string}`;
|
|
40960
|
-
hookData: `0x${string}`;
|
|
40961
|
-
}[];
|
|
40962
|
-
exactAmount: bigint;
|
|
40963
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
40964
|
-
quoteExactInputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
40985
|
+
}], "quoteExactInputSingle", readonly [`0x${string}`, params: {
|
|
40965
40986
|
poolKey: {
|
|
40966
40987
|
currency0: `0x${string}`;
|
|
40967
40988
|
currency1: `0x${string}`;
|
|
@@ -40972,6 +40993,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
40972
40993
|
zeroForOne: boolean;
|
|
40973
40994
|
exactAmount: bigint;
|
|
40974
40995
|
hookData: `0x${string}`;
|
|
40996
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
40997
|
+
quoteExactOutput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
40998
|
+
exactCurrency: `0x${string}`;
|
|
40999
|
+
path: readonly {
|
|
41000
|
+
intermediateCurrency: `0x${string}`;
|
|
41001
|
+
fee: number;
|
|
41002
|
+
tickSpacing: number;
|
|
41003
|
+
hooks: `0x${string}`;
|
|
41004
|
+
hookData: `0x${string}`;
|
|
41005
|
+
}[];
|
|
41006
|
+
exactAmount: bigint;
|
|
40975
41007
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
40976
41008
|
readonly type: "function";
|
|
40977
41009
|
readonly name: "_quoteExactInput";
|
|
@@ -41464,17 +41496,16 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
41464
41496
|
readonly type: "bytes";
|
|
41465
41497
|
readonly internalType: "bytes";
|
|
41466
41498
|
}];
|
|
41467
|
-
}], "
|
|
41468
|
-
|
|
41469
|
-
|
|
41470
|
-
|
|
41499
|
+
}], "quoteExactOutput", readonly [`0x${string}`, params: {
|
|
41500
|
+
exactCurrency: `0x${string}`;
|
|
41501
|
+
path: readonly {
|
|
41502
|
+
intermediateCurrency: `0x${string}`;
|
|
41471
41503
|
fee: number;
|
|
41472
41504
|
tickSpacing: number;
|
|
41473
41505
|
hooks: `0x${string}`;
|
|
41474
|
-
|
|
41475
|
-
|
|
41506
|
+
hookData: `0x${string}`;
|
|
41507
|
+
}[];
|
|
41476
41508
|
exactAmount: bigint;
|
|
41477
|
-
hookData: `0x${string}`;
|
|
41478
41509
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
41479
41510
|
readonly type: "function";
|
|
41480
41511
|
readonly name: "_quoteExactInput";
|
|
@@ -41967,7 +41998,18 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
41967
41998
|
readonly type: "bytes";
|
|
41968
41999
|
readonly internalType: "bytes";
|
|
41969
42000
|
}];
|
|
41970
|
-
}], "
|
|
42001
|
+
}], "quoteExactOutput", readonly [`0x${string}`, params: {
|
|
42002
|
+
exactCurrency: `0x${string}`;
|
|
42003
|
+
path: readonly {
|
|
42004
|
+
intermediateCurrency: `0x${string}`;
|
|
42005
|
+
fee: number;
|
|
42006
|
+
tickSpacing: number;
|
|
42007
|
+
hooks: `0x${string}`;
|
|
42008
|
+
hookData: `0x${string}`;
|
|
42009
|
+
}[];
|
|
42010
|
+
exactAmount: bigint;
|
|
42011
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
42012
|
+
quoteExactOutputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
41971
42013
|
poolKey: {
|
|
41972
42014
|
currency0: `0x${string}`;
|
|
41973
42015
|
currency1: `0x${string}`;
|
|
@@ -41978,17 +42020,6 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
41978
42020
|
zeroForOne: boolean;
|
|
41979
42021
|
exactAmount: bigint;
|
|
41980
42022
|
hookData: `0x${string}`;
|
|
41981
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
41982
|
-
quoteExactOutput: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
41983
|
-
exactCurrency: `0x${string}`;
|
|
41984
|
-
path: readonly {
|
|
41985
|
-
intermediateCurrency: `0x${string}`;
|
|
41986
|
-
fee: number;
|
|
41987
|
-
tickSpacing: number;
|
|
41988
|
-
hooks: `0x${string}`;
|
|
41989
|
-
hookData: `0x${string}`;
|
|
41990
|
-
}[];
|
|
41991
|
-
exactAmount: bigint;
|
|
41992
42023
|
}], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
41993
42024
|
readonly type: "function";
|
|
41994
42025
|
readonly name: "_quoteExactInput";
|
|
@@ -42481,16 +42512,17 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
42481
42512
|
readonly type: "bytes";
|
|
42482
42513
|
readonly internalType: "bytes";
|
|
42483
42514
|
}];
|
|
42484
|
-
}], "
|
|
42485
|
-
|
|
42486
|
-
|
|
42487
|
-
|
|
42515
|
+
}], "quoteExactOutputSingle", readonly [`0x${string}`, params: {
|
|
42516
|
+
poolKey: {
|
|
42517
|
+
currency0: `0x${string}`;
|
|
42518
|
+
currency1: `0x${string}`;
|
|
42488
42519
|
fee: number;
|
|
42489
42520
|
tickSpacing: number;
|
|
42490
42521
|
hooks: `0x${string}`;
|
|
42491
|
-
|
|
42492
|
-
|
|
42522
|
+
};
|
|
42523
|
+
zeroForOne: boolean;
|
|
42493
42524
|
exactAmount: bigint;
|
|
42525
|
+
hookData: `0x${string}`;
|
|
42494
42526
|
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
42495
42527
|
readonly type: "function";
|
|
42496
42528
|
readonly name: "_quoteExactInput";
|
|
@@ -42983,18 +43015,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
42983
43015
|
readonly type: "bytes";
|
|
42984
43016
|
readonly internalType: "bytes";
|
|
42985
43017
|
}];
|
|
42986
|
-
}], "
|
|
42987
|
-
exactCurrency: `0x${string}`;
|
|
42988
|
-
path: readonly {
|
|
42989
|
-
intermediateCurrency: `0x${string}`;
|
|
42990
|
-
fee: number;
|
|
42991
|
-
tickSpacing: number;
|
|
42992
|
-
hooks: `0x${string}`;
|
|
42993
|
-
hookData: `0x${string}`;
|
|
42994
|
-
}[];
|
|
42995
|
-
exactAmount: bigint;
|
|
42996
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
42997
|
-
quoteExactOutputSingle: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [`0x${string}`, params: {
|
|
43018
|
+
}], "quoteExactOutputSingle", readonly [`0x${string}`, params: {
|
|
42998
43019
|
poolKey: {
|
|
42999
43020
|
currency0: `0x${string}`;
|
|
43000
43021
|
currency1: `0x${string}`;
|
|
@@ -43005,7 +43026,8 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
43005
43026
|
zeroForOne: boolean;
|
|
43006
43027
|
exactAmount: bigint;
|
|
43007
43028
|
hookData: `0x${string}`;
|
|
43008
|
-
}],
|
|
43029
|
+
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
43030
|
+
unlockCallback: <chainOverride extends viem0.Chain | undefined = undefined, accountOverride extends viem0.Account | Address | undefined = undefined>(args: readonly [data: `0x${string}`], options?: Omit<viem0.SimulateContractParameters<readonly [{
|
|
43009
43031
|
readonly type: "function";
|
|
43010
43032
|
readonly name: "_quoteExactInput";
|
|
43011
43033
|
readonly inputs: readonly [{
|
|
@@ -43497,18 +43519,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
43497
43519
|
readonly type: "bytes";
|
|
43498
43520
|
readonly internalType: "bytes";
|
|
43499
43521
|
}];
|
|
43500
|
-
}], "
|
|
43501
|
-
poolKey: {
|
|
43502
|
-
currency0: `0x${string}`;
|
|
43503
|
-
currency1: `0x${string}`;
|
|
43504
|
-
fee: number;
|
|
43505
|
-
tickSpacing: number;
|
|
43506
|
-
hooks: `0x${string}`;
|
|
43507
|
-
};
|
|
43508
|
-
zeroForOne: boolean;
|
|
43509
|
-
exactAmount: bigint;
|
|
43510
|
-
hookData: `0x${string}`;
|
|
43511
|
-
}], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
43522
|
+
}], "unlockCallback", readonly [data: `0x${string}`], viem0.Chain | undefined, chainOverride, accountOverride>, "address" | "abi" | "args" | "functionName"> | undefined) => Promise<viem0.SimulateContractReturnType<readonly [{
|
|
43512
43523
|
readonly type: "function";
|
|
43513
43524
|
readonly name: "_quoteExactInput";
|
|
43514
43525
|
readonly inputs: readonly [{
|
|
@@ -44000,21 +44011,10 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
44000
44011
|
readonly type: "bytes";
|
|
44001
44012
|
readonly internalType: "bytes";
|
|
44002
44013
|
}];
|
|
44003
|
-
}], "
|
|
44004
|
-
poolKey: {
|
|
44005
|
-
currency0: `0x${string}`;
|
|
44006
|
-
currency1: `0x${string}`;
|
|
44007
|
-
fee: number;
|
|
44008
|
-
tickSpacing: number;
|
|
44009
|
-
hooks: `0x${string}`;
|
|
44010
|
-
};
|
|
44011
|
-
zeroForOne: boolean;
|
|
44012
|
-
exactAmount: bigint;
|
|
44013
|
-
hookData: `0x${string}`;
|
|
44014
|
-
}], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
44014
|
+
}], "unlockCallback", readonly [data: `0x${string}`], viem0.Chain | undefined, undefined, chainOverride, accountOverride>>;
|
|
44015
44015
|
};
|
|
44016
44016
|
write: {
|
|
44017
|
-
|
|
44017
|
+
_quoteExactInput: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
44018
44018
|
readonly type: "function";
|
|
44019
44019
|
readonly name: "_quoteExactInput";
|
|
44020
44020
|
readonly inputs: readonly [{
|
|
@@ -44506,8 +44506,28 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
44506
44506
|
readonly type: "bytes";
|
|
44507
44507
|
readonly internalType: "bytes";
|
|
44508
44508
|
}];
|
|
44509
|
-
}], "
|
|
44510
|
-
|
|
44509
|
+
}], "_quoteExactInput", readonly [params: {
|
|
44510
|
+
exactCurrency: `0x${string}`;
|
|
44511
|
+
path: readonly {
|
|
44512
|
+
intermediateCurrency: `0x${string}`;
|
|
44513
|
+
fee: number;
|
|
44514
|
+
tickSpacing: number;
|
|
44515
|
+
hooks: `0x${string}`;
|
|
44516
|
+
hookData: `0x${string}`;
|
|
44517
|
+
}[];
|
|
44518
|
+
exactAmount: bigint;
|
|
44519
|
+
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [params: {
|
|
44520
|
+
exactCurrency: `0x${string}`;
|
|
44521
|
+
path: readonly {
|
|
44522
|
+
intermediateCurrency: `0x${string}`;
|
|
44523
|
+
fee: number;
|
|
44524
|
+
tickSpacing: number;
|
|
44525
|
+
hooks: `0x${string}`;
|
|
44526
|
+
hookData: `0x${string}`;
|
|
44527
|
+
}[];
|
|
44528
|
+
exactAmount: bigint;
|
|
44529
|
+
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
44530
|
+
_quoteExactInputSingle: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
44511
44531
|
readonly type: "function";
|
|
44512
44532
|
readonly name: "_quoteExactInput";
|
|
44513
44533
|
readonly inputs: readonly [{
|
|
@@ -44999,28 +45019,30 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
44999
45019
|
readonly type: "bytes";
|
|
45000
45020
|
readonly internalType: "bytes";
|
|
45001
45021
|
}];
|
|
45002
|
-
}], "
|
|
45003
|
-
|
|
45004
|
-
|
|
45005
|
-
|
|
45022
|
+
}], "_quoteExactInputSingle", readonly [params: {
|
|
45023
|
+
poolKey: {
|
|
45024
|
+
currency0: `0x${string}`;
|
|
45025
|
+
currency1: `0x${string}`;
|
|
45006
45026
|
fee: number;
|
|
45007
45027
|
tickSpacing: number;
|
|
45008
45028
|
hooks: `0x${string}`;
|
|
45009
|
-
|
|
45010
|
-
|
|
45029
|
+
};
|
|
45030
|
+
zeroForOne: boolean;
|
|
45011
45031
|
exactAmount: bigint;
|
|
45032
|
+
hookData: `0x${string}`;
|
|
45012
45033
|
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [params: {
|
|
45013
|
-
|
|
45014
|
-
|
|
45015
|
-
|
|
45034
|
+
poolKey: {
|
|
45035
|
+
currency0: `0x${string}`;
|
|
45036
|
+
currency1: `0x${string}`;
|
|
45016
45037
|
fee: number;
|
|
45017
45038
|
tickSpacing: number;
|
|
45018
45039
|
hooks: `0x${string}`;
|
|
45019
|
-
|
|
45020
|
-
|
|
45040
|
+
};
|
|
45041
|
+
zeroForOne: boolean;
|
|
45021
45042
|
exactAmount: bigint;
|
|
45043
|
+
hookData: `0x${string}`;
|
|
45022
45044
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
45023
|
-
|
|
45045
|
+
_quoteExactOutput: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
45024
45046
|
readonly type: "function";
|
|
45025
45047
|
readonly name: "_quoteExactInput";
|
|
45026
45048
|
readonly inputs: readonly [{
|
|
@@ -45512,30 +45534,28 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
45512
45534
|
readonly type: "bytes";
|
|
45513
45535
|
readonly internalType: "bytes";
|
|
45514
45536
|
}];
|
|
45515
|
-
}], "
|
|
45516
|
-
|
|
45517
|
-
|
|
45518
|
-
|
|
45537
|
+
}], "_quoteExactOutput", readonly [params: {
|
|
45538
|
+
exactCurrency: `0x${string}`;
|
|
45539
|
+
path: readonly {
|
|
45540
|
+
intermediateCurrency: `0x${string}`;
|
|
45519
45541
|
fee: number;
|
|
45520
45542
|
tickSpacing: number;
|
|
45521
45543
|
hooks: `0x${string}`;
|
|
45522
|
-
|
|
45523
|
-
|
|
45544
|
+
hookData: `0x${string}`;
|
|
45545
|
+
}[];
|
|
45524
45546
|
exactAmount: bigint;
|
|
45525
|
-
hookData: `0x${string}`;
|
|
45526
45547
|
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [params: {
|
|
45527
|
-
|
|
45528
|
-
|
|
45529
|
-
|
|
45548
|
+
exactCurrency: `0x${string}`;
|
|
45549
|
+
path: readonly {
|
|
45550
|
+
intermediateCurrency: `0x${string}`;
|
|
45530
45551
|
fee: number;
|
|
45531
45552
|
tickSpacing: number;
|
|
45532
45553
|
hooks: `0x${string}`;
|
|
45533
|
-
|
|
45534
|
-
|
|
45554
|
+
hookData: `0x${string}`;
|
|
45555
|
+
}[];
|
|
45535
45556
|
exactAmount: bigint;
|
|
45536
|
-
hookData: `0x${string}`;
|
|
45537
45557
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
45538
|
-
|
|
45558
|
+
_quoteExactOutputSingle: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
45539
45559
|
readonly type: "function";
|
|
45540
45560
|
readonly name: "_quoteExactInput";
|
|
45541
45561
|
readonly inputs: readonly [{
|
|
@@ -46027,28 +46047,30 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
46027
46047
|
readonly type: "bytes";
|
|
46028
46048
|
readonly internalType: "bytes";
|
|
46029
46049
|
}];
|
|
46030
|
-
}], "
|
|
46031
|
-
|
|
46032
|
-
|
|
46033
|
-
|
|
46050
|
+
}], "_quoteExactOutputSingle", readonly [params: {
|
|
46051
|
+
poolKey: {
|
|
46052
|
+
currency0: `0x${string}`;
|
|
46053
|
+
currency1: `0x${string}`;
|
|
46034
46054
|
fee: number;
|
|
46035
46055
|
tickSpacing: number;
|
|
46036
46056
|
hooks: `0x${string}`;
|
|
46037
|
-
|
|
46038
|
-
|
|
46057
|
+
};
|
|
46058
|
+
zeroForOne: boolean;
|
|
46039
46059
|
exactAmount: bigint;
|
|
46060
|
+
hookData: `0x${string}`;
|
|
46040
46061
|
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [params: {
|
|
46041
|
-
|
|
46042
|
-
|
|
46043
|
-
|
|
46062
|
+
poolKey: {
|
|
46063
|
+
currency0: `0x${string}`;
|
|
46064
|
+
currency1: `0x${string}`;
|
|
46044
46065
|
fee: number;
|
|
46045
46066
|
tickSpacing: number;
|
|
46046
46067
|
hooks: `0x${string}`;
|
|
46047
|
-
|
|
46048
|
-
|
|
46068
|
+
};
|
|
46069
|
+
zeroForOne: boolean;
|
|
46049
46070
|
exactAmount: bigint;
|
|
46071
|
+
hookData: `0x${string}`;
|
|
46050
46072
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
46051
|
-
|
|
46073
|
+
quoteExactInput: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
46052
46074
|
readonly type: "function";
|
|
46053
46075
|
readonly name: "_quoteExactInput";
|
|
46054
46076
|
readonly inputs: readonly [{
|
|
@@ -46540,30 +46562,28 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
46540
46562
|
readonly type: "bytes";
|
|
46541
46563
|
readonly internalType: "bytes";
|
|
46542
46564
|
}];
|
|
46543
|
-
}], "
|
|
46544
|
-
|
|
46545
|
-
|
|
46546
|
-
|
|
46565
|
+
}], "quoteExactInput", readonly [`0x${string}`, params: {
|
|
46566
|
+
exactCurrency: `0x${string}`;
|
|
46567
|
+
path: readonly {
|
|
46568
|
+
intermediateCurrency: `0x${string}`;
|
|
46547
46569
|
fee: number;
|
|
46548
46570
|
tickSpacing: number;
|
|
46549
46571
|
hooks: `0x${string}`;
|
|
46550
|
-
|
|
46551
|
-
|
|
46572
|
+
hookData: `0x${string}`;
|
|
46573
|
+
}[];
|
|
46552
46574
|
exactAmount: bigint;
|
|
46553
|
-
|
|
46554
|
-
|
|
46555
|
-
|
|
46556
|
-
|
|
46557
|
-
currency1: `0x${string}`;
|
|
46575
|
+
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, params: {
|
|
46576
|
+
exactCurrency: `0x${string}`;
|
|
46577
|
+
path: readonly {
|
|
46578
|
+
intermediateCurrency: `0x${string}`;
|
|
46558
46579
|
fee: number;
|
|
46559
46580
|
tickSpacing: number;
|
|
46560
46581
|
hooks: `0x${string}`;
|
|
46561
|
-
|
|
46562
|
-
|
|
46582
|
+
hookData: `0x${string}`;
|
|
46583
|
+
}[];
|
|
46563
46584
|
exactAmount: bigint;
|
|
46564
|
-
hookData: `0x${string}`;
|
|
46565
46585
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
46566
|
-
|
|
46586
|
+
quoteExactInputSingle: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
46567
46587
|
readonly type: "function";
|
|
46568
46588
|
readonly name: "_quoteExactInput";
|
|
46569
46589
|
readonly inputs: readonly [{
|
|
@@ -47055,28 +47075,30 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
47055
47075
|
readonly type: "bytes";
|
|
47056
47076
|
readonly internalType: "bytes";
|
|
47057
47077
|
}];
|
|
47058
|
-
}], "
|
|
47059
|
-
|
|
47060
|
-
|
|
47061
|
-
|
|
47078
|
+
}], "quoteExactInputSingle", readonly [`0x${string}`, params: {
|
|
47079
|
+
poolKey: {
|
|
47080
|
+
currency0: `0x${string}`;
|
|
47081
|
+
currency1: `0x${string}`;
|
|
47062
47082
|
fee: number;
|
|
47063
47083
|
tickSpacing: number;
|
|
47064
47084
|
hooks: `0x${string}`;
|
|
47065
|
-
|
|
47066
|
-
|
|
47085
|
+
};
|
|
47086
|
+
zeroForOne: boolean;
|
|
47067
47087
|
exactAmount: bigint;
|
|
47088
|
+
hookData: `0x${string}`;
|
|
47068
47089
|
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, params: {
|
|
47069
|
-
|
|
47070
|
-
|
|
47071
|
-
|
|
47090
|
+
poolKey: {
|
|
47091
|
+
currency0: `0x${string}`;
|
|
47092
|
+
currency1: `0x${string}`;
|
|
47072
47093
|
fee: number;
|
|
47073
47094
|
tickSpacing: number;
|
|
47074
47095
|
hooks: `0x${string}`;
|
|
47075
|
-
|
|
47076
|
-
|
|
47096
|
+
};
|
|
47097
|
+
zeroForOne: boolean;
|
|
47077
47098
|
exactAmount: bigint;
|
|
47099
|
+
hookData: `0x${string}`;
|
|
47078
47100
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
47079
|
-
|
|
47101
|
+
quoteExactOutput: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
47080
47102
|
readonly type: "function";
|
|
47081
47103
|
readonly name: "_quoteExactInput";
|
|
47082
47104
|
readonly inputs: readonly [{
|
|
@@ -47568,30 +47590,28 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
47568
47590
|
readonly type: "bytes";
|
|
47569
47591
|
readonly internalType: "bytes";
|
|
47570
47592
|
}];
|
|
47571
|
-
}], "
|
|
47572
|
-
|
|
47573
|
-
|
|
47574
|
-
|
|
47593
|
+
}], "quoteExactOutput", readonly [`0x${string}`, params: {
|
|
47594
|
+
exactCurrency: `0x${string}`;
|
|
47595
|
+
path: readonly {
|
|
47596
|
+
intermediateCurrency: `0x${string}`;
|
|
47575
47597
|
fee: number;
|
|
47576
47598
|
tickSpacing: number;
|
|
47577
47599
|
hooks: `0x${string}`;
|
|
47578
|
-
|
|
47579
|
-
|
|
47600
|
+
hookData: `0x${string}`;
|
|
47601
|
+
}[];
|
|
47580
47602
|
exactAmount: bigint;
|
|
47581
|
-
hookData: `0x${string}`;
|
|
47582
47603
|
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, params: {
|
|
47583
|
-
|
|
47584
|
-
|
|
47585
|
-
|
|
47604
|
+
exactCurrency: `0x${string}`;
|
|
47605
|
+
path: readonly {
|
|
47606
|
+
intermediateCurrency: `0x${string}`;
|
|
47586
47607
|
fee: number;
|
|
47587
47608
|
tickSpacing: number;
|
|
47588
47609
|
hooks: `0x${string}`;
|
|
47589
|
-
|
|
47590
|
-
|
|
47610
|
+
hookData: `0x${string}`;
|
|
47611
|
+
}[];
|
|
47591
47612
|
exactAmount: bigint;
|
|
47592
|
-
hookData: `0x${string}`;
|
|
47593
47613
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
47594
|
-
|
|
47614
|
+
quoteExactOutputSingle: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
47595
47615
|
readonly type: "function";
|
|
47596
47616
|
readonly name: "_quoteExactInput";
|
|
47597
47617
|
readonly inputs: readonly [{
|
|
@@ -48083,28 +48103,30 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
48083
48103
|
readonly type: "bytes";
|
|
48084
48104
|
readonly internalType: "bytes";
|
|
48085
48105
|
}];
|
|
48086
|
-
}], "
|
|
48087
|
-
|
|
48088
|
-
|
|
48089
|
-
|
|
48106
|
+
}], "quoteExactOutputSingle", readonly [`0x${string}`, params: {
|
|
48107
|
+
poolKey: {
|
|
48108
|
+
currency0: `0x${string}`;
|
|
48109
|
+
currency1: `0x${string}`;
|
|
48090
48110
|
fee: number;
|
|
48091
48111
|
tickSpacing: number;
|
|
48092
48112
|
hooks: `0x${string}`;
|
|
48093
|
-
|
|
48094
|
-
|
|
48113
|
+
};
|
|
48114
|
+
zeroForOne: boolean;
|
|
48095
48115
|
exactAmount: bigint;
|
|
48116
|
+
hookData: `0x${string}`;
|
|
48096
48117
|
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, params: {
|
|
48097
|
-
|
|
48098
|
-
|
|
48099
|
-
|
|
48118
|
+
poolKey: {
|
|
48119
|
+
currency0: `0x${string}`;
|
|
48120
|
+
currency1: `0x${string}`;
|
|
48100
48121
|
fee: number;
|
|
48101
48122
|
tickSpacing: number;
|
|
48102
48123
|
hooks: `0x${string}`;
|
|
48103
|
-
|
|
48104
|
-
|
|
48124
|
+
};
|
|
48125
|
+
zeroForOne: boolean;
|
|
48105
48126
|
exactAmount: bigint;
|
|
48127
|
+
hookData: `0x${string}`;
|
|
48106
48128
|
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
48107
|
-
|
|
48129
|
+
unlockCallback: <chainOverride extends viem0.Chain | undefined, options extends (viem0.UnionOmit<viem0.WriteContractParameters<readonly [{
|
|
48108
48130
|
readonly type: "function";
|
|
48109
48131
|
readonly name: "_quoteExactInput";
|
|
48110
48132
|
readonly inputs: readonly [{
|
|
@@ -48596,29 +48618,7 @@ declare const getQuoter: (client: PublicClient, address?: Address) => Promise<{
|
|
|
48596
48618
|
readonly type: "bytes";
|
|
48597
48619
|
readonly internalType: "bytes";
|
|
48598
48620
|
}];
|
|
48599
|
-
}], "
|
|
48600
|
-
poolKey: {
|
|
48601
|
-
currency0: `0x${string}`;
|
|
48602
|
-
currency1: `0x${string}`;
|
|
48603
|
-
fee: number;
|
|
48604
|
-
tickSpacing: number;
|
|
48605
|
-
hooks: `0x${string}`;
|
|
48606
|
-
};
|
|
48607
|
-
zeroForOne: boolean;
|
|
48608
|
-
exactAmount: bigint;
|
|
48609
|
-
hookData: `0x${string}`;
|
|
48610
|
-
}], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [`0x${string}`, params: {
|
|
48611
|
-
poolKey: {
|
|
48612
|
-
currency0: `0x${string}`;
|
|
48613
|
-
currency1: `0x${string}`;
|
|
48614
|
-
fee: number;
|
|
48615
|
-
tickSpacing: number;
|
|
48616
|
-
hooks: `0x${string}`;
|
|
48617
|
-
};
|
|
48618
|
-
zeroForOne: boolean;
|
|
48619
|
-
exactAmount: bigint;
|
|
48620
|
-
hookData: `0x${string}`;
|
|
48621
|
-
}], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
48621
|
+
}], "unlockCallback", readonly [data: `0x${string}`], viem0.Chain | undefined, undefined, chainOverride>, "address" | "abi" | "args" | "functionName"> extends infer T ? { [K in keyof T]: T[K] } : never)>(args: readonly [data: `0x${string}`], options: options) => Promise<viem0.WriteContractReturnType>;
|
|
48622
48622
|
};
|
|
48623
48623
|
address: `0x${string}`;
|
|
48624
48624
|
abi: readonly [{
|
|
@@ -72894,7 +72894,7 @@ declare const formatUSD: (value: Big | string | number) => string;
|
|
|
72894
72894
|
//#endregion
|
|
72895
72895
|
//#region src/hooks/options/useUserOptions.d.ts
|
|
72896
72896
|
type OptionData = NonUndefinedGuard<ReturnType<typeof useUserOptions>['data']>[number];
|
|
72897
|
-
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) =>
|
|
72897
|
+
declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Address | "*" | undefined, active?: boolean) => _tanstack_react_query5.UseQueryResult<{
|
|
72898
72898
|
optionId: bigint;
|
|
72899
72899
|
marketAddr: Address;
|
|
72900
72900
|
ownerAddr: Address;
|
|
@@ -72924,7 +72924,7 @@ declare const useUserOptions: (userAddr: Address | undefined, marketAddr: Addres
|
|
|
72924
72924
|
address: string;
|
|
72925
72925
|
} | null;
|
|
72926
72926
|
}[], Error>;
|
|
72927
|
-
declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") =>
|
|
72927
|
+
declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query5.UseQueryResult<{
|
|
72928
72928
|
optionId: bigint;
|
|
72929
72929
|
marketAddr: Address;
|
|
72930
72930
|
ownerAddr: Address;
|
|
@@ -72954,7 +72954,7 @@ declare const useActiveUserOptions: (userAddr?: Address, marketAddr?: Address |
|
|
|
72954
72954
|
address: string;
|
|
72955
72955
|
} | null;
|
|
72956
72956
|
}[], Error>;
|
|
72957
|
-
declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") =>
|
|
72957
|
+
declare const useClosedUserOptions: (userAddr?: Address, marketAddr?: Address | "*") => _tanstack_react_query5.UseQueryResult<{
|
|
72958
72958
|
optionId: bigint;
|
|
72959
72959
|
marketAddr: Address;
|
|
72960
72960
|
ownerAddr: Address;
|
|
@@ -73039,4 +73039,4 @@ declare const getPayoutAtTick: (option: OptionData, liquidities: bigint[], tick:
|
|
|
73039
73039
|
declare const getPayoutAtPrice: (option: OptionData, liquidities: bigint[], price: bigint, tickSpacing: number, optionAssetIsToken0: boolean) => bigint;
|
|
73040
73040
|
//#endregion
|
|
73041
73041
|
export { quoters as $, token1ToToken0 as A, wrapAmount as B, getTickAtPrice as C, roundTick as D, liquiditiesToAmounts as E, Amount as F, TimelockLens as G, wrapPrice as H, formatAmount as I, getErc20 as J, TimelockMarket as K, formatCondensed as L, OptionData as M, useActiveUserOptions as N, token0ToToken1 as O, useClosedUserOptions as P, getTimelockMarket as Q, formatUSD as R, getSqrtPriceX96AtPrice as S, liquiditiesToAmount1 as T, wrapPriceUnscaled as U, wrapAmountUnscaled as V, zero as W, getStateView as X, getQuoter as Y, getTimelockLens as Z, PoolKey as _, MIN_SQRT_RATIO as a, getPriceAtSqrtPriceX96 as b, getAmount1Delta as c, PriceData as d, stateViews as et, PriceDataPoint as f, PRICE_PRECISION as g, getPriceHistory as h, MAX_TICK as i, timelockLenses as it, token1ToToken0AtTick as j, token0ToToken1AtTick as k, getSqrtRatioAtTick as l, getCurrentPrice as m, getPayoutAtTick as n, swappers as nt, MIN_TICK as o, PriceResolution as p, TimelockMarketData as q, MAX_SQRT_RATIO as r, timelockFactories as rt, getAmount0Delta as s, getPayoutAtPrice as t, swapRouters as tt, getTickAtSqrtRatio as u, getAmountsFromLiquidity as v, liquiditiesToAmount0 as w, getPriceAtTick as x, getNearestValidStrikeTick as y, formatVagueAmount as z };
|
|
73042
|
-
//# sourceMappingURL=index-
|
|
73042
|
+
//# sourceMappingURL=index-D4EmMTld.d.cts.map
|