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