@zoralabs/comments-contracts 0.1.0 → 0.1.1

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.
@@ -1,1062 +0,0 @@
1
- [
2
- {
3
- "type": "function",
4
- "name": "IS_TEST",
5
- "inputs": [],
6
- "outputs": [
7
- {
8
- "name": "",
9
- "type": "bool",
10
- "internalType": "bool"
11
- }
12
- ],
13
- "stateMutability": "view"
14
- },
15
- {
16
- "type": "function",
17
- "name": "REFERRER_REWARD_PCT",
18
- "inputs": [],
19
- "outputs": [
20
- {
21
- "name": "",
22
- "type": "uint256",
23
- "internalType": "uint256"
24
- }
25
- ],
26
- "stateMutability": "view"
27
- },
28
- {
29
- "type": "function",
30
- "name": "ZORA_REWARD_PCT",
31
- "inputs": [],
32
- "outputs": [
33
- {
34
- "name": "",
35
- "type": "uint256",
36
- "internalType": "uint256"
37
- }
38
- ],
39
- "stateMutability": "view"
40
- },
41
- {
42
- "type": "function",
43
- "name": "excludeArtifacts",
44
- "inputs": [],
45
- "outputs": [
46
- {
47
- "name": "excludedArtifacts_",
48
- "type": "string[]",
49
- "internalType": "string[]"
50
- }
51
- ],
52
- "stateMutability": "view"
53
- },
54
- {
55
- "type": "function",
56
- "name": "excludeContracts",
57
- "inputs": [],
58
- "outputs": [
59
- {
60
- "name": "excludedContracts_",
61
- "type": "address[]",
62
- "internalType": "address[]"
63
- }
64
- ],
65
- "stateMutability": "view"
66
- },
67
- {
68
- "type": "function",
69
- "name": "excludeSelectors",
70
- "inputs": [],
71
- "outputs": [
72
- {
73
- "name": "excludedSelectors_",
74
- "type": "tuple[]",
75
- "internalType": "struct StdInvariant.FuzzSelector[]",
76
- "components": [
77
- {
78
- "name": "addr",
79
- "type": "address",
80
- "internalType": "address"
81
- },
82
- {
83
- "name": "selectors",
84
- "type": "bytes4[]",
85
- "internalType": "bytes4[]"
86
- }
87
- ]
88
- }
89
- ],
90
- "stateMutability": "view"
91
- },
92
- {
93
- "type": "function",
94
- "name": "excludeSenders",
95
- "inputs": [],
96
- "outputs": [
97
- {
98
- "name": "excludedSenders_",
99
- "type": "address[]",
100
- "internalType": "address[]"
101
- }
102
- ],
103
- "stateMutability": "view"
104
- },
105
- {
106
- "type": "function",
107
- "name": "failed",
108
- "inputs": [],
109
- "outputs": [
110
- {
111
- "name": "",
112
- "type": "bool",
113
- "internalType": "bool"
114
- }
115
- ],
116
- "stateMutability": "view"
117
- },
118
- {
119
- "type": "function",
120
- "name": "setUp",
121
- "inputs": [],
122
- "outputs": [],
123
- "stateMutability": "nonpayable"
124
- },
125
- {
126
- "type": "function",
127
- "name": "targetArtifactSelectors",
128
- "inputs": [],
129
- "outputs": [
130
- {
131
- "name": "targetedArtifactSelectors_",
132
- "type": "tuple[]",
133
- "internalType": "struct StdInvariant.FuzzArtifactSelector[]",
134
- "components": [
135
- {
136
- "name": "artifact",
137
- "type": "string",
138
- "internalType": "string"
139
- },
140
- {
141
- "name": "selectors",
142
- "type": "bytes4[]",
143
- "internalType": "bytes4[]"
144
- }
145
- ]
146
- }
147
- ],
148
- "stateMutability": "view"
149
- },
150
- {
151
- "type": "function",
152
- "name": "targetArtifacts",
153
- "inputs": [],
154
- "outputs": [
155
- {
156
- "name": "targetedArtifacts_",
157
- "type": "string[]",
158
- "internalType": "string[]"
159
- }
160
- ],
161
- "stateMutability": "view"
162
- },
163
- {
164
- "type": "function",
165
- "name": "targetContracts",
166
- "inputs": [],
167
- "outputs": [
168
- {
169
- "name": "targetedContracts_",
170
- "type": "address[]",
171
- "internalType": "address[]"
172
- }
173
- ],
174
- "stateMutability": "view"
175
- },
176
- {
177
- "type": "function",
178
- "name": "targetInterfaces",
179
- "inputs": [],
180
- "outputs": [
181
- {
182
- "name": "targetedInterfaces_",
183
- "type": "tuple[]",
184
- "internalType": "struct StdInvariant.FuzzInterface[]",
185
- "components": [
186
- {
187
- "name": "addr",
188
- "type": "address",
189
- "internalType": "address"
190
- },
191
- {
192
- "name": "artifacts",
193
- "type": "string[]",
194
- "internalType": "string[]"
195
- }
196
- ]
197
- }
198
- ],
199
- "stateMutability": "view"
200
- },
201
- {
202
- "type": "function",
203
- "name": "targetSelectors",
204
- "inputs": [],
205
- "outputs": [
206
- {
207
- "name": "targetedSelectors_",
208
- "type": "tuple[]",
209
- "internalType": "struct StdInvariant.FuzzSelector[]",
210
- "components": [
211
- {
212
- "name": "addr",
213
- "type": "address",
214
- "internalType": "address"
215
- },
216
- {
217
- "name": "selectors",
218
- "type": "bytes4[]",
219
- "internalType": "bytes4[]"
220
- }
221
- ]
222
- }
223
- ],
224
- "stateMutability": "view"
225
- },
226
- {
227
- "type": "function",
228
- "name": "targetSenders",
229
- "inputs": [],
230
- "outputs": [
231
- {
232
- "name": "targetedSenders_",
233
- "type": "address[]",
234
- "internalType": "address[]"
235
- }
236
- ],
237
- "stateMutability": "view"
238
- },
239
- {
240
- "type": "function",
241
- "name": "testCommentAsCoinAdmin",
242
- "inputs": [],
243
- "outputs": [],
244
- "stateMutability": "nonpayable"
245
- },
246
- {
247
- "type": "function",
248
- "name": "testCommentAsCoinHolder",
249
- "inputs": [],
250
- "outputs": [],
251
- "stateMutability": "nonpayable"
252
- },
253
- {
254
- "type": "function",
255
- "name": "testCommentBackfillBatchAddCommentShouldEmitCommented",
256
- "inputs": [],
257
- "outputs": [],
258
- "stateMutability": "nonpayable"
259
- },
260
- {
261
- "type": "function",
262
- "name": "testCommentBackfillBatchAddCommentShouldRevertIfArrayLengthMismatch",
263
- "inputs": [],
264
- "outputs": [],
265
- "stateMutability": "nonpayable"
266
- },
267
- {
268
- "type": "function",
269
- "name": "testCommentBackfillBatchAddCommentShouldRevertIfDuplicate",
270
- "inputs": [],
271
- "outputs": [],
272
- "stateMutability": "nonpayable"
273
- },
274
- {
275
- "type": "function",
276
- "name": "testCommentContractName",
277
- "inputs": [],
278
- "outputs": [],
279
- "stateMutability": "view"
280
- },
281
- {
282
- "type": "function",
283
- "name": "testCommentHashAndValidateCommentExists",
284
- "inputs": [],
285
- "outputs": [],
286
- "stateMutability": "nonpayable"
287
- },
288
- {
289
- "type": "function",
290
- "name": "testCommentMismatchedCommenter",
291
- "inputs": [],
292
- "outputs": [],
293
- "stateMutability": "nonpayable"
294
- },
295
- {
296
- "type": "function",
297
- "name": "testCommentRevertsWhenSendExactValue",
298
- "inputs": [],
299
- "outputs": [],
300
- "stateMutability": "nonpayable"
301
- },
302
- {
303
- "type": "function",
304
- "name": "testCommentRevertsWhenSendTooLittleValue",
305
- "inputs": [],
306
- "outputs": [],
307
- "stateMutability": "nonpayable"
308
- },
309
- {
310
- "type": "function",
311
- "name": "testCommentRevertsWhenSendTooMuchValue",
312
- "inputs": [],
313
- "outputs": [],
314
- "stateMutability": "nonpayable"
315
- },
316
- {
317
- "type": "function",
318
- "name": "testCommentSparkCommentDoesNotExist",
319
- "inputs": [],
320
- "outputs": [],
321
- "stateMutability": "nonpayable"
322
- },
323
- {
324
- "type": "function",
325
- "name": "testCommentSparkCommentOwnComment",
326
- "inputs": [],
327
- "outputs": [],
328
- "stateMutability": "nonpayable"
329
- },
330
- {
331
- "type": "function",
332
- "name": "testCommentSparkCommentValid",
333
- "inputs": [
334
- {
335
- "name": "sparksQuantity",
336
- "type": "uint256",
337
- "internalType": "uint256"
338
- }
339
- ],
340
- "outputs": [],
341
- "stateMutability": "nonpayable"
342
- },
343
- {
344
- "type": "function",
345
- "name": "testCommentSparkCommentValidWithReferrer",
346
- "inputs": [
347
- {
348
- "name": "sparksQuantity",
349
- "type": "uint256",
350
- "internalType": "uint256"
351
- }
352
- ],
353
- "outputs": [],
354
- "stateMutability": "nonpayable"
355
- },
356
- {
357
- "type": "function",
358
- "name": "testCommentSparkCommentWithInvalidAmount",
359
- "inputs": [],
360
- "outputs": [],
361
- "stateMutability": "nonpayable"
362
- },
363
- {
364
- "type": "function",
365
- "name": "testCommentSparkCommentWithZeroSparks",
366
- "inputs": [],
367
- "outputs": [],
368
- "stateMutability": "nonpayable"
369
- },
370
- {
371
- "type": "function",
372
- "name": "testCommentWhenCollectorHasTokenShouldEmitCommented",
373
- "inputs": [],
374
- "outputs": [],
375
- "stateMutability": "nonpayable"
376
- },
377
- {
378
- "type": "function",
379
- "name": "testCommentWithMock1155NoCreatorRewardRecipient",
380
- "inputs": [],
381
- "outputs": [],
382
- "stateMutability": "nonpayable"
383
- },
384
- {
385
- "type": "function",
386
- "name": "testCommentWithMock1155NoOwner",
387
- "inputs": [],
388
- "outputs": [],
389
- "stateMutability": "nonpayable"
390
- },
391
- {
392
- "type": "function",
393
- "name": "testCommentsConstructorAddressZero",
394
- "inputs": [],
395
- "outputs": [],
396
- "stateMutability": "nonpayable"
397
- },
398
- {
399
- "type": "function",
400
- "name": "testCommentsInitializeAddressZero",
401
- "inputs": [],
402
- "outputs": [],
403
- "stateMutability": "nonpayable"
404
- },
405
- {
406
- "type": "function",
407
- "name": "testGrantRoleWithBackfillRole",
408
- "inputs": [],
409
- "outputs": [],
410
- "stateMutability": "nonpayable"
411
- },
412
- {
413
- "type": "function",
414
- "name": "testHashAndCheckCommentExists",
415
- "inputs": [],
416
- "outputs": [],
417
- "stateMutability": "nonpayable"
418
- },
419
- {
420
- "type": "function",
421
- "name": "testImplementation",
422
- "inputs": [],
423
- "outputs": [],
424
- "stateMutability": "view"
425
- },
426
- {
427
- "type": "function",
428
- "name": "testNonCoinHolderCanCommentWithSpark",
429
- "inputs": [],
430
- "outputs": [],
431
- "stateMutability": "nonpayable"
432
- },
433
- {
434
- "type": "function",
435
- "name": "testNonHolderCanCommentWithSpark",
436
- "inputs": [],
437
- "outputs": [],
438
- "stateMutability": "nonpayable"
439
- },
440
- {
441
- "type": "function",
442
- "name": "testReplyToCommentThatAddressDoesNotMatch",
443
- "inputs": [],
444
- "outputs": [],
445
- "stateMutability": "nonpayable"
446
- },
447
- {
448
- "type": "function",
449
- "name": "testReplyToExistingComment",
450
- "inputs": [],
451
- "outputs": [],
452
- "stateMutability": "nonpayable"
453
- },
454
- {
455
- "type": "function",
456
- "name": "testReplyToNonExistentComment",
457
- "inputs": [],
458
- "outputs": [],
459
- "stateMutability": "nonpayable"
460
- },
461
- {
462
- "type": "function",
463
- "name": "testRevertCommentAsCoinHolderWithoutSparks",
464
- "inputs": [],
465
- "outputs": [],
466
- "stateMutability": "nonpayable"
467
- },
468
- {
469
- "type": "function",
470
- "name": "testRevertOnEmptyComment",
471
- "inputs": [],
472
- "outputs": [],
473
- "stateMutability": "nonpayable"
474
- },
475
- {
476
- "type": "event",
477
- "name": "BackfilledComment",
478
- "inputs": [
479
- {
480
- "name": "commentId",
481
- "type": "bytes32",
482
- "indexed": true,
483
- "internalType": "bytes32"
484
- },
485
- {
486
- "name": "commentIdentifier",
487
- "type": "tuple",
488
- "indexed": false,
489
- "internalType": "struct IComments.CommentIdentifier",
490
- "components": [
491
- {
492
- "name": "commenter",
493
- "type": "address",
494
- "internalType": "address"
495
- },
496
- {
497
- "name": "contractAddress",
498
- "type": "address",
499
- "internalType": "address"
500
- },
501
- {
502
- "name": "tokenId",
503
- "type": "uint256",
504
- "internalType": "uint256"
505
- },
506
- {
507
- "name": "nonce",
508
- "type": "bytes32",
509
- "internalType": "bytes32"
510
- }
511
- ]
512
- },
513
- {
514
- "name": "text",
515
- "type": "string",
516
- "indexed": false,
517
- "internalType": "string"
518
- },
519
- {
520
- "name": "timestamp",
521
- "type": "uint256",
522
- "indexed": false,
523
- "internalType": "uint256"
524
- },
525
- {
526
- "name": "originalTransactionId",
527
- "type": "bytes32",
528
- "indexed": false,
529
- "internalType": "bytes32"
530
- }
531
- ],
532
- "anonymous": false
533
- },
534
- {
535
- "type": "event",
536
- "name": "Commented",
537
- "inputs": [
538
- {
539
- "name": "commentId",
540
- "type": "bytes32",
541
- "indexed": true,
542
- "internalType": "bytes32"
543
- },
544
- {
545
- "name": "commentIdentifier",
546
- "type": "tuple",
547
- "indexed": false,
548
- "internalType": "struct IComments.CommentIdentifier",
549
- "components": [
550
- {
551
- "name": "commenter",
552
- "type": "address",
553
- "internalType": "address"
554
- },
555
- {
556
- "name": "contractAddress",
557
- "type": "address",
558
- "internalType": "address"
559
- },
560
- {
561
- "name": "tokenId",
562
- "type": "uint256",
563
- "internalType": "uint256"
564
- },
565
- {
566
- "name": "nonce",
567
- "type": "bytes32",
568
- "internalType": "bytes32"
569
- }
570
- ]
571
- },
572
- {
573
- "name": "replyToId",
574
- "type": "bytes32",
575
- "indexed": false,
576
- "internalType": "bytes32"
577
- },
578
- {
579
- "name": "replyTo",
580
- "type": "tuple",
581
- "indexed": false,
582
- "internalType": "struct IComments.CommentIdentifier",
583
- "components": [
584
- {
585
- "name": "commenter",
586
- "type": "address",
587
- "internalType": "address"
588
- },
589
- {
590
- "name": "contractAddress",
591
- "type": "address",
592
- "internalType": "address"
593
- },
594
- {
595
- "name": "tokenId",
596
- "type": "uint256",
597
- "internalType": "uint256"
598
- },
599
- {
600
- "name": "nonce",
601
- "type": "bytes32",
602
- "internalType": "bytes32"
603
- }
604
- ]
605
- },
606
- {
607
- "name": "sparksQuantity",
608
- "type": "uint256",
609
- "indexed": false,
610
- "internalType": "uint256"
611
- },
612
- {
613
- "name": "text",
614
- "type": "string",
615
- "indexed": false,
616
- "internalType": "string"
617
- },
618
- {
619
- "name": "timestamp",
620
- "type": "uint256",
621
- "indexed": false,
622
- "internalType": "uint256"
623
- },
624
- {
625
- "name": "referrer",
626
- "type": "address",
627
- "indexed": false,
628
- "internalType": "address"
629
- }
630
- ],
631
- "anonymous": false
632
- },
633
- {
634
- "type": "event",
635
- "name": "SparkedComment",
636
- "inputs": [
637
- {
638
- "name": "commentId",
639
- "type": "bytes32",
640
- "indexed": true,
641
- "internalType": "bytes32"
642
- },
643
- {
644
- "name": "commentIdentifier",
645
- "type": "tuple",
646
- "indexed": false,
647
- "internalType": "struct IComments.CommentIdentifier",
648
- "components": [
649
- {
650
- "name": "commenter",
651
- "type": "address",
652
- "internalType": "address"
653
- },
654
- {
655
- "name": "contractAddress",
656
- "type": "address",
657
- "internalType": "address"
658
- },
659
- {
660
- "name": "tokenId",
661
- "type": "uint256",
662
- "internalType": "uint256"
663
- },
664
- {
665
- "name": "nonce",
666
- "type": "bytes32",
667
- "internalType": "bytes32"
668
- }
669
- ]
670
- },
671
- {
672
- "name": "sparksQuantity",
673
- "type": "uint256",
674
- "indexed": false,
675
- "internalType": "uint256"
676
- },
677
- {
678
- "name": "sparker",
679
- "type": "address",
680
- "indexed": false,
681
- "internalType": "address"
682
- },
683
- {
684
- "name": "timestamp",
685
- "type": "uint256",
686
- "indexed": false,
687
- "internalType": "uint256"
688
- },
689
- {
690
- "name": "referrer",
691
- "type": "address",
692
- "indexed": false,
693
- "internalType": "address"
694
- }
695
- ],
696
- "anonymous": false
697
- },
698
- {
699
- "type": "event",
700
- "name": "log",
701
- "inputs": [
702
- {
703
- "name": "",
704
- "type": "string",
705
- "indexed": false,
706
- "internalType": "string"
707
- }
708
- ],
709
- "anonymous": false
710
- },
711
- {
712
- "type": "event",
713
- "name": "log_address",
714
- "inputs": [
715
- {
716
- "name": "",
717
- "type": "address",
718
- "indexed": false,
719
- "internalType": "address"
720
- }
721
- ],
722
- "anonymous": false
723
- },
724
- {
725
- "type": "event",
726
- "name": "log_array",
727
- "inputs": [
728
- {
729
- "name": "val",
730
- "type": "uint256[]",
731
- "indexed": false,
732
- "internalType": "uint256[]"
733
- }
734
- ],
735
- "anonymous": false
736
- },
737
- {
738
- "type": "event",
739
- "name": "log_array",
740
- "inputs": [
741
- {
742
- "name": "val",
743
- "type": "int256[]",
744
- "indexed": false,
745
- "internalType": "int256[]"
746
- }
747
- ],
748
- "anonymous": false
749
- },
750
- {
751
- "type": "event",
752
- "name": "log_array",
753
- "inputs": [
754
- {
755
- "name": "val",
756
- "type": "address[]",
757
- "indexed": false,
758
- "internalType": "address[]"
759
- }
760
- ],
761
- "anonymous": false
762
- },
763
- {
764
- "type": "event",
765
- "name": "log_bytes",
766
- "inputs": [
767
- {
768
- "name": "",
769
- "type": "bytes",
770
- "indexed": false,
771
- "internalType": "bytes"
772
- }
773
- ],
774
- "anonymous": false
775
- },
776
- {
777
- "type": "event",
778
- "name": "log_bytes32",
779
- "inputs": [
780
- {
781
- "name": "",
782
- "type": "bytes32",
783
- "indexed": false,
784
- "internalType": "bytes32"
785
- }
786
- ],
787
- "anonymous": false
788
- },
789
- {
790
- "type": "event",
791
- "name": "log_int",
792
- "inputs": [
793
- {
794
- "name": "",
795
- "type": "int256",
796
- "indexed": false,
797
- "internalType": "int256"
798
- }
799
- ],
800
- "anonymous": false
801
- },
802
- {
803
- "type": "event",
804
- "name": "log_named_address",
805
- "inputs": [
806
- {
807
- "name": "key",
808
- "type": "string",
809
- "indexed": false,
810
- "internalType": "string"
811
- },
812
- {
813
- "name": "val",
814
- "type": "address",
815
- "indexed": false,
816
- "internalType": "address"
817
- }
818
- ],
819
- "anonymous": false
820
- },
821
- {
822
- "type": "event",
823
- "name": "log_named_array",
824
- "inputs": [
825
- {
826
- "name": "key",
827
- "type": "string",
828
- "indexed": false,
829
- "internalType": "string"
830
- },
831
- {
832
- "name": "val",
833
- "type": "uint256[]",
834
- "indexed": false,
835
- "internalType": "uint256[]"
836
- }
837
- ],
838
- "anonymous": false
839
- },
840
- {
841
- "type": "event",
842
- "name": "log_named_array",
843
- "inputs": [
844
- {
845
- "name": "key",
846
- "type": "string",
847
- "indexed": false,
848
- "internalType": "string"
849
- },
850
- {
851
- "name": "val",
852
- "type": "int256[]",
853
- "indexed": false,
854
- "internalType": "int256[]"
855
- }
856
- ],
857
- "anonymous": false
858
- },
859
- {
860
- "type": "event",
861
- "name": "log_named_array",
862
- "inputs": [
863
- {
864
- "name": "key",
865
- "type": "string",
866
- "indexed": false,
867
- "internalType": "string"
868
- },
869
- {
870
- "name": "val",
871
- "type": "address[]",
872
- "indexed": false,
873
- "internalType": "address[]"
874
- }
875
- ],
876
- "anonymous": false
877
- },
878
- {
879
- "type": "event",
880
- "name": "log_named_bytes",
881
- "inputs": [
882
- {
883
- "name": "key",
884
- "type": "string",
885
- "indexed": false,
886
- "internalType": "string"
887
- },
888
- {
889
- "name": "val",
890
- "type": "bytes",
891
- "indexed": false,
892
- "internalType": "bytes"
893
- }
894
- ],
895
- "anonymous": false
896
- },
897
- {
898
- "type": "event",
899
- "name": "log_named_bytes32",
900
- "inputs": [
901
- {
902
- "name": "key",
903
- "type": "string",
904
- "indexed": false,
905
- "internalType": "string"
906
- },
907
- {
908
- "name": "val",
909
- "type": "bytes32",
910
- "indexed": false,
911
- "internalType": "bytes32"
912
- }
913
- ],
914
- "anonymous": false
915
- },
916
- {
917
- "type": "event",
918
- "name": "log_named_decimal_int",
919
- "inputs": [
920
- {
921
- "name": "key",
922
- "type": "string",
923
- "indexed": false,
924
- "internalType": "string"
925
- },
926
- {
927
- "name": "val",
928
- "type": "int256",
929
- "indexed": false,
930
- "internalType": "int256"
931
- },
932
- {
933
- "name": "decimals",
934
- "type": "uint256",
935
- "indexed": false,
936
- "internalType": "uint256"
937
- }
938
- ],
939
- "anonymous": false
940
- },
941
- {
942
- "type": "event",
943
- "name": "log_named_decimal_uint",
944
- "inputs": [
945
- {
946
- "name": "key",
947
- "type": "string",
948
- "indexed": false,
949
- "internalType": "string"
950
- },
951
- {
952
- "name": "val",
953
- "type": "uint256",
954
- "indexed": false,
955
- "internalType": "uint256"
956
- },
957
- {
958
- "name": "decimals",
959
- "type": "uint256",
960
- "indexed": false,
961
- "internalType": "uint256"
962
- }
963
- ],
964
- "anonymous": false
965
- },
966
- {
967
- "type": "event",
968
- "name": "log_named_int",
969
- "inputs": [
970
- {
971
- "name": "key",
972
- "type": "string",
973
- "indexed": false,
974
- "internalType": "string"
975
- },
976
- {
977
- "name": "val",
978
- "type": "int256",
979
- "indexed": false,
980
- "internalType": "int256"
981
- }
982
- ],
983
- "anonymous": false
984
- },
985
- {
986
- "type": "event",
987
- "name": "log_named_string",
988
- "inputs": [
989
- {
990
- "name": "key",
991
- "type": "string",
992
- "indexed": false,
993
- "internalType": "string"
994
- },
995
- {
996
- "name": "val",
997
- "type": "string",
998
- "indexed": false,
999
- "internalType": "string"
1000
- }
1001
- ],
1002
- "anonymous": false
1003
- },
1004
- {
1005
- "type": "event",
1006
- "name": "log_named_uint",
1007
- "inputs": [
1008
- {
1009
- "name": "key",
1010
- "type": "string",
1011
- "indexed": false,
1012
- "internalType": "string"
1013
- },
1014
- {
1015
- "name": "val",
1016
- "type": "uint256",
1017
- "indexed": false,
1018
- "internalType": "uint256"
1019
- }
1020
- ],
1021
- "anonymous": false
1022
- },
1023
- {
1024
- "type": "event",
1025
- "name": "log_string",
1026
- "inputs": [
1027
- {
1028
- "name": "",
1029
- "type": "string",
1030
- "indexed": false,
1031
- "internalType": "string"
1032
- }
1033
- ],
1034
- "anonymous": false
1035
- },
1036
- {
1037
- "type": "event",
1038
- "name": "log_uint",
1039
- "inputs": [
1040
- {
1041
- "name": "",
1042
- "type": "uint256",
1043
- "indexed": false,
1044
- "internalType": "uint256"
1045
- }
1046
- ],
1047
- "anonymous": false
1048
- },
1049
- {
1050
- "type": "event",
1051
- "name": "logs",
1052
- "inputs": [
1053
- {
1054
- "name": "",
1055
- "type": "bytes",
1056
- "indexed": false,
1057
- "internalType": "bytes"
1058
- }
1059
- ],
1060
- "anonymous": false
1061
- }
1062
- ]