@zoralabs/protocol-deployments 0.6.0-creator-coins.1 → 0.6.0
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/.turbo/turbo-build.log +16 -16
- package/CHANGELOG.md +10 -5
- package/dist/generated/sparks.d.ts +2 -0
- package/dist/generated/sparks.d.ts.map +1 -1
- package/dist/generated/wagmi.d.ts +872 -21
- package/dist/generated/wagmi.d.ts.map +1 -1
- package/dist/index.cjs +431 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +427 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/sparks.ts +2 -0
- package/src/generated/wagmi.ts +448 -9
|
@@ -1,3 +1,128 @@
|
|
|
1
|
+
export declare const autoSwapperABI: readonly [{
|
|
2
|
+
readonly type: "constructor";
|
|
3
|
+
readonly inputs: readonly [{
|
|
4
|
+
readonly name: "_router";
|
|
5
|
+
readonly internalType: "contract ISwapRouter";
|
|
6
|
+
readonly type: "address";
|
|
7
|
+
}, {
|
|
8
|
+
readonly name: "_swapRecipient";
|
|
9
|
+
readonly internalType: "address";
|
|
10
|
+
readonly type: "address";
|
|
11
|
+
}, {
|
|
12
|
+
readonly name: "_swapper";
|
|
13
|
+
readonly internalType: "address";
|
|
14
|
+
readonly type: "address";
|
|
15
|
+
}];
|
|
16
|
+
readonly stateMutability: "nonpayable";
|
|
17
|
+
}, {
|
|
18
|
+
readonly type: "function";
|
|
19
|
+
readonly inputs: readonly [];
|
|
20
|
+
readonly name: "router";
|
|
21
|
+
readonly outputs: readonly [{
|
|
22
|
+
readonly name: "";
|
|
23
|
+
readonly internalType: "contract ISwapRouter";
|
|
24
|
+
readonly type: "address";
|
|
25
|
+
}];
|
|
26
|
+
readonly stateMutability: "view";
|
|
27
|
+
}, {
|
|
28
|
+
readonly type: "function";
|
|
29
|
+
readonly inputs: readonly [{
|
|
30
|
+
readonly name: "params";
|
|
31
|
+
readonly internalType: "struct AutoSwapper.ExactInputParams";
|
|
32
|
+
readonly type: "tuple";
|
|
33
|
+
readonly components: readonly [{
|
|
34
|
+
readonly name: "path";
|
|
35
|
+
readonly internalType: "bytes";
|
|
36
|
+
readonly type: "bytes";
|
|
37
|
+
}, {
|
|
38
|
+
readonly name: "amountIn";
|
|
39
|
+
readonly internalType: "uint256";
|
|
40
|
+
readonly type: "uint256";
|
|
41
|
+
}, {
|
|
42
|
+
readonly name: "amountOutMinimum";
|
|
43
|
+
readonly internalType: "uint256";
|
|
44
|
+
readonly type: "uint256";
|
|
45
|
+
}];
|
|
46
|
+
}];
|
|
47
|
+
readonly name: "swapExactInput";
|
|
48
|
+
readonly outputs: readonly [{
|
|
49
|
+
readonly name: "amountOut";
|
|
50
|
+
readonly internalType: "uint256";
|
|
51
|
+
readonly type: "uint256";
|
|
52
|
+
}];
|
|
53
|
+
readonly stateMutability: "nonpayable";
|
|
54
|
+
}, {
|
|
55
|
+
readonly type: "function";
|
|
56
|
+
readonly inputs: readonly [{
|
|
57
|
+
readonly name: "params";
|
|
58
|
+
readonly internalType: "struct AutoSwapper.ExactInputSingleParams";
|
|
59
|
+
readonly type: "tuple";
|
|
60
|
+
readonly components: readonly [{
|
|
61
|
+
readonly name: "tokenIn";
|
|
62
|
+
readonly internalType: "address";
|
|
63
|
+
readonly type: "address";
|
|
64
|
+
}, {
|
|
65
|
+
readonly name: "tokenOut";
|
|
66
|
+
readonly internalType: "address";
|
|
67
|
+
readonly type: "address";
|
|
68
|
+
}, {
|
|
69
|
+
readonly name: "fee";
|
|
70
|
+
readonly internalType: "uint24";
|
|
71
|
+
readonly type: "uint24";
|
|
72
|
+
}, {
|
|
73
|
+
readonly name: "amountIn";
|
|
74
|
+
readonly internalType: "uint256";
|
|
75
|
+
readonly type: "uint256";
|
|
76
|
+
}, {
|
|
77
|
+
readonly name: "amountOutMinimum";
|
|
78
|
+
readonly internalType: "uint256";
|
|
79
|
+
readonly type: "uint256";
|
|
80
|
+
}, {
|
|
81
|
+
readonly name: "sqrtPriceLimitX96";
|
|
82
|
+
readonly internalType: "uint160";
|
|
83
|
+
readonly type: "uint160";
|
|
84
|
+
}];
|
|
85
|
+
}];
|
|
86
|
+
readonly name: "swapExactInputSingle";
|
|
87
|
+
readonly outputs: readonly [{
|
|
88
|
+
readonly name: "amountOut";
|
|
89
|
+
readonly internalType: "uint256";
|
|
90
|
+
readonly type: "uint256";
|
|
91
|
+
}];
|
|
92
|
+
readonly stateMutability: "nonpayable";
|
|
93
|
+
}, {
|
|
94
|
+
readonly type: "function";
|
|
95
|
+
readonly inputs: readonly [];
|
|
96
|
+
readonly name: "swapRecipient";
|
|
97
|
+
readonly outputs: readonly [{
|
|
98
|
+
readonly name: "";
|
|
99
|
+
readonly internalType: "address";
|
|
100
|
+
readonly type: "address";
|
|
101
|
+
}];
|
|
102
|
+
readonly stateMutability: "view";
|
|
103
|
+
}, {
|
|
104
|
+
readonly type: "function";
|
|
105
|
+
readonly inputs: readonly [];
|
|
106
|
+
readonly name: "swapper";
|
|
107
|
+
readonly outputs: readonly [{
|
|
108
|
+
readonly name: "";
|
|
109
|
+
readonly internalType: "address";
|
|
110
|
+
readonly type: "address";
|
|
111
|
+
}];
|
|
112
|
+
readonly stateMutability: "view";
|
|
113
|
+
}, {
|
|
114
|
+
readonly type: "error";
|
|
115
|
+
readonly inputs: readonly [];
|
|
116
|
+
readonly name: "InvalidRecipient";
|
|
117
|
+
}, {
|
|
118
|
+
readonly type: "error";
|
|
119
|
+
readonly inputs: readonly [];
|
|
120
|
+
readonly name: "InvalidSelector";
|
|
121
|
+
}, {
|
|
122
|
+
readonly type: "error";
|
|
123
|
+
readonly inputs: readonly [];
|
|
124
|
+
readonly name: "NotSwapper";
|
|
125
|
+
}];
|
|
1
126
|
/**
|
|
2
127
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0xd77038a7f400E8242d2916f7EB5741e689d4aE25)
|
|
3
128
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xE4Ec8cE893Cd41965b1aE27F1ad9798F207427aE)
|
|
@@ -78,6 +203,22 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
78
203
|
readonly type: "bytes";
|
|
79
204
|
}];
|
|
80
205
|
readonly stateMutability: "nonpayable";
|
|
206
|
+
}, {
|
|
207
|
+
readonly type: "error";
|
|
208
|
+
readonly inputs: readonly [{
|
|
209
|
+
readonly name: "target";
|
|
210
|
+
readonly internalType: "address";
|
|
211
|
+
readonly type: "address";
|
|
212
|
+
}];
|
|
213
|
+
readonly name: "AddressEmptyCode";
|
|
214
|
+
}, {
|
|
215
|
+
readonly type: "error";
|
|
216
|
+
readonly inputs: readonly [{
|
|
217
|
+
readonly name: "account";
|
|
218
|
+
readonly internalType: "address";
|
|
219
|
+
readonly type: "address";
|
|
220
|
+
}];
|
|
221
|
+
readonly name: "AddressInsufficientBalance";
|
|
81
222
|
}, {
|
|
82
223
|
readonly type: "error";
|
|
83
224
|
readonly inputs: readonly [];
|
|
@@ -102,6 +243,10 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
102
243
|
readonly type: "error";
|
|
103
244
|
readonly inputs: readonly [];
|
|
104
245
|
readonly name: "Erc20NotReceived";
|
|
246
|
+
}, {
|
|
247
|
+
readonly type: "error";
|
|
248
|
+
readonly inputs: readonly [];
|
|
249
|
+
readonly name: "FailedInnerCall";
|
|
105
250
|
}, {
|
|
106
251
|
readonly type: "error";
|
|
107
252
|
readonly inputs: readonly [];
|
|
@@ -118,6 +263,14 @@ export declare const buySupplyWithSwapRouterHookABI: readonly [{
|
|
|
118
263
|
readonly type: "error";
|
|
119
264
|
readonly inputs: readonly [];
|
|
120
265
|
readonly name: "OnlyPoolManager";
|
|
266
|
+
}, {
|
|
267
|
+
readonly type: "error";
|
|
268
|
+
readonly inputs: readonly [{
|
|
269
|
+
readonly name: "token";
|
|
270
|
+
readonly internalType: "address";
|
|
271
|
+
readonly type: "address";
|
|
272
|
+
}];
|
|
273
|
+
readonly name: "SafeERC20FailedOperation";
|
|
121
274
|
}, {
|
|
122
275
|
readonly type: "error";
|
|
123
276
|
readonly inputs: readonly [{
|
|
@@ -220,6 +373,22 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
220
373
|
readonly type: "bytes";
|
|
221
374
|
}];
|
|
222
375
|
readonly stateMutability: "nonpayable";
|
|
376
|
+
}, {
|
|
377
|
+
readonly type: "error";
|
|
378
|
+
readonly inputs: readonly [{
|
|
379
|
+
readonly name: "target";
|
|
380
|
+
readonly internalType: "address";
|
|
381
|
+
readonly type: "address";
|
|
382
|
+
}];
|
|
383
|
+
readonly name: "AddressEmptyCode";
|
|
384
|
+
}, {
|
|
385
|
+
readonly type: "error";
|
|
386
|
+
readonly inputs: readonly [{
|
|
387
|
+
readonly name: "account";
|
|
388
|
+
readonly internalType: "address";
|
|
389
|
+
readonly type: "address";
|
|
390
|
+
}];
|
|
391
|
+
readonly name: "AddressInsufficientBalance";
|
|
223
392
|
}, {
|
|
224
393
|
readonly type: "error";
|
|
225
394
|
readonly inputs: readonly [];
|
|
@@ -244,6 +413,10 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
244
413
|
readonly type: "error";
|
|
245
414
|
readonly inputs: readonly [];
|
|
246
415
|
readonly name: "Erc20NotReceived";
|
|
416
|
+
}, {
|
|
417
|
+
readonly type: "error";
|
|
418
|
+
readonly inputs: readonly [];
|
|
419
|
+
readonly name: "FailedInnerCall";
|
|
247
420
|
}, {
|
|
248
421
|
readonly type: "error";
|
|
249
422
|
readonly inputs: readonly [];
|
|
@@ -260,6 +433,14 @@ export declare const buySupplyWithSwapRouterHookConfig: {
|
|
|
260
433
|
readonly type: "error";
|
|
261
434
|
readonly inputs: readonly [];
|
|
262
435
|
readonly name: "OnlyPoolManager";
|
|
436
|
+
}, {
|
|
437
|
+
readonly type: "error";
|
|
438
|
+
readonly inputs: readonly [{
|
|
439
|
+
readonly name: "token";
|
|
440
|
+
readonly internalType: "address";
|
|
441
|
+
readonly type: "address";
|
|
442
|
+
}];
|
|
443
|
+
readonly name: "SafeERC20FailedOperation";
|
|
263
444
|
}, {
|
|
264
445
|
readonly type: "error";
|
|
265
446
|
readonly inputs: readonly [{
|
|
@@ -4430,6 +4611,20 @@ export declare const coinABI: readonly [{
|
|
|
4430
4611
|
readonly name: "setContractURI";
|
|
4431
4612
|
readonly outputs: readonly [];
|
|
4432
4613
|
readonly stateMutability: "nonpayable";
|
|
4614
|
+
}, {
|
|
4615
|
+
readonly type: "function";
|
|
4616
|
+
readonly inputs: readonly [{
|
|
4617
|
+
readonly name: "newName";
|
|
4618
|
+
readonly internalType: "string";
|
|
4619
|
+
readonly type: "string";
|
|
4620
|
+
}, {
|
|
4621
|
+
readonly name: "newSymbol";
|
|
4622
|
+
readonly internalType: "string";
|
|
4623
|
+
readonly type: "string";
|
|
4624
|
+
}];
|
|
4625
|
+
readonly name: "setNameAndSymbol";
|
|
4626
|
+
readonly outputs: readonly [];
|
|
4627
|
+
readonly stateMutability: "nonpayable";
|
|
4433
4628
|
}, {
|
|
4434
4629
|
readonly type: "function";
|
|
4435
4630
|
readonly inputs: readonly [{
|
|
@@ -4865,6 +5060,26 @@ export declare const coinABI: readonly [{
|
|
|
4865
5060
|
readonly indexed: false;
|
|
4866
5061
|
}];
|
|
4867
5062
|
readonly name: "Initialized";
|
|
5063
|
+
}, {
|
|
5064
|
+
readonly type: "event";
|
|
5065
|
+
readonly anonymous: false;
|
|
5066
|
+
readonly inputs: readonly [{
|
|
5067
|
+
readonly name: "caller";
|
|
5068
|
+
readonly internalType: "address";
|
|
5069
|
+
readonly type: "address";
|
|
5070
|
+
readonly indexed: true;
|
|
5071
|
+
}, {
|
|
5072
|
+
readonly name: "newName";
|
|
5073
|
+
readonly internalType: "string";
|
|
5074
|
+
readonly type: "string";
|
|
5075
|
+
readonly indexed: false;
|
|
5076
|
+
}, {
|
|
5077
|
+
readonly name: "newSymbol";
|
|
5078
|
+
readonly internalType: "string";
|
|
5079
|
+
readonly type: "string";
|
|
5080
|
+
readonly indexed: false;
|
|
5081
|
+
}];
|
|
5082
|
+
readonly name: "NameAndSymbolUpdated";
|
|
4868
5083
|
}, {
|
|
4869
5084
|
readonly type: "event";
|
|
4870
5085
|
readonly anonymous: false;
|
|
@@ -5228,6 +5443,14 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5228
5443
|
readonly name: "_creatorCoinImpl";
|
|
5229
5444
|
readonly internalType: "address";
|
|
5230
5445
|
readonly type: "address";
|
|
5446
|
+
}, {
|
|
5447
|
+
readonly name: "_contentCoinHook";
|
|
5448
|
+
readonly internalType: "address";
|
|
5449
|
+
readonly type: "address";
|
|
5450
|
+
}, {
|
|
5451
|
+
readonly name: "_creatorCoinHook";
|
|
5452
|
+
readonly internalType: "address";
|
|
5453
|
+
readonly type: "address";
|
|
5231
5454
|
}];
|
|
5232
5455
|
readonly stateMutability: "nonpayable";
|
|
5233
5456
|
}, {
|
|
@@ -5294,6 +5517,16 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5294
5517
|
readonly type: "address";
|
|
5295
5518
|
}];
|
|
5296
5519
|
readonly stateMutability: "view";
|
|
5520
|
+
}, {
|
|
5521
|
+
readonly type: "function";
|
|
5522
|
+
readonly inputs: readonly [];
|
|
5523
|
+
readonly name: "contentCoinHook";
|
|
5524
|
+
readonly outputs: readonly [{
|
|
5525
|
+
readonly name: "";
|
|
5526
|
+
readonly internalType: "address";
|
|
5527
|
+
readonly type: "address";
|
|
5528
|
+
}];
|
|
5529
|
+
readonly stateMutability: "view";
|
|
5297
5530
|
}, {
|
|
5298
5531
|
readonly type: "function";
|
|
5299
5532
|
readonly inputs: readonly [];
|
|
@@ -5314,6 +5547,16 @@ export declare const coinFactoryABI: readonly [{
|
|
|
5314
5547
|
readonly type: "string";
|
|
5315
5548
|
}];
|
|
5316
5549
|
readonly stateMutability: "pure";
|
|
5550
|
+
}, {
|
|
5551
|
+
readonly type: "function";
|
|
5552
|
+
readonly inputs: readonly [];
|
|
5553
|
+
readonly name: "creatorCoinHook";
|
|
5554
|
+
readonly outputs: readonly [{
|
|
5555
|
+
readonly name: "";
|
|
5556
|
+
readonly internalType: "address";
|
|
5557
|
+
readonly type: "address";
|
|
5558
|
+
}];
|
|
5559
|
+
readonly stateMutability: "view";
|
|
5317
5560
|
}, {
|
|
5318
5561
|
readonly type: "function";
|
|
5319
5562
|
readonly inputs: readonly [];
|
|
@@ -6114,6 +6357,14 @@ export declare const coinFactoryConfig: {
|
|
|
6114
6357
|
readonly name: "_creatorCoinImpl";
|
|
6115
6358
|
readonly internalType: "address";
|
|
6116
6359
|
readonly type: "address";
|
|
6360
|
+
}, {
|
|
6361
|
+
readonly name: "_contentCoinHook";
|
|
6362
|
+
readonly internalType: "address";
|
|
6363
|
+
readonly type: "address";
|
|
6364
|
+
}, {
|
|
6365
|
+
readonly name: "_creatorCoinHook";
|
|
6366
|
+
readonly internalType: "address";
|
|
6367
|
+
readonly type: "address";
|
|
6117
6368
|
}];
|
|
6118
6369
|
readonly stateMutability: "nonpayable";
|
|
6119
6370
|
}, {
|
|
@@ -6180,6 +6431,16 @@ export declare const coinFactoryConfig: {
|
|
|
6180
6431
|
readonly type: "address";
|
|
6181
6432
|
}];
|
|
6182
6433
|
readonly stateMutability: "view";
|
|
6434
|
+
}, {
|
|
6435
|
+
readonly type: "function";
|
|
6436
|
+
readonly inputs: readonly [];
|
|
6437
|
+
readonly name: "contentCoinHook";
|
|
6438
|
+
readonly outputs: readonly [{
|
|
6439
|
+
readonly name: "";
|
|
6440
|
+
readonly internalType: "address";
|
|
6441
|
+
readonly type: "address";
|
|
6442
|
+
}];
|
|
6443
|
+
readonly stateMutability: "view";
|
|
6183
6444
|
}, {
|
|
6184
6445
|
readonly type: "function";
|
|
6185
6446
|
readonly inputs: readonly [];
|
|
@@ -6200,6 +6461,16 @@ export declare const coinFactoryConfig: {
|
|
|
6200
6461
|
readonly type: "string";
|
|
6201
6462
|
}];
|
|
6202
6463
|
readonly stateMutability: "pure";
|
|
6464
|
+
}, {
|
|
6465
|
+
readonly type: "function";
|
|
6466
|
+
readonly inputs: readonly [];
|
|
6467
|
+
readonly name: "creatorCoinHook";
|
|
6468
|
+
readonly outputs: readonly [{
|
|
6469
|
+
readonly name: "";
|
|
6470
|
+
readonly internalType: "address";
|
|
6471
|
+
readonly type: "address";
|
|
6472
|
+
}];
|
|
6473
|
+
readonly stateMutability: "view";
|
|
6203
6474
|
}, {
|
|
6204
6475
|
readonly type: "function";
|
|
6205
6476
|
readonly inputs: readonly [];
|
|
@@ -6988,10 +7259,6 @@ export declare const coinV4ABI: readonly [{
|
|
|
6988
7259
|
readonly name: "airlock_";
|
|
6989
7260
|
readonly internalType: "address";
|
|
6990
7261
|
readonly type: "address";
|
|
6991
|
-
}, {
|
|
6992
|
-
readonly name: "hooks_";
|
|
6993
|
-
readonly internalType: "contract IHooks";
|
|
6994
|
-
readonly type: "address";
|
|
6995
7262
|
}];
|
|
6996
7263
|
readonly stateMutability: "nonpayable";
|
|
6997
7264
|
}, {
|
|
@@ -7422,13 +7689,52 @@ export declare const coinV4ABI: readonly [{
|
|
|
7422
7689
|
readonly stateMutability: "view";
|
|
7423
7690
|
}, {
|
|
7424
7691
|
readonly type: "function";
|
|
7425
|
-
readonly inputs: readonly [
|
|
7426
|
-
|
|
7427
|
-
|
|
7428
|
-
readonly
|
|
7429
|
-
|
|
7430
|
-
readonly
|
|
7431
|
-
|
|
7692
|
+
readonly inputs: readonly [{
|
|
7693
|
+
readonly name: "newHook";
|
|
7694
|
+
readonly internalType: "address";
|
|
7695
|
+
readonly type: "address";
|
|
7696
|
+
}, {
|
|
7697
|
+
readonly name: "additionalData";
|
|
7698
|
+
readonly internalType: "bytes";
|
|
7699
|
+
readonly type: "bytes";
|
|
7700
|
+
}];
|
|
7701
|
+
readonly name: "migrateLiquidity";
|
|
7702
|
+
readonly outputs: readonly [{
|
|
7703
|
+
readonly name: "newPoolKey";
|
|
7704
|
+
readonly internalType: "struct PoolKey";
|
|
7705
|
+
readonly type: "tuple";
|
|
7706
|
+
readonly components: readonly [{
|
|
7707
|
+
readonly name: "currency0";
|
|
7708
|
+
readonly internalType: "Currency";
|
|
7709
|
+
readonly type: "address";
|
|
7710
|
+
}, {
|
|
7711
|
+
readonly name: "currency1";
|
|
7712
|
+
readonly internalType: "Currency";
|
|
7713
|
+
readonly type: "address";
|
|
7714
|
+
}, {
|
|
7715
|
+
readonly name: "fee";
|
|
7716
|
+
readonly internalType: "uint24";
|
|
7717
|
+
readonly type: "uint24";
|
|
7718
|
+
}, {
|
|
7719
|
+
readonly name: "tickSpacing";
|
|
7720
|
+
readonly internalType: "int24";
|
|
7721
|
+
readonly type: "int24";
|
|
7722
|
+
}, {
|
|
7723
|
+
readonly name: "hooks";
|
|
7724
|
+
readonly internalType: "contract IHooks";
|
|
7725
|
+
readonly type: "address";
|
|
7726
|
+
}];
|
|
7727
|
+
}];
|
|
7728
|
+
readonly stateMutability: "nonpayable";
|
|
7729
|
+
}, {
|
|
7730
|
+
readonly type: "function";
|
|
7731
|
+
readonly inputs: readonly [];
|
|
7732
|
+
readonly name: "name";
|
|
7733
|
+
readonly outputs: readonly [{
|
|
7734
|
+
readonly name: "";
|
|
7735
|
+
readonly internalType: "string";
|
|
7736
|
+
readonly type: "string";
|
|
7737
|
+
}];
|
|
7432
7738
|
readonly stateMutability: "view";
|
|
7433
7739
|
}, {
|
|
7434
7740
|
readonly type: "function";
|
|
@@ -7574,6 +7880,20 @@ export declare const coinV4ABI: readonly [{
|
|
|
7574
7880
|
readonly name: "setContractURI";
|
|
7575
7881
|
readonly outputs: readonly [];
|
|
7576
7882
|
readonly stateMutability: "nonpayable";
|
|
7883
|
+
}, {
|
|
7884
|
+
readonly type: "function";
|
|
7885
|
+
readonly inputs: readonly [{
|
|
7886
|
+
readonly name: "newName";
|
|
7887
|
+
readonly internalType: "string";
|
|
7888
|
+
readonly type: "string";
|
|
7889
|
+
}, {
|
|
7890
|
+
readonly name: "newSymbol";
|
|
7891
|
+
readonly internalType: "string";
|
|
7892
|
+
readonly type: "string";
|
|
7893
|
+
}];
|
|
7894
|
+
readonly name: "setNameAndSymbol";
|
|
7895
|
+
readonly outputs: readonly [];
|
|
7896
|
+
readonly stateMutability: "nonpayable";
|
|
7577
7897
|
}, {
|
|
7578
7898
|
readonly type: "function";
|
|
7579
7899
|
readonly inputs: readonly [{
|
|
@@ -7971,6 +8291,93 @@ export declare const coinV4ABI: readonly [{
|
|
|
7971
8291
|
readonly indexed: false;
|
|
7972
8292
|
}];
|
|
7973
8293
|
readonly name: "Initialized";
|
|
8294
|
+
}, {
|
|
8295
|
+
readonly type: "event";
|
|
8296
|
+
readonly anonymous: false;
|
|
8297
|
+
readonly inputs: readonly [{
|
|
8298
|
+
readonly name: "fromPoolKey";
|
|
8299
|
+
readonly internalType: "struct PoolKey";
|
|
8300
|
+
readonly type: "tuple";
|
|
8301
|
+
readonly components: readonly [{
|
|
8302
|
+
readonly name: "currency0";
|
|
8303
|
+
readonly internalType: "Currency";
|
|
8304
|
+
readonly type: "address";
|
|
8305
|
+
}, {
|
|
8306
|
+
readonly name: "currency1";
|
|
8307
|
+
readonly internalType: "Currency";
|
|
8308
|
+
readonly type: "address";
|
|
8309
|
+
}, {
|
|
8310
|
+
readonly name: "fee";
|
|
8311
|
+
readonly internalType: "uint24";
|
|
8312
|
+
readonly type: "uint24";
|
|
8313
|
+
}, {
|
|
8314
|
+
readonly name: "tickSpacing";
|
|
8315
|
+
readonly internalType: "int24";
|
|
8316
|
+
readonly type: "int24";
|
|
8317
|
+
}, {
|
|
8318
|
+
readonly name: "hooks";
|
|
8319
|
+
readonly internalType: "contract IHooks";
|
|
8320
|
+
readonly type: "address";
|
|
8321
|
+
}];
|
|
8322
|
+
readonly indexed: false;
|
|
8323
|
+
}, {
|
|
8324
|
+
readonly name: "fromPoolKeyHash";
|
|
8325
|
+
readonly internalType: "bytes32";
|
|
8326
|
+
readonly type: "bytes32";
|
|
8327
|
+
readonly indexed: false;
|
|
8328
|
+
}, {
|
|
8329
|
+
readonly name: "toPoolKey";
|
|
8330
|
+
readonly internalType: "struct PoolKey";
|
|
8331
|
+
readonly type: "tuple";
|
|
8332
|
+
readonly components: readonly [{
|
|
8333
|
+
readonly name: "currency0";
|
|
8334
|
+
readonly internalType: "Currency";
|
|
8335
|
+
readonly type: "address";
|
|
8336
|
+
}, {
|
|
8337
|
+
readonly name: "currency1";
|
|
8338
|
+
readonly internalType: "Currency";
|
|
8339
|
+
readonly type: "address";
|
|
8340
|
+
}, {
|
|
8341
|
+
readonly name: "fee";
|
|
8342
|
+
readonly internalType: "uint24";
|
|
8343
|
+
readonly type: "uint24";
|
|
8344
|
+
}, {
|
|
8345
|
+
readonly name: "tickSpacing";
|
|
8346
|
+
readonly internalType: "int24";
|
|
8347
|
+
readonly type: "int24";
|
|
8348
|
+
}, {
|
|
8349
|
+
readonly name: "hooks";
|
|
8350
|
+
readonly internalType: "contract IHooks";
|
|
8351
|
+
readonly type: "address";
|
|
8352
|
+
}];
|
|
8353
|
+
readonly indexed: false;
|
|
8354
|
+
}, {
|
|
8355
|
+
readonly name: "toPoolKeyHash";
|
|
8356
|
+
readonly internalType: "bytes32";
|
|
8357
|
+
readonly type: "bytes32";
|
|
8358
|
+
readonly indexed: false;
|
|
8359
|
+
}];
|
|
8360
|
+
readonly name: "LiquidityMigrated";
|
|
8361
|
+
}, {
|
|
8362
|
+
readonly type: "event";
|
|
8363
|
+
readonly anonymous: false;
|
|
8364
|
+
readonly inputs: readonly [{
|
|
8365
|
+
readonly name: "caller";
|
|
8366
|
+
readonly internalType: "address";
|
|
8367
|
+
readonly type: "address";
|
|
8368
|
+
readonly indexed: true;
|
|
8369
|
+
}, {
|
|
8370
|
+
readonly name: "newName";
|
|
8371
|
+
readonly internalType: "string";
|
|
8372
|
+
readonly type: "string";
|
|
8373
|
+
readonly indexed: false;
|
|
8374
|
+
}, {
|
|
8375
|
+
readonly name: "newSymbol";
|
|
8376
|
+
readonly internalType: "string";
|
|
8377
|
+
readonly type: "string";
|
|
8378
|
+
readonly indexed: false;
|
|
8379
|
+
}];
|
|
8380
|
+
readonly name: "NameAndSymbolUpdated";
|
|
7974
8381
|
}, {
|
|
7975
8382
|
readonly type: "event";
|
|
7976
8383
|
readonly anonymous: false;
|
|
@@ -12630,7 +13037,7 @@ export declare const commentsConfig: {
|
|
|
12630
13037
|
}];
|
|
12631
13038
|
};
|
|
12632
13039
|
/**
|
|
12633
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
13040
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x62B95629F965bf48E15BB110A1729B9b9dF1C07D)
|
|
12634
13041
|
*/
|
|
12635
13042
|
export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
12636
13043
|
readonly type: "constructor";
|
|
@@ -12708,6 +13115,22 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12708
13115
|
readonly type: "bytes";
|
|
12709
13116
|
}];
|
|
12710
13117
|
readonly stateMutability: "nonpayable";
|
|
13118
|
+
}, {
|
|
13119
|
+
readonly type: "error";
|
|
13120
|
+
readonly inputs: readonly [{
|
|
13121
|
+
readonly name: "target";
|
|
13122
|
+
readonly internalType: "address";
|
|
13123
|
+
readonly type: "address";
|
|
13124
|
+
}];
|
|
13125
|
+
readonly name: "AddressEmptyCode";
|
|
13126
|
+
}, {
|
|
13127
|
+
readonly type: "error";
|
|
13128
|
+
readonly inputs: readonly [{
|
|
13129
|
+
readonly name: "account";
|
|
13130
|
+
readonly internalType: "address";
|
|
13131
|
+
readonly type: "address";
|
|
13132
|
+
}];
|
|
13133
|
+
readonly name: "AddressInsufficientBalance";
|
|
12711
13134
|
}, {
|
|
12712
13135
|
readonly type: "error";
|
|
12713
13136
|
readonly inputs: readonly [];
|
|
@@ -12732,6 +13155,10 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12732
13155
|
readonly type: "error";
|
|
12733
13156
|
readonly inputs: readonly [];
|
|
12734
13157
|
readonly name: "Erc20NotReceived";
|
|
13158
|
+
}, {
|
|
13159
|
+
readonly type: "error";
|
|
13160
|
+
readonly inputs: readonly [];
|
|
13161
|
+
readonly name: "FailedInnerCall";
|
|
12735
13162
|
}, {
|
|
12736
13163
|
readonly type: "error";
|
|
12737
13164
|
readonly inputs: readonly [];
|
|
@@ -12748,6 +13175,14 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12748
13175
|
readonly type: "error";
|
|
12749
13176
|
readonly inputs: readonly [];
|
|
12750
13177
|
readonly name: "OnlyPoolManager";
|
|
13178
|
+
}, {
|
|
13179
|
+
readonly type: "error";
|
|
13180
|
+
readonly inputs: readonly [{
|
|
13181
|
+
readonly name: "token";
|
|
13182
|
+
readonly internalType: "address";
|
|
13183
|
+
readonly type: "address";
|
|
13184
|
+
}];
|
|
13185
|
+
readonly name: "SafeERC20FailedOperation";
|
|
12751
13186
|
}, {
|
|
12752
13187
|
readonly type: "error";
|
|
12753
13188
|
readonly inputs: readonly [{
|
|
@@ -12758,17 +13193,17 @@ export declare const devBuySupplyWithSwapRouterHookABI: readonly [{
|
|
|
12758
13193
|
readonly name: "SwapReverted";
|
|
12759
13194
|
}];
|
|
12760
13195
|
/**
|
|
12761
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
13196
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x62B95629F965bf48E15BB110A1729B9b9dF1C07D)
|
|
12762
13197
|
*/
|
|
12763
13198
|
export declare const devBuySupplyWithSwapRouterHookAddress: {
|
|
12764
|
-
readonly 8453: "
|
|
13199
|
+
readonly 8453: "0x62B95629F965bf48E15BB110A1729B9b9dF1C07D";
|
|
12765
13200
|
};
|
|
12766
13201
|
/**
|
|
12767
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
13202
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x62B95629F965bf48E15BB110A1729B9b9dF1C07D)
|
|
12768
13203
|
*/
|
|
12769
13204
|
export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
12770
13205
|
readonly address: {
|
|
12771
|
-
readonly 8453: "
|
|
13206
|
+
readonly 8453: "0x62B95629F965bf48E15BB110A1729B9b9dF1C07D";
|
|
12772
13207
|
};
|
|
12773
13208
|
readonly abi: readonly [{
|
|
12774
13209
|
readonly type: "constructor";
|
|
@@ -12846,6 +13281,22 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12846
13281
|
readonly type: "bytes";
|
|
12847
13282
|
}];
|
|
12848
13283
|
readonly stateMutability: "nonpayable";
|
|
13284
|
+
}, {
|
|
13285
|
+
readonly type: "error";
|
|
13286
|
+
readonly inputs: readonly [{
|
|
13287
|
+
readonly name: "target";
|
|
13288
|
+
readonly internalType: "address";
|
|
13289
|
+
readonly type: "address";
|
|
13290
|
+
}];
|
|
13291
|
+
readonly name: "AddressEmptyCode";
|
|
13292
|
+
}, {
|
|
13293
|
+
readonly type: "error";
|
|
13294
|
+
readonly inputs: readonly [{
|
|
13295
|
+
readonly name: "account";
|
|
13296
|
+
readonly internalType: "address";
|
|
13297
|
+
readonly type: "address";
|
|
13298
|
+
}];
|
|
13299
|
+
readonly name: "AddressInsufficientBalance";
|
|
12849
13300
|
}, {
|
|
12850
13301
|
readonly type: "error";
|
|
12851
13302
|
readonly inputs: readonly [];
|
|
@@ -12870,6 +13321,10 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12870
13321
|
readonly type: "error";
|
|
12871
13322
|
readonly inputs: readonly [];
|
|
12872
13323
|
readonly name: "Erc20NotReceived";
|
|
13324
|
+
}, {
|
|
13325
|
+
readonly type: "error";
|
|
13326
|
+
readonly inputs: readonly [];
|
|
13327
|
+
readonly name: "FailedInnerCall";
|
|
12873
13328
|
}, {
|
|
12874
13329
|
readonly type: "error";
|
|
12875
13330
|
readonly inputs: readonly [];
|
|
@@ -12886,6 +13341,14 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12886
13341
|
readonly type: "error";
|
|
12887
13342
|
readonly inputs: readonly [];
|
|
12888
13343
|
readonly name: "OnlyPoolManager";
|
|
13344
|
+
}, {
|
|
13345
|
+
readonly type: "error";
|
|
13346
|
+
readonly inputs: readonly [{
|
|
13347
|
+
readonly name: "token";
|
|
13348
|
+
readonly internalType: "address";
|
|
13349
|
+
readonly type: "address";
|
|
13350
|
+
}];
|
|
13351
|
+
readonly name: "SafeERC20FailedOperation";
|
|
12889
13352
|
}, {
|
|
12890
13353
|
readonly type: "error";
|
|
12891
13354
|
readonly inputs: readonly [{
|
|
@@ -12897,7 +13360,7 @@ export declare const devBuySupplyWithSwapRouterHookConfig: {
|
|
|
12897
13360
|
}];
|
|
12898
13361
|
};
|
|
12899
13362
|
/**
|
|
12900
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
13363
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x47B0C1205B01e5e967dB24A186968152e5cCf764)
|
|
12901
13364
|
*/
|
|
12902
13365
|
export declare const devCoinFactoryABI: readonly [{
|
|
12903
13366
|
readonly type: "constructor";
|
|
@@ -12913,6 +13376,14 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12913
13376
|
readonly name: "_creatorCoinImpl";
|
|
12914
13377
|
readonly internalType: "address";
|
|
12915
13378
|
readonly type: "address";
|
|
13379
|
+
}, {
|
|
13380
|
+
readonly name: "_contentCoinHook";
|
|
13381
|
+
readonly internalType: "address";
|
|
13382
|
+
readonly type: "address";
|
|
13383
|
+
}, {
|
|
13384
|
+
readonly name: "_creatorCoinHook";
|
|
13385
|
+
readonly internalType: "address";
|
|
13386
|
+
readonly type: "address";
|
|
12916
13387
|
}];
|
|
12917
13388
|
readonly stateMutability: "nonpayable";
|
|
12918
13389
|
}, {
|
|
@@ -12979,6 +13450,16 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12979
13450
|
readonly type: "address";
|
|
12980
13451
|
}];
|
|
12981
13452
|
readonly stateMutability: "view";
|
|
13453
|
+
}, {
|
|
13454
|
+
readonly type: "function";
|
|
13455
|
+
readonly inputs: readonly [];
|
|
13456
|
+
readonly name: "contentCoinHook";
|
|
13457
|
+
readonly outputs: readonly [{
|
|
13458
|
+
readonly name: "";
|
|
13459
|
+
readonly internalType: "address";
|
|
13460
|
+
readonly type: "address";
|
|
13461
|
+
}];
|
|
13462
|
+
readonly stateMutability: "view";
|
|
12982
13463
|
}, {
|
|
12983
13464
|
readonly type: "function";
|
|
12984
13465
|
readonly inputs: readonly [];
|
|
@@ -12999,6 +13480,16 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
12999
13480
|
readonly type: "string";
|
|
13000
13481
|
}];
|
|
13001
13482
|
readonly stateMutability: "pure";
|
|
13483
|
+
}, {
|
|
13484
|
+
readonly type: "function";
|
|
13485
|
+
readonly inputs: readonly [];
|
|
13486
|
+
readonly name: "creatorCoinHook";
|
|
13487
|
+
readonly outputs: readonly [{
|
|
13488
|
+
readonly name: "";
|
|
13489
|
+
readonly internalType: "address";
|
|
13490
|
+
readonly type: "address";
|
|
13491
|
+
}];
|
|
13492
|
+
readonly stateMutability: "view";
|
|
13002
13493
|
}, {
|
|
13003
13494
|
readonly type: "function";
|
|
13004
13495
|
readonly inputs: readonly [];
|
|
@@ -13769,17 +14260,17 @@ export declare const devCoinFactoryABI: readonly [{
|
|
|
13769
14260
|
readonly name: "ZeroDiscoverySupplyShare";
|
|
13770
14261
|
}];
|
|
13771
14262
|
/**
|
|
13772
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
14263
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x47B0C1205B01e5e967dB24A186968152e5cCf764)
|
|
13773
14264
|
*/
|
|
13774
14265
|
export declare const devCoinFactoryAddress: {
|
|
13775
|
-
readonly 8453: "
|
|
14266
|
+
readonly 8453: "0x47B0C1205B01e5e967dB24A186968152e5cCf764";
|
|
13776
14267
|
};
|
|
13777
14268
|
/**
|
|
13778
|
-
* [__View Contract on Base Basescan__](https://basescan.org/address/
|
|
14269
|
+
* [__View Contract on Base Basescan__](https://basescan.org/address/0x47B0C1205B01e5e967dB24A186968152e5cCf764)
|
|
13779
14270
|
*/
|
|
13780
14271
|
export declare const devCoinFactoryConfig: {
|
|
13781
14272
|
readonly address: {
|
|
13782
|
-
readonly 8453: "
|
|
14273
|
+
readonly 8453: "0x47B0C1205B01e5e967dB24A186968152e5cCf764";
|
|
13783
14274
|
};
|
|
13784
14275
|
readonly abi: readonly [{
|
|
13785
14276
|
readonly type: "constructor";
|
|
@@ -13795,6 +14286,14 @@ export declare const devCoinFactoryConfig: {
|
|
|
13795
14286
|
readonly name: "_creatorCoinImpl";
|
|
13796
14287
|
readonly internalType: "address";
|
|
13797
14288
|
readonly type: "address";
|
|
14289
|
+
}, {
|
|
14290
|
+
readonly name: "_contentCoinHook";
|
|
14291
|
+
readonly internalType: "address";
|
|
14292
|
+
readonly type: "address";
|
|
14293
|
+
}, {
|
|
14294
|
+
readonly name: "_creatorCoinHook";
|
|
14295
|
+
readonly internalType: "address";
|
|
14296
|
+
readonly type: "address";
|
|
13798
14297
|
}];
|
|
13799
14298
|
readonly stateMutability: "nonpayable";
|
|
13800
14299
|
}, {
|
|
@@ -13861,6 +14360,16 @@ export declare const devCoinFactoryConfig: {
|
|
|
13861
14360
|
readonly type: "address";
|
|
13862
14361
|
}];
|
|
13863
14362
|
readonly stateMutability: "view";
|
|
14363
|
+
}, {
|
|
14364
|
+
readonly type: "function";
|
|
14365
|
+
readonly inputs: readonly [];
|
|
14366
|
+
readonly name: "contentCoinHook";
|
|
14367
|
+
readonly outputs: readonly [{
|
|
14368
|
+
readonly name: "";
|
|
14369
|
+
readonly internalType: "address";
|
|
14370
|
+
readonly type: "address";
|
|
14371
|
+
}];
|
|
14372
|
+
readonly stateMutability: "view";
|
|
13864
14373
|
}, {
|
|
13865
14374
|
readonly type: "function";
|
|
13866
14375
|
readonly inputs: readonly [];
|
|
@@ -13881,6 +14390,16 @@ export declare const devCoinFactoryConfig: {
|
|
|
13881
14390
|
readonly type: "string";
|
|
13882
14391
|
}];
|
|
13883
14392
|
readonly stateMutability: "pure";
|
|
14393
|
+
}, {
|
|
14394
|
+
readonly type: "function";
|
|
14395
|
+
readonly inputs: readonly [];
|
|
14396
|
+
readonly name: "creatorCoinHook";
|
|
14397
|
+
readonly outputs: readonly [{
|
|
14398
|
+
readonly name: "";
|
|
14399
|
+
readonly internalType: "address";
|
|
14400
|
+
readonly type: "address";
|
|
14401
|
+
}];
|
|
14402
|
+
readonly stateMutability: "view";
|
|
13884
14403
|
}, {
|
|
13885
14404
|
readonly type: "function";
|
|
13886
14405
|
readonly inputs: readonly [];
|
|
@@ -23047,6 +23566,338 @@ export declare const sponsoredSparksSpenderConfig: {
|
|
|
23047
23566
|
readonly name: "WithdrawFailed";
|
|
23048
23567
|
}];
|
|
23049
23568
|
};
|
|
23569
|
+
/**
|
|
23570
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a)
|
|
23571
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xC5290058841028F1614F3A6F0F5816cAd0df5E27)
|
|
23572
|
+
*/
|
|
23573
|
+
export declare const uniswapQuoterV2ABI: readonly [{
|
|
23574
|
+
readonly type: "function";
|
|
23575
|
+
readonly inputs: readonly [{
|
|
23576
|
+
readonly name: "path";
|
|
23577
|
+
readonly internalType: "bytes";
|
|
23578
|
+
readonly type: "bytes";
|
|
23579
|
+
}, {
|
|
23580
|
+
readonly name: "amountIn";
|
|
23581
|
+
readonly internalType: "uint256";
|
|
23582
|
+
readonly type: "uint256";
|
|
23583
|
+
}];
|
|
23584
|
+
readonly name: "quoteExactInput";
|
|
23585
|
+
readonly outputs: readonly [{
|
|
23586
|
+
readonly name: "amountOut";
|
|
23587
|
+
readonly internalType: "uint256";
|
|
23588
|
+
readonly type: "uint256";
|
|
23589
|
+
}, {
|
|
23590
|
+
readonly name: "sqrtPriceX96AfterList";
|
|
23591
|
+
readonly internalType: "uint160[]";
|
|
23592
|
+
readonly type: "uint160[]";
|
|
23593
|
+
}, {
|
|
23594
|
+
readonly name: "initializedTicksCrossedList";
|
|
23595
|
+
readonly internalType: "uint32[]";
|
|
23596
|
+
readonly type: "uint32[]";
|
|
23597
|
+
}, {
|
|
23598
|
+
readonly name: "gasEstimate";
|
|
23599
|
+
readonly internalType: "uint256";
|
|
23600
|
+
readonly type: "uint256";
|
|
23601
|
+
}];
|
|
23602
|
+
readonly stateMutability: "nonpayable";
|
|
23603
|
+
}, {
|
|
23604
|
+
readonly type: "function";
|
|
23605
|
+
readonly inputs: readonly [{
|
|
23606
|
+
readonly name: "params";
|
|
23607
|
+
readonly internalType: "struct IQuoterV2.QuoteExactInputSingleParams";
|
|
23608
|
+
readonly type: "tuple";
|
|
23609
|
+
readonly components: readonly [{
|
|
23610
|
+
readonly name: "tokenIn";
|
|
23611
|
+
readonly internalType: "address";
|
|
23612
|
+
readonly type: "address";
|
|
23613
|
+
}, {
|
|
23614
|
+
readonly name: "tokenOut";
|
|
23615
|
+
readonly internalType: "address";
|
|
23616
|
+
readonly type: "address";
|
|
23617
|
+
}, {
|
|
23618
|
+
readonly name: "amountIn";
|
|
23619
|
+
readonly internalType: "uint256";
|
|
23620
|
+
readonly type: "uint256";
|
|
23621
|
+
}, {
|
|
23622
|
+
readonly name: "fee";
|
|
23623
|
+
readonly internalType: "uint24";
|
|
23624
|
+
readonly type: "uint24";
|
|
23625
|
+
}, {
|
|
23626
|
+
readonly name: "sqrtPriceLimitX96";
|
|
23627
|
+
readonly internalType: "uint160";
|
|
23628
|
+
readonly type: "uint160";
|
|
23629
|
+
}];
|
|
23630
|
+
}];
|
|
23631
|
+
readonly name: "quoteExactInputSingle";
|
|
23632
|
+
readonly outputs: readonly [{
|
|
23633
|
+
readonly name: "amountOut";
|
|
23634
|
+
readonly internalType: "uint256";
|
|
23635
|
+
readonly type: "uint256";
|
|
23636
|
+
}, {
|
|
23637
|
+
readonly name: "sqrtPriceX96After";
|
|
23638
|
+
readonly internalType: "uint160";
|
|
23639
|
+
readonly type: "uint160";
|
|
23640
|
+
}, {
|
|
23641
|
+
readonly name: "initializedTicksCrossed";
|
|
23642
|
+
readonly internalType: "uint32";
|
|
23643
|
+
readonly type: "uint32";
|
|
23644
|
+
}, {
|
|
23645
|
+
readonly name: "gasEstimate";
|
|
23646
|
+
readonly internalType: "uint256";
|
|
23647
|
+
readonly type: "uint256";
|
|
23648
|
+
}];
|
|
23649
|
+
readonly stateMutability: "nonpayable";
|
|
23650
|
+
}, {
|
|
23651
|
+
readonly type: "function";
|
|
23652
|
+
readonly inputs: readonly [{
|
|
23653
|
+
readonly name: "path";
|
|
23654
|
+
readonly internalType: "bytes";
|
|
23655
|
+
readonly type: "bytes";
|
|
23656
|
+
}, {
|
|
23657
|
+
readonly name: "amountOut";
|
|
23658
|
+
readonly internalType: "uint256";
|
|
23659
|
+
readonly type: "uint256";
|
|
23660
|
+
}];
|
|
23661
|
+
readonly name: "quoteExactOutput";
|
|
23662
|
+
readonly outputs: readonly [{
|
|
23663
|
+
readonly name: "amountIn";
|
|
23664
|
+
readonly internalType: "uint256";
|
|
23665
|
+
readonly type: "uint256";
|
|
23666
|
+
}, {
|
|
23667
|
+
readonly name: "sqrtPriceX96AfterList";
|
|
23668
|
+
readonly internalType: "uint160[]";
|
|
23669
|
+
readonly type: "uint160[]";
|
|
23670
|
+
}, {
|
|
23671
|
+
readonly name: "initializedTicksCrossedList";
|
|
23672
|
+
readonly internalType: "uint32[]";
|
|
23673
|
+
readonly type: "uint32[]";
|
|
23674
|
+
}, {
|
|
23675
|
+
readonly name: "gasEstimate";
|
|
23676
|
+
readonly internalType: "uint256";
|
|
23677
|
+
readonly type: "uint256";
|
|
23678
|
+
}];
|
|
23679
|
+
readonly stateMutability: "nonpayable";
|
|
23680
|
+
}, {
|
|
23681
|
+
readonly type: "function";
|
|
23682
|
+
readonly inputs: readonly [{
|
|
23683
|
+
readonly name: "params";
|
|
23684
|
+
readonly internalType: "struct IQuoterV2.QuoteExactOutputSingleParams";
|
|
23685
|
+
readonly type: "tuple";
|
|
23686
|
+
readonly components: readonly [{
|
|
23687
|
+
readonly name: "tokenIn";
|
|
23688
|
+
readonly internalType: "address";
|
|
23689
|
+
readonly type: "address";
|
|
23690
|
+
}, {
|
|
23691
|
+
readonly name: "tokenOut";
|
|
23692
|
+
readonly internalType: "address";
|
|
23693
|
+
readonly type: "address";
|
|
23694
|
+
}, {
|
|
23695
|
+
readonly name: "amount";
|
|
23696
|
+
readonly internalType: "uint256";
|
|
23697
|
+
readonly type: "uint256";
|
|
23698
|
+
}, {
|
|
23699
|
+
readonly name: "fee";
|
|
23700
|
+
readonly internalType: "uint24";
|
|
23701
|
+
readonly type: "uint24";
|
|
23702
|
+
}, {
|
|
23703
|
+
readonly name: "sqrtPriceLimitX96";
|
|
23704
|
+
readonly internalType: "uint160";
|
|
23705
|
+
readonly type: "uint160";
|
|
23706
|
+
}];
|
|
23707
|
+
}];
|
|
23708
|
+
readonly name: "quoteExactOutputSingle";
|
|
23709
|
+
readonly outputs: readonly [{
|
|
23710
|
+
readonly name: "amountIn";
|
|
23711
|
+
readonly internalType: "uint256";
|
|
23712
|
+
readonly type: "uint256";
|
|
23713
|
+
}, {
|
|
23714
|
+
readonly name: "sqrtPriceX96After";
|
|
23715
|
+
readonly internalType: "uint160";
|
|
23716
|
+
readonly type: "uint160";
|
|
23717
|
+
}, {
|
|
23718
|
+
readonly name: "initializedTicksCrossed";
|
|
23719
|
+
readonly internalType: "uint32";
|
|
23720
|
+
readonly type: "uint32";
|
|
23721
|
+
}, {
|
|
23722
|
+
readonly name: "gasEstimate";
|
|
23723
|
+
readonly internalType: "uint256";
|
|
23724
|
+
readonly type: "uint256";
|
|
23725
|
+
}];
|
|
23726
|
+
readonly stateMutability: "nonpayable";
|
|
23727
|
+
}];
|
|
23728
|
+
/**
|
|
23729
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a)
|
|
23730
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xC5290058841028F1614F3A6F0F5816cAd0df5E27)
|
|
23731
|
+
*/
|
|
23732
|
+
export declare const uniswapQuoterV2Address: {
|
|
23733
|
+
readonly 8453: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
23734
|
+
readonly 84532: "0xC5290058841028F1614F3A6F0F5816cAd0df5E27";
|
|
23735
|
+
};
|
|
23736
|
+
/**
|
|
23737
|
+
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a)
|
|
23738
|
+
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0xC5290058841028F1614F3A6F0F5816cAd0df5E27)
|
|
23739
|
+
*/
|
|
23740
|
+
export declare const uniswapQuoterV2Config: {
|
|
23741
|
+
readonly address: {
|
|
23742
|
+
readonly 8453: "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a";
|
|
23743
|
+
readonly 84532: "0xC5290058841028F1614F3A6F0F5816cAd0df5E27";
|
|
23744
|
+
};
|
|
23745
|
+
readonly abi: readonly [{
|
|
23746
|
+
readonly type: "function";
|
|
23747
|
+
readonly inputs: readonly [{
|
|
23748
|
+
readonly name: "path";
|
|
23749
|
+
readonly internalType: "bytes";
|
|
23750
|
+
readonly type: "bytes";
|
|
23751
|
+
}, {
|
|
23752
|
+
readonly name: "amountIn";
|
|
23753
|
+
readonly internalType: "uint256";
|
|
23754
|
+
readonly type: "uint256";
|
|
23755
|
+
}];
|
|
23756
|
+
readonly name: "quoteExactInput";
|
|
23757
|
+
readonly outputs: readonly [{
|
|
23758
|
+
readonly name: "amountOut";
|
|
23759
|
+
readonly internalType: "uint256";
|
|
23760
|
+
readonly type: "uint256";
|
|
23761
|
+
}, {
|
|
23762
|
+
readonly name: "sqrtPriceX96AfterList";
|
|
23763
|
+
readonly internalType: "uint160[]";
|
|
23764
|
+
readonly type: "uint160[]";
|
|
23765
|
+
}, {
|
|
23766
|
+
readonly name: "initializedTicksCrossedList";
|
|
23767
|
+
readonly internalType: "uint32[]";
|
|
23768
|
+
readonly type: "uint32[]";
|
|
23769
|
+
}, {
|
|
23770
|
+
readonly name: "gasEstimate";
|
|
23771
|
+
readonly internalType: "uint256";
|
|
23772
|
+
readonly type: "uint256";
|
|
23773
|
+
}];
|
|
23774
|
+
readonly stateMutability: "nonpayable";
|
|
23775
|
+
}, {
|
|
23776
|
+
readonly type: "function";
|
|
23777
|
+
readonly inputs: readonly [{
|
|
23778
|
+
readonly name: "params";
|
|
23779
|
+
readonly internalType: "struct IQuoterV2.QuoteExactInputSingleParams";
|
|
23780
|
+
readonly type: "tuple";
|
|
23781
|
+
readonly components: readonly [{
|
|
23782
|
+
readonly name: "tokenIn";
|
|
23783
|
+
readonly internalType: "address";
|
|
23784
|
+
readonly type: "address";
|
|
23785
|
+
}, {
|
|
23786
|
+
readonly name: "tokenOut";
|
|
23787
|
+
readonly internalType: "address";
|
|
23788
|
+
readonly type: "address";
|
|
23789
|
+
}, {
|
|
23790
|
+
readonly name: "amountIn";
|
|
23791
|
+
readonly internalType: "uint256";
|
|
23792
|
+
readonly type: "uint256";
|
|
23793
|
+
}, {
|
|
23794
|
+
readonly name: "fee";
|
|
23795
|
+
readonly internalType: "uint24";
|
|
23796
|
+
readonly type: "uint24";
|
|
23797
|
+
}, {
|
|
23798
|
+
readonly name: "sqrtPriceLimitX96";
|
|
23799
|
+
readonly internalType: "uint160";
|
|
23800
|
+
readonly type: "uint160";
|
|
23801
|
+
}];
|
|
23802
|
+
}];
|
|
23803
|
+
readonly name: "quoteExactInputSingle";
|
|
23804
|
+
readonly outputs: readonly [{
|
|
23805
|
+
readonly name: "amountOut";
|
|
23806
|
+
readonly internalType: "uint256";
|
|
23807
|
+
readonly type: "uint256";
|
|
23808
|
+
}, {
|
|
23809
|
+
readonly name: "sqrtPriceX96After";
|
|
23810
|
+
readonly internalType: "uint160";
|
|
23811
|
+
readonly type: "uint160";
|
|
23812
|
+
}, {
|
|
23813
|
+
readonly name: "initializedTicksCrossed";
|
|
23814
|
+
readonly internalType: "uint32";
|
|
23815
|
+
readonly type: "uint32";
|
|
23816
|
+
}, {
|
|
23817
|
+
readonly name: "gasEstimate";
|
|
23818
|
+
readonly internalType: "uint256";
|
|
23819
|
+
readonly type: "uint256";
|
|
23820
|
+
}];
|
|
23821
|
+
readonly stateMutability: "nonpayable";
|
|
23822
|
+
}, {
|
|
23823
|
+
readonly type: "function";
|
|
23824
|
+
readonly inputs: readonly [{
|
|
23825
|
+
readonly name: "path";
|
|
23826
|
+
readonly internalType: "bytes";
|
|
23827
|
+
readonly type: "bytes";
|
|
23828
|
+
}, {
|
|
23829
|
+
readonly name: "amountOut";
|
|
23830
|
+
readonly internalType: "uint256";
|
|
23831
|
+
readonly type: "uint256";
|
|
23832
|
+
}];
|
|
23833
|
+
readonly name: "quoteExactOutput";
|
|
23834
|
+
readonly outputs: readonly [{
|
|
23835
|
+
readonly name: "amountIn";
|
|
23836
|
+
readonly internalType: "uint256";
|
|
23837
|
+
readonly type: "uint256";
|
|
23838
|
+
}, {
|
|
23839
|
+
readonly name: "sqrtPriceX96AfterList";
|
|
23840
|
+
readonly internalType: "uint160[]";
|
|
23841
|
+
readonly type: "uint160[]";
|
|
23842
|
+
}, {
|
|
23843
|
+
readonly name: "initializedTicksCrossedList";
|
|
23844
|
+
readonly internalType: "uint32[]";
|
|
23845
|
+
readonly type: "uint32[]";
|
|
23846
|
+
}, {
|
|
23847
|
+
readonly name: "gasEstimate";
|
|
23848
|
+
readonly internalType: "uint256";
|
|
23849
|
+
readonly type: "uint256";
|
|
23850
|
+
}];
|
|
23851
|
+
readonly stateMutability: "nonpayable";
|
|
23852
|
+
}, {
|
|
23853
|
+
readonly type: "function";
|
|
23854
|
+
readonly inputs: readonly [{
|
|
23855
|
+
readonly name: "params";
|
|
23856
|
+
readonly internalType: "struct IQuoterV2.QuoteExactOutputSingleParams";
|
|
23857
|
+
readonly type: "tuple";
|
|
23858
|
+
readonly components: readonly [{
|
|
23859
|
+
readonly name: "tokenIn";
|
|
23860
|
+
readonly internalType: "address";
|
|
23861
|
+
readonly type: "address";
|
|
23862
|
+
}, {
|
|
23863
|
+
readonly name: "tokenOut";
|
|
23864
|
+
readonly internalType: "address";
|
|
23865
|
+
readonly type: "address";
|
|
23866
|
+
}, {
|
|
23867
|
+
readonly name: "amount";
|
|
23868
|
+
readonly internalType: "uint256";
|
|
23869
|
+
readonly type: "uint256";
|
|
23870
|
+
}, {
|
|
23871
|
+
readonly name: "fee";
|
|
23872
|
+
readonly internalType: "uint24";
|
|
23873
|
+
readonly type: "uint24";
|
|
23874
|
+
}, {
|
|
23875
|
+
readonly name: "sqrtPriceLimitX96";
|
|
23876
|
+
readonly internalType: "uint160";
|
|
23877
|
+
readonly type: "uint160";
|
|
23878
|
+
}];
|
|
23879
|
+
}];
|
|
23880
|
+
readonly name: "quoteExactOutputSingle";
|
|
23881
|
+
readonly outputs: readonly [{
|
|
23882
|
+
readonly name: "amountIn";
|
|
23883
|
+
readonly internalType: "uint256";
|
|
23884
|
+
readonly type: "uint256";
|
|
23885
|
+
}, {
|
|
23886
|
+
readonly name: "sqrtPriceX96After";
|
|
23887
|
+
readonly internalType: "uint160";
|
|
23888
|
+
readonly type: "uint160";
|
|
23889
|
+
}, {
|
|
23890
|
+
readonly name: "initializedTicksCrossed";
|
|
23891
|
+
readonly internalType: "uint32";
|
|
23892
|
+
readonly type: "uint32";
|
|
23893
|
+
}, {
|
|
23894
|
+
readonly name: "gasEstimate";
|
|
23895
|
+
readonly internalType: "uint256";
|
|
23896
|
+
readonly type: "uint256";
|
|
23897
|
+
}];
|
|
23898
|
+
readonly stateMutability: "nonpayable";
|
|
23899
|
+
}];
|
|
23900
|
+
};
|
|
23050
23901
|
/**
|
|
23051
23902
|
* - [__View Contract on Base Basescan__](https://basescan.org/address/0x6ff5693b99212da76ad316178a184ab56d299b43)
|
|
23052
23903
|
* - [__View Contract on Base Sepolia Basescan__](https://sepolia.basescan.org/address/0x492E6456D9528771018DeB9E87ef7750EF184104)
|