@totems/evm 1.0.8 → 1.0.9

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,1011 @@
1
+ {
2
+ "_format": "hh3-artifact-1",
3
+ "contractName": "IMarket",
4
+ "sourceName": "contracts/interfaces/IMarket.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [
8
+ {
9
+ "internalType": "enum ITotemTypes.Hook",
10
+ "name": "hook",
11
+ "type": "uint8"
12
+ }
13
+ ],
14
+ "name": "DuplicateHook",
15
+ "type": "error"
16
+ },
17
+ {
18
+ "inputs": [],
19
+ "name": "EmptyModImage",
20
+ "type": "error"
21
+ },
22
+ {
23
+ "inputs": [],
24
+ "name": "EmptyModName",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "inputs": [],
29
+ "name": "EmptyModSummary",
30
+ "type": "error"
31
+ },
32
+ {
33
+ "inputs": [
34
+ {
35
+ "internalType": "uint256",
36
+ "name": "required",
37
+ "type": "uint256"
38
+ },
39
+ {
40
+ "internalType": "uint256",
41
+ "name": "provided",
42
+ "type": "uint256"
43
+ }
44
+ ],
45
+ "name": "InsufficientFee",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [],
50
+ "name": "InvalidContractAddress",
51
+ "type": "error"
52
+ },
53
+ {
54
+ "inputs": [
55
+ {
56
+ "internalType": "enum ITotemTypes.Hook",
57
+ "name": "hook",
58
+ "type": "uint8"
59
+ }
60
+ ],
61
+ "name": "InvalidHook",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [
66
+ {
67
+ "internalType": "address",
68
+ "name": "mod",
69
+ "type": "address"
70
+ }
71
+ ],
72
+ "name": "ModAlreadyPublished",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [
77
+ {
78
+ "internalType": "uint256",
79
+ "name": "length",
80
+ "type": "uint256"
81
+ }
82
+ ],
83
+ "name": "ModNameTooLong",
84
+ "type": "error"
85
+ },
86
+ {
87
+ "inputs": [
88
+ {
89
+ "internalType": "uint256",
90
+ "name": "length",
91
+ "type": "uint256"
92
+ }
93
+ ],
94
+ "name": "ModNameTooShort",
95
+ "type": "error"
96
+ },
97
+ {
98
+ "inputs": [
99
+ {
100
+ "internalType": "address",
101
+ "name": "mod",
102
+ "type": "address"
103
+ }
104
+ ],
105
+ "name": "ModNotFound",
106
+ "type": "error"
107
+ },
108
+ {
109
+ "inputs": [
110
+ {
111
+ "internalType": "uint256",
112
+ "name": "length",
113
+ "type": "uint256"
114
+ }
115
+ ],
116
+ "name": "ModSummaryTooLong",
117
+ "type": "error"
118
+ },
119
+ {
120
+ "inputs": [
121
+ {
122
+ "internalType": "uint256",
123
+ "name": "length",
124
+ "type": "uint256"
125
+ }
126
+ ],
127
+ "name": "ModSummaryTooShort",
128
+ "type": "error"
129
+ },
130
+ {
131
+ "inputs": [],
132
+ "name": "NoHooksSpecified",
133
+ "type": "error"
134
+ },
135
+ {
136
+ "inputs": [
137
+ {
138
+ "internalType": "uint256",
139
+ "name": "minFee",
140
+ "type": "uint256"
141
+ }
142
+ ],
143
+ "name": "ReferrerFeeTooLow",
144
+ "type": "error"
145
+ },
146
+ {
147
+ "inputs": [],
148
+ "name": "TransferFailed",
149
+ "type": "error"
150
+ },
151
+ {
152
+ "inputs": [],
153
+ "name": "Unauthorized",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "anonymous": false,
158
+ "inputs": [
159
+ {
160
+ "indexed": true,
161
+ "internalType": "address",
162
+ "name": "mod",
163
+ "type": "address"
164
+ }
165
+ ],
166
+ "name": "ModPublished",
167
+ "type": "event"
168
+ },
169
+ {
170
+ "anonymous": false,
171
+ "inputs": [
172
+ {
173
+ "indexed": true,
174
+ "internalType": "address",
175
+ "name": "mod",
176
+ "type": "address"
177
+ }
178
+ ],
179
+ "name": "ModUpdated",
180
+ "type": "event"
181
+ },
182
+ {
183
+ "inputs": [],
184
+ "name": "burnedFee",
185
+ "outputs": [
186
+ {
187
+ "internalType": "uint256",
188
+ "name": "",
189
+ "type": "uint256"
190
+ }
191
+ ],
192
+ "stateMutability": "view",
193
+ "type": "function"
194
+ },
195
+ {
196
+ "inputs": [
197
+ {
198
+ "internalType": "address",
199
+ "name": "referrer",
200
+ "type": "address"
201
+ }
202
+ ],
203
+ "name": "getFee",
204
+ "outputs": [
205
+ {
206
+ "internalType": "uint256",
207
+ "name": "",
208
+ "type": "uint256"
209
+ }
210
+ ],
211
+ "stateMutability": "view",
212
+ "type": "function"
213
+ },
214
+ {
215
+ "inputs": [
216
+ {
217
+ "internalType": "address",
218
+ "name": "mod",
219
+ "type": "address"
220
+ }
221
+ ],
222
+ "name": "getMod",
223
+ "outputs": [
224
+ {
225
+ "components": [
226
+ {
227
+ "internalType": "address",
228
+ "name": "mod",
229
+ "type": "address"
230
+ },
231
+ {
232
+ "internalType": "address payable",
233
+ "name": "seller",
234
+ "type": "address"
235
+ },
236
+ {
237
+ "internalType": "uint64",
238
+ "name": "publishedAt",
239
+ "type": "uint64"
240
+ },
241
+ {
242
+ "internalType": "uint64",
243
+ "name": "updatedAt",
244
+ "type": "uint64"
245
+ },
246
+ {
247
+ "internalType": "uint256",
248
+ "name": "price",
249
+ "type": "uint256"
250
+ },
251
+ {
252
+ "internalType": "enum ITotemTypes.Hook[]",
253
+ "name": "hooks",
254
+ "type": "uint8[]"
255
+ },
256
+ {
257
+ "components": [
258
+ {
259
+ "internalType": "string",
260
+ "name": "name",
261
+ "type": "string"
262
+ },
263
+ {
264
+ "internalType": "string",
265
+ "name": "summary",
266
+ "type": "string"
267
+ },
268
+ {
269
+ "internalType": "string",
270
+ "name": "markdown",
271
+ "type": "string"
272
+ },
273
+ {
274
+ "internalType": "string",
275
+ "name": "image",
276
+ "type": "string"
277
+ },
278
+ {
279
+ "internalType": "string",
280
+ "name": "website",
281
+ "type": "string"
282
+ },
283
+ {
284
+ "internalType": "string",
285
+ "name": "websiteTickerPath",
286
+ "type": "string"
287
+ },
288
+ {
289
+ "internalType": "bool",
290
+ "name": "isMinter",
291
+ "type": "bool"
292
+ },
293
+ {
294
+ "internalType": "bool",
295
+ "name": "needsUnlimited",
296
+ "type": "bool"
297
+ }
298
+ ],
299
+ "internalType": "struct ITotemTypes.ModDetails",
300
+ "name": "details",
301
+ "type": "tuple"
302
+ }
303
+ ],
304
+ "internalType": "struct ITotemTypes.Mod",
305
+ "name": "",
306
+ "type": "tuple"
307
+ }
308
+ ],
309
+ "stateMutability": "view",
310
+ "type": "function"
311
+ },
312
+ {
313
+ "inputs": [
314
+ {
315
+ "internalType": "address",
316
+ "name": "mod",
317
+ "type": "address"
318
+ }
319
+ ],
320
+ "name": "getModFee",
321
+ "outputs": [
322
+ {
323
+ "internalType": "uint256",
324
+ "name": "",
325
+ "type": "uint256"
326
+ }
327
+ ],
328
+ "stateMutability": "view",
329
+ "type": "function"
330
+ },
331
+ {
332
+ "inputs": [
333
+ {
334
+ "internalType": "address",
335
+ "name": "mod",
336
+ "type": "address"
337
+ }
338
+ ],
339
+ "name": "getModRequiredActions",
340
+ "outputs": [
341
+ {
342
+ "components": [
343
+ {
344
+ "internalType": "string",
345
+ "name": "signature",
346
+ "type": "string"
347
+ },
348
+ {
349
+ "components": [
350
+ {
351
+ "internalType": "string",
352
+ "name": "name",
353
+ "type": "string"
354
+ },
355
+ {
356
+ "internalType": "enum ITotemTypes.ModActionFieldInputMode",
357
+ "name": "mode",
358
+ "type": "uint8"
359
+ },
360
+ {
361
+ "internalType": "string",
362
+ "name": "value",
363
+ "type": "string"
364
+ },
365
+ {
366
+ "internalType": "string",
367
+ "name": "description",
368
+ "type": "string"
369
+ },
370
+ {
371
+ "internalType": "uint256",
372
+ "name": "min",
373
+ "type": "uint256"
374
+ },
375
+ {
376
+ "internalType": "uint256",
377
+ "name": "max",
378
+ "type": "uint256"
379
+ },
380
+ {
381
+ "internalType": "bool",
382
+ "name": "isTotems",
383
+ "type": "bool"
384
+ }
385
+ ],
386
+ "internalType": "struct ITotemTypes.ModActionField[]",
387
+ "name": "inputFields",
388
+ "type": "tuple[]"
389
+ },
390
+ {
391
+ "internalType": "uint256",
392
+ "name": "cost",
393
+ "type": "uint256"
394
+ },
395
+ {
396
+ "internalType": "string",
397
+ "name": "reason",
398
+ "type": "string"
399
+ }
400
+ ],
401
+ "internalType": "struct ITotemTypes.ModRequiredAction[]",
402
+ "name": "",
403
+ "type": "tuple[]"
404
+ }
405
+ ],
406
+ "stateMutability": "view",
407
+ "type": "function"
408
+ },
409
+ {
410
+ "inputs": [
411
+ {
412
+ "internalType": "address[]",
413
+ "name": "contracts",
414
+ "type": "address[]"
415
+ }
416
+ ],
417
+ "name": "getMods",
418
+ "outputs": [
419
+ {
420
+ "components": [
421
+ {
422
+ "internalType": "address",
423
+ "name": "mod",
424
+ "type": "address"
425
+ },
426
+ {
427
+ "internalType": "address payable",
428
+ "name": "seller",
429
+ "type": "address"
430
+ },
431
+ {
432
+ "internalType": "uint64",
433
+ "name": "publishedAt",
434
+ "type": "uint64"
435
+ },
436
+ {
437
+ "internalType": "uint64",
438
+ "name": "updatedAt",
439
+ "type": "uint64"
440
+ },
441
+ {
442
+ "internalType": "uint256",
443
+ "name": "price",
444
+ "type": "uint256"
445
+ },
446
+ {
447
+ "internalType": "enum ITotemTypes.Hook[]",
448
+ "name": "hooks",
449
+ "type": "uint8[]"
450
+ },
451
+ {
452
+ "components": [
453
+ {
454
+ "internalType": "string",
455
+ "name": "name",
456
+ "type": "string"
457
+ },
458
+ {
459
+ "internalType": "string",
460
+ "name": "summary",
461
+ "type": "string"
462
+ },
463
+ {
464
+ "internalType": "string",
465
+ "name": "markdown",
466
+ "type": "string"
467
+ },
468
+ {
469
+ "internalType": "string",
470
+ "name": "image",
471
+ "type": "string"
472
+ },
473
+ {
474
+ "internalType": "string",
475
+ "name": "website",
476
+ "type": "string"
477
+ },
478
+ {
479
+ "internalType": "string",
480
+ "name": "websiteTickerPath",
481
+ "type": "string"
482
+ },
483
+ {
484
+ "internalType": "bool",
485
+ "name": "isMinter",
486
+ "type": "bool"
487
+ },
488
+ {
489
+ "internalType": "bool",
490
+ "name": "needsUnlimited",
491
+ "type": "bool"
492
+ }
493
+ ],
494
+ "internalType": "struct ITotemTypes.ModDetails",
495
+ "name": "details",
496
+ "type": "tuple"
497
+ }
498
+ ],
499
+ "internalType": "struct ITotemTypes.Mod[]",
500
+ "name": "",
501
+ "type": "tuple[]"
502
+ }
503
+ ],
504
+ "stateMutability": "view",
505
+ "type": "function"
506
+ },
507
+ {
508
+ "inputs": [
509
+ {
510
+ "internalType": "address[]",
511
+ "name": "contracts",
512
+ "type": "address[]"
513
+ }
514
+ ],
515
+ "name": "getModsFee",
516
+ "outputs": [
517
+ {
518
+ "internalType": "uint256",
519
+ "name": "",
520
+ "type": "uint256"
521
+ }
522
+ ],
523
+ "stateMutability": "view",
524
+ "type": "function"
525
+ },
526
+ {
527
+ "inputs": [
528
+ {
529
+ "internalType": "address",
530
+ "name": "mod",
531
+ "type": "address"
532
+ }
533
+ ],
534
+ "name": "getSupportedHooks",
535
+ "outputs": [
536
+ {
537
+ "internalType": "enum ITotemTypes.Hook[]",
538
+ "name": "",
539
+ "type": "uint8[]"
540
+ }
541
+ ],
542
+ "stateMutability": "view",
543
+ "type": "function"
544
+ },
545
+ {
546
+ "inputs": [
547
+ {
548
+ "internalType": "address",
549
+ "name": "mod",
550
+ "type": "address"
551
+ }
552
+ ],
553
+ "name": "isUnlimitedMinter",
554
+ "outputs": [
555
+ {
556
+ "internalType": "bool",
557
+ "name": "",
558
+ "type": "bool"
559
+ }
560
+ ],
561
+ "stateMutability": "view",
562
+ "type": "function"
563
+ },
564
+ {
565
+ "inputs": [
566
+ {
567
+ "internalType": "uint32",
568
+ "name": "perPage",
569
+ "type": "uint32"
570
+ },
571
+ {
572
+ "internalType": "uint256",
573
+ "name": "cursor",
574
+ "type": "uint256"
575
+ }
576
+ ],
577
+ "name": "listMods",
578
+ "outputs": [
579
+ {
580
+ "components": [
581
+ {
582
+ "internalType": "address",
583
+ "name": "mod",
584
+ "type": "address"
585
+ },
586
+ {
587
+ "internalType": "address payable",
588
+ "name": "seller",
589
+ "type": "address"
590
+ },
591
+ {
592
+ "internalType": "uint64",
593
+ "name": "publishedAt",
594
+ "type": "uint64"
595
+ },
596
+ {
597
+ "internalType": "uint64",
598
+ "name": "updatedAt",
599
+ "type": "uint64"
600
+ },
601
+ {
602
+ "internalType": "uint256",
603
+ "name": "price",
604
+ "type": "uint256"
605
+ },
606
+ {
607
+ "internalType": "enum ITotemTypes.Hook[]",
608
+ "name": "hooks",
609
+ "type": "uint8[]"
610
+ },
611
+ {
612
+ "components": [
613
+ {
614
+ "internalType": "string",
615
+ "name": "name",
616
+ "type": "string"
617
+ },
618
+ {
619
+ "internalType": "string",
620
+ "name": "summary",
621
+ "type": "string"
622
+ },
623
+ {
624
+ "internalType": "string",
625
+ "name": "markdown",
626
+ "type": "string"
627
+ },
628
+ {
629
+ "internalType": "string",
630
+ "name": "image",
631
+ "type": "string"
632
+ },
633
+ {
634
+ "internalType": "string",
635
+ "name": "website",
636
+ "type": "string"
637
+ },
638
+ {
639
+ "internalType": "string",
640
+ "name": "websiteTickerPath",
641
+ "type": "string"
642
+ },
643
+ {
644
+ "internalType": "bool",
645
+ "name": "isMinter",
646
+ "type": "bool"
647
+ },
648
+ {
649
+ "internalType": "bool",
650
+ "name": "needsUnlimited",
651
+ "type": "bool"
652
+ }
653
+ ],
654
+ "internalType": "struct ITotemTypes.ModDetails",
655
+ "name": "details",
656
+ "type": "tuple"
657
+ }
658
+ ],
659
+ "internalType": "struct ITotemTypes.Mod[]",
660
+ "name": "mods_",
661
+ "type": "tuple[]"
662
+ },
663
+ {
664
+ "internalType": "uint256",
665
+ "name": "nextCursor",
666
+ "type": "uint256"
667
+ },
668
+ {
669
+ "internalType": "bool",
670
+ "name": "hasMore",
671
+ "type": "bool"
672
+ }
673
+ ],
674
+ "stateMutability": "view",
675
+ "type": "function"
676
+ },
677
+ {
678
+ "inputs": [],
679
+ "name": "minBaseFee",
680
+ "outputs": [
681
+ {
682
+ "internalType": "uint256",
683
+ "name": "",
684
+ "type": "uint256"
685
+ }
686
+ ],
687
+ "stateMutability": "view",
688
+ "type": "function"
689
+ },
690
+ {
691
+ "inputs": [
692
+ {
693
+ "internalType": "uint256",
694
+ "name": "",
695
+ "type": "uint256"
696
+ }
697
+ ],
698
+ "name": "modList",
699
+ "outputs": [
700
+ {
701
+ "internalType": "address",
702
+ "name": "",
703
+ "type": "address"
704
+ }
705
+ ],
706
+ "stateMutability": "view",
707
+ "type": "function"
708
+ },
709
+ {
710
+ "inputs": [
711
+ {
712
+ "internalType": "address",
713
+ "name": "mod",
714
+ "type": "address"
715
+ },
716
+ {
717
+ "internalType": "enum ITotemTypes.Hook[]",
718
+ "name": "hooks",
719
+ "type": "uint8[]"
720
+ },
721
+ {
722
+ "internalType": "uint256",
723
+ "name": "price",
724
+ "type": "uint256"
725
+ },
726
+ {
727
+ "components": [
728
+ {
729
+ "internalType": "string",
730
+ "name": "name",
731
+ "type": "string"
732
+ },
733
+ {
734
+ "internalType": "string",
735
+ "name": "summary",
736
+ "type": "string"
737
+ },
738
+ {
739
+ "internalType": "string",
740
+ "name": "markdown",
741
+ "type": "string"
742
+ },
743
+ {
744
+ "internalType": "string",
745
+ "name": "image",
746
+ "type": "string"
747
+ },
748
+ {
749
+ "internalType": "string",
750
+ "name": "website",
751
+ "type": "string"
752
+ },
753
+ {
754
+ "internalType": "string",
755
+ "name": "websiteTickerPath",
756
+ "type": "string"
757
+ },
758
+ {
759
+ "internalType": "bool",
760
+ "name": "isMinter",
761
+ "type": "bool"
762
+ },
763
+ {
764
+ "internalType": "bool",
765
+ "name": "needsUnlimited",
766
+ "type": "bool"
767
+ }
768
+ ],
769
+ "internalType": "struct ITotemTypes.ModDetails",
770
+ "name": "details",
771
+ "type": "tuple"
772
+ },
773
+ {
774
+ "components": [
775
+ {
776
+ "internalType": "string",
777
+ "name": "signature",
778
+ "type": "string"
779
+ },
780
+ {
781
+ "components": [
782
+ {
783
+ "internalType": "string",
784
+ "name": "name",
785
+ "type": "string"
786
+ },
787
+ {
788
+ "internalType": "enum ITotemTypes.ModActionFieldInputMode",
789
+ "name": "mode",
790
+ "type": "uint8"
791
+ },
792
+ {
793
+ "internalType": "string",
794
+ "name": "value",
795
+ "type": "string"
796
+ },
797
+ {
798
+ "internalType": "string",
799
+ "name": "description",
800
+ "type": "string"
801
+ },
802
+ {
803
+ "internalType": "uint256",
804
+ "name": "min",
805
+ "type": "uint256"
806
+ },
807
+ {
808
+ "internalType": "uint256",
809
+ "name": "max",
810
+ "type": "uint256"
811
+ },
812
+ {
813
+ "internalType": "bool",
814
+ "name": "isTotems",
815
+ "type": "bool"
816
+ }
817
+ ],
818
+ "internalType": "struct ITotemTypes.ModActionField[]",
819
+ "name": "inputFields",
820
+ "type": "tuple[]"
821
+ },
822
+ {
823
+ "internalType": "uint256",
824
+ "name": "cost",
825
+ "type": "uint256"
826
+ },
827
+ {
828
+ "internalType": "string",
829
+ "name": "reason",
830
+ "type": "string"
831
+ }
832
+ ],
833
+ "internalType": "struct ITotemTypes.ModRequiredAction[]",
834
+ "name": "requiredActions",
835
+ "type": "tuple[]"
836
+ },
837
+ {
838
+ "internalType": "address payable",
839
+ "name": "referrer",
840
+ "type": "address"
841
+ }
842
+ ],
843
+ "name": "publish",
844
+ "outputs": [],
845
+ "stateMutability": "payable",
846
+ "type": "function"
847
+ },
848
+ {
849
+ "inputs": [
850
+ {
851
+ "internalType": "uint256",
852
+ "name": "fee",
853
+ "type": "uint256"
854
+ }
855
+ ],
856
+ "name": "setReferrerFee",
857
+ "outputs": [],
858
+ "stateMutability": "nonpayable",
859
+ "type": "function"
860
+ },
861
+ {
862
+ "inputs": [
863
+ {
864
+ "internalType": "address",
865
+ "name": "mod",
866
+ "type": "address"
867
+ },
868
+ {
869
+ "internalType": "uint256",
870
+ "name": "newPrice",
871
+ "type": "uint256"
872
+ },
873
+ {
874
+ "components": [
875
+ {
876
+ "internalType": "string",
877
+ "name": "name",
878
+ "type": "string"
879
+ },
880
+ {
881
+ "internalType": "string",
882
+ "name": "summary",
883
+ "type": "string"
884
+ },
885
+ {
886
+ "internalType": "string",
887
+ "name": "markdown",
888
+ "type": "string"
889
+ },
890
+ {
891
+ "internalType": "string",
892
+ "name": "image",
893
+ "type": "string"
894
+ },
895
+ {
896
+ "internalType": "string",
897
+ "name": "website",
898
+ "type": "string"
899
+ },
900
+ {
901
+ "internalType": "string",
902
+ "name": "websiteTickerPath",
903
+ "type": "string"
904
+ },
905
+ {
906
+ "internalType": "bool",
907
+ "name": "isMinter",
908
+ "type": "bool"
909
+ },
910
+ {
911
+ "internalType": "bool",
912
+ "name": "needsUnlimited",
913
+ "type": "bool"
914
+ }
915
+ ],
916
+ "internalType": "struct ITotemTypes.ModDetails",
917
+ "name": "details",
918
+ "type": "tuple"
919
+ }
920
+ ],
921
+ "name": "update",
922
+ "outputs": [],
923
+ "stateMutability": "nonpayable",
924
+ "type": "function"
925
+ },
926
+ {
927
+ "inputs": [
928
+ {
929
+ "internalType": "address",
930
+ "name": "mod",
931
+ "type": "address"
932
+ },
933
+ {
934
+ "components": [
935
+ {
936
+ "internalType": "string",
937
+ "name": "signature",
938
+ "type": "string"
939
+ },
940
+ {
941
+ "components": [
942
+ {
943
+ "internalType": "string",
944
+ "name": "name",
945
+ "type": "string"
946
+ },
947
+ {
948
+ "internalType": "enum ITotemTypes.ModActionFieldInputMode",
949
+ "name": "mode",
950
+ "type": "uint8"
951
+ },
952
+ {
953
+ "internalType": "string",
954
+ "name": "value",
955
+ "type": "string"
956
+ },
957
+ {
958
+ "internalType": "string",
959
+ "name": "description",
960
+ "type": "string"
961
+ },
962
+ {
963
+ "internalType": "uint256",
964
+ "name": "min",
965
+ "type": "uint256"
966
+ },
967
+ {
968
+ "internalType": "uint256",
969
+ "name": "max",
970
+ "type": "uint256"
971
+ },
972
+ {
973
+ "internalType": "bool",
974
+ "name": "isTotems",
975
+ "type": "bool"
976
+ }
977
+ ],
978
+ "internalType": "struct ITotemTypes.ModActionField[]",
979
+ "name": "inputFields",
980
+ "type": "tuple[]"
981
+ },
982
+ {
983
+ "internalType": "uint256",
984
+ "name": "cost",
985
+ "type": "uint256"
986
+ },
987
+ {
988
+ "internalType": "string",
989
+ "name": "reason",
990
+ "type": "string"
991
+ }
992
+ ],
993
+ "internalType": "struct ITotemTypes.ModRequiredAction[]",
994
+ "name": "requiredActions",
995
+ "type": "tuple[]"
996
+ }
997
+ ],
998
+ "name": "updateRequiredActions",
999
+ "outputs": [],
1000
+ "stateMutability": "nonpayable",
1001
+ "type": "function"
1002
+ }
1003
+ ],
1004
+ "bytecode": "0x",
1005
+ "deployedBytecode": "0x",
1006
+ "linkReferences": {},
1007
+ "deployedLinkReferences": {},
1008
+ "immutableReferences": {},
1009
+ "inputSourceName": "project/contracts/interfaces/IMarket.sol",
1010
+ "buildInfoId": "solc-0_8_28-813de41d5af7a7078e25cb39688078cb60731cc6"
1011
+ }