curvance 1.0.25 → 1.2.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.
@@ -0,0 +1,957 @@
1
+ [
2
+ {
3
+ "type": "constructor",
4
+ "inputs": [
5
+ {
6
+ "name": "cr",
7
+ "type": "address",
8
+ "internalType": "contract ICentralRegistry"
9
+ },
10
+ {
11
+ "name": "mm",
12
+ "type": "address",
13
+ "internalType": "address"
14
+ },
15
+ {
16
+ "name": "wNative",
17
+ "type": "address",
18
+ "internalType": "address"
19
+ }
20
+ ],
21
+ "stateMutability": "nonpayable"
22
+ },
23
+ {
24
+ "type": "receive",
25
+ "stateMutability": "payable"
26
+ },
27
+ {
28
+ "type": "function",
29
+ "name": "centralRegistry",
30
+ "inputs": [],
31
+ "outputs": [
32
+ {
33
+ "name": "",
34
+ "type": "address",
35
+ "internalType": "contract ICentralRegistry"
36
+ }
37
+ ],
38
+ "stateMutability": "view"
39
+ },
40
+ {
41
+ "type": "function",
42
+ "name": "checkDelegationDisabled",
43
+ "inputs": [
44
+ {
45
+ "name": "user",
46
+ "type": "address",
47
+ "internalType": "address"
48
+ }
49
+ ],
50
+ "outputs": [
51
+ {
52
+ "name": "result",
53
+ "type": "bool",
54
+ "internalType": "bool"
55
+ }
56
+ ],
57
+ "stateMutability": "view"
58
+ },
59
+ {
60
+ "type": "function",
61
+ "name": "deleverage",
62
+ "inputs": [
63
+ {
64
+ "name": "action",
65
+ "type": "tuple",
66
+ "internalType": "struct IPositionManager.DeleverageAction",
67
+ "components": [
68
+ {
69
+ "name": "cToken",
70
+ "type": "address",
71
+ "internalType": "contract ICToken"
72
+ },
73
+ {
74
+ "name": "collateralAssets",
75
+ "type": "uint256",
76
+ "internalType": "uint256"
77
+ },
78
+ {
79
+ "name": "borrowableCToken",
80
+ "type": "address",
81
+ "internalType": "contract IBorrowableCToken"
82
+ },
83
+ {
84
+ "name": "repayAssets",
85
+ "type": "uint256",
86
+ "internalType": "uint256"
87
+ },
88
+ {
89
+ "name": "swapActions",
90
+ "type": "tuple[]",
91
+ "internalType": "struct SwapperLib.Swap[]",
92
+ "components": [
93
+ {
94
+ "name": "inputToken",
95
+ "type": "address",
96
+ "internalType": "address"
97
+ },
98
+ {
99
+ "name": "inputAmount",
100
+ "type": "uint256",
101
+ "internalType": "uint256"
102
+ },
103
+ {
104
+ "name": "outputToken",
105
+ "type": "address",
106
+ "internalType": "address"
107
+ },
108
+ {
109
+ "name": "target",
110
+ "type": "address",
111
+ "internalType": "address"
112
+ },
113
+ {
114
+ "name": "slippage",
115
+ "type": "uint256",
116
+ "internalType": "uint256"
117
+ },
118
+ {
119
+ "name": "call",
120
+ "type": "bytes",
121
+ "internalType": "bytes"
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "name": "auxData",
127
+ "type": "bytes",
128
+ "internalType": "bytes"
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "name": "slippage",
134
+ "type": "uint256",
135
+ "internalType": "uint256"
136
+ }
137
+ ],
138
+ "outputs": [],
139
+ "stateMutability": "nonpayable"
140
+ },
141
+ {
142
+ "type": "function",
143
+ "name": "deleverageFor",
144
+ "inputs": [
145
+ {
146
+ "name": "action",
147
+ "type": "tuple",
148
+ "internalType": "struct IPositionManager.DeleverageAction",
149
+ "components": [
150
+ {
151
+ "name": "cToken",
152
+ "type": "address",
153
+ "internalType": "contract ICToken"
154
+ },
155
+ {
156
+ "name": "collateralAssets",
157
+ "type": "uint256",
158
+ "internalType": "uint256"
159
+ },
160
+ {
161
+ "name": "borrowableCToken",
162
+ "type": "address",
163
+ "internalType": "contract IBorrowableCToken"
164
+ },
165
+ {
166
+ "name": "repayAssets",
167
+ "type": "uint256",
168
+ "internalType": "uint256"
169
+ },
170
+ {
171
+ "name": "swapActions",
172
+ "type": "tuple[]",
173
+ "internalType": "struct SwapperLib.Swap[]",
174
+ "components": [
175
+ {
176
+ "name": "inputToken",
177
+ "type": "address",
178
+ "internalType": "address"
179
+ },
180
+ {
181
+ "name": "inputAmount",
182
+ "type": "uint256",
183
+ "internalType": "uint256"
184
+ },
185
+ {
186
+ "name": "outputToken",
187
+ "type": "address",
188
+ "internalType": "address"
189
+ },
190
+ {
191
+ "name": "target",
192
+ "type": "address",
193
+ "internalType": "address"
194
+ },
195
+ {
196
+ "name": "slippage",
197
+ "type": "uint256",
198
+ "internalType": "uint256"
199
+ },
200
+ {
201
+ "name": "call",
202
+ "type": "bytes",
203
+ "internalType": "bytes"
204
+ }
205
+ ]
206
+ },
207
+ {
208
+ "name": "auxData",
209
+ "type": "bytes",
210
+ "internalType": "bytes"
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "name": "account",
216
+ "type": "address",
217
+ "internalType": "address"
218
+ },
219
+ {
220
+ "name": "slippage",
221
+ "type": "uint256",
222
+ "internalType": "uint256"
223
+ }
224
+ ],
225
+ "outputs": [],
226
+ "stateMutability": "nonpayable"
227
+ },
228
+ {
229
+ "type": "function",
230
+ "name": "depositAndLeverage",
231
+ "inputs": [
232
+ {
233
+ "name": "assets",
234
+ "type": "uint256",
235
+ "internalType": "uint256"
236
+ },
237
+ {
238
+ "name": "action",
239
+ "type": "tuple",
240
+ "internalType": "struct IPositionManager.LeverageAction",
241
+ "components": [
242
+ {
243
+ "name": "borrowableCToken",
244
+ "type": "address",
245
+ "internalType": "contract IBorrowableCToken"
246
+ },
247
+ {
248
+ "name": "borrowAssets",
249
+ "type": "uint256",
250
+ "internalType": "uint256"
251
+ },
252
+ {
253
+ "name": "cToken",
254
+ "type": "address",
255
+ "internalType": "contract ICToken"
256
+ },
257
+ {
258
+ "name": "swapAction",
259
+ "type": "tuple",
260
+ "internalType": "struct SwapperLib.Swap",
261
+ "components": [
262
+ {
263
+ "name": "inputToken",
264
+ "type": "address",
265
+ "internalType": "address"
266
+ },
267
+ {
268
+ "name": "inputAmount",
269
+ "type": "uint256",
270
+ "internalType": "uint256"
271
+ },
272
+ {
273
+ "name": "outputToken",
274
+ "type": "address",
275
+ "internalType": "address"
276
+ },
277
+ {
278
+ "name": "target",
279
+ "type": "address",
280
+ "internalType": "address"
281
+ },
282
+ {
283
+ "name": "slippage",
284
+ "type": "uint256",
285
+ "internalType": "uint256"
286
+ },
287
+ {
288
+ "name": "call",
289
+ "type": "bytes",
290
+ "internalType": "bytes"
291
+ }
292
+ ]
293
+ },
294
+ {
295
+ "name": "auxData",
296
+ "type": "bytes",
297
+ "internalType": "bytes"
298
+ }
299
+ ]
300
+ },
301
+ {
302
+ "name": "slippage",
303
+ "type": "uint256",
304
+ "internalType": "uint256"
305
+ }
306
+ ],
307
+ "outputs": [],
308
+ "stateMutability": "nonpayable"
309
+ },
310
+ {
311
+ "type": "function",
312
+ "name": "isDelegate",
313
+ "inputs": [
314
+ {
315
+ "name": "user",
316
+ "type": "address",
317
+ "internalType": "address"
318
+ },
319
+ {
320
+ "name": "delegate",
321
+ "type": "address",
322
+ "internalType": "address"
323
+ }
324
+ ],
325
+ "outputs": [
326
+ {
327
+ "name": "result",
328
+ "type": "bool",
329
+ "internalType": "bool"
330
+ }
331
+ ],
332
+ "stateMutability": "view"
333
+ },
334
+ {
335
+ "type": "function",
336
+ "name": "leverage",
337
+ "inputs": [
338
+ {
339
+ "name": "action",
340
+ "type": "tuple",
341
+ "internalType": "struct IPositionManager.LeverageAction",
342
+ "components": [
343
+ {
344
+ "name": "borrowableCToken",
345
+ "type": "address",
346
+ "internalType": "contract IBorrowableCToken"
347
+ },
348
+ {
349
+ "name": "borrowAssets",
350
+ "type": "uint256",
351
+ "internalType": "uint256"
352
+ },
353
+ {
354
+ "name": "cToken",
355
+ "type": "address",
356
+ "internalType": "contract ICToken"
357
+ },
358
+ {
359
+ "name": "swapAction",
360
+ "type": "tuple",
361
+ "internalType": "struct SwapperLib.Swap",
362
+ "components": [
363
+ {
364
+ "name": "inputToken",
365
+ "type": "address",
366
+ "internalType": "address"
367
+ },
368
+ {
369
+ "name": "inputAmount",
370
+ "type": "uint256",
371
+ "internalType": "uint256"
372
+ },
373
+ {
374
+ "name": "outputToken",
375
+ "type": "address",
376
+ "internalType": "address"
377
+ },
378
+ {
379
+ "name": "target",
380
+ "type": "address",
381
+ "internalType": "address"
382
+ },
383
+ {
384
+ "name": "slippage",
385
+ "type": "uint256",
386
+ "internalType": "uint256"
387
+ },
388
+ {
389
+ "name": "call",
390
+ "type": "bytes",
391
+ "internalType": "bytes"
392
+ }
393
+ ]
394
+ },
395
+ {
396
+ "name": "auxData",
397
+ "type": "bytes",
398
+ "internalType": "bytes"
399
+ }
400
+ ]
401
+ },
402
+ {
403
+ "name": "slippage",
404
+ "type": "uint256",
405
+ "internalType": "uint256"
406
+ }
407
+ ],
408
+ "outputs": [],
409
+ "stateMutability": "nonpayable"
410
+ },
411
+ {
412
+ "type": "function",
413
+ "name": "leverageFor",
414
+ "inputs": [
415
+ {
416
+ "name": "action",
417
+ "type": "tuple",
418
+ "internalType": "struct IPositionManager.LeverageAction",
419
+ "components": [
420
+ {
421
+ "name": "borrowableCToken",
422
+ "type": "address",
423
+ "internalType": "contract IBorrowableCToken"
424
+ },
425
+ {
426
+ "name": "borrowAssets",
427
+ "type": "uint256",
428
+ "internalType": "uint256"
429
+ },
430
+ {
431
+ "name": "cToken",
432
+ "type": "address",
433
+ "internalType": "contract ICToken"
434
+ },
435
+ {
436
+ "name": "swapAction",
437
+ "type": "tuple",
438
+ "internalType": "struct SwapperLib.Swap",
439
+ "components": [
440
+ {
441
+ "name": "inputToken",
442
+ "type": "address",
443
+ "internalType": "address"
444
+ },
445
+ {
446
+ "name": "inputAmount",
447
+ "type": "uint256",
448
+ "internalType": "uint256"
449
+ },
450
+ {
451
+ "name": "outputToken",
452
+ "type": "address",
453
+ "internalType": "address"
454
+ },
455
+ {
456
+ "name": "target",
457
+ "type": "address",
458
+ "internalType": "address"
459
+ },
460
+ {
461
+ "name": "slippage",
462
+ "type": "uint256",
463
+ "internalType": "uint256"
464
+ },
465
+ {
466
+ "name": "call",
467
+ "type": "bytes",
468
+ "internalType": "bytes"
469
+ }
470
+ ]
471
+ },
472
+ {
473
+ "name": "auxData",
474
+ "type": "bytes",
475
+ "internalType": "bytes"
476
+ }
477
+ ]
478
+ },
479
+ {
480
+ "name": "account",
481
+ "type": "address",
482
+ "internalType": "address"
483
+ },
484
+ {
485
+ "name": "slippage",
486
+ "type": "uint256",
487
+ "internalType": "uint256"
488
+ }
489
+ ],
490
+ "outputs": [],
491
+ "stateMutability": "nonpayable"
492
+ },
493
+ {
494
+ "type": "function",
495
+ "name": "marketManager",
496
+ "inputs": [],
497
+ "outputs": [
498
+ {
499
+ "name": "",
500
+ "type": "address",
501
+ "internalType": "contract IMarketManager"
502
+ }
503
+ ],
504
+ "stateMutability": "view"
505
+ },
506
+ {
507
+ "type": "function",
508
+ "name": "maxRemainingLeverageOf",
509
+ "inputs": [
510
+ {
511
+ "name": "account",
512
+ "type": "address",
513
+ "internalType": "address"
514
+ },
515
+ {
516
+ "name": "borrowableCToken",
517
+ "type": "address",
518
+ "internalType": "address"
519
+ }
520
+ ],
521
+ "outputs": [
522
+ {
523
+ "name": "result",
524
+ "type": "uint256",
525
+ "internalType": "uint256"
526
+ }
527
+ ],
528
+ "stateMutability": "view"
529
+ },
530
+ {
531
+ "type": "function",
532
+ "name": "multicall",
533
+ "inputs": [
534
+ {
535
+ "name": "calls",
536
+ "type": "tuple[]",
537
+ "internalType": "struct Multicall.MulticallAction[]",
538
+ "components": [
539
+ {
540
+ "name": "target",
541
+ "type": "address",
542
+ "internalType": "address"
543
+ },
544
+ {
545
+ "name": "isPriceUpdate",
546
+ "type": "bool",
547
+ "internalType": "bool"
548
+ },
549
+ {
550
+ "name": "data",
551
+ "type": "bytes",
552
+ "internalType": "bytes"
553
+ }
554
+ ]
555
+ }
556
+ ],
557
+ "outputs": [
558
+ {
559
+ "name": "results",
560
+ "type": "bytes[]",
561
+ "internalType": "bytes[]"
562
+ }
563
+ ],
564
+ "stateMutability": "nonpayable"
565
+ },
566
+ {
567
+ "type": "function",
568
+ "name": "onBorrow",
569
+ "inputs": [
570
+ {
571
+ "name": "borrowableCToken",
572
+ "type": "address",
573
+ "internalType": "address"
574
+ },
575
+ {
576
+ "name": "borrowAssets",
577
+ "type": "uint256",
578
+ "internalType": "uint256"
579
+ },
580
+ {
581
+ "name": "owner",
582
+ "type": "address",
583
+ "internalType": "address"
584
+ },
585
+ {
586
+ "name": "action",
587
+ "type": "tuple",
588
+ "internalType": "struct IPositionManager.LeverageAction",
589
+ "components": [
590
+ {
591
+ "name": "borrowableCToken",
592
+ "type": "address",
593
+ "internalType": "contract IBorrowableCToken"
594
+ },
595
+ {
596
+ "name": "borrowAssets",
597
+ "type": "uint256",
598
+ "internalType": "uint256"
599
+ },
600
+ {
601
+ "name": "cToken",
602
+ "type": "address",
603
+ "internalType": "contract ICToken"
604
+ },
605
+ {
606
+ "name": "swapAction",
607
+ "type": "tuple",
608
+ "internalType": "struct SwapperLib.Swap",
609
+ "components": [
610
+ {
611
+ "name": "inputToken",
612
+ "type": "address",
613
+ "internalType": "address"
614
+ },
615
+ {
616
+ "name": "inputAmount",
617
+ "type": "uint256",
618
+ "internalType": "uint256"
619
+ },
620
+ {
621
+ "name": "outputToken",
622
+ "type": "address",
623
+ "internalType": "address"
624
+ },
625
+ {
626
+ "name": "target",
627
+ "type": "address",
628
+ "internalType": "address"
629
+ },
630
+ {
631
+ "name": "slippage",
632
+ "type": "uint256",
633
+ "internalType": "uint256"
634
+ },
635
+ {
636
+ "name": "call",
637
+ "type": "bytes",
638
+ "internalType": "bytes"
639
+ }
640
+ ]
641
+ },
642
+ {
643
+ "name": "auxData",
644
+ "type": "bytes",
645
+ "internalType": "bytes"
646
+ }
647
+ ]
648
+ }
649
+ ],
650
+ "outputs": [],
651
+ "stateMutability": "nonpayable"
652
+ },
653
+ {
654
+ "type": "function",
655
+ "name": "onRedeem",
656
+ "inputs": [
657
+ {
658
+ "name": "cToken",
659
+ "type": "address",
660
+ "internalType": "address"
661
+ },
662
+ {
663
+ "name": "collateralAssets",
664
+ "type": "uint256",
665
+ "internalType": "uint256"
666
+ },
667
+ {
668
+ "name": "owner",
669
+ "type": "address",
670
+ "internalType": "address"
671
+ },
672
+ {
673
+ "name": "action",
674
+ "type": "tuple",
675
+ "internalType": "struct IPositionManager.DeleverageAction",
676
+ "components": [
677
+ {
678
+ "name": "cToken",
679
+ "type": "address",
680
+ "internalType": "contract ICToken"
681
+ },
682
+ {
683
+ "name": "collateralAssets",
684
+ "type": "uint256",
685
+ "internalType": "uint256"
686
+ },
687
+ {
688
+ "name": "borrowableCToken",
689
+ "type": "address",
690
+ "internalType": "contract IBorrowableCToken"
691
+ },
692
+ {
693
+ "name": "repayAssets",
694
+ "type": "uint256",
695
+ "internalType": "uint256"
696
+ },
697
+ {
698
+ "name": "swapActions",
699
+ "type": "tuple[]",
700
+ "internalType": "struct SwapperLib.Swap[]",
701
+ "components": [
702
+ {
703
+ "name": "inputToken",
704
+ "type": "address",
705
+ "internalType": "address"
706
+ },
707
+ {
708
+ "name": "inputAmount",
709
+ "type": "uint256",
710
+ "internalType": "uint256"
711
+ },
712
+ {
713
+ "name": "outputToken",
714
+ "type": "address",
715
+ "internalType": "address"
716
+ },
717
+ {
718
+ "name": "target",
719
+ "type": "address",
720
+ "internalType": "address"
721
+ },
722
+ {
723
+ "name": "slippage",
724
+ "type": "uint256",
725
+ "internalType": "uint256"
726
+ },
727
+ {
728
+ "name": "call",
729
+ "type": "bytes",
730
+ "internalType": "bytes"
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "name": "auxData",
736
+ "type": "bytes",
737
+ "internalType": "bytes"
738
+ }
739
+ ]
740
+ }
741
+ ],
742
+ "outputs": [],
743
+ "stateMutability": "nonpayable"
744
+ },
745
+ {
746
+ "type": "function",
747
+ "name": "setDelegateApproval",
748
+ "inputs": [
749
+ {
750
+ "name": "delegate",
751
+ "type": "address",
752
+ "internalType": "address"
753
+ },
754
+ {
755
+ "name": "isApproved",
756
+ "type": "bool",
757
+ "internalType": "bool"
758
+ }
759
+ ],
760
+ "outputs": [],
761
+ "stateMutability": "nonpayable"
762
+ },
763
+ {
764
+ "type": "function",
765
+ "name": "supportsInterface",
766
+ "inputs": [
767
+ {
768
+ "name": "interfaceId",
769
+ "type": "bytes4",
770
+ "internalType": "bytes4"
771
+ }
772
+ ],
773
+ "outputs": [
774
+ {
775
+ "name": "result",
776
+ "type": "bool",
777
+ "internalType": "bool"
778
+ }
779
+ ],
780
+ "stateMutability": "view"
781
+ },
782
+ {
783
+ "type": "function",
784
+ "name": "userApprovalIndex",
785
+ "inputs": [
786
+ {
787
+ "name": "user",
788
+ "type": "address",
789
+ "internalType": "address"
790
+ }
791
+ ],
792
+ "outputs": [
793
+ {
794
+ "name": "result",
795
+ "type": "uint256",
796
+ "internalType": "uint256"
797
+ }
798
+ ],
799
+ "stateMutability": "view"
800
+ },
801
+ {
802
+ "type": "function",
803
+ "name": "wrappedNative",
804
+ "inputs": [],
805
+ "outputs": [
806
+ {
807
+ "name": "",
808
+ "type": "address",
809
+ "internalType": "address"
810
+ }
811
+ ],
812
+ "stateMutability": "view"
813
+ },
814
+ {
815
+ "type": "event",
816
+ "name": "DelegateApproval",
817
+ "inputs": [
818
+ {
819
+ "name": "owner",
820
+ "type": "address",
821
+ "indexed": true,
822
+ "internalType": "address"
823
+ },
824
+ {
825
+ "name": "delegate",
826
+ "type": "address",
827
+ "indexed": true,
828
+ "internalType": "address"
829
+ },
830
+ {
831
+ "name": "approvalIndex",
832
+ "type": "uint256",
833
+ "indexed": false,
834
+ "internalType": "uint256"
835
+ },
836
+ {
837
+ "name": "isApproved",
838
+ "type": "bool",
839
+ "indexed": false,
840
+ "internalType": "bool"
841
+ }
842
+ ],
843
+ "anonymous": false
844
+ },
845
+ {
846
+ "type": "error",
847
+ "name": "BasePositionManager__ExceedsMaximumBorrowAllowed",
848
+ "inputs": []
849
+ },
850
+ {
851
+ "type": "error",
852
+ "name": "BasePositionManager__InsufficientAssetsForRepayment",
853
+ "inputs": []
854
+ },
855
+ {
856
+ "type": "error",
857
+ "name": "BasePositionManager__InvalidAmount",
858
+ "inputs": []
859
+ },
860
+ {
861
+ "type": "error",
862
+ "name": "BasePositionManager__InvalidMarketManager",
863
+ "inputs": []
864
+ },
865
+ {
866
+ "type": "error",
867
+ "name": "BasePositionManager__InvalidParam",
868
+ "inputs": []
869
+ },
870
+ {
871
+ "type": "error",
872
+ "name": "BasePositionManager__InvalidSlippage",
873
+ "inputs": []
874
+ },
875
+ {
876
+ "type": "error",
877
+ "name": "BasePositionManager__InvalidTokenPrice",
878
+ "inputs": []
879
+ },
880
+ {
881
+ "type": "error",
882
+ "name": "BasePositionManager__Unauthorized",
883
+ "inputs": []
884
+ },
885
+ {
886
+ "type": "error",
887
+ "name": "CentralRegistryLib__InvalidCentralRegistry",
888
+ "inputs": []
889
+ },
890
+ {
891
+ "type": "error",
892
+ "name": "LowLevelCallsHelper__CallFailed",
893
+ "inputs": []
894
+ },
895
+ {
896
+ "type": "error",
897
+ "name": "LowLevelCallsHelper__InsufficientBalance",
898
+ "inputs": []
899
+ },
900
+ {
901
+ "type": "error",
902
+ "name": "Multicall__InvalidTarget",
903
+ "inputs": []
904
+ },
905
+ {
906
+ "type": "error",
907
+ "name": "Multicall__UnknownCalldata",
908
+ "inputs": []
909
+ },
910
+ {
911
+ "type": "error",
912
+ "name": "PluginDelegable_InvalidParameter",
913
+ "inputs": []
914
+ },
915
+ {
916
+ "type": "error",
917
+ "name": "PluginDelegable__DelegatingDisabled",
918
+ "inputs": []
919
+ },
920
+ {
921
+ "type": "error",
922
+ "name": "PluginDelegable__Unauthorized",
923
+ "inputs": []
924
+ },
925
+ {
926
+ "type": "error",
927
+ "name": "Reentrancy",
928
+ "inputs": []
929
+ },
930
+ {
931
+ "type": "error",
932
+ "name": "SwapperLib__Slippage",
933
+ "inputs": [
934
+ {
935
+ "name": "slippage",
936
+ "type": "uint256",
937
+ "internalType": "uint256"
938
+ }
939
+ ]
940
+ },
941
+ {
942
+ "type": "error",
943
+ "name": "SwapperLib__TokenPrice",
944
+ "inputs": [
945
+ {
946
+ "name": "inputToken",
947
+ "type": "address",
948
+ "internalType": "address"
949
+ }
950
+ ]
951
+ },
952
+ {
953
+ "type": "error",
954
+ "name": "SwapperLib__UnknownCalldata",
955
+ "inputs": []
956
+ }
957
+ ]