@parabolicfamily/mcp 0.1.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.
Files changed (55) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +195 -0
  3. package/abi/ParabolicBondingCurve.json +1223 -0
  4. package/abi/ParabolicLaunchFactory.json +2212 -0
  5. package/abi/ParabolicLauncherToken.json +577 -0
  6. package/abi/ParabolicMemoRouter.json +950 -0
  7. package/dist/abi.d.ts +17 -0
  8. package/dist/abi.js +37 -0
  9. package/dist/abi.js.map +1 -0
  10. package/dist/chain.d.ts +32 -0
  11. package/dist/chain.js +48 -0
  12. package/dist/chain.js.map +1 -0
  13. package/dist/coins.d.ts +52 -0
  14. package/dist/coins.js +75 -0
  15. package/dist/coins.js.map +1 -0
  16. package/dist/config.d.ts +55 -0
  17. package/dist/config.js +86 -0
  18. package/dist/config.js.map +1 -0
  19. package/dist/curve.d.ts +92 -0
  20. package/dist/curve.js +127 -0
  21. package/dist/curve.js.map +1 -0
  22. package/dist/docs.d.ts +3 -0
  23. package/dist/docs.js +63 -0
  24. package/dist/docs.js.map +1 -0
  25. package/dist/format.d.ts +19 -0
  26. package/dist/format.js +30 -0
  27. package/dist/format.js.map +1 -0
  28. package/dist/index.d.ts +2 -0
  29. package/dist/index.js +15 -0
  30. package/dist/index.js.map +1 -0
  31. package/dist/parabolic.d.ts +780 -0
  32. package/dist/parabolic.js +710 -0
  33. package/dist/parabolic.js.map +1 -0
  34. package/dist/server.d.ts +32 -0
  35. package/dist/server.js +149 -0
  36. package/dist/server.js.map +1 -0
  37. package/dist/subgraph.d.ts +85 -0
  38. package/dist/subgraph.js +43 -0
  39. package/dist/subgraph.js.map +1 -0
  40. package/dist/tx.d.ts +115 -0
  41. package/dist/tx.js +105 -0
  42. package/dist/tx.js.map +1 -0
  43. package/package.json +64 -0
  44. package/src/abi.ts +41 -0
  45. package/src/chain.ts +60 -0
  46. package/src/coins.ts +118 -0
  47. package/src/config.ts +123 -0
  48. package/src/curve.ts +171 -0
  49. package/src/docs.ts +63 -0
  50. package/src/format.ts +34 -0
  51. package/src/index.ts +14 -0
  52. package/src/parabolic.ts +753 -0
  53. package/src/server.ts +229 -0
  54. package/src/subgraph.ts +61 -0
  55. package/src/tx.ts +146 -0
