@warptoad/skinny-fat-imt-js 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/abis.js ADDED
@@ -0,0 +1,1305 @@
1
+ // AUTOGENERATED by scripts/genAbis.mjs — do not edit by hand.
2
+ // Regenerate with `pnpm gen:abis` after changing the contracts.
3
+ /** ABI of `SkinnyIMTReadableStorage`. */
4
+ export const skinnyStorageAbi = [
5
+ {
6
+ "inputs": [],
7
+ "name": "NotInitialized",
8
+ "type": "error"
9
+ },
10
+ {
11
+ "inputs": [
12
+ {
13
+ "internalType": "uint256",
14
+ "name": "treeId",
15
+ "type": "uint256"
16
+ }
17
+ ],
18
+ "name": "getSkinnyDepth",
19
+ "outputs": [
20
+ {
21
+ "internalType": "uint256",
22
+ "name": "",
23
+ "type": "uint256"
24
+ }
25
+ ],
26
+ "stateMutability": "view",
27
+ "type": "function"
28
+ },
29
+ {
30
+ "inputs": [
31
+ {
32
+ "internalType": "uint256",
33
+ "name": "treeId",
34
+ "type": "uint256"
35
+ },
36
+ {
37
+ "internalType": "uint256",
38
+ "name": "firstIndex",
39
+ "type": "uint256"
40
+ },
41
+ {
42
+ "internalType": "uint256",
43
+ "name": "endIndex",
44
+ "type": "uint256"
45
+ }
46
+ ],
47
+ "name": "getSkinnyLeaves",
48
+ "outputs": [
49
+ {
50
+ "internalType": "uint256[]",
51
+ "name": "",
52
+ "type": "uint256[]"
53
+ }
54
+ ],
55
+ "stateMutability": "view",
56
+ "type": "function"
57
+ },
58
+ {
59
+ "inputs": [
60
+ {
61
+ "internalType": "uint256",
62
+ "name": "treeId",
63
+ "type": "uint256"
64
+ }
65
+ ],
66
+ "name": "getSkinnyLeavesBaseSlot",
67
+ "outputs": [
68
+ {
69
+ "internalType": "uint256",
70
+ "name": "",
71
+ "type": "uint256"
72
+ }
73
+ ],
74
+ "stateMutability": "view",
75
+ "type": "function"
76
+ },
77
+ {
78
+ "inputs": [
79
+ {
80
+ "internalType": "uint256",
81
+ "name": "treeId",
82
+ "type": "uint256"
83
+ }
84
+ ],
85
+ "name": "getSkinnyRoot",
86
+ "outputs": [
87
+ {
88
+ "internalType": "uint256",
89
+ "name": "",
90
+ "type": "uint256"
91
+ }
92
+ ],
93
+ "stateMutability": "view",
94
+ "type": "function"
95
+ },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "internalType": "uint256",
100
+ "name": "treeId",
101
+ "type": "uint256"
102
+ },
103
+ {
104
+ "internalType": "uint256",
105
+ "name": "firstIndex",
106
+ "type": "uint256"
107
+ },
108
+ {
109
+ "internalType": "uint256",
110
+ "name": "endIndex",
111
+ "type": "uint256"
112
+ }
113
+ ],
114
+ "name": "getSkinnySideNodes",
115
+ "outputs": [
116
+ {
117
+ "internalType": "uint256[]",
118
+ "name": "",
119
+ "type": "uint256[]"
120
+ }
121
+ ],
122
+ "stateMutability": "view",
123
+ "type": "function"
124
+ },
125
+ {
126
+ "inputs": [
127
+ {
128
+ "internalType": "uint256",
129
+ "name": "treeId",
130
+ "type": "uint256"
131
+ }
132
+ ],
133
+ "name": "getSkinnySize",
134
+ "outputs": [
135
+ {
136
+ "internalType": "uint256",
137
+ "name": "",
138
+ "type": "uint256"
139
+ }
140
+ ],
141
+ "stateMutability": "view",
142
+ "type": "function"
143
+ },
144
+ {
145
+ "inputs": [
146
+ {
147
+ "internalType": "bytes4",
148
+ "name": "interfaceId",
149
+ "type": "bytes4"
150
+ }
151
+ ],
152
+ "name": "supportsInterface",
153
+ "outputs": [
154
+ {
155
+ "internalType": "bool",
156
+ "name": "",
157
+ "type": "bool"
158
+ }
159
+ ],
160
+ "stateMutability": "view",
161
+ "type": "function"
162
+ }
163
+ ];
164
+ /** ABI of `SkinnyIMTReadableEvent`. */
165
+ export const skinnyEventAbi = [
166
+ {
167
+ "inputs": [],
168
+ "name": "NotInitialized",
169
+ "type": "error"
170
+ },
171
+ {
172
+ "inputs": [
173
+ {
174
+ "internalType": "uint256",
175
+ "name": "treeId",
176
+ "type": "uint256"
177
+ }
178
+ ],
179
+ "name": "getSkinnyDepth",
180
+ "outputs": [
181
+ {
182
+ "internalType": "uint256",
183
+ "name": "",
184
+ "type": "uint256"
185
+ }
186
+ ],
187
+ "stateMutability": "view",
188
+ "type": "function"
189
+ },
190
+ {
191
+ "inputs": [
192
+ {
193
+ "internalType": "uint256",
194
+ "name": "treeId",
195
+ "type": "uint256"
196
+ }
197
+ ],
198
+ "name": "getSkinnyRoot",
199
+ "outputs": [
200
+ {
201
+ "internalType": "uint256",
202
+ "name": "",
203
+ "type": "uint256"
204
+ }
205
+ ],
206
+ "stateMutability": "view",
207
+ "type": "function"
208
+ },
209
+ {
210
+ "inputs": [
211
+ {
212
+ "internalType": "uint256",
213
+ "name": "treeId",
214
+ "type": "uint256"
215
+ },
216
+ {
217
+ "internalType": "uint256",
218
+ "name": "firstIndex",
219
+ "type": "uint256"
220
+ },
221
+ {
222
+ "internalType": "uint256",
223
+ "name": "endIndex",
224
+ "type": "uint256"
225
+ }
226
+ ],
227
+ "name": "getSkinnySideNodes",
228
+ "outputs": [
229
+ {
230
+ "internalType": "uint256[]",
231
+ "name": "",
232
+ "type": "uint256[]"
233
+ }
234
+ ],
235
+ "stateMutability": "view",
236
+ "type": "function"
237
+ },
238
+ {
239
+ "inputs": [
240
+ {
241
+ "internalType": "uint256",
242
+ "name": "treeId",
243
+ "type": "uint256"
244
+ }
245
+ ],
246
+ "name": "getSkinnySize",
247
+ "outputs": [
248
+ {
249
+ "internalType": "uint256",
250
+ "name": "",
251
+ "type": "uint256"
252
+ }
253
+ ],
254
+ "stateMutability": "view",
255
+ "type": "function"
256
+ },
257
+ {
258
+ "inputs": [
259
+ {
260
+ "internalType": "bytes4",
261
+ "name": "interfaceId",
262
+ "type": "bytes4"
263
+ }
264
+ ],
265
+ "name": "supportsInterface",
266
+ "outputs": [
267
+ {
268
+ "internalType": "bool",
269
+ "name": "",
270
+ "type": "bool"
271
+ }
272
+ ],
273
+ "stateMutability": "view",
274
+ "type": "function"
275
+ }
276
+ ];
277
+ /** ABI of `FatIMTReadableStorage`. */
278
+ export const fatStorageAbi = [
279
+ {
280
+ "inputs": [],
281
+ "name": "EndIndexOutOfRange",
282
+ "type": "error"
283
+ },
284
+ {
285
+ "inputs": [],
286
+ "name": "LevelOutOfRange",
287
+ "type": "error"
288
+ },
289
+ {
290
+ "inputs": [],
291
+ "name": "NotInitialized",
292
+ "type": "error"
293
+ },
294
+ {
295
+ "inputs": [
296
+ {
297
+ "internalType": "uint256",
298
+ "name": "treeId",
299
+ "type": "uint256"
300
+ }
301
+ ],
302
+ "name": "getFatDepth",
303
+ "outputs": [
304
+ {
305
+ "internalType": "uint256",
306
+ "name": "",
307
+ "type": "uint256"
308
+ }
309
+ ],
310
+ "stateMutability": "view",
311
+ "type": "function"
312
+ },
313
+ {
314
+ "inputs": [
315
+ {
316
+ "internalType": "uint256",
317
+ "name": "treeId",
318
+ "type": "uint256"
319
+ },
320
+ {
321
+ "internalType": "uint256",
322
+ "name": "firstIndex",
323
+ "type": "uint256"
324
+ },
325
+ {
326
+ "internalType": "uint256",
327
+ "name": "endIndex",
328
+ "type": "uint256"
329
+ }
330
+ ],
331
+ "name": "getFatLeaves",
332
+ "outputs": [
333
+ {
334
+ "internalType": "uint256[]",
335
+ "name": "",
336
+ "type": "uint256[]"
337
+ }
338
+ ],
339
+ "stateMutability": "view",
340
+ "type": "function"
341
+ },
342
+ {
343
+ "inputs": [
344
+ {
345
+ "internalType": "uint256",
346
+ "name": "treeId",
347
+ "type": "uint256"
348
+ }
349
+ ],
350
+ "name": "getFatLeavesBaseSlot",
351
+ "outputs": [
352
+ {
353
+ "internalType": "uint256",
354
+ "name": "",
355
+ "type": "uint256"
356
+ }
357
+ ],
358
+ "stateMutability": "view",
359
+ "type": "function"
360
+ },
361
+ {
362
+ "inputs": [
363
+ {
364
+ "internalType": "uint256",
365
+ "name": "treeId",
366
+ "type": "uint256"
367
+ },
368
+ {
369
+ "internalType": "uint256",
370
+ "name": "firstIndex",
371
+ "type": "uint256"
372
+ },
373
+ {
374
+ "internalType": "uint256",
375
+ "name": "endIndex",
376
+ "type": "uint256"
377
+ },
378
+ {
379
+ "internalType": "uint256",
380
+ "name": "level",
381
+ "type": "uint256"
382
+ }
383
+ ],
384
+ "name": "getFatNodes",
385
+ "outputs": [
386
+ {
387
+ "internalType": "uint256[]",
388
+ "name": "",
389
+ "type": "uint256[]"
390
+ }
391
+ ],
392
+ "stateMutability": "view",
393
+ "type": "function"
394
+ },
395
+ {
396
+ "inputs": [
397
+ {
398
+ "internalType": "uint256",
399
+ "name": "treeId",
400
+ "type": "uint256"
401
+ }
402
+ ],
403
+ "name": "getFatRoot",
404
+ "outputs": [
405
+ {
406
+ "internalType": "uint256",
407
+ "name": "",
408
+ "type": "uint256"
409
+ }
410
+ ],
411
+ "stateMutability": "view",
412
+ "type": "function"
413
+ },
414
+ {
415
+ "inputs": [
416
+ {
417
+ "internalType": "uint256",
418
+ "name": "treeId",
419
+ "type": "uint256"
420
+ }
421
+ ],
422
+ "name": "getFatSize",
423
+ "outputs": [
424
+ {
425
+ "internalType": "uint256",
426
+ "name": "",
427
+ "type": "uint256"
428
+ }
429
+ ],
430
+ "stateMutability": "view",
431
+ "type": "function"
432
+ },
433
+ {
434
+ "inputs": [
435
+ {
436
+ "internalType": "bytes4",
437
+ "name": "interfaceId",
438
+ "type": "bytes4"
439
+ }
440
+ ],
441
+ "name": "supportsInterface",
442
+ "outputs": [
443
+ {
444
+ "internalType": "bool",
445
+ "name": "",
446
+ "type": "bool"
447
+ }
448
+ ],
449
+ "stateMutability": "view",
450
+ "type": "function"
451
+ }
452
+ ];
453
+ /** ABI of `FatIMTReadableEvent`. */
454
+ export const fatEventAbi = [
455
+ {
456
+ "inputs": [],
457
+ "name": "EndIndexOutOfRange",
458
+ "type": "error"
459
+ },
460
+ {
461
+ "inputs": [],
462
+ "name": "LevelOutOfRange",
463
+ "type": "error"
464
+ },
465
+ {
466
+ "inputs": [],
467
+ "name": "NotInitialized",
468
+ "type": "error"
469
+ },
470
+ {
471
+ "inputs": [
472
+ {
473
+ "internalType": "uint256",
474
+ "name": "treeId",
475
+ "type": "uint256"
476
+ }
477
+ ],
478
+ "name": "getFatDepth",
479
+ "outputs": [
480
+ {
481
+ "internalType": "uint256",
482
+ "name": "",
483
+ "type": "uint256"
484
+ }
485
+ ],
486
+ "stateMutability": "view",
487
+ "type": "function"
488
+ },
489
+ {
490
+ "inputs": [
491
+ {
492
+ "internalType": "uint256",
493
+ "name": "treeId",
494
+ "type": "uint256"
495
+ },
496
+ {
497
+ "internalType": "uint256",
498
+ "name": "firstIndex",
499
+ "type": "uint256"
500
+ },
501
+ {
502
+ "internalType": "uint256",
503
+ "name": "endIndex",
504
+ "type": "uint256"
505
+ }
506
+ ],
507
+ "name": "getFatLeaves",
508
+ "outputs": [
509
+ {
510
+ "internalType": "uint256[]",
511
+ "name": "",
512
+ "type": "uint256[]"
513
+ }
514
+ ],
515
+ "stateMutability": "view",
516
+ "type": "function"
517
+ },
518
+ {
519
+ "inputs": [
520
+ {
521
+ "internalType": "uint256",
522
+ "name": "treeId",
523
+ "type": "uint256"
524
+ },
525
+ {
526
+ "internalType": "uint256",
527
+ "name": "firstIndex",
528
+ "type": "uint256"
529
+ },
530
+ {
531
+ "internalType": "uint256",
532
+ "name": "endIndex",
533
+ "type": "uint256"
534
+ },
535
+ {
536
+ "internalType": "uint256",
537
+ "name": "level",
538
+ "type": "uint256"
539
+ }
540
+ ],
541
+ "name": "getFatNodes",
542
+ "outputs": [
543
+ {
544
+ "internalType": "uint256[]",
545
+ "name": "",
546
+ "type": "uint256[]"
547
+ }
548
+ ],
549
+ "stateMutability": "view",
550
+ "type": "function"
551
+ },
552
+ {
553
+ "inputs": [
554
+ {
555
+ "internalType": "uint256",
556
+ "name": "treeId",
557
+ "type": "uint256"
558
+ }
559
+ ],
560
+ "name": "getFatRoot",
561
+ "outputs": [
562
+ {
563
+ "internalType": "uint256",
564
+ "name": "",
565
+ "type": "uint256"
566
+ }
567
+ ],
568
+ "stateMutability": "view",
569
+ "type": "function"
570
+ },
571
+ {
572
+ "inputs": [
573
+ {
574
+ "internalType": "uint256",
575
+ "name": "treeId",
576
+ "type": "uint256"
577
+ }
578
+ ],
579
+ "name": "getFatSize",
580
+ "outputs": [
581
+ {
582
+ "internalType": "uint256",
583
+ "name": "",
584
+ "type": "uint256"
585
+ }
586
+ ],
587
+ "stateMutability": "view",
588
+ "type": "function"
589
+ },
590
+ {
591
+ "inputs": [
592
+ {
593
+ "internalType": "bytes4",
594
+ "name": "interfaceId",
595
+ "type": "bytes4"
596
+ }
597
+ ],
598
+ "name": "supportsInterface",
599
+ "outputs": [
600
+ {
601
+ "internalType": "bool",
602
+ "name": "",
603
+ "type": "bool"
604
+ }
605
+ ],
606
+ "stateMutability": "view",
607
+ "type": "function"
608
+ }
609
+ ];
610
+ /** ABI of `IIMTEvents`. */
611
+ export const iimtEventsAbi = [
612
+ {
613
+ "anonymous": false,
614
+ "inputs": [
615
+ {
616
+ "indexed": true,
617
+ "internalType": "uint256",
618
+ "name": "treeId",
619
+ "type": "uint256"
620
+ },
621
+ {
622
+ "indexed": true,
623
+ "internalType": "uint256",
624
+ "name": "index",
625
+ "type": "uint256"
626
+ },
627
+ {
628
+ "indexed": true,
629
+ "internalType": "uint256",
630
+ "name": "leaf",
631
+ "type": "uint256"
632
+ }
633
+ ],
634
+ "name": "NewLeaf",
635
+ "type": "event"
636
+ },
637
+ {
638
+ "anonymous": false,
639
+ "inputs": [
640
+ {
641
+ "indexed": true,
642
+ "internalType": "uint256",
643
+ "name": "treeId",
644
+ "type": "uint256"
645
+ },
646
+ {
647
+ "indexed": true,
648
+ "internalType": "uint256",
649
+ "name": "root",
650
+ "type": "uint256"
651
+ },
652
+ {
653
+ "indexed": false,
654
+ "internalType": "uint256",
655
+ "name": "size",
656
+ "type": "uint256"
657
+ }
658
+ ],
659
+ "name": "NewRoot",
660
+ "type": "event"
661
+ },
662
+ {
663
+ "anonymous": false,
664
+ "inputs": [
665
+ {
666
+ "indexed": true,
667
+ "internalType": "uint256",
668
+ "name": "treeId",
669
+ "type": "uint256"
670
+ }
671
+ ],
672
+ "name": "NewTree",
673
+ "type": "event"
674
+ },
675
+ {
676
+ "anonymous": false,
677
+ "inputs": [
678
+ {
679
+ "indexed": true,
680
+ "internalType": "uint256",
681
+ "name": "treeId",
682
+ "type": "uint256"
683
+ },
684
+ {
685
+ "indexed": true,
686
+ "internalType": "uint256",
687
+ "name": "startIndex",
688
+ "type": "uint256"
689
+ },
690
+ {
691
+ "indexed": false,
692
+ "internalType": "uint256",
693
+ "name": "nextIndex",
694
+ "type": "uint256"
695
+ },
696
+ {
697
+ "indexed": true,
698
+ "internalType": "uint256",
699
+ "name": "leaf",
700
+ "type": "uint256"
701
+ }
702
+ ],
703
+ "name": "RepeatedLeafs",
704
+ "type": "event"
705
+ },
706
+ {
707
+ "anonymous": false,
708
+ "inputs": [
709
+ {
710
+ "indexed": true,
711
+ "internalType": "uint256",
712
+ "name": "treeId",
713
+ "type": "uint256"
714
+ },
715
+ {
716
+ "indexed": true,
717
+ "internalType": "uint256",
718
+ "name": "index",
719
+ "type": "uint256"
720
+ },
721
+ {
722
+ "indexed": true,
723
+ "internalType": "uint256",
724
+ "name": "newLeaf",
725
+ "type": "uint256"
726
+ },
727
+ {
728
+ "indexed": false,
729
+ "internalType": "uint256",
730
+ "name": "oldLeaf",
731
+ "type": "uint256"
732
+ }
733
+ ],
734
+ "name": "UpdatedLeaf",
735
+ "type": "event"
736
+ }
737
+ ];
738
+ /** ABI of `ISkinnyIMTReadableEvent`. */
739
+ export const iSkinnyEventAbi = [
740
+ {
741
+ "inputs": [
742
+ {
743
+ "internalType": "uint256",
744
+ "name": "treeId",
745
+ "type": "uint256"
746
+ }
747
+ ],
748
+ "name": "getSkinnyDepth",
749
+ "outputs": [
750
+ {
751
+ "internalType": "uint256",
752
+ "name": "",
753
+ "type": "uint256"
754
+ }
755
+ ],
756
+ "stateMutability": "view",
757
+ "type": "function"
758
+ },
759
+ {
760
+ "inputs": [
761
+ {
762
+ "internalType": "uint256",
763
+ "name": "treeId",
764
+ "type": "uint256"
765
+ }
766
+ ],
767
+ "name": "getSkinnyRoot",
768
+ "outputs": [
769
+ {
770
+ "internalType": "uint256",
771
+ "name": "",
772
+ "type": "uint256"
773
+ }
774
+ ],
775
+ "stateMutability": "view",
776
+ "type": "function"
777
+ },
778
+ {
779
+ "inputs": [
780
+ {
781
+ "internalType": "uint256",
782
+ "name": "treeId",
783
+ "type": "uint256"
784
+ },
785
+ {
786
+ "internalType": "uint256",
787
+ "name": "firstIndex",
788
+ "type": "uint256"
789
+ },
790
+ {
791
+ "internalType": "uint256",
792
+ "name": "endIndex",
793
+ "type": "uint256"
794
+ }
795
+ ],
796
+ "name": "getSkinnySideNodes",
797
+ "outputs": [
798
+ {
799
+ "internalType": "uint256[]",
800
+ "name": "",
801
+ "type": "uint256[]"
802
+ }
803
+ ],
804
+ "stateMutability": "view",
805
+ "type": "function"
806
+ },
807
+ {
808
+ "inputs": [
809
+ {
810
+ "internalType": "uint256",
811
+ "name": "treeId",
812
+ "type": "uint256"
813
+ }
814
+ ],
815
+ "name": "getSkinnySize",
816
+ "outputs": [
817
+ {
818
+ "internalType": "uint256",
819
+ "name": "",
820
+ "type": "uint256"
821
+ }
822
+ ],
823
+ "stateMutability": "view",
824
+ "type": "function"
825
+ },
826
+ {
827
+ "inputs": [
828
+ {
829
+ "internalType": "bytes4",
830
+ "name": "interfaceId",
831
+ "type": "bytes4"
832
+ }
833
+ ],
834
+ "name": "supportsInterface",
835
+ "outputs": [
836
+ {
837
+ "internalType": "bool",
838
+ "name": "",
839
+ "type": "bool"
840
+ }
841
+ ],
842
+ "stateMutability": "view",
843
+ "type": "function"
844
+ }
845
+ ];
846
+ /** ABI of `ISkinnyIMTReadableStorage`. */
847
+ export const iSkinnyStorageAbi = [
848
+ {
849
+ "inputs": [
850
+ {
851
+ "internalType": "uint256",
852
+ "name": "treeId",
853
+ "type": "uint256"
854
+ }
855
+ ],
856
+ "name": "getSkinnyDepth",
857
+ "outputs": [
858
+ {
859
+ "internalType": "uint256",
860
+ "name": "",
861
+ "type": "uint256"
862
+ }
863
+ ],
864
+ "stateMutability": "view",
865
+ "type": "function"
866
+ },
867
+ {
868
+ "inputs": [
869
+ {
870
+ "internalType": "uint256",
871
+ "name": "treeId",
872
+ "type": "uint256"
873
+ },
874
+ {
875
+ "internalType": "uint256",
876
+ "name": "firstIndex",
877
+ "type": "uint256"
878
+ },
879
+ {
880
+ "internalType": "uint256",
881
+ "name": "endIndex",
882
+ "type": "uint256"
883
+ }
884
+ ],
885
+ "name": "getSkinnyLeaves",
886
+ "outputs": [
887
+ {
888
+ "internalType": "uint256[]",
889
+ "name": "",
890
+ "type": "uint256[]"
891
+ }
892
+ ],
893
+ "stateMutability": "view",
894
+ "type": "function"
895
+ },
896
+ {
897
+ "inputs": [
898
+ {
899
+ "internalType": "uint256",
900
+ "name": "treeId",
901
+ "type": "uint256"
902
+ }
903
+ ],
904
+ "name": "getSkinnyLeavesBaseSlot",
905
+ "outputs": [
906
+ {
907
+ "internalType": "uint256",
908
+ "name": "",
909
+ "type": "uint256"
910
+ }
911
+ ],
912
+ "stateMutability": "view",
913
+ "type": "function"
914
+ },
915
+ {
916
+ "inputs": [
917
+ {
918
+ "internalType": "uint256",
919
+ "name": "treeId",
920
+ "type": "uint256"
921
+ }
922
+ ],
923
+ "name": "getSkinnyRoot",
924
+ "outputs": [
925
+ {
926
+ "internalType": "uint256",
927
+ "name": "",
928
+ "type": "uint256"
929
+ }
930
+ ],
931
+ "stateMutability": "view",
932
+ "type": "function"
933
+ },
934
+ {
935
+ "inputs": [
936
+ {
937
+ "internalType": "uint256",
938
+ "name": "treeId",
939
+ "type": "uint256"
940
+ },
941
+ {
942
+ "internalType": "uint256",
943
+ "name": "firstIndex",
944
+ "type": "uint256"
945
+ },
946
+ {
947
+ "internalType": "uint256",
948
+ "name": "endIndex",
949
+ "type": "uint256"
950
+ }
951
+ ],
952
+ "name": "getSkinnySideNodes",
953
+ "outputs": [
954
+ {
955
+ "internalType": "uint256[]",
956
+ "name": "",
957
+ "type": "uint256[]"
958
+ }
959
+ ],
960
+ "stateMutability": "view",
961
+ "type": "function"
962
+ },
963
+ {
964
+ "inputs": [
965
+ {
966
+ "internalType": "uint256",
967
+ "name": "treeId",
968
+ "type": "uint256"
969
+ }
970
+ ],
971
+ "name": "getSkinnySize",
972
+ "outputs": [
973
+ {
974
+ "internalType": "uint256",
975
+ "name": "",
976
+ "type": "uint256"
977
+ }
978
+ ],
979
+ "stateMutability": "view",
980
+ "type": "function"
981
+ },
982
+ {
983
+ "inputs": [
984
+ {
985
+ "internalType": "bytes4",
986
+ "name": "interfaceId",
987
+ "type": "bytes4"
988
+ }
989
+ ],
990
+ "name": "supportsInterface",
991
+ "outputs": [
992
+ {
993
+ "internalType": "bool",
994
+ "name": "",
995
+ "type": "bool"
996
+ }
997
+ ],
998
+ "stateMutability": "view",
999
+ "type": "function"
1000
+ }
1001
+ ];
1002
+ /** ABI of `IFatIMTReadableEvent`. */
1003
+ export const iFatEventAbi = [
1004
+ {
1005
+ "inputs": [
1006
+ {
1007
+ "internalType": "uint256",
1008
+ "name": "treeId",
1009
+ "type": "uint256"
1010
+ }
1011
+ ],
1012
+ "name": "getFatDepth",
1013
+ "outputs": [
1014
+ {
1015
+ "internalType": "uint256",
1016
+ "name": "",
1017
+ "type": "uint256"
1018
+ }
1019
+ ],
1020
+ "stateMutability": "view",
1021
+ "type": "function"
1022
+ },
1023
+ {
1024
+ "inputs": [
1025
+ {
1026
+ "internalType": "uint256",
1027
+ "name": "treeId",
1028
+ "type": "uint256"
1029
+ },
1030
+ {
1031
+ "internalType": "uint256",
1032
+ "name": "firstIndex",
1033
+ "type": "uint256"
1034
+ },
1035
+ {
1036
+ "internalType": "uint256",
1037
+ "name": "endIndex",
1038
+ "type": "uint256"
1039
+ }
1040
+ ],
1041
+ "name": "getFatLeaves",
1042
+ "outputs": [
1043
+ {
1044
+ "internalType": "uint256[]",
1045
+ "name": "",
1046
+ "type": "uint256[]"
1047
+ }
1048
+ ],
1049
+ "stateMutability": "view",
1050
+ "type": "function"
1051
+ },
1052
+ {
1053
+ "inputs": [
1054
+ {
1055
+ "internalType": "uint256",
1056
+ "name": "treeId",
1057
+ "type": "uint256"
1058
+ },
1059
+ {
1060
+ "internalType": "uint256",
1061
+ "name": "firstIndex",
1062
+ "type": "uint256"
1063
+ },
1064
+ {
1065
+ "internalType": "uint256",
1066
+ "name": "endIndex",
1067
+ "type": "uint256"
1068
+ },
1069
+ {
1070
+ "internalType": "uint256",
1071
+ "name": "level",
1072
+ "type": "uint256"
1073
+ }
1074
+ ],
1075
+ "name": "getFatNodes",
1076
+ "outputs": [
1077
+ {
1078
+ "internalType": "uint256[]",
1079
+ "name": "",
1080
+ "type": "uint256[]"
1081
+ }
1082
+ ],
1083
+ "stateMutability": "view",
1084
+ "type": "function"
1085
+ },
1086
+ {
1087
+ "inputs": [
1088
+ {
1089
+ "internalType": "uint256",
1090
+ "name": "treeId",
1091
+ "type": "uint256"
1092
+ }
1093
+ ],
1094
+ "name": "getFatRoot",
1095
+ "outputs": [
1096
+ {
1097
+ "internalType": "uint256",
1098
+ "name": "",
1099
+ "type": "uint256"
1100
+ }
1101
+ ],
1102
+ "stateMutability": "view",
1103
+ "type": "function"
1104
+ },
1105
+ {
1106
+ "inputs": [
1107
+ {
1108
+ "internalType": "uint256",
1109
+ "name": "treeId",
1110
+ "type": "uint256"
1111
+ }
1112
+ ],
1113
+ "name": "getFatSize",
1114
+ "outputs": [
1115
+ {
1116
+ "internalType": "uint256",
1117
+ "name": "",
1118
+ "type": "uint256"
1119
+ }
1120
+ ],
1121
+ "stateMutability": "view",
1122
+ "type": "function"
1123
+ },
1124
+ {
1125
+ "inputs": [
1126
+ {
1127
+ "internalType": "bytes4",
1128
+ "name": "interfaceId",
1129
+ "type": "bytes4"
1130
+ }
1131
+ ],
1132
+ "name": "supportsInterface",
1133
+ "outputs": [
1134
+ {
1135
+ "internalType": "bool",
1136
+ "name": "",
1137
+ "type": "bool"
1138
+ }
1139
+ ],
1140
+ "stateMutability": "view",
1141
+ "type": "function"
1142
+ }
1143
+ ];
1144
+ /** ABI of `IFatIMTReadableStorage`. */
1145
+ export const iFatStorageAbi = [
1146
+ {
1147
+ "inputs": [
1148
+ {
1149
+ "internalType": "uint256",
1150
+ "name": "treeId",
1151
+ "type": "uint256"
1152
+ }
1153
+ ],
1154
+ "name": "getFatDepth",
1155
+ "outputs": [
1156
+ {
1157
+ "internalType": "uint256",
1158
+ "name": "",
1159
+ "type": "uint256"
1160
+ }
1161
+ ],
1162
+ "stateMutability": "view",
1163
+ "type": "function"
1164
+ },
1165
+ {
1166
+ "inputs": [
1167
+ {
1168
+ "internalType": "uint256",
1169
+ "name": "treeId",
1170
+ "type": "uint256"
1171
+ },
1172
+ {
1173
+ "internalType": "uint256",
1174
+ "name": "firstIndex",
1175
+ "type": "uint256"
1176
+ },
1177
+ {
1178
+ "internalType": "uint256",
1179
+ "name": "endIndex",
1180
+ "type": "uint256"
1181
+ }
1182
+ ],
1183
+ "name": "getFatLeaves",
1184
+ "outputs": [
1185
+ {
1186
+ "internalType": "uint256[]",
1187
+ "name": "",
1188
+ "type": "uint256[]"
1189
+ }
1190
+ ],
1191
+ "stateMutability": "view",
1192
+ "type": "function"
1193
+ },
1194
+ {
1195
+ "inputs": [
1196
+ {
1197
+ "internalType": "uint256",
1198
+ "name": "treeId",
1199
+ "type": "uint256"
1200
+ }
1201
+ ],
1202
+ "name": "getFatLeavesBaseSlot",
1203
+ "outputs": [
1204
+ {
1205
+ "internalType": "uint256",
1206
+ "name": "",
1207
+ "type": "uint256"
1208
+ }
1209
+ ],
1210
+ "stateMutability": "view",
1211
+ "type": "function"
1212
+ },
1213
+ {
1214
+ "inputs": [
1215
+ {
1216
+ "internalType": "uint256",
1217
+ "name": "treeId",
1218
+ "type": "uint256"
1219
+ },
1220
+ {
1221
+ "internalType": "uint256",
1222
+ "name": "firstIndex",
1223
+ "type": "uint256"
1224
+ },
1225
+ {
1226
+ "internalType": "uint256",
1227
+ "name": "endIndex",
1228
+ "type": "uint256"
1229
+ },
1230
+ {
1231
+ "internalType": "uint256",
1232
+ "name": "level",
1233
+ "type": "uint256"
1234
+ }
1235
+ ],
1236
+ "name": "getFatNodes",
1237
+ "outputs": [
1238
+ {
1239
+ "internalType": "uint256[]",
1240
+ "name": "",
1241
+ "type": "uint256[]"
1242
+ }
1243
+ ],
1244
+ "stateMutability": "view",
1245
+ "type": "function"
1246
+ },
1247
+ {
1248
+ "inputs": [
1249
+ {
1250
+ "internalType": "uint256",
1251
+ "name": "treeId",
1252
+ "type": "uint256"
1253
+ }
1254
+ ],
1255
+ "name": "getFatRoot",
1256
+ "outputs": [
1257
+ {
1258
+ "internalType": "uint256",
1259
+ "name": "",
1260
+ "type": "uint256"
1261
+ }
1262
+ ],
1263
+ "stateMutability": "view",
1264
+ "type": "function"
1265
+ },
1266
+ {
1267
+ "inputs": [
1268
+ {
1269
+ "internalType": "uint256",
1270
+ "name": "treeId",
1271
+ "type": "uint256"
1272
+ }
1273
+ ],
1274
+ "name": "getFatSize",
1275
+ "outputs": [
1276
+ {
1277
+ "internalType": "uint256",
1278
+ "name": "",
1279
+ "type": "uint256"
1280
+ }
1281
+ ],
1282
+ "stateMutability": "view",
1283
+ "type": "function"
1284
+ },
1285
+ {
1286
+ "inputs": [
1287
+ {
1288
+ "internalType": "bytes4",
1289
+ "name": "interfaceId",
1290
+ "type": "bytes4"
1291
+ }
1292
+ ],
1293
+ "name": "supportsInterface",
1294
+ "outputs": [
1295
+ {
1296
+ "internalType": "bool",
1297
+ "name": "",
1298
+ "type": "bool"
1299
+ }
1300
+ ],
1301
+ "stateMutability": "view",
1302
+ "type": "function"
1303
+ }
1304
+ ];
1305
+ //# sourceMappingURL=abis.js.map