@lukso/lsp8-contracts 0.15.0 → 0.16.3

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.
Files changed (51) hide show
  1. package/README.md +49 -2
  2. package/contracts/ILSP8IdentifiableDigitalAsset.sol +2 -8
  3. package/contracts/LSP8Constants.sol +4 -0
  4. package/contracts/LSP8IdentifiableDigitalAsset.sol +796 -36
  5. package/contracts/LSP8IdentifiableDigitalAssetInitAbstract.sol +806 -36
  6. package/contracts/extensions/LSP8CappedSupply.sol +1 -1
  7. package/contracts/extensions/LSP8CappedSupplyInitAbstract.sol +1 -1
  8. package/contracts/extensions/LSP8Enumerable.sol +6 -5
  9. package/contracts/extensions/LSP8EnumerableInitAbstract.sol +5 -5
  10. package/contracts/extensions/LSP8Votes.sol +94 -0
  11. package/contracts/extensions/LSP8VotesConstants.sol +8 -0
  12. package/contracts/extensions/LSP8VotesInitAbstract.sol +116 -0
  13. package/dist/abi.cjs +6432 -0
  14. package/dist/abi.d.cts +9539 -0
  15. package/dist/abi.d.mts +9539 -0
  16. package/dist/abi.d.ts +9539 -0
  17. package/dist/abi.mjs +6418 -0
  18. package/dist/{index.cjs → constants.cjs} +5 -1
  19. package/dist/constants.d.cts +35 -0
  20. package/dist/constants.d.mts +35 -0
  21. package/dist/constants.d.ts +35 -0
  22. package/dist/{index.mjs → constants.mjs} +5 -1
  23. package/package.json +36 -29
  24. package/artifacts/ILSP8IdentifiableDigitalAsset.json +0 -602
  25. package/artifacts/LSP8Burnable.json +0 -954
  26. package/artifacts/LSP8BurnableInitAbstract.json +0 -967
  27. package/artifacts/LSP8CappedSupply.json +0 -959
  28. package/artifacts/LSP8CappedSupplyInitAbstract.json +0 -972
  29. package/artifacts/LSP8Enumerable.json +0 -955
  30. package/artifacts/LSP8EnumerableInitAbstract.json +0 -968
  31. package/artifacts/LSP8IdentifiableDigitalAsset.json +0 -936
  32. package/artifacts/LSP8IdentifiableDigitalAssetInitAbstract.json +0 -949
  33. package/artifacts/LSP8Mintable.json +0 -1006
  34. package/artifacts/LSP8MintableInit.json +0 -1026
  35. package/contracts/LSP8IdentifiableDigitalAssetCore.sol +0 -809
  36. package/dist/index.d.cts +0 -33
  37. package/dist/index.d.mts +0 -33
  38. package/dist/index.d.ts +0 -33
  39. package/types/common.ts +0 -131
  40. package/types/contracts/ILSP8IdentifiableDigitalAsset.ts +0 -706
  41. package/types/contracts/LSP8IdentifiableDigitalAsset.ts +0 -778
  42. package/types/contracts/LSP8IdentifiableDigitalAssetInitAbstract.ts +0 -813
  43. package/types/contracts/extensions/LSP8Burnable.ts +0 -797
  44. package/types/contracts/extensions/LSP8BurnableInitAbstract.ts +0 -829
  45. package/types/contracts/extensions/LSP8CappedSupply.ts +0 -792
  46. package/types/contracts/extensions/LSP8CappedSupplyInitAbstract.ts +0 -824
  47. package/types/contracts/extensions/LSP8Enumerable.ts +0 -790
  48. package/types/contracts/extensions/LSP8EnumerableInitAbstract.ts +0 -821
  49. package/types/contracts/presets/LSP8Mintable.ts +0 -797
  50. package/types/contracts/presets/LSP8MintableInit.ts +0 -860
  51. package/types/index.ts +0 -9738