@@ -0,0 +1,1223 @@
1
+ [
2
+ {
3
+ "type": "constructor",
4
+ "inputs": [
5
+ {
6
+ "name": "pairToken_",
7
+ "type": "address",
8
+ "internalType": "address"
9
+ },
10
+ {
11
+ "name": "deployer_",
12
+ "type": "address",
13
+ "internalType": "address"
14
+ },
15
+ {
16
+ "name": "factory_",
17
+ "type": "address",
18
+ "internalType": "address"
19
+ },
20
+ {
21
+ "name": "feePolicy_",
22
+ "type": "address",
23
+ "internalType": "contract IParabolicFeePolicy"
24
+ },
25
+ {
26
+ "name": "policy_",
27
+ "type": "tuple",
28
+ "internalType": "struct FeePolicySnapshot",
29
+ "components": [
30
+ {
31
+ "name": "protocolFeeRecipient",
32
+ "type": "address",
33
+ "internalType": "address"
34
+ },
35
+ {
36
+ "name": "protocolFeeShareBps",
37
+ "type": "uint16",
38
+ "internalType": "uint16"
39
+ },
40
+ {
41
+ "name": "buybackBurnBps",
42
+ "type": "uint16",
43
+ "internalType": "uint16"
44
+ },
45
+ {
46
+ "name": "hookFeeBps",
47
+ "type": "uint16",
48
+ "internalType": "uint16"
49
+ },
50
+ {
51
+ "name": "maxInternalPriceImpactBps",
52
+ "type": "uint16",
53
+ "internalType": "uint16"
54
+ }
55
+ ]
56
+ },
57
+ {
58
+ "name": "feeEscrow_",
59
+ "type": "address",
60
+ "internalType": "contract IParabolicFeeEscrow"
61
+ },
62
+ {
63
+ "name": "buybackVault_",
64
+ "type": "address",
65
+ "internalType": "contract ParabolicBuybackVault"
66
+ },
67
+ {
68
+ "name": "phantomQuote_",
69
+ "type": "uint256",
70
+ "internalType": "uint256"
71
+ },
72
+ {
73
+ "name": "feeBps_",
74
+ "type": "uint256",
75
+ "internalType": "uint256"
76
+ },
77
+ {
78
+ "name": "creatorTaxBps_",
79
+ "type": "uint256",
80
+ "internalType": "uint256"
81
+ },
82
+ {
83
+ "name": "buybackEnabled_",
84
+ "type": "bool",
85
+ "internalType": "bool"
86
+ },
87
+ {
88
+ "name": "graduationThreshold_",
89
+ "type": "uint256",
90
+ "internalType": "uint256"
91
+ }
92
+ ],
93
+ "stateMutability": "nonpayable"
94
+ },
95
+ {
96
+ "type": "function",
97
+ "name": "buy",
98
+ "inputs": [
99
+ {
100
+ "name": "quoteIn",
101
+ "type": "uint256",
102
+ "internalType": "uint256"
103
+ },
104
+ {
105
+ "name": "minTokensOut",
106
+ "type": "uint256",
107
+ "internalType": "uint256"
108
+ },
109
+ {
110
+ "name": "recipient",
111
+ "type": "address",
112
+ "internalType": "address"
113
+ }
114
+ ],
115
+ "outputs": [
116
+ {
117
+ "name": "tokensOut",
118
+ "type": "uint256",
119
+ "internalType": "uint256"
120
+ }
121
+ ],
122
+ "stateMutability": "payable"
123
+ },
124
+ {
125
+ "type": "function",
126
+ "name": "buyFor",
127
+ "inputs": [
128
+ {
129
+ "name": "buyer",
130
+ "type": "address",
131
+ "internalType": "address"
132
+ },
133
+ {
134
+ "name": "quoteIn",
135
+ "type": "uint256",
136
+ "internalType": "uint256"
137
+ },
138
+ {
139
+ "name": "minTokensOut",
140
+ "type": "uint256",
141
+ "internalType": "uint256"
142
+ },
143
+ {
144
+ "name": "recipient",
145
+ "type": "address",
146
+ "internalType": "address"
147
+ }
148
+ ],
149
+ "outputs": [
150
+ {
151
+ "name": "tokensOut",
152
+ "type": "uint256",
153
+ "internalType": "uint256"
154
+ }
155
+ ],
156
+ "stateMutability": "payable"
157
+ },
158
+ {
159
+ "type": "function",
160
+ "name": "buybackBurnBps",
161
+ "inputs": [],
162
+ "outputs": [
163
+ {
164
+ "name": "",
165
+ "type": "uint16",
166
+ "internalType": "uint16"
167
+ }
168
+ ],
169
+ "stateMutability": "view"
170
+ },
171
+ {
172
+ "type": "function",
173
+ "name": "buybackCreatorRecipient",
174
+ "inputs": [],
175
+ "outputs": [
176
+ {
177
+ "name": "",
178
+ "type": "address",
179
+ "internalType": "address"
180
+ }
181
+ ],
182
+ "stateMutability": "view"
183
+ },
184
+ {
185
+ "type": "function",
186
+ "name": "buybackEnabled",
187
+ "inputs": [],
188
+ "outputs": [
189
+ {
190
+ "name": "",
191
+ "type": "bool",
192
+ "internalType": "bool"
193
+ }
194
+ ],
195
+ "stateMutability": "view"
196
+ },
197
+ {
198
+ "type": "function",
199
+ "name": "buybackQuoteBalance",
200
+ "inputs": [],
201
+ "outputs": [
202
+ {
203
+ "name": "",
204
+ "type": "uint256",
205
+ "internalType": "uint256"
206
+ }
207
+ ],
208
+ "stateMutability": "view"
209
+ },
210
+ {
211
+ "type": "function",
212
+ "name": "buybackVault",
213
+ "inputs": [],
214
+ "outputs": [
215
+ {
216
+ "name": "",
217
+ "type": "address",
218
+ "internalType": "contract ParabolicBuybackVault"
219
+ }
220
+ ],
221
+ "stateMutability": "view"
222
+ },
223
+ {
224
+ "type": "function",
225
+ "name": "creatorTaxBalance",
226
+ "inputs": [],
227
+ "outputs": [
228
+ {
229
+ "name": "",
230
+ "type": "uint256",
231
+ "internalType": "uint256"
232
+ }
233
+ ],
234
+ "stateMutability": "view"
235
+ },
236
+ {
237
+ "type": "function",
238
+ "name": "creatorTaxBps",
239
+ "inputs": [],
240
+ "outputs": [
241
+ {
242
+ "name": "",
243
+ "type": "uint256",
244
+ "internalType": "uint256"
245
+ }
246
+ ],
247
+ "stateMutability": "view"
248
+ },
249
+ {
250
+ "type": "function",
251
+ "name": "currentSnipeTaxBps",
252
+ "inputs": [],
253
+ "outputs": [
254
+ {
255
+ "name": "",
256
+ "type": "uint256",
257
+ "internalType": "uint256"
258
+ }
259
+ ],
260
+ "stateMutability": "view"
261
+ },
262
+ {
263
+ "type": "function",
264
+ "name": "deployer",
265
+ "inputs": [],
266
+ "outputs": [
267
+ {
268
+ "name": "",
269
+ "type": "address",
270
+ "internalType": "address"
271
+ }
272
+ ],
273
+ "stateMutability": "view"
274
+ },
275
+ {
276
+ "type": "function",
277
+ "name": "exemptFromSnipeTax",
278
+ "inputs": [
279
+ {
280
+ "name": "account",
281
+ "type": "address",
282
+ "internalType": "address"
283
+ }
284
+ ],
285
+ "outputs": [],
286
+ "stateMutability": "nonpayable"
287
+ },
288
+ {
289
+ "type": "function",
290
+ "name": "factory",
291
+ "inputs": [],
292
+ "outputs": [
293
+ {
294
+ "name": "",
295
+ "type": "address",
296
+ "internalType": "address"
297
+ }
298
+ ],
299
+ "stateMutability": "view"
300
+ },
301
+ {
302
+ "type": "function",
303
+ "name": "feeBps",
304
+ "inputs": [],
305
+ "outputs": [
306
+ {
307
+ "name": "",
308
+ "type": "uint256",
309
+ "internalType": "uint256"
310
+ }
311
+ ],
312
+ "stateMutability": "view"
313
+ },
314
+ {
315
+ "type": "function",
316
+ "name": "feeEscrow",
317
+ "inputs": [],
318
+ "outputs": [
319
+ {
320
+ "name": "",
321
+ "type": "address",
322
+ "internalType": "contract IParabolicFeeEscrow"
323
+ }
324
+ ],
325
+ "stateMutability": "view"
326
+ },
327
+ {
328
+ "type": "function",
329
+ "name": "feePolicy",
330
+ "inputs": [],
331
+ "outputs": [
332
+ {
333
+ "name": "",
334
+ "type": "address",
335
+ "internalType": "contract IParabolicFeePolicy"
336
+ }
337
+ ],
338
+ "stateMutability": "view"
339
+ },
340
+ {
341
+ "type": "function",
342
+ "name": "getReserves",
343
+ "inputs": [],
344
+ "outputs": [
345
+ {
346
+ "name": "quoteReserve_",
347
+ "type": "uint256",
348
+ "internalType": "uint256"
349
+ },
350
+ {
351
+ "name": "tokenReserve_",
352
+ "type": "uint256",
353
+ "internalType": "uint256"
354
+ }
355
+ ],
356
+ "stateMutability": "view"
357
+ },
358
+ {
359
+ "type": "function",
360
+ "name": "graduate",
361
+ "inputs": [
362
+ {
363
+ "name": "recipient",
364
+ "type": "address",
365
+ "internalType": "address"
366
+ }
367
+ ],
368
+ "outputs": [
369
+ {
370
+ "name": "quoteOut",
371
+ "type": "uint256",
372
+ "internalType": "uint256"
373
+ },
374
+ {
375
+ "name": "tokenOut",
376
+ "type": "uint256",
377
+ "internalType": "uint256"
378
+ }
379
+ ],
380
+ "stateMutability": "nonpayable"
381
+ },
382
+ {
383
+ "type": "function",
384
+ "name": "graduated",
385
+ "inputs": [],
386
+ "outputs": [
387
+ {
388
+ "name": "",
389
+ "type": "bool",
390
+ "internalType": "bool"
391
+ }
392
+ ],
393
+ "stateMutability": "view"
394
+ },
395
+ {
396
+ "type": "function",
397
+ "name": "graduationThreshold",
398
+ "inputs": [],
399
+ "outputs": [
400
+ {
401
+ "name": "",
402
+ "type": "uint256",
403
+ "internalType": "uint256"
404
+ }
405
+ ],
406
+ "stateMutability": "view"
407
+ },
408
+ {
409
+ "type": "function",
410
+ "name": "initialize",
411
+ "inputs": [
412
+ {
413
+ "name": "token_",
414
+ "type": "address",
415
+ "internalType": "address"
416
+ }
417
+ ],
418
+ "outputs": [],
419
+ "stateMutability": "nonpayable"
420
+ },
421
+ {
422
+ "type": "function",
423
+ "name": "isNativeQuote",
424
+ "inputs": [],
425
+ "outputs": [
426
+ {
427
+ "name": "",
428
+ "type": "bool",
429
+ "internalType": "bool"
430
+ }
431
+ ],
432
+ "stateMutability": "view"
433
+ },
434
+ {
435
+ "type": "function",
436
+ "name": "launchedAt",
437
+ "inputs": [],
438
+ "outputs": [
439
+ {
440
+ "name": "",
441
+ "type": "uint256",
442
+ "internalType": "uint256"
443
+ }
444
+ ],
445
+ "stateMutability": "view"
446
+ },
447
+ {
448
+ "type": "function",
449
+ "name": "maxInternalPriceImpactBps",
450
+ "inputs": [],
451
+ "outputs": [
452
+ {
453
+ "name": "",
454
+ "type": "uint16",
455
+ "internalType": "uint16"
456
+ }
457
+ ],
458
+ "stateMutability": "view"
459
+ },
460
+ {
461
+ "type": "function",
462
+ "name": "pairToken",
463
+ "inputs": [],
464
+ "outputs": [
465
+ {
466
+ "name": "",
467
+ "type": "address",
468
+ "internalType": "address"
469
+ }
470
+ ],
471
+ "stateMutability": "view"
472
+ },
473
+ {
474
+ "type": "function",
475
+ "name": "phantomQuote",
476
+ "inputs": [],
477
+ "outputs": [
478
+ {
479
+ "name": "",
480
+ "type": "uint256",
481
+ "internalType": "uint256"
482
+ }
483
+ ],
484
+ "stateMutability": "view"
485
+ },
486
+ {
487
+ "type": "function",
488
+ "name": "protocolFeeRecipient",
489
+ "inputs": [],
490
+ "outputs": [
491
+ {
492
+ "name": "",
493
+ "type": "address",
494
+ "internalType": "address"
495
+ }
496
+ ],
497
+ "stateMutability": "view"
498
+ },
499
+ {
500
+ "type": "function",
501
+ "name": "protocolFeeShareBps",
502
+ "inputs": [],
503
+ "outputs": [
504
+ {
505
+ "name": "",
506
+ "type": "uint16",
507
+ "internalType": "uint16"
508
+ }
509
+ ],
510
+ "stateMutability": "view"
511
+ },
512
+ {
513
+ "type": "function",
514
+ "name": "quoteFeeBalance",
515
+ "inputs": [],
516
+ "outputs": [
517
+ {
518
+ "name": "",
519
+ "type": "uint256",
520
+ "internalType": "uint256"
521
+ }
522
+ ],
523
+ "stateMutability": "view"
524
+ },
525
+ {
526
+ "type": "function",
527
+ "name": "quoteReserve",
528
+ "inputs": [],
529
+ "outputs": [
530
+ {
531
+ "name": "quoteReserve_",
532
+ "type": "uint256",
533
+ "internalType": "uint256"
534
+ }
535
+ ],
536
+ "stateMutability": "view"
537
+ },
538
+ {
539
+ "type": "function",
540
+ "name": "readyToGraduate",
541
+ "inputs": [],
542
+ "outputs": [
543
+ {
544
+ "name": "",
545
+ "type": "bool",
546
+ "internalType": "bool"
547
+ }
548
+ ],
549
+ "stateMutability": "view"
550
+ },
551
+ {
552
+ "type": "function",
553
+ "name": "realQuoteReserve",
554
+ "inputs": [],
555
+ "outputs": [
556
+ {
557
+ "name": "",
558
+ "type": "uint256",
559
+ "internalType": "uint256"
560
+ }
561
+ ],
562
+ "stateMutability": "view"
563
+ },
564
+ {
565
+ "type": "function",
566
+ "name": "rescueFees",
567
+ "inputs": [],
568
+ "outputs": [
569
+ {
570
+ "name": "protocolAmount",
571
+ "type": "uint256",
572
+ "internalType": "uint256"
573
+ },
574
+ {
575
+ "name": "creatorAmount",
576
+ "type": "uint256",
577
+ "internalType": "uint256"
578
+ }
579
+ ],
580
+ "stateMutability": "nonpayable"
581
+ },
582
+ {
583
+ "type": "function",
584
+ "name": "reservedTokens",
585
+ "inputs": [],
586
+ "outputs": [
587
+ {
588
+ "name": "",
589
+ "type": "uint256",
590
+ "internalType": "uint256"
591
+ }
592
+ ],
593
+ "stateMutability": "view"
594
+ },
595
+ {
596
+ "type": "function",
597
+ "name": "sell",
598
+ "inputs": [
599
+ {
600
+ "name": "tokensIn",
601
+ "type": "uint256",
602
+ "internalType": "uint256"
603
+ },
604
+ {
605
+ "name": "minQuoteOut",
606
+ "type": "uint256",
607
+ "internalType": "uint256"
608
+ },
609
+ {
610
+ "name": "recipient",
611
+ "type": "address",
612
+ "internalType": "address"
613
+ }
614
+ ],
615
+ "outputs": [
616
+ {
617
+ "name": "quoteOut",
618
+ "type": "uint256",
619
+ "internalType": "uint256"
620
+ }
621
+ ],
622
+ "stateMutability": "nonpayable"
623
+ },
624
+ {
625
+ "type": "function",
626
+ "name": "sellableTokens",
627
+ "inputs": [],
628
+ "outputs": [
629
+ {
630
+ "name": "",
631
+ "type": "uint256",
632
+ "internalType": "uint256"
633
+ }
634
+ ],
635
+ "stateMutability": "view"
636
+ },
637
+ {
638
+ "type": "function",
639
+ "name": "setBuybackEnabled",
640
+ "inputs": [
641
+ {
642
+ "name": "enabled",
643
+ "type": "bool",
644
+ "internalType": "bool"
645
+ }
646
+ ],
647
+ "outputs": [],
648
+ "stateMutability": "nonpayable"
649
+ },
650
+ {
651
+ "type": "function",
652
+ "name": "setCreatorFeeRecipient",
653
+ "inputs": [
654
+ {
655
+ "name": "newRecipient",
656
+ "type": "address",
657
+ "internalType": "address"
658
+ }
659
+ ],
660
+ "outputs": [],
661
+ "stateMutability": "nonpayable"
662
+ },
663
+ {
664
+ "type": "function",
665
+ "name": "snipeTaxExempt",
666
+ "inputs": [
667
+ {
668
+ "name": "",
669
+ "type": "address",
670
+ "internalType": "address"
671
+ }
672
+ ],
673
+ "outputs": [
674
+ {
675
+ "name": "",
676
+ "type": "bool",
677
+ "internalType": "bool"
678
+ }
679
+ ],
680
+ "stateMutability": "view"
681
+ },
682
+ {
683
+ "type": "function",
684
+ "name": "snipeTaxSeconds",
685
+ "inputs": [],
686
+ "outputs": [
687
+ {
688
+ "name": "",
689
+ "type": "uint256",
690
+ "internalType": "uint256"
691
+ }
692
+ ],
693
+ "stateMutability": "view"
694
+ },
695
+ {
696
+ "type": "function",
697
+ "name": "snipeTaxStartBps",
698
+ "inputs": [],
699
+ "outputs": [
700
+ {
701
+ "name": "",
702
+ "type": "uint256",
703
+ "internalType": "uint256"
704
+ }
705
+ ],
706
+ "stateMutability": "view"
707
+ },
708
+ {
709
+ "type": "function",
710
+ "name": "sweepFees",
711
+ "inputs": [
712
+ {
713
+ "name": "minBuybackTokensOut",
714
+ "type": "uint256",
715
+ "internalType": "uint256"
716
+ }
717
+ ],
718
+ "outputs": [],
719
+ "stateMutability": "nonpayable"
720
+ },
721
+ {
722
+ "type": "function",
723
+ "name": "token",
724
+ "inputs": [],
725
+ "outputs": [
726
+ {
727
+ "name": "",
728
+ "type": "address",
729
+ "internalType": "address"
730
+ }
731
+ ],
732
+ "stateMutability": "view"
733
+ },
734
+ {
735
+ "type": "function",
736
+ "name": "tokenReserve",
737
+ "inputs": [],
738
+ "outputs": [
739
+ {
740
+ "name": "tokenReserve_",
741
+ "type": "uint256",
742
+ "internalType": "uint256"
743
+ }
744
+ ],
745
+ "stateMutability": "view"
746
+ },
747
+ {
748
+ "type": "function",
749
+ "name": "trackedQuote",
750
+ "inputs": [],
751
+ "outputs": [
752
+ {
753
+ "name": "",
754
+ "type": "uint256",
755
+ "internalType": "uint256"
756
+ }
757
+ ],
758
+ "stateMutability": "view"
759
+ },
760
+ {
761
+ "type": "function",
762
+ "name": "trackedTokens",
763
+ "inputs": [],
764
+ "outputs": [
765
+ {
766
+ "name": "",
767
+ "type": "uint256",
768
+ "internalType": "uint256"
769
+ }
770
+ ],
771
+ "stateMutability": "view"
772
+ },
773
+ {
774
+ "type": "event",
775
+ "name": "AutoGraduationFailed",
776
+ "inputs": [
777
+ {
778
+ "name": "token",
779
+ "type": "address",
780
+ "indexed": true,
781
+ "internalType": "address"
782
+ },
783
+ {
784
+ "name": "gasRemaining",
785
+ "type": "uint256",
786
+ "indexed": false,
787
+ "internalType": "uint256"
788
+ }
789
+ ],
790
+ "anonymous": false
791
+ },
792
+ {
793
+ "type": "event",
794
+ "name": "BuybackEnabledUpdated",
795
+ "inputs": [
796
+ {
797
+ "name": "enabled",
798
+ "type": "bool",
799
+ "indexed": false,
800
+ "internalType": "bool"
801
+ }
802
+ ],
803
+ "anonymous": false
804
+ },
805
+ {
806
+ "type": "event",
807
+ "name": "BuybackLocked",
808
+ "inputs": [
809
+ {
810
+ "name": "quoteSpent",
811
+ "type": "uint256",
812
+ "indexed": false,
813
+ "internalType": "uint256"
814
+ },
815
+ {
816
+ "name": "tokensLocked",
817
+ "type": "uint256",
818
+ "indexed": false,
819
+ "internalType": "uint256"
820
+ }
821
+ ],
822
+ "anonymous": false
823
+ },
824
+ {
825
+ "type": "event",
826
+ "name": "CreatorFeeRecipientUpdated",
827
+ "inputs": [
828
+ {
829
+ "name": "previousRecipient",
830
+ "type": "address",
831
+ "indexed": true,
832
+ "internalType": "address"
833
+ },
834
+ {
835
+ "name": "newRecipient",
836
+ "type": "address",
837
+ "indexed": true,
838
+ "internalType": "address"
839
+ }
840
+ ],
841
+ "anonymous": false
842
+ },
843
+ {
844
+ "type": "event",
845
+ "name": "CurveBuy",
846
+ "inputs": [
847
+ {
848
+ "name": "buyer",
849
+ "type": "address",
850
+ "indexed": true,
851
+ "internalType": "address"
852
+ },
853
+ {
854
+ "name": "recipient",
855
+ "type": "address",
856
+ "indexed": true,
857
+ "internalType": "address"
858
+ },
859
+ {
860
+ "name": "quoteIn",
861
+ "type": "uint256",
862
+ "indexed": false,
863
+ "internalType": "uint256"
864
+ },
865
+ {
866
+ "name": "tokensOut",
867
+ "type": "uint256",
868
+ "indexed": false,
869
+ "internalType": "uint256"
870
+ },
871
+ {
872
+ "name": "fee",
873
+ "type": "uint256",
874
+ "indexed": false,
875
+ "internalType": "uint256"
876
+ },
877
+ {
878
+ "name": "tax",
879
+ "type": "uint256",
880
+ "indexed": false,
881
+ "internalType": "uint256"
882
+ }
883
+ ],
884
+ "anonymous": false
885
+ },
886
+ {
887
+ "type": "event",
888
+ "name": "CurveBuyRefunded",
889
+ "inputs": [
890
+ {
891
+ "name": "buyer",
892
+ "type": "address",
893
+ "indexed": true,
894
+ "internalType": "address"
895
+ },
896
+ {
897
+ "name": "refund",
898
+ "type": "uint256",
899
+ "indexed": false,
900
+ "internalType": "uint256"
901
+ }
902
+ ],
903
+ "anonymous": false
904
+ },
905
+ {
906
+ "type": "event",
907
+ "name": "CurveCompleted",
908
+ "inputs": [
909
+ {
910
+ "name": "recipient",
911
+ "type": "address",
912
+ "indexed": false,
913
+ "internalType": "address"
914
+ },
915
+ {
916
+ "name": "quoteOut",
917
+ "type": "uint256",
918
+ "indexed": false,
919
+ "internalType": "uint256"
920
+ },
921
+ {
922
+ "name": "tokenOut",
923
+ "type": "uint256",
924
+ "indexed": false,
925
+ "internalType": "uint256"
926
+ }
927
+ ],
928
+ "anonymous": false
929
+ },
930
+ {
931
+ "type": "event",
932
+ "name": "CurveSell",
933
+ "inputs": [
934
+ {
935
+ "name": "seller",
936
+ "type": "address",
937
+ "indexed": true,
938
+ "internalType": "address"
939
+ },
940
+ {
941
+ "name": "recipient",
942
+ "type": "address",
943
+ "indexed": true,
944
+ "internalType": "address"
945
+ },
946
+ {
947
+ "name": "tokensIn",
948
+ "type": "uint256",
949
+ "indexed": false,
950
+ "internalType": "uint256"
951
+ },
952
+ {
953
+ "name": "quoteOut",
954
+ "type": "uint256",
955
+ "indexed": false,
956
+ "internalType": "uint256"
957
+ },
958
+ {
959
+ "name": "fee",
960
+ "type": "uint256",
961
+ "indexed": false,
962
+ "internalType": "uint256"
963
+ },
964
+ {
965
+ "name": "tax",
966
+ "type": "uint256",
967
+ "indexed": false,
968
+ "internalType": "uint256"
969
+ }
970
+ ],
971
+ "anonymous": false
972
+ },
973
+ {
974
+ "type": "event",
975
+ "name": "FeesRescued",
976
+ "inputs": [
977
+ {
978
+ "name": "protocolRecipient",
979
+ "type": "address",
980
+ "indexed": true,
981
+ "internalType": "address"
982
+ },
983
+ {
984
+ "name": "creatorRecipient",
985
+ "type": "address",
986
+ "indexed": true,
987
+ "internalType": "address"
988
+ },
989
+ {
990
+ "name": "protocolAmount",
991
+ "type": "uint256",
992
+ "indexed": false,
993
+ "internalType": "uint256"
994
+ },
995
+ {
996
+ "name": "creatorAmount",
997
+ "type": "uint256",
998
+ "indexed": false,
999
+ "internalType": "uint256"
1000
+ }
1001
+ ],
1002
+ "anonymous": false
1003
+ },
1004
+ {
1005
+ "type": "event",
1006
+ "name": "FeesSwept",
1007
+ "inputs": [
1008
+ {
1009
+ "name": "protocolAmount",
1010
+ "type": "uint256",
1011
+ "indexed": false,
1012
+ "internalType": "uint256"
1013
+ },
1014
+ {
1015
+ "name": "buybackAmount",
1016
+ "type": "uint256",
1017
+ "indexed": false,
1018
+ "internalType": "uint256"
1019
+ },
1020
+ {
1021
+ "name": "creatorAmount",
1022
+ "type": "uint256",
1023
+ "indexed": false,
1024
+ "internalType": "uint256"
1025
+ }
1026
+ ],
1027
+ "anonymous": false
1028
+ },
1029
+ {
1030
+ "type": "event",
1031
+ "name": "Initialized",
1032
+ "inputs": [
1033
+ {
1034
+ "name": "token",
1035
+ "type": "address",
1036
+ "indexed": false,
1037
+ "internalType": "address"
1038
+ }
1039
+ ],
1040
+ "anonymous": false
1041
+ },
1042
+ {
1043
+ "type": "event",
1044
+ "name": "SnipeTaxCharged",
1045
+ "inputs": [
1046
+ {
1047
+ "name": "buyer",
1048
+ "type": "address",
1049
+ "indexed": true,
1050
+ "internalType": "address"
1051
+ },
1052
+ {
1053
+ "name": "amount",
1054
+ "type": "uint256",
1055
+ "indexed": false,
1056
+ "internalType": "uint256"
1057
+ },
1058
+ {
1059
+ "name": "bps",
1060
+ "type": "uint256",
1061
+ "indexed": false,
1062
+ "internalType": "uint256"
1063
+ }
1064
+ ],
1065
+ "anonymous": false
1066
+ },
1067
+ {
1068
+ "type": "event",
1069
+ "name": "SnipeTaxExempted",
1070
+ "inputs": [
1071
+ {
1072
+ "name": "account",
1073
+ "type": "address",
1074
+ "indexed": true,
1075
+ "internalType": "address"
1076
+ }
1077
+ ],
1078
+ "anonymous": false
1079
+ },
1080
+ {
1081
+ "type": "error",
1082
+ "name": "AlreadyGraduated",
1083
+ "inputs": []
1084
+ },
1085
+ {
1086
+ "type": "error",
1087
+ "name": "AlreadyInitialized",
1088
+ "inputs": []
1089
+ },
1090
+ {
1091
+ "type": "error",
1092
+ "name": "CurveGraduated",
1093
+ "inputs": []
1094
+ },
1095
+ {
1096
+ "type": "error",
1097
+ "name": "InsufficientInputAmount",
1098
+ "inputs": []
1099
+ },
1100
+ {
1101
+ "type": "error",
1102
+ "name": "InsufficientLiquidity",
1103
+ "inputs": []
1104
+ },
1105
+ {
1106
+ "type": "error",
1107
+ "name": "InsufficientOutputAmount",
1108
+ "inputs": []
1109
+ },
1110
+ {
1111
+ "type": "error",
1112
+ "name": "InternalSwapRequiresOperator",
1113
+ "inputs": []
1114
+ },
1115
+ {
1116
+ "type": "error",
1117
+ "name": "InvalidFeePolicy",
1118
+ "inputs": []
1119
+ },
1120
+ {
1121
+ "type": "error",
1122
+ "name": "InvalidLaunchEconomics",
1123
+ "inputs": []
1124
+ },
1125
+ {
1126
+ "type": "error",
1127
+ "name": "MinimumOutputRequired",
1128
+ "inputs": []
1129
+ },
1130
+ {
1131
+ "type": "error",
1132
+ "name": "NativeValueMismatch",
1133
+ "inputs": [
1134
+ {
1135
+ "name": "supplied",
1136
+ "type": "uint256",
1137
+ "internalType": "uint256"
1138
+ },
1139
+ {
1140
+ "name": "expected",
1141
+ "type": "uint256",
1142
+ "internalType": "uint256"
1143
+ }
1144
+ ]
1145
+ },
1146
+ {
1147
+ "type": "error",
1148
+ "name": "NotFactory",
1149
+ "inputs": []
1150
+ },
1151
+ {
1152
+ "type": "error",
1153
+ "name": "NotFeeSweepOperator",
1154
+ "inputs": []
1155
+ },
1156
+ {
1157
+ "type": "error",
1158
+ "name": "NotInitialized",
1159
+ "inputs": []
1160
+ },
1161
+ {
1162
+ "type": "error",
1163
+ "name": "NotLaunchForwarder",
1164
+ "inputs": []
1165
+ },
1166
+ {
1167
+ "type": "error",
1168
+ "name": "NotReadyToGraduate",
1169
+ "inputs": []
1170
+ },
1171
+ {
1172
+ "type": "error",
1173
+ "name": "ReentrancyGuardReentrantCall",
1174
+ "inputs": []
1175
+ },
1176
+ {
1177
+ "type": "error",
1178
+ "name": "SafeERC20FailedOperation",
1179
+ "inputs": [
1180
+ {
1181
+ "name": "token",
1182
+ "type": "address",
1183
+ "internalType": "address"
1184
+ }
1185
+ ]
1186
+ },
1187
+ {
1188
+ "type": "error",
1189
+ "name": "SlippageExceeded",
1190
+ "inputs": [
1191
+ {
1192
+ "name": "actual",
1193
+ "type": "uint256",
1194
+ "internalType": "uint256"
1195
+ },
1196
+ {
1197
+ "name": "minimum",
1198
+ "type": "uint256",
1199
+ "internalType": "uint256"
1200
+ }
1201
+ ]
1202
+ },
1203
+ {
1204
+ "type": "error",
1205
+ "name": "TransferFailed",
1206
+ "inputs": []
1207
+ },
1208
+ {
1209
+ "type": "error",
1210
+ "name": "UnexpectedNativeValue",
1211
+ "inputs": []
1212
+ },
1213
+ {
1214
+ "type": "error",
1215
+ "name": "ZeroAddress",
1216
+ "inputs": []
1217
+ },
1218
+ {
1219
+ "type": "error",
1220
+ "name": "ZeroAmount",
1221
+ "inputs": []
1222
+ }
1223
+ ]