@merkl/contracts 0.1.101 → 0.1.102

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,1145 @@
1
+ /* Autogenerated file. Do not edit manually. */
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ import { Contract, utils } from "ethers";
5
+ const _abi = [
6
+ {
7
+ inputs: [],
8
+ stateMutability: "nonpayable",
9
+ type: "constructor",
10
+ },
11
+ {
12
+ anonymous: false,
13
+ inputs: [
14
+ {
15
+ indexed: true,
16
+ internalType: "address",
17
+ name: "owner",
18
+ type: "address",
19
+ },
20
+ {
21
+ indexed: true,
22
+ internalType: "address",
23
+ name: "spender",
24
+ type: "address",
25
+ },
26
+ {
27
+ indexed: false,
28
+ internalType: "uint256",
29
+ name: "amount",
30
+ type: "uint256",
31
+ },
32
+ ],
33
+ name: "Approval",
34
+ type: "event",
35
+ },
36
+ {
37
+ anonymous: false,
38
+ inputs: [
39
+ {
40
+ indexed: true,
41
+ internalType: "address",
42
+ name: "sender",
43
+ type: "address",
44
+ },
45
+ {
46
+ indexed: false,
47
+ internalType: "uint256",
48
+ name: "amount0",
49
+ type: "uint256",
50
+ },
51
+ {
52
+ indexed: false,
53
+ internalType: "uint256",
54
+ name: "amount1",
55
+ type: "uint256",
56
+ },
57
+ {
58
+ indexed: true,
59
+ internalType: "address",
60
+ name: "to",
61
+ type: "address",
62
+ },
63
+ ],
64
+ name: "Burn",
65
+ type: "event",
66
+ },
67
+ {
68
+ anonymous: false,
69
+ inputs: [
70
+ {
71
+ indexed: true,
72
+ internalType: "address",
73
+ name: "sender",
74
+ type: "address",
75
+ },
76
+ {
77
+ indexed: true,
78
+ internalType: "address",
79
+ name: "recipient",
80
+ type: "address",
81
+ },
82
+ {
83
+ indexed: false,
84
+ internalType: "uint256",
85
+ name: "amount0",
86
+ type: "uint256",
87
+ },
88
+ {
89
+ indexed: false,
90
+ internalType: "uint256",
91
+ name: "amount1",
92
+ type: "uint256",
93
+ },
94
+ ],
95
+ name: "Claim",
96
+ type: "event",
97
+ },
98
+ {
99
+ anonymous: false,
100
+ inputs: [
101
+ {
102
+ indexed: true,
103
+ internalType: "address",
104
+ name: "sender",
105
+ type: "address",
106
+ },
107
+ {
108
+ indexed: false,
109
+ internalType: "uint256",
110
+ name: "amount0",
111
+ type: "uint256",
112
+ },
113
+ {
114
+ indexed: false,
115
+ internalType: "uint256",
116
+ name: "amount1",
117
+ type: "uint256",
118
+ },
119
+ ],
120
+ name: "Fees",
121
+ type: "event",
122
+ },
123
+ {
124
+ anonymous: false,
125
+ inputs: [
126
+ {
127
+ indexed: true,
128
+ internalType: "address",
129
+ name: "sender",
130
+ type: "address",
131
+ },
132
+ {
133
+ indexed: false,
134
+ internalType: "uint256",
135
+ name: "amount0",
136
+ type: "uint256",
137
+ },
138
+ {
139
+ indexed: false,
140
+ internalType: "uint256",
141
+ name: "amount1",
142
+ type: "uint256",
143
+ },
144
+ ],
145
+ name: "Mint",
146
+ type: "event",
147
+ },
148
+ {
149
+ anonymous: false,
150
+ inputs: [
151
+ {
152
+ indexed: true,
153
+ internalType: "address",
154
+ name: "sender",
155
+ type: "address",
156
+ },
157
+ {
158
+ indexed: false,
159
+ internalType: "uint256",
160
+ name: "amount0In",
161
+ type: "uint256",
162
+ },
163
+ {
164
+ indexed: false,
165
+ internalType: "uint256",
166
+ name: "amount1In",
167
+ type: "uint256",
168
+ },
169
+ {
170
+ indexed: false,
171
+ internalType: "uint256",
172
+ name: "amount0Out",
173
+ type: "uint256",
174
+ },
175
+ {
176
+ indexed: false,
177
+ internalType: "uint256",
178
+ name: "amount1Out",
179
+ type: "uint256",
180
+ },
181
+ {
182
+ indexed: true,
183
+ internalType: "address",
184
+ name: "to",
185
+ type: "address",
186
+ },
187
+ ],
188
+ name: "Swap",
189
+ type: "event",
190
+ },
191
+ {
192
+ anonymous: false,
193
+ inputs: [
194
+ {
195
+ indexed: false,
196
+ internalType: "uint256",
197
+ name: "reserve0",
198
+ type: "uint256",
199
+ },
200
+ {
201
+ indexed: false,
202
+ internalType: "uint256",
203
+ name: "reserve1",
204
+ type: "uint256",
205
+ },
206
+ ],
207
+ name: "Sync",
208
+ type: "event",
209
+ },
210
+ {
211
+ anonymous: false,
212
+ inputs: [
213
+ {
214
+ indexed: true,
215
+ internalType: "address",
216
+ name: "from",
217
+ type: "address",
218
+ },
219
+ {
220
+ indexed: true,
221
+ internalType: "address",
222
+ name: "to",
223
+ type: "address",
224
+ },
225
+ {
226
+ indexed: false,
227
+ internalType: "uint256",
228
+ name: "amount",
229
+ type: "uint256",
230
+ },
231
+ ],
232
+ name: "Transfer",
233
+ type: "event",
234
+ },
235
+ {
236
+ inputs: [
237
+ {
238
+ internalType: "address",
239
+ name: "",
240
+ type: "address",
241
+ },
242
+ {
243
+ internalType: "address",
244
+ name: "",
245
+ type: "address",
246
+ },
247
+ ],
248
+ name: "allowance",
249
+ outputs: [
250
+ {
251
+ internalType: "uint256",
252
+ name: "",
253
+ type: "uint256",
254
+ },
255
+ ],
256
+ stateMutability: "view",
257
+ type: "function",
258
+ },
259
+ {
260
+ inputs: [
261
+ {
262
+ internalType: "address",
263
+ name: "spender",
264
+ type: "address",
265
+ },
266
+ {
267
+ internalType: "uint256",
268
+ name: "amount",
269
+ type: "uint256",
270
+ },
271
+ ],
272
+ name: "approve",
273
+ outputs: [
274
+ {
275
+ internalType: "bool",
276
+ name: "",
277
+ type: "bool",
278
+ },
279
+ ],
280
+ stateMutability: "nonpayable",
281
+ type: "function",
282
+ },
283
+ {
284
+ inputs: [
285
+ {
286
+ internalType: "address",
287
+ name: "",
288
+ type: "address",
289
+ },
290
+ ],
291
+ name: "balanceOf",
292
+ outputs: [
293
+ {
294
+ internalType: "uint256",
295
+ name: "",
296
+ type: "uint256",
297
+ },
298
+ ],
299
+ stateMutability: "view",
300
+ type: "function",
301
+ },
302
+ {
303
+ inputs: [],
304
+ name: "blockTimestampLast",
305
+ outputs: [
306
+ {
307
+ internalType: "uint256",
308
+ name: "",
309
+ type: "uint256",
310
+ },
311
+ ],
312
+ stateMutability: "view",
313
+ type: "function",
314
+ },
315
+ {
316
+ inputs: [
317
+ {
318
+ internalType: "address",
319
+ name: "to",
320
+ type: "address",
321
+ },
322
+ ],
323
+ name: "burn",
324
+ outputs: [
325
+ {
326
+ internalType: "uint256",
327
+ name: "amount0",
328
+ type: "uint256",
329
+ },
330
+ {
331
+ internalType: "uint256",
332
+ name: "amount1",
333
+ type: "uint256",
334
+ },
335
+ ],
336
+ stateMutability: "nonpayable",
337
+ type: "function",
338
+ },
339
+ {
340
+ inputs: [],
341
+ name: "claimFees",
342
+ outputs: [
343
+ {
344
+ internalType: "uint256",
345
+ name: "claimed0",
346
+ type: "uint256",
347
+ },
348
+ {
349
+ internalType: "uint256",
350
+ name: "claimed1",
351
+ type: "uint256",
352
+ },
353
+ ],
354
+ stateMutability: "nonpayable",
355
+ type: "function",
356
+ },
357
+ {
358
+ inputs: [],
359
+ name: "claimStakingFees",
360
+ outputs: [],
361
+ stateMutability: "nonpayable",
362
+ type: "function",
363
+ },
364
+ {
365
+ inputs: [
366
+ {
367
+ internalType: "address",
368
+ name: "",
369
+ type: "address",
370
+ },
371
+ ],
372
+ name: "claimable0",
373
+ outputs: [
374
+ {
375
+ internalType: "uint256",
376
+ name: "",
377
+ type: "uint256",
378
+ },
379
+ ],
380
+ stateMutability: "view",
381
+ type: "function",
382
+ },
383
+ {
384
+ inputs: [
385
+ {
386
+ internalType: "address",
387
+ name: "",
388
+ type: "address",
389
+ },
390
+ ],
391
+ name: "claimable1",
392
+ outputs: [
393
+ {
394
+ internalType: "uint256",
395
+ name: "",
396
+ type: "uint256",
397
+ },
398
+ ],
399
+ stateMutability: "view",
400
+ type: "function",
401
+ },
402
+ {
403
+ inputs: [
404
+ {
405
+ internalType: "address",
406
+ name: "tokenIn",
407
+ type: "address",
408
+ },
409
+ {
410
+ internalType: "uint256",
411
+ name: "amountIn",
412
+ type: "uint256",
413
+ },
414
+ ],
415
+ name: "current",
416
+ outputs: [
417
+ {
418
+ internalType: "uint256",
419
+ name: "amountOut",
420
+ type: "uint256",
421
+ },
422
+ ],
423
+ stateMutability: "view",
424
+ type: "function",
425
+ },
426
+ {
427
+ inputs: [],
428
+ name: "currentCumulativePrices",
429
+ outputs: [
430
+ {
431
+ internalType: "uint256",
432
+ name: "reserve0Cumulative",
433
+ type: "uint256",
434
+ },
435
+ {
436
+ internalType: "uint256",
437
+ name: "reserve1Cumulative",
438
+ type: "uint256",
439
+ },
440
+ {
441
+ internalType: "uint256",
442
+ name: "blockTimestamp",
443
+ type: "uint256",
444
+ },
445
+ ],
446
+ stateMutability: "view",
447
+ type: "function",
448
+ },
449
+ {
450
+ inputs: [],
451
+ name: "decimals",
452
+ outputs: [
453
+ {
454
+ internalType: "uint8",
455
+ name: "",
456
+ type: "uint8",
457
+ },
458
+ ],
459
+ stateMutability: "view",
460
+ type: "function",
461
+ },
462
+ {
463
+ inputs: [],
464
+ name: "fees",
465
+ outputs: [
466
+ {
467
+ internalType: "address",
468
+ name: "",
469
+ type: "address",
470
+ },
471
+ ],
472
+ stateMutability: "view",
473
+ type: "function",
474
+ },
475
+ {
476
+ inputs: [
477
+ {
478
+ internalType: "uint256",
479
+ name: "amountIn",
480
+ type: "uint256",
481
+ },
482
+ {
483
+ internalType: "address",
484
+ name: "tokenIn",
485
+ type: "address",
486
+ },
487
+ ],
488
+ name: "getAmountOut",
489
+ outputs: [
490
+ {
491
+ internalType: "uint256",
492
+ name: "",
493
+ type: "uint256",
494
+ },
495
+ ],
496
+ stateMutability: "view",
497
+ type: "function",
498
+ },
499
+ {
500
+ inputs: [],
501
+ name: "getReserves",
502
+ outputs: [
503
+ {
504
+ internalType: "uint256",
505
+ name: "_reserve0",
506
+ type: "uint256",
507
+ },
508
+ {
509
+ internalType: "uint256",
510
+ name: "_reserve1",
511
+ type: "uint256",
512
+ },
513
+ {
514
+ internalType: "uint256",
515
+ name: "_blockTimestampLast",
516
+ type: "uint256",
517
+ },
518
+ ],
519
+ stateMutability: "view",
520
+ type: "function",
521
+ },
522
+ {
523
+ inputs: [],
524
+ name: "index0",
525
+ outputs: [
526
+ {
527
+ internalType: "uint256",
528
+ name: "",
529
+ type: "uint256",
530
+ },
531
+ ],
532
+ stateMutability: "view",
533
+ type: "function",
534
+ },
535
+ {
536
+ inputs: [],
537
+ name: "index1",
538
+ outputs: [
539
+ {
540
+ internalType: "uint256",
541
+ name: "",
542
+ type: "uint256",
543
+ },
544
+ ],
545
+ stateMutability: "view",
546
+ type: "function",
547
+ },
548
+ {
549
+ inputs: [],
550
+ name: "isStable",
551
+ outputs: [
552
+ {
553
+ internalType: "bool",
554
+ name: "",
555
+ type: "bool",
556
+ },
557
+ ],
558
+ stateMutability: "view",
559
+ type: "function",
560
+ },
561
+ {
562
+ inputs: [],
563
+ name: "lastObservation",
564
+ outputs: [
565
+ {
566
+ components: [
567
+ {
568
+ internalType: "uint256",
569
+ name: "timestamp",
570
+ type: "uint256",
571
+ },
572
+ {
573
+ internalType: "uint256",
574
+ name: "reserve0Cumulative",
575
+ type: "uint256",
576
+ },
577
+ {
578
+ internalType: "uint256",
579
+ name: "reserve1Cumulative",
580
+ type: "uint256",
581
+ },
582
+ ],
583
+ internalType: "struct Pair.Observation",
584
+ name: "",
585
+ type: "tuple",
586
+ },
587
+ ],
588
+ stateMutability: "view",
589
+ type: "function",
590
+ },
591
+ {
592
+ inputs: [],
593
+ name: "metadata",
594
+ outputs: [
595
+ {
596
+ internalType: "uint256",
597
+ name: "dec0",
598
+ type: "uint256",
599
+ },
600
+ {
601
+ internalType: "uint256",
602
+ name: "dec1",
603
+ type: "uint256",
604
+ },
605
+ {
606
+ internalType: "uint256",
607
+ name: "r0",
608
+ type: "uint256",
609
+ },
610
+ {
611
+ internalType: "uint256",
612
+ name: "r1",
613
+ type: "uint256",
614
+ },
615
+ {
616
+ internalType: "bool",
617
+ name: "st",
618
+ type: "bool",
619
+ },
620
+ {
621
+ internalType: "address",
622
+ name: "t0",
623
+ type: "address",
624
+ },
625
+ {
626
+ internalType: "address",
627
+ name: "t1",
628
+ type: "address",
629
+ },
630
+ ],
631
+ stateMutability: "view",
632
+ type: "function",
633
+ },
634
+ {
635
+ inputs: [
636
+ {
637
+ internalType: "address",
638
+ name: "to",
639
+ type: "address",
640
+ },
641
+ ],
642
+ name: "mint",
643
+ outputs: [
644
+ {
645
+ internalType: "uint256",
646
+ name: "liquidity",
647
+ type: "uint256",
648
+ },
649
+ ],
650
+ stateMutability: "nonpayable",
651
+ type: "function",
652
+ },
653
+ {
654
+ inputs: [],
655
+ name: "name",
656
+ outputs: [
657
+ {
658
+ internalType: "string",
659
+ name: "",
660
+ type: "string",
661
+ },
662
+ ],
663
+ stateMutability: "view",
664
+ type: "function",
665
+ },
666
+ {
667
+ inputs: [
668
+ {
669
+ internalType: "address",
670
+ name: "",
671
+ type: "address",
672
+ },
673
+ ],
674
+ name: "nonces",
675
+ outputs: [
676
+ {
677
+ internalType: "uint256",
678
+ name: "",
679
+ type: "uint256",
680
+ },
681
+ ],
682
+ stateMutability: "view",
683
+ type: "function",
684
+ },
685
+ {
686
+ inputs: [],
687
+ name: "observationLength",
688
+ outputs: [
689
+ {
690
+ internalType: "uint256",
691
+ name: "",
692
+ type: "uint256",
693
+ },
694
+ ],
695
+ stateMutability: "view",
696
+ type: "function",
697
+ },
698
+ {
699
+ inputs: [
700
+ {
701
+ internalType: "uint256",
702
+ name: "",
703
+ type: "uint256",
704
+ },
705
+ ],
706
+ name: "observations",
707
+ outputs: [
708
+ {
709
+ internalType: "uint256",
710
+ name: "timestamp",
711
+ type: "uint256",
712
+ },
713
+ {
714
+ internalType: "uint256",
715
+ name: "reserve0Cumulative",
716
+ type: "uint256",
717
+ },
718
+ {
719
+ internalType: "uint256",
720
+ name: "reserve1Cumulative",
721
+ type: "uint256",
722
+ },
723
+ ],
724
+ stateMutability: "view",
725
+ type: "function",
726
+ },
727
+ {
728
+ inputs: [
729
+ {
730
+ internalType: "address",
731
+ name: "owner",
732
+ type: "address",
733
+ },
734
+ {
735
+ internalType: "address",
736
+ name: "spender",
737
+ type: "address",
738
+ },
739
+ {
740
+ internalType: "uint256",
741
+ name: "value",
742
+ type: "uint256",
743
+ },
744
+ {
745
+ internalType: "uint256",
746
+ name: "deadline",
747
+ type: "uint256",
748
+ },
749
+ {
750
+ internalType: "uint8",
751
+ name: "v",
752
+ type: "uint8",
753
+ },
754
+ {
755
+ internalType: "bytes32",
756
+ name: "r",
757
+ type: "bytes32",
758
+ },
759
+ {
760
+ internalType: "bytes32",
761
+ name: "s",
762
+ type: "bytes32",
763
+ },
764
+ ],
765
+ name: "permit",
766
+ outputs: [],
767
+ stateMutability: "nonpayable",
768
+ type: "function",
769
+ },
770
+ {
771
+ inputs: [
772
+ {
773
+ internalType: "address",
774
+ name: "tokenIn",
775
+ type: "address",
776
+ },
777
+ {
778
+ internalType: "uint256",
779
+ name: "amountIn",
780
+ type: "uint256",
781
+ },
782
+ {
783
+ internalType: "uint256",
784
+ name: "points",
785
+ type: "uint256",
786
+ },
787
+ ],
788
+ name: "prices",
789
+ outputs: [
790
+ {
791
+ internalType: "uint256[]",
792
+ name: "",
793
+ type: "uint256[]",
794
+ },
795
+ ],
796
+ stateMutability: "view",
797
+ type: "function",
798
+ },
799
+ {
800
+ inputs: [
801
+ {
802
+ internalType: "address",
803
+ name: "tokenIn",
804
+ type: "address",
805
+ },
806
+ {
807
+ internalType: "uint256",
808
+ name: "amountIn",
809
+ type: "uint256",
810
+ },
811
+ {
812
+ internalType: "uint256",
813
+ name: "granularity",
814
+ type: "uint256",
815
+ },
816
+ ],
817
+ name: "quote",
818
+ outputs: [
819
+ {
820
+ internalType: "uint256",
821
+ name: "amountOut",
822
+ type: "uint256",
823
+ },
824
+ ],
825
+ stateMutability: "view",
826
+ type: "function",
827
+ },
828
+ {
829
+ inputs: [],
830
+ name: "reserve0",
831
+ outputs: [
832
+ {
833
+ internalType: "uint256",
834
+ name: "",
835
+ type: "uint256",
836
+ },
837
+ ],
838
+ stateMutability: "view",
839
+ type: "function",
840
+ },
841
+ {
842
+ inputs: [],
843
+ name: "reserve0CumulativeLast",
844
+ outputs: [
845
+ {
846
+ internalType: "uint256",
847
+ name: "",
848
+ type: "uint256",
849
+ },
850
+ ],
851
+ stateMutability: "view",
852
+ type: "function",
853
+ },
854
+ {
855
+ inputs: [],
856
+ name: "reserve1",
857
+ outputs: [
858
+ {
859
+ internalType: "uint256",
860
+ name: "",
861
+ type: "uint256",
862
+ },
863
+ ],
864
+ stateMutability: "view",
865
+ type: "function",
866
+ },
867
+ {
868
+ inputs: [],
869
+ name: "reserve1CumulativeLast",
870
+ outputs: [
871
+ {
872
+ internalType: "uint256",
873
+ name: "",
874
+ type: "uint256",
875
+ },
876
+ ],
877
+ stateMutability: "view",
878
+ type: "function",
879
+ },
880
+ {
881
+ inputs: [
882
+ {
883
+ internalType: "address",
884
+ name: "tokenIn",
885
+ type: "address",
886
+ },
887
+ {
888
+ internalType: "uint256",
889
+ name: "amountIn",
890
+ type: "uint256",
891
+ },
892
+ {
893
+ internalType: "uint256",
894
+ name: "points",
895
+ type: "uint256",
896
+ },
897
+ {
898
+ internalType: "uint256",
899
+ name: "window",
900
+ type: "uint256",
901
+ },
902
+ ],
903
+ name: "sample",
904
+ outputs: [
905
+ {
906
+ internalType: "uint256[]",
907
+ name: "",
908
+ type: "uint256[]",
909
+ },
910
+ ],
911
+ stateMutability: "view",
912
+ type: "function",
913
+ },
914
+ {
915
+ inputs: [
916
+ {
917
+ internalType: "address",
918
+ name: "to",
919
+ type: "address",
920
+ },
921
+ ],
922
+ name: "skim",
923
+ outputs: [],
924
+ stateMutability: "nonpayable",
925
+ type: "function",
926
+ },
927
+ {
928
+ inputs: [],
929
+ name: "stable",
930
+ outputs: [
931
+ {
932
+ internalType: "bool",
933
+ name: "",
934
+ type: "bool",
935
+ },
936
+ ],
937
+ stateMutability: "view",
938
+ type: "function",
939
+ },
940
+ {
941
+ inputs: [
942
+ {
943
+ internalType: "address",
944
+ name: "",
945
+ type: "address",
946
+ },
947
+ ],
948
+ name: "supplyIndex0",
949
+ outputs: [
950
+ {
951
+ internalType: "uint256",
952
+ name: "",
953
+ type: "uint256",
954
+ },
955
+ ],
956
+ stateMutability: "view",
957
+ type: "function",
958
+ },
959
+ {
960
+ inputs: [
961
+ {
962
+ internalType: "address",
963
+ name: "",
964
+ type: "address",
965
+ },
966
+ ],
967
+ name: "supplyIndex1",
968
+ outputs: [
969
+ {
970
+ internalType: "uint256",
971
+ name: "",
972
+ type: "uint256",
973
+ },
974
+ ],
975
+ stateMutability: "view",
976
+ type: "function",
977
+ },
978
+ {
979
+ inputs: [
980
+ {
981
+ internalType: "uint256",
982
+ name: "amount0Out",
983
+ type: "uint256",
984
+ },
985
+ {
986
+ internalType: "uint256",
987
+ name: "amount1Out",
988
+ type: "uint256",
989
+ },
990
+ {
991
+ internalType: "address",
992
+ name: "to",
993
+ type: "address",
994
+ },
995
+ {
996
+ internalType: "bytes",
997
+ name: "data",
998
+ type: "bytes",
999
+ },
1000
+ ],
1001
+ name: "swap",
1002
+ outputs: [],
1003
+ stateMutability: "nonpayable",
1004
+ type: "function",
1005
+ },
1006
+ {
1007
+ inputs: [],
1008
+ name: "symbol",
1009
+ outputs: [
1010
+ {
1011
+ internalType: "string",
1012
+ name: "",
1013
+ type: "string",
1014
+ },
1015
+ ],
1016
+ stateMutability: "view",
1017
+ type: "function",
1018
+ },
1019
+ {
1020
+ inputs: [],
1021
+ name: "sync",
1022
+ outputs: [],
1023
+ stateMutability: "nonpayable",
1024
+ type: "function",
1025
+ },
1026
+ {
1027
+ inputs: [],
1028
+ name: "token0",
1029
+ outputs: [
1030
+ {
1031
+ internalType: "address",
1032
+ name: "",
1033
+ type: "address",
1034
+ },
1035
+ ],
1036
+ stateMutability: "view",
1037
+ type: "function",
1038
+ },
1039
+ {
1040
+ inputs: [],
1041
+ name: "token1",
1042
+ outputs: [
1043
+ {
1044
+ internalType: "address",
1045
+ name: "",
1046
+ type: "address",
1047
+ },
1048
+ ],
1049
+ stateMutability: "view",
1050
+ type: "function",
1051
+ },
1052
+ {
1053
+ inputs: [],
1054
+ name: "tokens",
1055
+ outputs: [
1056
+ {
1057
+ internalType: "address",
1058
+ name: "",
1059
+ type: "address",
1060
+ },
1061
+ {
1062
+ internalType: "address",
1063
+ name: "",
1064
+ type: "address",
1065
+ },
1066
+ ],
1067
+ stateMutability: "view",
1068
+ type: "function",
1069
+ },
1070
+ {
1071
+ inputs: [],
1072
+ name: "totalSupply",
1073
+ outputs: [
1074
+ {
1075
+ internalType: "uint256",
1076
+ name: "",
1077
+ type: "uint256",
1078
+ },
1079
+ ],
1080
+ stateMutability: "view",
1081
+ type: "function",
1082
+ },
1083
+ {
1084
+ inputs: [
1085
+ {
1086
+ internalType: "address",
1087
+ name: "dst",
1088
+ type: "address",
1089
+ },
1090
+ {
1091
+ internalType: "uint256",
1092
+ name: "amount",
1093
+ type: "uint256",
1094
+ },
1095
+ ],
1096
+ name: "transfer",
1097
+ outputs: [
1098
+ {
1099
+ internalType: "bool",
1100
+ name: "",
1101
+ type: "bool",
1102
+ },
1103
+ ],
1104
+ stateMutability: "nonpayable",
1105
+ type: "function",
1106
+ },
1107
+ {
1108
+ inputs: [
1109
+ {
1110
+ internalType: "address",
1111
+ name: "src",
1112
+ type: "address",
1113
+ },
1114
+ {
1115
+ internalType: "address",
1116
+ name: "dst",
1117
+ type: "address",
1118
+ },
1119
+ {
1120
+ internalType: "uint256",
1121
+ name: "amount",
1122
+ type: "uint256",
1123
+ },
1124
+ ],
1125
+ name: "transferFrom",
1126
+ outputs: [
1127
+ {
1128
+ internalType: "bool",
1129
+ name: "",
1130
+ type: "bool",
1131
+ },
1132
+ ],
1133
+ stateMutability: "nonpayable",
1134
+ type: "function",
1135
+ },
1136
+ ];
1137
+ export class HybraPair__factory {
1138
+ static abi = _abi;
1139
+ static createInterface() {
1140
+ return new utils.Interface(_abi);
1141
+ }
1142
+ static connect(address, signerOrProvider) {
1143
+ return new Contract(address, _abi, signerOrProvider);
1144
+ }
1145
+ }