@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,967 +0,0 @@
1
- {
2
- "_format": "hh-sol-artifact-1",
3
- "contractName": "LSP8BurnableInitAbstract",
4
- "sourceName": "contracts/extensions/LSP8BurnableInitAbstract.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": "tokenId",
537
- "type": "bytes32"
538
- },
539
- {
540
- "internalType": "bytes",
541
- "name": "data",
542
- "type": "bytes"
543
- }
544
- ],
545
- "name": "burn",
546
- "outputs": [],
547
- "stateMutability": "nonpayable",
548
- "type": "function"
549
- },
550
- {
551
- "inputs": [
552
- {
553
- "internalType": "bytes32",
554
- "name": "dataKey",
555
- "type": "bytes32"
556
- }
557
- ],
558
- "name": "getData",
559
- "outputs": [
560
- {
561
- "internalType": "bytes",
562
- "name": "dataValue",
563
- "type": "bytes"
564
- }
565
- ],
566
- "stateMutability": "view",
567
- "type": "function"
568
- },
569
- {
570
- "inputs": [
571
- {
572
- "internalType": "bytes32[]",
573
- "name": "dataKeys",
574
- "type": "bytes32[]"
575
- }
576
- ],
577
- "name": "getDataBatch",
578
- "outputs": [
579
- {
580
- "internalType": "bytes[]",
581
- "name": "dataValues",
582
- "type": "bytes[]"
583
- }
584
- ],
585
- "stateMutability": "view",
586
- "type": "function"
587
- },
588
- {
589
- "inputs": [
590
- {
591
- "internalType": "bytes32[]",
592
- "name": "tokenIds",
593
- "type": "bytes32[]"
594
- },
595
- {
596
- "internalType": "bytes32[]",
597
- "name": "dataKeys",
598
- "type": "bytes32[]"
599
- }
600
- ],
601
- "name": "getDataBatchForTokenIds",
602
- "outputs": [
603
- {
604
- "internalType": "bytes[]",
605
- "name": "dataValues",
606
- "type": "bytes[]"
607
- }
608
- ],
609
- "stateMutability": "view",
610
- "type": "function"
611
- },
612
- {
613
- "inputs": [
614
- {
615
- "internalType": "bytes32",
616
- "name": "tokenId",
617
- "type": "bytes32"
618
- },
619
- {
620
- "internalType": "bytes32",
621
- "name": "dataKey",
622
- "type": "bytes32"
623
- }
624
- ],
625
- "name": "getDataForTokenId",
626
- "outputs": [
627
- {
628
- "internalType": "bytes",
629
- "name": "dataValue",
630
- "type": "bytes"
631
- }
632
- ],
633
- "stateMutability": "view",
634
- "type": "function"
635
- },
636
- {
637
- "inputs": [
638
- {
639
- "internalType": "bytes32",
640
- "name": "tokenId",
641
- "type": "bytes32"
642
- }
643
- ],
644
- "name": "getOperatorsOf",
645
- "outputs": [
646
- {
647
- "internalType": "address[]",
648
- "name": "",
649
- "type": "address[]"
650
- }
651
- ],
652
- "stateMutability": "view",
653
- "type": "function"
654
- },
655
- {
656
- "inputs": [
657
- {
658
- "internalType": "address",
659
- "name": "operator",
660
- "type": "address"
661
- },
662
- {
663
- "internalType": "bytes32",
664
- "name": "tokenId",
665
- "type": "bytes32"
666
- }
667
- ],
668
- "name": "isOperatorFor",
669
- "outputs": [
670
- {
671
- "internalType": "bool",
672
- "name": "",
673
- "type": "bool"
674
- }
675
- ],
676
- "stateMutability": "view",
677
- "type": "function"
678
- },
679
- {
680
- "inputs": [],
681
- "name": "owner",
682
- "outputs": [
683
- {
684
- "internalType": "address",
685
- "name": "",
686
- "type": "address"
687
- }
688
- ],
689
- "stateMutability": "view",
690
- "type": "function"
691
- },
692
- {
693
- "inputs": [],
694
- "name": "renounceOwnership",
695
- "outputs": [],
696
- "stateMutability": "nonpayable",
697
- "type": "function"
698
- },
699
- {
700
- "inputs": [
701
- {
702
- "internalType": "address",
703
- "name": "operator",
704
- "type": "address"
705
- },
706
- {
707
- "internalType": "bytes32",
708
- "name": "tokenId",
709
- "type": "bytes32"
710
- },
711
- {
712
- "internalType": "bool",
713
- "name": "notify",
714
- "type": "bool"
715
- },
716
- {
717
- "internalType": "bytes",
718
- "name": "operatorNotificationData",
719
- "type": "bytes"
720
- }
721
- ],
722
- "name": "revokeOperator",
723
- "outputs": [],
724
- "stateMutability": "nonpayable",
725
- "type": "function"
726
- },
727
- {
728
- "inputs": [
729
- {
730
- "internalType": "bytes32",
731
- "name": "dataKey",
732
- "type": "bytes32"
733
- },
734
- {
735
- "internalType": "bytes",
736
- "name": "dataValue",
737
- "type": "bytes"
738
- }
739
- ],
740
- "name": "setData",
741
- "outputs": [],
742
- "stateMutability": "payable",
743
- "type": "function"
744
- },
745
- {
746
- "inputs": [
747
- {
748
- "internalType": "bytes32[]",
749
- "name": "dataKeys",
750
- "type": "bytes32[]"
751
- },
752
- {
753
- "internalType": "bytes[]",
754
- "name": "dataValues",
755
- "type": "bytes[]"
756
- }
757
- ],
758
- "name": "setDataBatch",
759
- "outputs": [],
760
- "stateMutability": "payable",
761
- "type": "function"
762
- },
763
- {
764
- "inputs": [
765
- {
766
- "internalType": "bytes32[]",
767
- "name": "tokenIds",
768
- "type": "bytes32[]"
769
- },
770
- {
771
- "internalType": "bytes32[]",
772
- "name": "dataKeys",
773
- "type": "bytes32[]"
774
- },
775
- {
776
- "internalType": "bytes[]",
777
- "name": "dataValues",
778
- "type": "bytes[]"
779
- }
780
- ],
781
- "name": "setDataBatchForTokenIds",
782
- "outputs": [],
783
- "stateMutability": "nonpayable",
784
- "type": "function"
785
- },
786
- {
787
- "inputs": [
788
- {
789
- "internalType": "bytes32",
790
- "name": "tokenId",
791
- "type": "bytes32"
792
- },
793
- {
794
- "internalType": "bytes32",
795
- "name": "dataKey",
796
- "type": "bytes32"
797
- },
798
- {
799
- "internalType": "bytes",
800
- "name": "dataValue",
801
- "type": "bytes"
802
- }
803
- ],
804
- "name": "setDataForTokenId",
805
- "outputs": [],
806
- "stateMutability": "nonpayable",
807
- "type": "function"
808
- },
809
- {
810
- "inputs": [
811
- {
812
- "internalType": "bytes4",
813
- "name": "interfaceId",
814
- "type": "bytes4"
815
- }
816
- ],
817
- "name": "supportsInterface",
818
- "outputs": [
819
- {
820
- "internalType": "bool",
821
- "name": "",
822
- "type": "bool"
823
- }
824
- ],
825
- "stateMutability": "view",
826
- "type": "function"
827
- },
828
- {
829
- "inputs": [
830
- {
831
- "internalType": "address",
832
- "name": "tokenOwner",
833
- "type": "address"
834
- }
835
- ],
836
- "name": "tokenIdsOf",
837
- "outputs": [
838
- {
839
- "internalType": "bytes32[]",
840
- "name": "",
841
- "type": "bytes32[]"
842
- }
843
- ],
844
- "stateMutability": "view",
845
- "type": "function"
846
- },
847
- {
848
- "inputs": [
849
- {
850
- "internalType": "bytes32",
851
- "name": "tokenId",
852
- "type": "bytes32"
853
- }
854
- ],
855
- "name": "tokenOwnerOf",
856
- "outputs": [
857
- {
858
- "internalType": "address",
859
- "name": "",
860
- "type": "address"
861
- }
862
- ],
863
- "stateMutability": "view",
864
- "type": "function"
865
- },
866
- {
867
- "inputs": [],
868
- "name": "totalSupply",
869
- "outputs": [
870
- {
871
- "internalType": "uint256",
872
- "name": "",
873
- "type": "uint256"
874
- }
875
- ],
876
- "stateMutability": "view",
877
- "type": "function"
878
- },
879
- {
880
- "inputs": [
881
- {
882
- "internalType": "address",
883
- "name": "from",
884
- "type": "address"
885
- },
886
- {
887
- "internalType": "address",
888
- "name": "to",
889
- "type": "address"
890
- },
891
- {
892
- "internalType": "bytes32",
893
- "name": "tokenId",
894
- "type": "bytes32"
895
- },
896
- {
897
- "internalType": "bool",
898
- "name": "force",
899
- "type": "bool"
900
- },
901
- {
902
- "internalType": "bytes",
903
- "name": "data",
904
- "type": "bytes"
905
- }
906
- ],
907
- "name": "transfer",
908
- "outputs": [],
909
- "stateMutability": "nonpayable",
910
- "type": "function"
911
- },
912
- {
913
- "inputs": [
914
- {
915
- "internalType": "address[]",
916
- "name": "from",
917
- "type": "address[]"
918
- },
919
- {
920
- "internalType": "address[]",
921
- "name": "to",
922
- "type": "address[]"
923
- },
924
- {
925
- "internalType": "bytes32[]",
926
- "name": "tokenId",
927
- "type": "bytes32[]"
928
- },
929
- {
930
- "internalType": "bool[]",
931
- "name": "force",
932
- "type": "bool[]"
933
- },
934
- {
935
- "internalType": "bytes[]",
936
- "name": "data",
937
- "type": "bytes[]"
938
- }
939
- ],
940
- "name": "transferBatch",
941
- "outputs": [],
942
- "stateMutability": "nonpayable",
943
- "type": "function"
944
- },
945
- {
946
- "inputs": [
947
- {
948
- "internalType": "address",
949
- "name": "newOwner",
950
- "type": "address"
951
- }
952
- ],
953
- "name": "transferOwnership",
954
- "outputs": [],
955
- "stateMutability": "nonpayable",
956
- "type": "function"
957
- },
958
- {
959
- "stateMutability": "payable",
960
- "type": "receive"
961
- }
962
- ],
963
- "bytecode": "0x",
964
- "deployedBytecode": "0x",
965
- "linkReferences": {},
966
- "deployedLinkReferences": {}
967
- }