|
74 | 74 | "anonymous": false,
|
75 | 75 | "inputs": [
|
76 | 76 | {
|
77 |
| - "indexed": true, |
78 |
| - "internalType": "address", |
79 |
| - "name": "previousOwner", |
80 |
| - "type": "address" |
| 77 | + "indexed": false, |
| 78 | + "internalType": "uint256", |
| 79 | + "name": "_fromTokenId", |
| 80 | + "type": "uint256" |
81 | 81 | },
|
82 | 82 | {
|
83 |
| - "indexed": true, |
84 |
| - "internalType": "address", |
85 |
| - "name": "newOwner", |
86 |
| - "type": "address" |
| 83 | + "indexed": false, |
| 84 | + "internalType": "uint256", |
| 85 | + "name": "_toTokenId", |
| 86 | + "type": "uint256" |
| 87 | + } |
| 88 | + ], |
| 89 | + "name": "BatchMetadataUpdate", |
| 90 | + "type": "event" |
| 91 | + }, |
| 92 | + { |
| 93 | + "anonymous": false, |
| 94 | + "inputs": [ |
| 95 | + { |
| 96 | + "indexed": false, |
| 97 | + "internalType": "uint256", |
| 98 | + "name": "_tokenId", |
| 99 | + "type": "uint256" |
87 | 100 | }
|
88 | 101 | ],
|
89 |
| - "name": "OwnershipTransferred", |
| 102 | + "name": "MetadataUpdate", |
90 | 103 | "type": "event"
|
91 | 104 | },
|
92 | 105 | {
|
|
318 | 331 | "stateMutability": "view",
|
319 | 332 | "type": "function"
|
320 | 333 | },
|
321 |
| - { |
322 |
| - "inputs": [], |
323 |
| - "name": "owner", |
324 |
| - "outputs": [ |
325 |
| - { |
326 |
| - "internalType": "address", |
327 |
| - "name": "", |
328 |
| - "type": "address" |
329 |
| - } |
330 |
| - ], |
331 |
| - "stateMutability": "view", |
332 |
| - "type": "function" |
333 |
| - }, |
334 | 334 | {
|
335 | 335 | "inputs": [
|
336 | 336 | {
|
|
350 | 350 | "stateMutability": "view",
|
351 | 351 | "type": "function"
|
352 | 352 | },
|
353 |
| - { |
354 |
| - "inputs": [], |
355 |
| - "name": "renounceOwnership", |
356 |
| - "outputs": [], |
357 |
| - "stateMutability": "nonpayable", |
358 |
| - "type": "function" |
359 |
| - }, |
360 | 353 | {
|
361 | 354 | "inputs": [
|
362 | 355 | {
|
|
426 | 419 | "stateMutability": "nonpayable",
|
427 | 420 | "type": "function"
|
428 | 421 | },
|
429 |
| - { |
430 |
| - "inputs": [ |
431 |
| - { |
432 |
| - "internalType": "address", |
433 |
| - "name": "_nftRenderer", |
434 |
| - "type": "address" |
435 |
| - } |
436 |
| - ], |
437 |
| - "name": "setNFTRenderer", |
438 |
| - "outputs": [], |
439 |
| - "stateMutability": "nonpayable", |
440 |
| - "type": "function" |
441 |
| - }, |
442 | 422 | {
|
443 | 423 | "inputs": [
|
444 | 424 | {
|
|
525 | 505 | "outputs": [],
|
526 | 506 | "stateMutability": "nonpayable",
|
527 | 507 | "type": "function"
|
528 |
| - }, |
529 |
| - { |
530 |
| - "inputs": [ |
531 |
| - { |
532 |
| - "internalType": "address", |
533 |
| - "name": "newOwner", |
534 |
| - "type": "address" |
535 |
| - } |
536 |
| - ], |
537 |
| - "name": "transferOwnership", |
538 |
| - "outputs": [], |
539 |
| - "stateMutability": "nonpayable", |
540 |
| - "type": "function" |
541 | 508 | }
|
542 | 509 | ]
|
0 commit comments