@totems/evm 1.0.7 → 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,1477 @@
1
+ {
2
+ "_format": "hh3-artifact-1",
3
+ "contractName": "ITotems",
4
+ "sourceName": "contracts/interfaces/ITotems.sol",
5
+ "abi": [
6
+ {
7
+ "inputs": [],
8
+ "name": "CannotTransferToUnlimitedMinter",
9
+ "type": "error"
10
+ },
11
+ {
12
+ "inputs": [],
13
+ "name": "CantSetLicense",
14
+ "type": "error"
15
+ },
16
+ {
17
+ "inputs": [
18
+ {
19
+ "internalType": "uint256",
20
+ "name": "length",
21
+ "type": "uint256"
22
+ }
23
+ ],
24
+ "name": "DescriptionTooLong",
25
+ "type": "error"
26
+ },
27
+ {
28
+ "inputs": [],
29
+ "name": "EmptyImage",
30
+ "type": "error"
31
+ },
32
+ {
33
+ "inputs": [
34
+ {
35
+ "internalType": "uint256",
36
+ "name": "required",
37
+ "type": "uint256"
38
+ },
39
+ {
40
+ "internalType": "uint256",
41
+ "name": "available",
42
+ "type": "uint256"
43
+ }
44
+ ],
45
+ "name": "InsufficientBalance",
46
+ "type": "error"
47
+ },
48
+ {
49
+ "inputs": [
50
+ {
51
+ "internalType": "uint256",
52
+ "name": "required",
53
+ "type": "uint256"
54
+ },
55
+ {
56
+ "internalType": "uint256",
57
+ "name": "provided",
58
+ "type": "uint256"
59
+ }
60
+ ],
61
+ "name": "InsufficientFee",
62
+ "type": "error"
63
+ },
64
+ {
65
+ "inputs": [
66
+ {
67
+ "internalType": "string",
68
+ "name": "message",
69
+ "type": "string"
70
+ }
71
+ ],
72
+ "name": "InvalidAllocation",
73
+ "type": "error"
74
+ },
75
+ {
76
+ "inputs": [],
77
+ "name": "InvalidCursor",
78
+ "type": "error"
79
+ },
80
+ {
81
+ "inputs": [],
82
+ "name": "InvalidSeed",
83
+ "type": "error"
84
+ },
85
+ {
86
+ "inputs": [
87
+ {
88
+ "internalType": "uint8",
89
+ "name": "char",
90
+ "type": "uint8"
91
+ }
92
+ ],
93
+ "name": "InvalidTickerChar",
94
+ "type": "error"
95
+ },
96
+ {
97
+ "inputs": [
98
+ {
99
+ "internalType": "uint256",
100
+ "name": "length",
101
+ "type": "uint256"
102
+ }
103
+ ],
104
+ "name": "InvalidTickerLength",
105
+ "type": "error"
106
+ },
107
+ {
108
+ "inputs": [
109
+ {
110
+ "internalType": "address",
111
+ "name": "mod",
112
+ "type": "address"
113
+ },
114
+ {
115
+ "internalType": "enum ITotemTypes.Hook",
116
+ "name": "hook",
117
+ "type": "uint8"
118
+ }
119
+ ],
120
+ "name": "ModDoesntSupportHook",
121
+ "type": "error"
122
+ },
123
+ {
124
+ "inputs": [
125
+ {
126
+ "internalType": "address",
127
+ "name": "mod",
128
+ "type": "address"
129
+ }
130
+ ],
131
+ "name": "ModMustSupportUnlimitedMinting",
132
+ "type": "error"
133
+ },
134
+ {
135
+ "inputs": [
136
+ {
137
+ "internalType": "address",
138
+ "name": "mod",
139
+ "type": "address"
140
+ }
141
+ ],
142
+ "name": "ModNotMinter",
143
+ "type": "error"
144
+ },
145
+ {
146
+ "inputs": [
147
+ {
148
+ "internalType": "uint256",
149
+ "name": "length",
150
+ "type": "uint256"
151
+ }
152
+ ],
153
+ "name": "NameTooLong",
154
+ "type": "error"
155
+ },
156
+ {
157
+ "inputs": [
158
+ {
159
+ "internalType": "uint256",
160
+ "name": "length",
161
+ "type": "uint256"
162
+ }
163
+ ],
164
+ "name": "NameTooShort",
165
+ "type": "error"
166
+ },
167
+ {
168
+ "inputs": [
169
+ {
170
+ "internalType": "uint256",
171
+ "name": "minFee",
172
+ "type": "uint256"
173
+ }
174
+ ],
175
+ "name": "ReferrerFeeTooLow",
176
+ "type": "error"
177
+ },
178
+ {
179
+ "inputs": [],
180
+ "name": "TooManyAllocations",
181
+ "type": "error"
182
+ },
183
+ {
184
+ "inputs": [],
185
+ "name": "TooManyMods",
186
+ "type": "error"
187
+ },
188
+ {
189
+ "inputs": [
190
+ {
191
+ "internalType": "string",
192
+ "name": "ticker",
193
+ "type": "string"
194
+ }
195
+ ],
196
+ "name": "TotemAlreadyExists",
197
+ "type": "error"
198
+ },
199
+ {
200
+ "inputs": [],
201
+ "name": "TotemNotActive",
202
+ "type": "error"
203
+ },
204
+ {
205
+ "inputs": [
206
+ {
207
+ "internalType": "string",
208
+ "name": "ticker",
209
+ "type": "string"
210
+ }
211
+ ],
212
+ "name": "TotemNotFound",
213
+ "type": "error"
214
+ },
215
+ {
216
+ "inputs": [],
217
+ "name": "TransferFailed",
218
+ "type": "error"
219
+ },
220
+ {
221
+ "inputs": [],
222
+ "name": "Unauthorized",
223
+ "type": "error"
224
+ },
225
+ {
226
+ "inputs": [],
227
+ "name": "ZeroSupply",
228
+ "type": "error"
229
+ },
230
+ {
231
+ "anonymous": false,
232
+ "inputs": [
233
+ {
234
+ "indexed": false,
235
+ "internalType": "string",
236
+ "name": "ticker",
237
+ "type": "string"
238
+ },
239
+ {
240
+ "indexed": true,
241
+ "internalType": "address",
242
+ "name": "relay",
243
+ "type": "address"
244
+ }
245
+ ],
246
+ "name": "RelayAuthorized",
247
+ "type": "event"
248
+ },
249
+ {
250
+ "anonymous": false,
251
+ "inputs": [
252
+ {
253
+ "indexed": false,
254
+ "internalType": "string",
255
+ "name": "ticker",
256
+ "type": "string"
257
+ },
258
+ {
259
+ "indexed": true,
260
+ "internalType": "address",
261
+ "name": "relay",
262
+ "type": "address"
263
+ }
264
+ ],
265
+ "name": "RelayRevoked",
266
+ "type": "event"
267
+ },
268
+ {
269
+ "anonymous": false,
270
+ "inputs": [
271
+ {
272
+ "indexed": false,
273
+ "internalType": "string",
274
+ "name": "ticker",
275
+ "type": "string"
276
+ },
277
+ {
278
+ "indexed": true,
279
+ "internalType": "address",
280
+ "name": "owner",
281
+ "type": "address"
282
+ },
283
+ {
284
+ "indexed": false,
285
+ "internalType": "uint256",
286
+ "name": "amount",
287
+ "type": "uint256"
288
+ }
289
+ ],
290
+ "name": "TotemBurned",
291
+ "type": "event"
292
+ },
293
+ {
294
+ "anonymous": false,
295
+ "inputs": [
296
+ {
297
+ "indexed": false,
298
+ "internalType": "string",
299
+ "name": "ticker",
300
+ "type": "string"
301
+ },
302
+ {
303
+ "indexed": true,
304
+ "internalType": "address",
305
+ "name": "creator",
306
+ "type": "address"
307
+ }
308
+ ],
309
+ "name": "TotemCreated",
310
+ "type": "event"
311
+ },
312
+ {
313
+ "anonymous": false,
314
+ "inputs": [
315
+ {
316
+ "indexed": false,
317
+ "internalType": "string",
318
+ "name": "ticker",
319
+ "type": "string"
320
+ },
321
+ {
322
+ "indexed": true,
323
+ "internalType": "address",
324
+ "name": "minter",
325
+ "type": "address"
326
+ },
327
+ {
328
+ "indexed": false,
329
+ "internalType": "address",
330
+ "name": "mod",
331
+ "type": "address"
332
+ },
333
+ {
334
+ "indexed": false,
335
+ "internalType": "uint256",
336
+ "name": "minted",
337
+ "type": "uint256"
338
+ },
339
+ {
340
+ "indexed": false,
341
+ "internalType": "uint256",
342
+ "name": "payment",
343
+ "type": "uint256"
344
+ }
345
+ ],
346
+ "name": "TotemMinted",
347
+ "type": "event"
348
+ },
349
+ {
350
+ "anonymous": false,
351
+ "inputs": [
352
+ {
353
+ "indexed": false,
354
+ "internalType": "string",
355
+ "name": "ticker",
356
+ "type": "string"
357
+ },
358
+ {
359
+ "indexed": true,
360
+ "internalType": "address",
361
+ "name": "previousOwner",
362
+ "type": "address"
363
+ },
364
+ {
365
+ "indexed": true,
366
+ "internalType": "address",
367
+ "name": "newOwner",
368
+ "type": "address"
369
+ }
370
+ ],
371
+ "name": "TotemOwnershipTransferred",
372
+ "type": "event"
373
+ },
374
+ {
375
+ "anonymous": false,
376
+ "inputs": [
377
+ {
378
+ "indexed": false,
379
+ "internalType": "string",
380
+ "name": "ticker",
381
+ "type": "string"
382
+ },
383
+ {
384
+ "indexed": true,
385
+ "internalType": "address",
386
+ "name": "from",
387
+ "type": "address"
388
+ },
389
+ {
390
+ "indexed": true,
391
+ "internalType": "address",
392
+ "name": "to",
393
+ "type": "address"
394
+ },
395
+ {
396
+ "indexed": false,
397
+ "internalType": "uint256",
398
+ "name": "amount",
399
+ "type": "uint256"
400
+ }
401
+ ],
402
+ "name": "TotemTransferred",
403
+ "type": "event"
404
+ },
405
+ {
406
+ "inputs": [
407
+ {
408
+ "internalType": "string",
409
+ "name": "ticker",
410
+ "type": "string"
411
+ },
412
+ {
413
+ "internalType": "address",
414
+ "name": "relay",
415
+ "type": "address"
416
+ },
417
+ {
418
+ "internalType": "string",
419
+ "name": "standard",
420
+ "type": "string"
421
+ }
422
+ ],
423
+ "name": "addRelay",
424
+ "outputs": [],
425
+ "stateMutability": "nonpayable",
426
+ "type": "function"
427
+ },
428
+ {
429
+ "inputs": [
430
+ {
431
+ "internalType": "string",
432
+ "name": "ticker",
433
+ "type": "string"
434
+ },
435
+ {
436
+ "internalType": "address",
437
+ "name": "owner",
438
+ "type": "address"
439
+ },
440
+ {
441
+ "internalType": "uint256",
442
+ "name": "amount",
443
+ "type": "uint256"
444
+ },
445
+ {
446
+ "internalType": "string",
447
+ "name": "memo",
448
+ "type": "string"
449
+ }
450
+ ],
451
+ "name": "burn",
452
+ "outputs": [],
453
+ "stateMutability": "nonpayable",
454
+ "type": "function"
455
+ },
456
+ {
457
+ "inputs": [],
458
+ "name": "burnedFee",
459
+ "outputs": [
460
+ {
461
+ "internalType": "uint256",
462
+ "name": "",
463
+ "type": "uint256"
464
+ }
465
+ ],
466
+ "stateMutability": "view",
467
+ "type": "function"
468
+ },
469
+ {
470
+ "inputs": [
471
+ {
472
+ "components": [
473
+ {
474
+ "internalType": "bytes32",
475
+ "name": "seed",
476
+ "type": "bytes32"
477
+ },
478
+ {
479
+ "internalType": "uint8",
480
+ "name": "decimals",
481
+ "type": "uint8"
482
+ },
483
+ {
484
+ "internalType": "string",
485
+ "name": "ticker",
486
+ "type": "string"
487
+ },
488
+ {
489
+ "internalType": "string",
490
+ "name": "name",
491
+ "type": "string"
492
+ },
493
+ {
494
+ "internalType": "string",
495
+ "name": "description",
496
+ "type": "string"
497
+ },
498
+ {
499
+ "internalType": "string",
500
+ "name": "image",
501
+ "type": "string"
502
+ },
503
+ {
504
+ "internalType": "string",
505
+ "name": "website",
506
+ "type": "string"
507
+ }
508
+ ],
509
+ "internalType": "struct ITotemTypes.TotemDetails",
510
+ "name": "details",
511
+ "type": "tuple"
512
+ },
513
+ {
514
+ "components": [
515
+ {
516
+ "internalType": "address payable",
517
+ "name": "recipient",
518
+ "type": "address"
519
+ },
520
+ {
521
+ "internalType": "bool",
522
+ "name": "isMinter",
523
+ "type": "bool"
524
+ },
525
+ {
526
+ "internalType": "uint256",
527
+ "name": "amount",
528
+ "type": "uint256"
529
+ },
530
+ {
531
+ "internalType": "string",
532
+ "name": "label",
533
+ "type": "string"
534
+ }
535
+ ],
536
+ "internalType": "struct ITotemTypes.MintAllocation[]",
537
+ "name": "allocations",
538
+ "type": "tuple[]"
539
+ },
540
+ {
541
+ "components": [
542
+ {
543
+ "internalType": "address[]",
544
+ "name": "transfer",
545
+ "type": "address[]"
546
+ },
547
+ {
548
+ "internalType": "address[]",
549
+ "name": "mint",
550
+ "type": "address[]"
551
+ },
552
+ {
553
+ "internalType": "address[]",
554
+ "name": "burn",
555
+ "type": "address[]"
556
+ },
557
+ {
558
+ "internalType": "address[]",
559
+ "name": "created",
560
+ "type": "address[]"
561
+ },
562
+ {
563
+ "internalType": "address[]",
564
+ "name": "transferOwnership",
565
+ "type": "address[]"
566
+ }
567
+ ],
568
+ "internalType": "struct ITotemTypes.TotemMods",
569
+ "name": "mods",
570
+ "type": "tuple"
571
+ },
572
+ {
573
+ "internalType": "address payable",
574
+ "name": "referrer",
575
+ "type": "address"
576
+ }
577
+ ],
578
+ "name": "create",
579
+ "outputs": [],
580
+ "stateMutability": "payable",
581
+ "type": "function"
582
+ },
583
+ {
584
+ "inputs": [
585
+ {
586
+ "internalType": "string",
587
+ "name": "ticker",
588
+ "type": "string"
589
+ },
590
+ {
591
+ "internalType": "address",
592
+ "name": "relayFactory",
593
+ "type": "address"
594
+ },
595
+ {
596
+ "internalType": "string",
597
+ "name": "standard",
598
+ "type": "string"
599
+ }
600
+ ],
601
+ "name": "createRelay",
602
+ "outputs": [
603
+ {
604
+ "internalType": "address",
605
+ "name": "relay",
606
+ "type": "address"
607
+ }
608
+ ],
609
+ "stateMutability": "nonpayable",
610
+ "type": "function"
611
+ },
612
+ {
613
+ "inputs": [
614
+ {
615
+ "internalType": "string",
616
+ "name": "ticker",
617
+ "type": "string"
618
+ },
619
+ {
620
+ "internalType": "address",
621
+ "name": "account",
622
+ "type": "address"
623
+ }
624
+ ],
625
+ "name": "getBalance",
626
+ "outputs": [
627
+ {
628
+ "internalType": "uint256",
629
+ "name": "",
630
+ "type": "uint256"
631
+ }
632
+ ],
633
+ "stateMutability": "view",
634
+ "type": "function"
635
+ },
636
+ {
637
+ "inputs": [
638
+ {
639
+ "internalType": "address",
640
+ "name": "referrer",
641
+ "type": "address"
642
+ }
643
+ ],
644
+ "name": "getFee",
645
+ "outputs": [
646
+ {
647
+ "internalType": "uint256",
648
+ "name": "",
649
+ "type": "uint256"
650
+ }
651
+ ],
652
+ "stateMutability": "view",
653
+ "type": "function"
654
+ },
655
+ {
656
+ "inputs": [],
657
+ "name": "getProxyMod",
658
+ "outputs": [
659
+ {
660
+ "internalType": "address",
661
+ "name": "",
662
+ "type": "address"
663
+ }
664
+ ],
665
+ "stateMutability": "view",
666
+ "type": "function"
667
+ },
668
+ {
669
+ "inputs": [
670
+ {
671
+ "internalType": "string",
672
+ "name": "ticker",
673
+ "type": "string"
674
+ },
675
+ {
676
+ "internalType": "string",
677
+ "name": "standard",
678
+ "type": "string"
679
+ }
680
+ ],
681
+ "name": "getRelayOfStandard",
682
+ "outputs": [
683
+ {
684
+ "internalType": "address",
685
+ "name": "",
686
+ "type": "address"
687
+ }
688
+ ],
689
+ "stateMutability": "view",
690
+ "type": "function"
691
+ },
692
+ {
693
+ "inputs": [
694
+ {
695
+ "internalType": "string",
696
+ "name": "ticker",
697
+ "type": "string"
698
+ }
699
+ ],
700
+ "name": "getRelays",
701
+ "outputs": [
702
+ {
703
+ "components": [
704
+ {
705
+ "internalType": "address",
706
+ "name": "relay",
707
+ "type": "address"
708
+ },
709
+ {
710
+ "internalType": "string",
711
+ "name": "standard",
712
+ "type": "string"
713
+ }
714
+ ],
715
+ "internalType": "struct ITotemTypes.RelayInfo[]",
716
+ "name": "",
717
+ "type": "tuple[]"
718
+ }
719
+ ],
720
+ "stateMutability": "view",
721
+ "type": "function"
722
+ },
723
+ {
724
+ "inputs": [
725
+ {
726
+ "internalType": "string",
727
+ "name": "ticker",
728
+ "type": "string"
729
+ }
730
+ ],
731
+ "name": "getStats",
732
+ "outputs": [
733
+ {
734
+ "components": [
735
+ {
736
+ "internalType": "uint64",
737
+ "name": "mints",
738
+ "type": "uint64"
739
+ },
740
+ {
741
+ "internalType": "uint64",
742
+ "name": "burns",
743
+ "type": "uint64"
744
+ },
745
+ {
746
+ "internalType": "uint64",
747
+ "name": "transfers",
748
+ "type": "uint64"
749
+ },
750
+ {
751
+ "internalType": "uint64",
752
+ "name": "holders",
753
+ "type": "uint64"
754
+ }
755
+ ],
756
+ "internalType": "struct ITotemTypes.TotemStats",
757
+ "name": "",
758
+ "type": "tuple"
759
+ }
760
+ ],
761
+ "stateMutability": "view",
762
+ "type": "function"
763
+ },
764
+ {
765
+ "inputs": [
766
+ {
767
+ "internalType": "string",
768
+ "name": "ticker",
769
+ "type": "string"
770
+ }
771
+ ],
772
+ "name": "getTotem",
773
+ "outputs": [
774
+ {
775
+ "components": [
776
+ {
777
+ "internalType": "address payable",
778
+ "name": "creator",
779
+ "type": "address"
780
+ },
781
+ {
782
+ "internalType": "uint64",
783
+ "name": "createdAt",
784
+ "type": "uint64"
785
+ },
786
+ {
787
+ "internalType": "uint64",
788
+ "name": "updatedAt",
789
+ "type": "uint64"
790
+ },
791
+ {
792
+ "internalType": "bool",
793
+ "name": "isActive",
794
+ "type": "bool"
795
+ },
796
+ {
797
+ "internalType": "uint256",
798
+ "name": "supply",
799
+ "type": "uint256"
800
+ },
801
+ {
802
+ "internalType": "uint256",
803
+ "name": "maxSupply",
804
+ "type": "uint256"
805
+ },
806
+ {
807
+ "components": [
808
+ {
809
+ "internalType": "address payable",
810
+ "name": "recipient",
811
+ "type": "address"
812
+ },
813
+ {
814
+ "internalType": "bool",
815
+ "name": "isMinter",
816
+ "type": "bool"
817
+ },
818
+ {
819
+ "internalType": "uint256",
820
+ "name": "amount",
821
+ "type": "uint256"
822
+ },
823
+ {
824
+ "internalType": "string",
825
+ "name": "label",
826
+ "type": "string"
827
+ }
828
+ ],
829
+ "internalType": "struct ITotemTypes.MintAllocation[]",
830
+ "name": "allocations",
831
+ "type": "tuple[]"
832
+ },
833
+ {
834
+ "components": [
835
+ {
836
+ "internalType": "address[]",
837
+ "name": "transfer",
838
+ "type": "address[]"
839
+ },
840
+ {
841
+ "internalType": "address[]",
842
+ "name": "mint",
843
+ "type": "address[]"
844
+ },
845
+ {
846
+ "internalType": "address[]",
847
+ "name": "burn",
848
+ "type": "address[]"
849
+ },
850
+ {
851
+ "internalType": "address[]",
852
+ "name": "created",
853
+ "type": "address[]"
854
+ },
855
+ {
856
+ "internalType": "address[]",
857
+ "name": "transferOwnership",
858
+ "type": "address[]"
859
+ }
860
+ ],
861
+ "internalType": "struct ITotemTypes.TotemMods",
862
+ "name": "mods",
863
+ "type": "tuple"
864
+ },
865
+ {
866
+ "components": [
867
+ {
868
+ "internalType": "bytes32",
869
+ "name": "seed",
870
+ "type": "bytes32"
871
+ },
872
+ {
873
+ "internalType": "uint8",
874
+ "name": "decimals",
875
+ "type": "uint8"
876
+ },
877
+ {
878
+ "internalType": "string",
879
+ "name": "ticker",
880
+ "type": "string"
881
+ },
882
+ {
883
+ "internalType": "string",
884
+ "name": "name",
885
+ "type": "string"
886
+ },
887
+ {
888
+ "internalType": "string",
889
+ "name": "description",
890
+ "type": "string"
891
+ },
892
+ {
893
+ "internalType": "string",
894
+ "name": "image",
895
+ "type": "string"
896
+ },
897
+ {
898
+ "internalType": "string",
899
+ "name": "website",
900
+ "type": "string"
901
+ }
902
+ ],
903
+ "internalType": "struct ITotemTypes.TotemDetails",
904
+ "name": "details",
905
+ "type": "tuple"
906
+ }
907
+ ],
908
+ "internalType": "struct ITotemTypes.Totem",
909
+ "name": "",
910
+ "type": "tuple"
911
+ }
912
+ ],
913
+ "stateMutability": "view",
914
+ "type": "function"
915
+ },
916
+ {
917
+ "inputs": [
918
+ {
919
+ "internalType": "string[]",
920
+ "name": "tickers",
921
+ "type": "string[]"
922
+ }
923
+ ],
924
+ "name": "getTotems",
925
+ "outputs": [
926
+ {
927
+ "components": [
928
+ {
929
+ "internalType": "address payable",
930
+ "name": "creator",
931
+ "type": "address"
932
+ },
933
+ {
934
+ "internalType": "uint64",
935
+ "name": "createdAt",
936
+ "type": "uint64"
937
+ },
938
+ {
939
+ "internalType": "uint64",
940
+ "name": "updatedAt",
941
+ "type": "uint64"
942
+ },
943
+ {
944
+ "internalType": "bool",
945
+ "name": "isActive",
946
+ "type": "bool"
947
+ },
948
+ {
949
+ "internalType": "uint256",
950
+ "name": "supply",
951
+ "type": "uint256"
952
+ },
953
+ {
954
+ "internalType": "uint256",
955
+ "name": "maxSupply",
956
+ "type": "uint256"
957
+ },
958
+ {
959
+ "components": [
960
+ {
961
+ "internalType": "address payable",
962
+ "name": "recipient",
963
+ "type": "address"
964
+ },
965
+ {
966
+ "internalType": "bool",
967
+ "name": "isMinter",
968
+ "type": "bool"
969
+ },
970
+ {
971
+ "internalType": "uint256",
972
+ "name": "amount",
973
+ "type": "uint256"
974
+ },
975
+ {
976
+ "internalType": "string",
977
+ "name": "label",
978
+ "type": "string"
979
+ }
980
+ ],
981
+ "internalType": "struct ITotemTypes.MintAllocation[]",
982
+ "name": "allocations",
983
+ "type": "tuple[]"
984
+ },
985
+ {
986
+ "components": [
987
+ {
988
+ "internalType": "address[]",
989
+ "name": "transfer",
990
+ "type": "address[]"
991
+ },
992
+ {
993
+ "internalType": "address[]",
994
+ "name": "mint",
995
+ "type": "address[]"
996
+ },
997
+ {
998
+ "internalType": "address[]",
999
+ "name": "burn",
1000
+ "type": "address[]"
1001
+ },
1002
+ {
1003
+ "internalType": "address[]",
1004
+ "name": "created",
1005
+ "type": "address[]"
1006
+ },
1007
+ {
1008
+ "internalType": "address[]",
1009
+ "name": "transferOwnership",
1010
+ "type": "address[]"
1011
+ }
1012
+ ],
1013
+ "internalType": "struct ITotemTypes.TotemMods",
1014
+ "name": "mods",
1015
+ "type": "tuple"
1016
+ },
1017
+ {
1018
+ "components": [
1019
+ {
1020
+ "internalType": "bytes32",
1021
+ "name": "seed",
1022
+ "type": "bytes32"
1023
+ },
1024
+ {
1025
+ "internalType": "uint8",
1026
+ "name": "decimals",
1027
+ "type": "uint8"
1028
+ },
1029
+ {
1030
+ "internalType": "string",
1031
+ "name": "ticker",
1032
+ "type": "string"
1033
+ },
1034
+ {
1035
+ "internalType": "string",
1036
+ "name": "name",
1037
+ "type": "string"
1038
+ },
1039
+ {
1040
+ "internalType": "string",
1041
+ "name": "description",
1042
+ "type": "string"
1043
+ },
1044
+ {
1045
+ "internalType": "string",
1046
+ "name": "image",
1047
+ "type": "string"
1048
+ },
1049
+ {
1050
+ "internalType": "string",
1051
+ "name": "website",
1052
+ "type": "string"
1053
+ }
1054
+ ],
1055
+ "internalType": "struct ITotemTypes.TotemDetails",
1056
+ "name": "details",
1057
+ "type": "tuple"
1058
+ }
1059
+ ],
1060
+ "internalType": "struct ITotemTypes.Totem[]",
1061
+ "name": "",
1062
+ "type": "tuple[]"
1063
+ }
1064
+ ],
1065
+ "stateMutability": "view",
1066
+ "type": "function"
1067
+ },
1068
+ {
1069
+ "inputs": [
1070
+ {
1071
+ "internalType": "string",
1072
+ "name": "ticker",
1073
+ "type": "string"
1074
+ },
1075
+ {
1076
+ "internalType": "address",
1077
+ "name": "mod",
1078
+ "type": "address"
1079
+ }
1080
+ ],
1081
+ "name": "isLicensed",
1082
+ "outputs": [
1083
+ {
1084
+ "internalType": "bool",
1085
+ "name": "",
1086
+ "type": "bool"
1087
+ }
1088
+ ],
1089
+ "stateMutability": "view",
1090
+ "type": "function"
1091
+ },
1092
+ {
1093
+ "inputs": [
1094
+ {
1095
+ "internalType": "uint32",
1096
+ "name": "perPage",
1097
+ "type": "uint32"
1098
+ },
1099
+ {
1100
+ "internalType": "uint256",
1101
+ "name": "cursor",
1102
+ "type": "uint256"
1103
+ }
1104
+ ],
1105
+ "name": "listTotems",
1106
+ "outputs": [
1107
+ {
1108
+ "components": [
1109
+ {
1110
+ "internalType": "address payable",
1111
+ "name": "creator",
1112
+ "type": "address"
1113
+ },
1114
+ {
1115
+ "internalType": "uint64",
1116
+ "name": "createdAt",
1117
+ "type": "uint64"
1118
+ },
1119
+ {
1120
+ "internalType": "uint64",
1121
+ "name": "updatedAt",
1122
+ "type": "uint64"
1123
+ },
1124
+ {
1125
+ "internalType": "bool",
1126
+ "name": "isActive",
1127
+ "type": "bool"
1128
+ },
1129
+ {
1130
+ "internalType": "uint256",
1131
+ "name": "supply",
1132
+ "type": "uint256"
1133
+ },
1134
+ {
1135
+ "internalType": "uint256",
1136
+ "name": "maxSupply",
1137
+ "type": "uint256"
1138
+ },
1139
+ {
1140
+ "components": [
1141
+ {
1142
+ "internalType": "address payable",
1143
+ "name": "recipient",
1144
+ "type": "address"
1145
+ },
1146
+ {
1147
+ "internalType": "bool",
1148
+ "name": "isMinter",
1149
+ "type": "bool"
1150
+ },
1151
+ {
1152
+ "internalType": "uint256",
1153
+ "name": "amount",
1154
+ "type": "uint256"
1155
+ },
1156
+ {
1157
+ "internalType": "string",
1158
+ "name": "label",
1159
+ "type": "string"
1160
+ }
1161
+ ],
1162
+ "internalType": "struct ITotemTypes.MintAllocation[]",
1163
+ "name": "allocations",
1164
+ "type": "tuple[]"
1165
+ },
1166
+ {
1167
+ "components": [
1168
+ {
1169
+ "internalType": "address[]",
1170
+ "name": "transfer",
1171
+ "type": "address[]"
1172
+ },
1173
+ {
1174
+ "internalType": "address[]",
1175
+ "name": "mint",
1176
+ "type": "address[]"
1177
+ },
1178
+ {
1179
+ "internalType": "address[]",
1180
+ "name": "burn",
1181
+ "type": "address[]"
1182
+ },
1183
+ {
1184
+ "internalType": "address[]",
1185
+ "name": "created",
1186
+ "type": "address[]"
1187
+ },
1188
+ {
1189
+ "internalType": "address[]",
1190
+ "name": "transferOwnership",
1191
+ "type": "address[]"
1192
+ }
1193
+ ],
1194
+ "internalType": "struct ITotemTypes.TotemMods",
1195
+ "name": "mods",
1196
+ "type": "tuple"
1197
+ },
1198
+ {
1199
+ "components": [
1200
+ {
1201
+ "internalType": "bytes32",
1202
+ "name": "seed",
1203
+ "type": "bytes32"
1204
+ },
1205
+ {
1206
+ "internalType": "uint8",
1207
+ "name": "decimals",
1208
+ "type": "uint8"
1209
+ },
1210
+ {
1211
+ "internalType": "string",
1212
+ "name": "ticker",
1213
+ "type": "string"
1214
+ },
1215
+ {
1216
+ "internalType": "string",
1217
+ "name": "name",
1218
+ "type": "string"
1219
+ },
1220
+ {
1221
+ "internalType": "string",
1222
+ "name": "description",
1223
+ "type": "string"
1224
+ },
1225
+ {
1226
+ "internalType": "string",
1227
+ "name": "image",
1228
+ "type": "string"
1229
+ },
1230
+ {
1231
+ "internalType": "string",
1232
+ "name": "website",
1233
+ "type": "string"
1234
+ }
1235
+ ],
1236
+ "internalType": "struct ITotemTypes.TotemDetails",
1237
+ "name": "details",
1238
+ "type": "tuple"
1239
+ }
1240
+ ],
1241
+ "internalType": "struct ITotemTypes.Totem[]",
1242
+ "name": "",
1243
+ "type": "tuple[]"
1244
+ },
1245
+ {
1246
+ "internalType": "uint256",
1247
+ "name": "",
1248
+ "type": "uint256"
1249
+ },
1250
+ {
1251
+ "internalType": "bool",
1252
+ "name": "",
1253
+ "type": "bool"
1254
+ }
1255
+ ],
1256
+ "stateMutability": "view",
1257
+ "type": "function"
1258
+ },
1259
+ {
1260
+ "inputs": [],
1261
+ "name": "marketContract",
1262
+ "outputs": [
1263
+ {
1264
+ "internalType": "address",
1265
+ "name": "",
1266
+ "type": "address"
1267
+ }
1268
+ ],
1269
+ "stateMutability": "view",
1270
+ "type": "function"
1271
+ },
1272
+ {
1273
+ "inputs": [],
1274
+ "name": "minBaseFee",
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": "address",
1289
+ "name": "mod",
1290
+ "type": "address"
1291
+ },
1292
+ {
1293
+ "internalType": "address",
1294
+ "name": "minter",
1295
+ "type": "address"
1296
+ },
1297
+ {
1298
+ "internalType": "string",
1299
+ "name": "ticker",
1300
+ "type": "string"
1301
+ },
1302
+ {
1303
+ "internalType": "uint256",
1304
+ "name": "amount",
1305
+ "type": "uint256"
1306
+ },
1307
+ {
1308
+ "internalType": "string",
1309
+ "name": "memo",
1310
+ "type": "string"
1311
+ }
1312
+ ],
1313
+ "name": "mint",
1314
+ "outputs": [],
1315
+ "stateMutability": "payable",
1316
+ "type": "function"
1317
+ },
1318
+ {
1319
+ "inputs": [],
1320
+ "name": "proxyMod",
1321
+ "outputs": [
1322
+ {
1323
+ "internalType": "address",
1324
+ "name": "",
1325
+ "type": "address"
1326
+ }
1327
+ ],
1328
+ "stateMutability": "view",
1329
+ "type": "function"
1330
+ },
1331
+ {
1332
+ "inputs": [
1333
+ {
1334
+ "internalType": "string",
1335
+ "name": "ticker",
1336
+ "type": "string"
1337
+ },
1338
+ {
1339
+ "internalType": "address",
1340
+ "name": "relay",
1341
+ "type": "address"
1342
+ }
1343
+ ],
1344
+ "name": "removeRelay",
1345
+ "outputs": [],
1346
+ "stateMutability": "nonpayable",
1347
+ "type": "function"
1348
+ },
1349
+ {
1350
+ "inputs": [
1351
+ {
1352
+ "internalType": "bytes32",
1353
+ "name": "tickerBytes",
1354
+ "type": "bytes32"
1355
+ },
1356
+ {
1357
+ "internalType": "address",
1358
+ "name": "mod",
1359
+ "type": "address"
1360
+ }
1361
+ ],
1362
+ "name": "setLicenseFromProxy",
1363
+ "outputs": [],
1364
+ "stateMutability": "nonpayable",
1365
+ "type": "function"
1366
+ },
1367
+ {
1368
+ "inputs": [
1369
+ {
1370
+ "internalType": "uint256",
1371
+ "name": "fee",
1372
+ "type": "uint256"
1373
+ }
1374
+ ],
1375
+ "name": "setReferrerFee",
1376
+ "outputs": [],
1377
+ "stateMutability": "nonpayable",
1378
+ "type": "function"
1379
+ },
1380
+ {
1381
+ "inputs": [
1382
+ {
1383
+ "internalType": "string",
1384
+ "name": "ticker",
1385
+ "type": "string"
1386
+ }
1387
+ ],
1388
+ "name": "tickerToBytes",
1389
+ "outputs": [
1390
+ {
1391
+ "internalType": "bytes32",
1392
+ "name": "",
1393
+ "type": "bytes32"
1394
+ }
1395
+ ],
1396
+ "stateMutability": "pure",
1397
+ "type": "function"
1398
+ },
1399
+ {
1400
+ "inputs": [
1401
+ {
1402
+ "internalType": "uint256",
1403
+ "name": "",
1404
+ "type": "uint256"
1405
+ }
1406
+ ],
1407
+ "name": "totemList",
1408
+ "outputs": [
1409
+ {
1410
+ "internalType": "bytes32",
1411
+ "name": "",
1412
+ "type": "bytes32"
1413
+ }
1414
+ ],
1415
+ "stateMutability": "view",
1416
+ "type": "function"
1417
+ },
1418
+ {
1419
+ "inputs": [
1420
+ {
1421
+ "internalType": "string",
1422
+ "name": "ticker",
1423
+ "type": "string"
1424
+ },
1425
+ {
1426
+ "internalType": "address",
1427
+ "name": "from",
1428
+ "type": "address"
1429
+ },
1430
+ {
1431
+ "internalType": "address",
1432
+ "name": "to",
1433
+ "type": "address"
1434
+ },
1435
+ {
1436
+ "internalType": "uint256",
1437
+ "name": "amount",
1438
+ "type": "uint256"
1439
+ },
1440
+ {
1441
+ "internalType": "string",
1442
+ "name": "memo",
1443
+ "type": "string"
1444
+ }
1445
+ ],
1446
+ "name": "transfer",
1447
+ "outputs": [],
1448
+ "stateMutability": "nonpayable",
1449
+ "type": "function"
1450
+ },
1451
+ {
1452
+ "inputs": [
1453
+ {
1454
+ "internalType": "string",
1455
+ "name": "ticker",
1456
+ "type": "string"
1457
+ },
1458
+ {
1459
+ "internalType": "address payable",
1460
+ "name": "newOwner",
1461
+ "type": "address"
1462
+ }
1463
+ ],
1464
+ "name": "transferOwnership",
1465
+ "outputs": [],
1466
+ "stateMutability": "nonpayable",
1467
+ "type": "function"
1468
+ }
1469
+ ],
1470
+ "bytecode": "0x",
1471
+ "deployedBytecode": "0x",
1472
+ "linkReferences": {},
1473
+ "deployedLinkReferences": {},
1474
+ "immutableReferences": {},
1475
+ "inputSourceName": "project/contracts/interfaces/ITotems.sol",
1476
+ "buildInfoId": "solc-0_8_28-813de41d5af7a7078e25cb39688078cb60731cc6"
1477
+ }