@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,955 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "LSP8Enumerable",
4
- "sourceName": "contracts/extensions/LSP8Enumerable.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": true,
304
- "internalType": "address",
305
- "name": "operator",
306
- "type": "address"
307
- },
308
- {
309
- "indexed": true,
310
- "internalType": "address",
311
- "name": "tokenOwner",
312
- "type": "address"
313
- },
314
- {
315
- "indexed": true,
316
- "internalType": "bytes32",
317
- "name": "tokenId",
318
- "type": "bytes32"
319
- },
320
- {
321
- "indexed": false,
322
- "internalType": "bytes",
323
- "name": "operatorNotificationData",
324
- "type": "bytes"
325
- }
326
- ],
327
- "name": "OperatorAuthorizationChanged",
328
- "type": "event"
329
- },
330
- {
331
- "anonymous": false,
332
- "inputs": [
333
- {
334
- "indexed": true,
335
- "internalType": "address",
336
- "name": "operator",
337
- "type": "address"
338
- },
339
- {
340
- "indexed": true,
341
- "internalType": "address",
342
- "name": "tokenOwner",
343
- "type": "address"
344
- },
345
- {
346
- "indexed": true,
347
- "internalType": "bytes32",
348
- "name": "tokenId",
349
- "type": "bytes32"
350
- },
351
- {
352
- "indexed": false,
353
- "internalType": "bool",
354
- "name": "notified",
355
- "type": "bool"
356
- },
357
- {
358
- "indexed": false,
359
- "internalType": "bytes",
360
- "name": "operatorNotificationData",
361
- "type": "bytes"
362
- }
363
- ],
364
- "name": "OperatorRevoked",
365
- "type": "event"
366
- },
367
- {
368
- "anonymous": false,
369
- "inputs": [
370
- {
371
- "indexed": true,
372
- "internalType": "address",
373
- "name": "previousOwner",
374
- "type": "address"
375
- },
376
- {
377
- "indexed": true,
378
- "internalType": "address",
379
- "name": "newOwner",
380
- "type": "address"
381
- }
382
- ],
383
- "name": "OwnershipTransferred",
384
- "type": "event"
385
- },
386
- {
387
- "anonymous": false,
388
- "inputs": [
389
- {
390
- "indexed": true,
391
- "internalType": "bytes32",
392
- "name": "tokenId",
393
- "type": "bytes32"
394
- },
395
- {
396
- "indexed": true,
397
- "internalType": "bytes32",
398
- "name": "dataKey",
399
- "type": "bytes32"
400
- },
401
- {
402
- "indexed": false,
403
- "internalType": "bytes",
404
- "name": "dataValue",
405
- "type": "bytes"
406
- }
407
- ],
408
- "name": "TokenIdDataChanged",
409
- "type": "event"
410
- },
411
- {
412
- "anonymous": false,
413
- "inputs": [
414
- {
415
- "indexed": false,
416
- "internalType": "address",
417
- "name": "operator",
418
- "type": "address"
419
- },
420
- {
421
- "indexed": true,
422
- "internalType": "address",
423
- "name": "from",
424
- "type": "address"
425
- },
426
- {
427
- "indexed": true,
428
- "internalType": "address",
429
- "name": "to",
430
- "type": "address"
431
- },
432
- {
433
- "indexed": true,
434
- "internalType": "bytes32",
435
- "name": "tokenId",
436
- "type": "bytes32"
437
- },
438
- {
439
- "indexed": false,
440
- "internalType": "bool",
441
- "name": "force",
442
- "type": "bool"
443
- },
444
- {
445
- "indexed": false,
446
- "internalType": "bytes",
447
- "name": "data",
448
- "type": "bytes"
449
- }
450
- ],
451
- "name": "Transfer",
452
- "type": "event"
453
- },
454
- {
455
- "stateMutability": "payable",
456
- "type": "fallback"
457
- },
458
- {
459
- "inputs": [
460
- {
461
- "internalType": "address",
462
- "name": "operator",
463
- "type": "address"
464
- },
465
- {
466
- "internalType": "bytes32",
467
- "name": "tokenId",
468
- "type": "bytes32"
469
- },
470
- {
471
- "internalType": "bytes",
472
- "name": "operatorNotificationData",
473
- "type": "bytes"
474
- }
475
- ],
476
- "name": "authorizeOperator",
477
- "outputs": [],
478
- "stateMutability": "nonpayable",
479
- "type": "function"
480
- },
481
- {
482
- "inputs": [
483
- {
484
- "internalType": "address",
485
- "name": "tokenOwner",
486
- "type": "address"
487
- }
488
- ],
489
- "name": "balanceOf",
490
- "outputs": [
491
- {
492
- "internalType": "uint256",
493
- "name": "",
494
- "type": "uint256"
495
- }
496
- ],
497
- "stateMutability": "view",
498
- "type": "function"
499
- },
500
- {
501
- "inputs": [
502
- {
503
- "internalType": "bytes[]",
504
- "name": "data",
505
- "type": "bytes[]"
506
- }
507
- ],
508
- "name": "batchCalls",
509
- "outputs": [
510
- {
511
- "internalType": "bytes[]",
512
- "name": "results",
513
- "type": "bytes[]"
514
- }
515
- ],
516
- "stateMutability": "nonpayable",
517
- "type": "function"
518
- },
519
- {
520
- "inputs": [
521
- {
522
- "internalType": "bytes32",
523
- "name": "dataKey",
524
- "type": "bytes32"
525
- }
526
- ],
527
- "name": "getData",
528
- "outputs": [
529
- {
530
- "internalType": "bytes",
531
- "name": "dataValue",
532
- "type": "bytes"
533
- }
534
- ],
535
- "stateMutability": "view",
536
- "type": "function"
537
- },
538
- {
539
- "inputs": [
540
- {
541
- "internalType": "bytes32[]",
542
- "name": "dataKeys",
543
- "type": "bytes32[]"
544
- }
545
- ],
546
- "name": "getDataBatch",
547
- "outputs": [
548
- {
549
- "internalType": "bytes[]",
550
- "name": "dataValues",
551
- "type": "bytes[]"
552
- }
553
- ],
554
- "stateMutability": "view",
555
- "type": "function"
556
- },
557
- {
558
- "inputs": [
559
- {
560
- "internalType": "bytes32[]",
561
- "name": "tokenIds",
562
- "type": "bytes32[]"
563
- },
564
- {
565
- "internalType": "bytes32[]",
566
- "name": "dataKeys",
567
- "type": "bytes32[]"
568
- }
569
- ],
570
- "name": "getDataBatchForTokenIds",
571
- "outputs": [
572
- {
573
- "internalType": "bytes[]",
574
- "name": "dataValues",
575
- "type": "bytes[]"
576
- }
577
- ],
578
- "stateMutability": "view",
579
- "type": "function"
580
- },
581
- {
582
- "inputs": [
583
- {
584
- "internalType": "bytes32",
585
- "name": "tokenId",
586
- "type": "bytes32"
587
- },
588
- {
589
- "internalType": "bytes32",
590
- "name": "dataKey",
591
- "type": "bytes32"
592
- }
593
- ],
594
- "name": "getDataForTokenId",
595
- "outputs": [
596
- {
597
- "internalType": "bytes",
598
- "name": "dataValue",
599
- "type": "bytes"
600
- }
601
- ],
602
- "stateMutability": "view",
603
- "type": "function"
604
- },
605
- {
606
- "inputs": [
607
- {
608
- "internalType": "bytes32",
609
- "name": "tokenId",
610
- "type": "bytes32"
611
- }
612
- ],
613
- "name": "getOperatorsOf",
614
- "outputs": [
615
- {
616
- "internalType": "address[]",
617
- "name": "",
618
- "type": "address[]"
619
- }
620
- ],
621
- "stateMutability": "view",
622
- "type": "function"
623
- },
624
- {
625
- "inputs": [
626
- {
627
- "internalType": "address",
628
- "name": "operator",
629
- "type": "address"
630
- },
631
- {
632
- "internalType": "bytes32",
633
- "name": "tokenId",
634
- "type": "bytes32"
635
- }
636
- ],
637
- "name": "isOperatorFor",
638
- "outputs": [
639
- {
640
- "internalType": "bool",
641
- "name": "",
642
- "type": "bool"
643
- }
644
- ],
645
- "stateMutability": "view",
646
- "type": "function"
647
- },
648
- {
649
- "inputs": [],
650
- "name": "owner",
651
- "outputs": [
652
- {
653
- "internalType": "address",
654
- "name": "",
655
- "type": "address"
656
- }
657
- ],
658
- "stateMutability": "view",
659
- "type": "function"
660
- },
661
- {
662
- "inputs": [],
663
- "name": "renounceOwnership",
664
- "outputs": [],
665
- "stateMutability": "nonpayable",
666
- "type": "function"
667
- },
668
- {
669
- "inputs": [
670
- {
671
- "internalType": "address",
672
- "name": "operator",
673
- "type": "address"
674
- },
675
- {
676
- "internalType": "bytes32",
677
- "name": "tokenId",
678
- "type": "bytes32"
679
- },
680
- {
681
- "internalType": "bool",
682
- "name": "notify",
683
- "type": "bool"
684
- },
685
- {
686
- "internalType": "bytes",
687
- "name": "operatorNotificationData",
688
- "type": "bytes"
689
- }
690
- ],
691
- "name": "revokeOperator",
692
- "outputs": [],
693
- "stateMutability": "nonpayable",
694
- "type": "function"
695
- },
696
- {
697
- "inputs": [
698
- {
699
- "internalType": "bytes32",
700
- "name": "dataKey",
701
- "type": "bytes32"
702
- },
703
- {
704
- "internalType": "bytes",
705
- "name": "dataValue",
706
- "type": "bytes"
707
- }
708
- ],
709
- "name": "setData",
710
- "outputs": [],
711
- "stateMutability": "payable",
712
- "type": "function"
713
- },
714
- {
715
- "inputs": [
716
- {
717
- "internalType": "bytes32[]",
718
- "name": "dataKeys",
719
- "type": "bytes32[]"
720
- },
721
- {
722
- "internalType": "bytes[]",
723
- "name": "dataValues",
724
- "type": "bytes[]"
725
- }
726
- ],
727
- "name": "setDataBatch",
728
- "outputs": [],
729
- "stateMutability": "payable",
730
- "type": "function"
731
- },
732
- {
733
- "inputs": [
734
- {
735
- "internalType": "bytes32[]",
736
- "name": "tokenIds",
737
- "type": "bytes32[]"
738
- },
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": "setDataBatchForTokenIds",
751
- "outputs": [],
752
- "stateMutability": "nonpayable",
753
- "type": "function"
754
- },
755
- {
756
- "inputs": [
757
- {
758
- "internalType": "bytes32",
759
- "name": "tokenId",
760
- "type": "bytes32"
761
- },
762
- {
763
- "internalType": "bytes32",
764
- "name": "dataKey",
765
- "type": "bytes32"
766
- },
767
- {
768
- "internalType": "bytes",
769
- "name": "dataValue",
770
- "type": "bytes"
771
- }
772
- ],
773
- "name": "setDataForTokenId",
774
- "outputs": [],
775
- "stateMutability": "nonpayable",
776
- "type": "function"
777
- },
778
- {
779
- "inputs": [
780
- {
781
- "internalType": "bytes4",
782
- "name": "interfaceId",
783
- "type": "bytes4"
784
- }
785
- ],
786
- "name": "supportsInterface",
787
- "outputs": [
788
- {
789
- "internalType": "bool",
790
- "name": "",
791
- "type": "bool"
792
- }
793
- ],
794
- "stateMutability": "view",
795
- "type": "function"
796
- },
797
- {
798
- "inputs": [
799
- {
800
- "internalType": "uint256",
801
- "name": "index",
802
- "type": "uint256"
803
- }
804
- ],
805
- "name": "tokenAt",
806
- "outputs": [
807
- {
808
- "internalType": "bytes32",
809
- "name": "",
810
- "type": "bytes32"
811
- }
812
- ],
813
- "stateMutability": "view",
814
- "type": "function"
815
- },
816
- {
817
- "inputs": [
818
- {
819
- "internalType": "address",
820
- "name": "tokenOwner",
821
- "type": "address"
822
- }
823
- ],
824
- "name": "tokenIdsOf",
825
- "outputs": [
826
- {
827
- "internalType": "bytes32[]",
828
- "name": "",
829
- "type": "bytes32[]"
830
- }
831
- ],
832
- "stateMutability": "view",
833
- "type": "function"
834
- },
835
- {
836
- "inputs": [
837
- {
838
- "internalType": "bytes32",
839
- "name": "tokenId",
840
- "type": "bytes32"
841
- }
842
- ],
843
- "name": "tokenOwnerOf",
844
- "outputs": [
845
- {
846
- "internalType": "address",
847
- "name": "",
848
- "type": "address"
849
- }
850
- ],
851
- "stateMutability": "view",
852
- "type": "function"
853
- },
854
- {
855
- "inputs": [],
856
- "name": "totalSupply",
857
- "outputs": [
858
- {
859
- "internalType": "uint256",
860
- "name": "",
861
- "type": "uint256"
862
- }
863
- ],
864
- "stateMutability": "view",
865
- "type": "function"
866
- },
867
- {
868
- "inputs": [
869
- {
870
- "internalType": "address",
871
- "name": "from",
872
- "type": "address"
873
- },
874
- {
875
- "internalType": "address",
876
- "name": "to",
877
- "type": "address"
878
- },
879
- {
880
- "internalType": "bytes32",
881
- "name": "tokenId",
882
- "type": "bytes32"
883
- },
884
- {
885
- "internalType": "bool",
886
- "name": "force",
887
- "type": "bool"
888
- },
889
- {
890
- "internalType": "bytes",
891
- "name": "data",
892
- "type": "bytes"
893
- }
894
- ],
895
- "name": "transfer",
896
- "outputs": [],
897
- "stateMutability": "nonpayable",
898
- "type": "function"
899
- },
900
- {
901
- "inputs": [
902
- {
903
- "internalType": "address[]",
904
- "name": "from",
905
- "type": "address[]"
906
- },
907
- {
908
- "internalType": "address[]",
909
- "name": "to",
910
- "type": "address[]"
911
- },
912
- {
913
- "internalType": "bytes32[]",
914
- "name": "tokenId",
915
- "type": "bytes32[]"
916
- },
917
- {
918
- "internalType": "bool[]",
919
- "name": "force",
920
- "type": "bool[]"
921
- },
922
- {
923
- "internalType": "bytes[]",
924
- "name": "data",
925
- "type": "bytes[]"
926
- }
927
- ],
928
- "name": "transferBatch",
929
- "outputs": [],
930
- "stateMutability": "nonpayable",
931
- "type": "function"
932
- },
933
- {
934
- "inputs": [
935
- {
936
- "internalType": "address",
937
- "name": "newOwner",
938
- "type": "address"
939
- }
940
- ],
941
- "name": "transferOwnership",
942
- "outputs": [],
943
- "stateMutability": "nonpayable",
944
- "type": "function"
945
- },
946
- {
947
- "stateMutability": "payable",
948
- "type": "receive"
949
- }
950
- ],
951
- "bytecode": "0x",
952
- "deployedBytecode": "0x",
953
- "linkReferences": {},
954
- "deployedLinkReferences": {}
955
- }