@@ -1,972 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "LSP8CappedSupplyInitAbstract",
4
- "sourceName": "contracts/extensions/LSP8CappedSupplyInitAbstract.sol",
5
- "abi": [
6
- {
7
- "inputs": [],
8
- "name": "ERC725Y_DataKeysValuesEmptyArray",
9
- "type": "error"
10
- },
11
- {
12
- "inputs": [],
13
- "name": "ERC725Y_DataKeysValuesLengthMismatch",
14
- "type": "error"
15
- },
16
- {
17
- "inputs": [],
18
- "name": "ERC725Y_MsgValueDisallowed",
19
- "type": "error"
20
- },
21
- {
22
- "inputs": [
23
- {
24
- "internalType": "bytes",
25
- "name": "storedData",
26
- "type": "bytes"
27
- }
28
- ],
29
- "name": "InvalidExtensionAddress",
30
- "type": "error"
31
- },
32
- {
33
- "inputs": [
34
- {
35
- "internalType": "bytes",
36
- "name": "data",
37
- "type": "bytes"
38
- }
39
- ],
40
- "name": "InvalidFunctionSelector",
41
- "type": "error"
42
- },
43
- {
44
- "inputs": [],
45
- "name": "LSP4TokenNameNotEditable",
46
- "type": "error"
47
- },
48
- {
49
- "inputs": [],
50
- "name": "LSP4TokenSymbolNotEditable",
51
- "type": "error"
52
- },
53
- {
54
- "inputs": [],
55
- "name": "LSP4TokenTypeNotEditable",
56
- "type": "error"
57
- },
58
- {
59
- "inputs": [
60
- {
61
- "internalType": "uint256",
62
- "name": "callIndex",
63
- "type": "uint256"
64
- }
65
- ],
66
- "name": "LSP8BatchCallFailed",
67
- "type": "error"
68
- },
69
- {
70
- "inputs": [],
71
- "name": "LSP8CannotSendToAddressZero",
72
- "type": "error"
73
- },
74
- {
75
- "inputs": [],
76
- "name": "LSP8CannotUseAddressZeroAsOperator",
77
- "type": "error"
78
- },
79
- {
80
- "inputs": [],
81
- "name": "LSP8CappedSupplyCannotMintOverCap",
82
- "type": "error"
83
- },
84
- {
85
- "inputs": [],
86
- "name": "LSP8CappedSupplyRequired",
87
- "type": "error"
88
- },
89
- {
90
- "inputs": [],
91
- "name": "LSP8InvalidTransferBatch",
92
- "type": "error"
93
- },
94
- {
95
- "inputs": [
96
- {
97
- "internalType": "bytes32",
98
- "name": "tokenId",
99
- "type": "bytes32"
100
- }
101
- ],
102
- "name": "LSP8NonExistentTokenId",
103
- "type": "error"
104
- },
105
- {
106
- "inputs": [
107
- {
108
- "internalType": "address",
109
- "name": "operator",
110
- "type": "address"
111
- },
112
- {
113
- "internalType": "bytes32",
114
- "name": "tokenId",
115
- "type": "bytes32"
116
- }
117
- ],
118
- "name": "LSP8NonExistingOperator",
119
- "type": "error"
120
- },
121
- {
122
- "inputs": [
123
- {
124
- "internalType": "bytes32",
125
- "name": "tokenId",
126
- "type": "bytes32"
127
- },
128
- {
129
- "internalType": "address",
130
- "name": "caller",
131
- "type": "address"
132
- }
133
- ],
134
- "name": "LSP8NotTokenOperator",
135
- "type": "error"
136
- },
137
- {
138
- "inputs": [
139
- {
140
- "internalType": "address",
141
- "name": "tokenOwner",
142
- "type": "address"
143
- },
144
- {
145
- "internalType": "bytes32",
146
- "name": "tokenId",
147
- "type": "bytes32"
148
- },
149
- {
150
- "internalType": "address",
151
- "name": "caller",
152
- "type": "address"
153
- }
154
- ],
155
- "name": "LSP8NotTokenOwner",
156
- "type": "error"
157
- },
158
- {
159
- "inputs": [
160
- {
161
- "internalType": "address",
162
- "name": "tokenReceiver",
163
- "type": "address"
164
- }
165
- ],
166
- "name": "LSP8NotifyTokenReceiverContractMissingLSP1Interface",
167
- "type": "error"
168
- },
169
- {
170
- "inputs": [
171
- {
172
- "internalType": "address",
173
- "name": "tokenReceiver",
174
- "type": "address"
175
- }
176
- ],
177
- "name": "LSP8NotifyTokenReceiverIsEOA",
178
- "type": "error"
179
- },
180
- {
181
- "inputs": [
182
- {
183
- "internalType": "address",
184
- "name": "operator",
185
- "type": "address"
186
- },
187
- {
188
- "internalType": "bytes32",
189
- "name": "tokenId",
190
- "type": "bytes32"
191
- }
192
- ],
193
- "name": "LSP8OperatorAlreadyAuthorized",
194
- "type": "error"
195
- },
196
- {
197
- "inputs": [
198
- {
199
- "internalType": "address",
200
- "name": "caller",
201
- "type": "address"
202
- },
203
- {
204
- "internalType": "address",
205
- "name": "tokenOwner",
206
- "type": "address"
207
- },
208
- {
209
- "internalType": "bytes32",
210
- "name": "tokenId",
211
- "type": "bytes32"
212
- }
213
- ],
214
- "name": "LSP8RevokeOperatorNotAuthorized",
215
- "type": "error"
216
- },
217
- {
218
- "inputs": [],
219
- "name": "LSP8TokenContractCannotHoldValue",
220
- "type": "error"
221
- },
222
- {
223
- "inputs": [],
224
- "name": "LSP8TokenIdFormatNotEditable",
225
- "type": "error"
226
- },
227
- {
228
- "inputs": [],
229
- "name": "LSP8TokenIdsDataEmptyArray",
230
- "type": "error"
231
- },
232
- {
233
- "inputs": [],
234
- "name": "LSP8TokenIdsDataLengthMismatch",
235
- "type": "error"
236
- },
237
- {
238
- "inputs": [],
239
- "name": "LSP8TokenOwnerCannotBeOperator",
240
- "type": "error"
241
- },
242
- {
243
- "inputs": [
244
- {
245
- "internalType": "bytes32",
246
- "name": "tokenId",
247
- "type": "bytes32"
248
- },
249
- {
250
- "internalType": "address",
251
- "name": "oldOwner",
252
- "type": "address"
253
- },
254
- {
255
- "internalType": "address",
256
- "name": "newOwner",
257
- "type": "address"
258
- }
259
- ],
260
- "name": "LSP8TokenOwnerChanged",
261
- "type": "error"
262
- },
263
- {
264
- "inputs": [
265
- {
266
- "internalType": "bytes4",
267
- "name": "functionSelector",
268
- "type": "bytes4"
269
- }
270
- ],
271
- "name": "NoExtensionFoundForFunctionSelector",
272
- "type": "error"
273
- },
274
- {
275
- "inputs": [
276
- {
277
- "internalType": "address",
278
- "name": "callerAddress",
279
- "type": "address"
280
- }
281
- ],
282
- "name": "OwnableCallerNotTheOwner",
283
- "type": "error"
284
- },
285
- {
286
- "inputs": [],
287
- "name": "OwnableCannotSetZeroAddressAsOwner",
288
- "type": "error"
289
- },
290
- {
291
- "anonymous": false,
292
- "inputs": [
293
- {
294
- "indexed": true,
295
- "internalType": "bytes32",
296
- "name": "dataKey",
297
- "type": "bytes32"
298
- },
299
- {
300
- "indexed": false,
301
- "internalType": "bytes",
302
- "name": "dataValue",
303
- "type": "bytes"
304
- }
305
- ],
306
- "name": "DataChanged",
307
- "type": "event"
308
- },
309
- {
310
- "anonymous": false,
311
- "inputs": [
312
- {
313
- "indexed": false,
314
- "internalType": "uint8",
315
- "name": "version",
316
- "type": "uint8"
317
- }
318
- ],
319
- "name": "Initialized",
320
- "type": "event"
321
- },
322
- {
323
- "anonymous": false,
324
- "inputs": [
325
- {
326
- "indexed": true,
327
- "internalType": "address",
328
- "name": "operator",
329
- "type": "address"
330
- },
331
- {
332
- "indexed": true,
333
- "internalType": "address",
334
- "name": "tokenOwner",
335
- "type": "address"
336
- },
337
- {
338
- "indexed": true,
339
- "internalType": "bytes32",
340
- "name": "tokenId",
341
- "type": "bytes32"
342
- },
343
- {
344
- "indexed": false,
345
- "internalType": "bytes",
346
- "name": "operatorNotificationData",
347
- "type": "bytes"
348
- }
349
- ],
350
- "name": "OperatorAuthorizationChanged",
351
- "type": "event"
352
- },
353
- {
354
- "anonymous": false,
355
- "inputs": [
356
- {
357
- "indexed": true,
358
- "internalType": "address",
359
- "name": "operator",
360
- "type": "address"
361
- },
362
- {
363
- "indexed": true,
364
- "internalType": "address",
365
- "name": "tokenOwner",
366
- "type": "address"
367
- },
368
- {
369
- "indexed": true,
370
- "internalType": "bytes32",
371
- "name": "tokenId",
372
- "type": "bytes32"
373
- },
374
- {
375
- "indexed": false,
376
- "internalType": "bool",
377
- "name": "notified",
378
- "type": "bool"
379
- },
380
- {
381
- "indexed": false,
382
- "internalType": "bytes",
383
- "name": "operatorNotificationData",
384
- "type": "bytes"
385
- }
386
- ],
387
- "name": "OperatorRevoked",
388
- "type": "event"
389
- },
390
- {
391
- "anonymous": false,
392
- "inputs": [
393
- {
394
- "indexed": true,
395
- "internalType": "address",
396
- "name": "previousOwner",
397
- "type": "address"
398
- },
399
- {
400
- "indexed": true,
401
- "internalType": "address",
402
- "name": "newOwner",
403
- "type": "address"
404
- }
405
- ],
406
- "name": "OwnershipTransferred",
407
- "type": "event"
408
- },
409
- {
410
- "anonymous": false,
411
- "inputs": [
412
- {
413
- "indexed": true,
414
- "internalType": "bytes32",
415
- "name": "tokenId",
416
- "type": "bytes32"
417
- },
418
- {
419
- "indexed": true,
420
- "internalType": "bytes32",
421
- "name": "dataKey",
422
- "type": "bytes32"
423
- },
424
- {
425
- "indexed": false,
426
- "internalType": "bytes",
427
- "name": "dataValue",
428
- "type": "bytes"
429
- }
430
- ],
431
- "name": "TokenIdDataChanged",
432
- "type": "event"
433
- },
434
- {
435
- "anonymous": false,
436
- "inputs": [
437
- {
438
- "indexed": false,
439
- "internalType": "address",
440
- "name": "operator",
441
- "type": "address"
442
- },
443
- {
444
- "indexed": true,
445
- "internalType": "address",
446
- "name": "from",
447
- "type": "address"
448
- },
449
- {
450
- "indexed": true,
451
- "internalType": "address",
452
- "name": "to",
453
- "type": "address"
454
- },
455
- {
456
- "indexed": true,
457
- "internalType": "bytes32",
458
- "name": "tokenId",
459
- "type": "bytes32"
460
- },
461
- {
462
- "indexed": false,
463
- "internalType": "bool",
464
- "name": "force",
465
- "type": "bool"
466
- },
467
- {
468
- "indexed": false,
469
- "internalType": "bytes",
470
- "name": "data",
471
- "type": "bytes"
472
- }
473
- ],
474
- "name": "Transfer",
475
- "type": "event"
476
- },
477
- {
478
- "stateMutability": "payable",
479
- "type": "fallback"
480
- },
481
- {
482
- "inputs": [
483
- {
484
- "internalType": "address",
485
- "name": "operator",
486
- "type": "address"
487
- },
488
- {
489
- "internalType": "bytes32",
490
- "name": "tokenId",
491
- "type": "bytes32"
492
- },
493
- {
494
- "internalType": "bytes",
495
- "name": "operatorNotificationData",
496
- "type": "bytes"
497
- }
498
- ],
499
- "name": "authorizeOperator",
500
- "outputs": [],
501
- "stateMutability": "nonpayable",
502
- "type": "function"
503
- },
504
- {
505
- "inputs": [
506
- {
507
- "internalType": "address",
508
- "name": "tokenOwner",
509
- "type": "address"
510
- }
511
- ],
512
- "name": "balanceOf",
513
- "outputs": [
514
- {
515
- "internalType": "uint256",
516
- "name": "",
517
- "type": "uint256"
518
- }
519
- ],
520
- "stateMutability": "view",
521
- "type": "function"
522
- },
523
- {
524
- "inputs": [
525
- {
526
- "internalType": "bytes[]",
527
- "name": "data",
528
- "type": "bytes[]"
529
- }
530
- ],
531
- "name": "batchCalls",
532
- "outputs": [
533
- {
534
- "internalType": "bytes[]",
535
- "name": "results",
536
- "type": "bytes[]"
537
- }
538
- ],
539
- "stateMutability": "nonpayable",
540
- "type": "function"
541
- },
542
- {
543
- "inputs": [
544
- {
545
- "internalType": "bytes32",
546
- "name": "dataKey",
547
- "type": "bytes32"
548
- }
549
- ],
550
- "name": "getData",
551
- "outputs": [
552
- {
553
- "internalType": "bytes",
554
- "name": "dataValue",
555
- "type": "bytes"
556
- }
557
- ],
558
- "stateMutability": "view",
559
- "type": "function"
560
- },
561
- {
562
- "inputs": [
563
- {
564
- "internalType": "bytes32[]",
565
- "name": "dataKeys",
566
- "type": "bytes32[]"
567
- }
568
- ],
569
- "name": "getDataBatch",
570
- "outputs": [
571
- {
572
- "internalType": "bytes[]",
573
- "name": "dataValues",
574
- "type": "bytes[]"
575
- }
576
- ],
577
- "stateMutability": "view",
578
- "type": "function"
579
- },
580
- {
581
- "inputs": [
582
- {
583
- "internalType": "bytes32[]",
584
- "name": "tokenIds",
585
- "type": "bytes32[]"
586
- },
587
- {
588
- "internalType": "bytes32[]",
589
- "name": "dataKeys",
590
- "type": "bytes32[]"
591
- }
592
- ],
593
- "name": "getDataBatchForTokenIds",
594
- "outputs": [
595
- {
596
- "internalType": "bytes[]",
597
- "name": "dataValues",
598
- "type": "bytes[]"
599
- }
600
- ],
601
- "stateMutability": "view",
602
- "type": "function"
603
- },
604
- {
605
- "inputs": [
606
- {
607
- "internalType": "bytes32",
608
- "name": "tokenId",
609
- "type": "bytes32"
610
- },
611
- {
612
- "internalType": "bytes32",
613
- "name": "dataKey",
614
- "type": "bytes32"
615
- }
616
- ],
617
- "name": "getDataForTokenId",
618
- "outputs": [
619
- {
620
- "internalType": "bytes",
621
- "name": "dataValue",
622
- "type": "bytes"
623
- }
624
- ],
625
- "stateMutability": "view",
626
- "type": "function"
627
- },
628
- {
629
- "inputs": [
630
- {
631
- "internalType": "bytes32",
632
- "name": "tokenId",
633
- "type": "bytes32"
634
- }
635
- ],
636
- "name": "getOperatorsOf",
637
- "outputs": [
638
- {
639
- "internalType": "address[]",
640
- "name": "",
641
- "type": "address[]"
642
- }
643
- ],
644
- "stateMutability": "view",
645
- "type": "function"
646
- },
647
- {
648
- "inputs": [
649
- {
650
- "internalType": "address",
651
- "name": "operator",
652
- "type": "address"
653
- },
654
- {
655
- "internalType": "bytes32",
656
- "name": "tokenId",
657
- "type": "bytes32"
658
- }
659
- ],
660
- "name": "isOperatorFor",
661
- "outputs": [
662
- {
663
- "internalType": "bool",
664
- "name": "",
665
- "type": "bool"
666
- }
667
- ],
668
- "stateMutability": "view",
669
- "type": "function"
670
- },
671
- {
672
- "inputs": [],
673
- "name": "owner",
674
- "outputs": [
675
- {
676
- "internalType": "address",
677
- "name": "",
678
- "type": "address"
679
- }
680
- ],
681
- "stateMutability": "view",
682
- "type": "function"
683
- },
684
- {
685
- "inputs": [],
686
- "name": "renounceOwnership",
687
- "outputs": [],
688
- "stateMutability": "nonpayable",
689
- "type": "function"
690
- },
691
- {
692
- "inputs": [
693
- {
694
- "internalType": "address",
695
- "name": "operator",
696
- "type": "address"
697
- },
698
- {
699
- "internalType": "bytes32",
700
- "name": "tokenId",
701
- "type": "bytes32"
702
- },
703
- {
704
- "internalType": "bool",
705
- "name": "notify",
706
- "type": "bool"
707
- },
708
- {
709
- "internalType": "bytes",
710
- "name": "operatorNotificationData",
711
- "type": "bytes"
712
- }
713
- ],
714
- "name": "revokeOperator",
715
- "outputs": [],
716
- "stateMutability": "nonpayable",
717
- "type": "function"
718
- },
719
- {
720
- "inputs": [
721
- {
722
- "internalType": "bytes32",
723
- "name": "dataKey",
724
- "type": "bytes32"
725
- },
726
- {
727
- "internalType": "bytes",
728
- "name": "dataValue",
729
- "type": "bytes"
730
- }
731
- ],
732
- "name": "setData",
733
- "outputs": [],
734
- "stateMutability": "payable",
735
- "type": "function"
736
- },
737
- {
738
- "inputs": [
739
- {
740
- "internalType": "bytes32[]",
741
- "name": "dataKeys",
742
- "type": "bytes32[]"
743
- },
744
- {
745
- "internalType": "bytes[]",
746
- "name": "dataValues",
747
- "type": "bytes[]"
748
- }
749
- ],
750
- "name": "setDataBatch",
751
- "outputs": [],
752
- "stateMutability": "payable",
753
- "type": "function"
754
- },
755
- {
756
- "inputs": [
757
- {
758
- "internalType": "bytes32[]",
759
- "name": "tokenIds",
760
- "type": "bytes32[]"
761
- },
762
- {
763
- "internalType": "bytes32[]",
764
- "name": "dataKeys",
765
- "type": "bytes32[]"
766
- },
767
- {
768
- "internalType": "bytes[]",
769
- "name": "dataValues",
770
- "type": "bytes[]"
771
- }
772
- ],
773
- "name": "setDataBatchForTokenIds",
774
- "outputs": [],
775
- "stateMutability": "nonpayable",
776
- "type": "function"
777
- },
778
- {
779
- "inputs": [
780
- {
781
- "internalType": "bytes32",
782
- "name": "tokenId",
783
- "type": "bytes32"
784
- },
785
- {
786
- "internalType": "bytes32",
787
- "name": "dataKey",
788
- "type": "bytes32"
789
- },
790
- {
791
- "internalType": "bytes",
792
- "name": "dataValue",
793
- "type": "bytes"
794
- }
795
- ],
796
- "name": "setDataForTokenId",
797
- "outputs": [],
798
- "stateMutability": "nonpayable",
799
- "type": "function"
800
- },
801
- {
802
- "inputs": [
803
- {
804
- "internalType": "bytes4",
805
- "name": "interfaceId",
806
- "type": "bytes4"
807
- }
808
- ],
809
- "name": "supportsInterface",
810
- "outputs": [
811
- {
812
- "internalType": "bool",
813
- "name": "",
814
- "type": "bool"
815
- }
816
- ],
817
- "stateMutability": "view",
818
- "type": "function"
819
- },
820
- {
821
- "inputs": [
822
- {
823
- "internalType": "address",
824
- "name": "tokenOwner",
825
- "type": "address"
826
- }
827
- ],
828
- "name": "tokenIdsOf",
829
- "outputs": [
830
- {
831
- "internalType": "bytes32[]",
832
- "name": "",
833
- "type": "bytes32[]"
834
- }
835
- ],
836
- "stateMutability": "view",
837
- "type": "function"
838
- },
839
- {
840
- "inputs": [
841
- {
842
- "internalType": "bytes32",
843
- "name": "tokenId",
844
- "type": "bytes32"
845
- }
846
- ],
847
- "name": "tokenOwnerOf",
848
- "outputs": [
849
- {
850
- "internalType": "address",
851
- "name": "",
852
- "type": "address"
853
- }
854
- ],
855
- "stateMutability": "view",
856
- "type": "function"
857
- },
858
- {
859
- "inputs": [],
860
- "name": "tokenSupplyCap",
861
- "outputs": [
862
- {
863
- "internalType": "uint256",
864
- "name": "",
865
- "type": "uint256"
866
- }
867
- ],
868
- "stateMutability": "view",
869
- "type": "function"
870
- },
871
- {
872
- "inputs": [],
873
- "name": "totalSupply",
874
- "outputs": [
875
- {
876
- "internalType": "uint256",
877
- "name": "",
878
- "type": "uint256"
879
- }
880
- ],
881
- "stateMutability": "view",
882
- "type": "function"
883
- },
884
- {
885
- "inputs": [
886
- {
887
- "internalType": "address",
888
- "name": "from",
889
- "type": "address"
890
- },
891
- {
892
- "internalType": "address",
893
- "name": "to",
894
- "type": "address"
895
- },
896
- {
897
- "internalType": "bytes32",
898
- "name": "tokenId",
899
- "type": "bytes32"
900
- },
901
- {
902
- "internalType": "bool",
903
- "name": "force",
904
- "type": "bool"
905
- },
906
- {
907
- "internalType": "bytes",
908
- "name": "data",
909
- "type": "bytes"
910
- }
911
- ],
912
- "name": "transfer",
913
- "outputs": [],
914
- "stateMutability": "nonpayable",
915
- "type": "function"
916
- },
917
- {
918
- "inputs": [
919
- {
920
- "internalType": "address[]",
921
- "name": "from",
922
- "type": "address[]"
923
- },
924
- {
925
- "internalType": "address[]",
926
- "name": "to",
927
- "type": "address[]"
928
- },
929
- {
930
- "internalType": "bytes32[]",
931
- "name": "tokenId",
932
- "type": "bytes32[]"
933
- },
934
- {
935
- "internalType": "bool[]",
936
- "name": "force",
937
- "type": "bool[]"
938
- },
939
- {
940
- "internalType": "bytes[]",
941
- "name": "data",
942
- "type": "bytes[]"
943
- }
944
- ],
945
- "name": "transferBatch",
946
- "outputs": [],
947
- "stateMutability": "nonpayable",
948
- "type": "function"
949
- },
950
- {
951
- "inputs": [
952
- {
953
- "internalType": "address",
954
- "name": "newOwner",
955
- "type": "address"
956
- }
957
- ],
958
- "name": "transferOwnership",
959
- "outputs": [],
960
- "stateMutability": "nonpayable",
961
- "type": "function"
962
- },
963
- {
964
- "stateMutability": "payable",
965
- "type": "receive"
966
- }
967
- ],
968
- "bytecode": "0x",
969
- "deployedBytecode": "0x",
970
- "linkReferences": {},
971
- "deployedLinkReferences": {}
972
- }