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