|
10 | 10 | "stateMutability": "nonpayable", |
11 | 11 | "type": "constructor" |
12 | 12 | }, |
13 | | - { |
14 | | - "inputs": [ |
15 | | - { |
16 | | - "internalType": "uint256", |
17 | | - "name": "id", |
18 | | - "type": "uint256" |
19 | | - } |
20 | | - ], |
21 | | - "name": "CannotUpdateImmutableKnowledgeCollection", |
22 | | - "type": "error" |
23 | | - }, |
24 | 13 | { |
25 | 14 | "inputs": [ |
26 | 15 | { |
|
200 | 189 | "name": "ZeroAddressHub", |
201 | 190 | "type": "error" |
202 | 191 | }, |
203 | | - { |
204 | | - "inputs": [], |
205 | | - "name": "ZeroTokenAmount", |
206 | | - "type": "error" |
207 | | - }, |
208 | 192 | { |
209 | 193 | "inputs": [], |
210 | 194 | "name": "askStorage", |
|
382 | 366 | "stateMutability": "view", |
383 | 367 | "type": "function" |
384 | 368 | }, |
385 | | - { |
386 | | - "inputs": [ |
387 | | - { |
388 | | - "internalType": "uint256", |
389 | | - "name": "id", |
390 | | - "type": "uint256" |
391 | | - }, |
392 | | - { |
393 | | - "internalType": "uint96", |
394 | | - "name": "tokenAmount", |
395 | | - "type": "uint96" |
396 | | - }, |
397 | | - { |
398 | | - "internalType": "address", |
399 | | - "name": "paymaster", |
400 | | - "type": "address" |
401 | | - } |
402 | | - ], |
403 | | - "name": "increaseKnowledgeCollectionTokenAmount", |
404 | | - "outputs": [], |
405 | | - "stateMutability": "nonpayable", |
406 | | - "type": "function" |
407 | | - }, |
408 | 369 | { |
409 | 370 | "inputs": [], |
410 | 371 | "name": "initialize", |
|
451 | 412 | "stateMutability": "view", |
452 | 413 | "type": "function" |
453 | 414 | }, |
| 415 | + { |
| 416 | + "inputs": [], |
| 417 | + "name": "paranetKnowledgeCollectionsRegistry", |
| 418 | + "outputs": [ |
| 419 | + { |
| 420 | + "internalType": "contract ParanetKnowledgeCollectionsRegistry", |
| 421 | + "name": "", |
| 422 | + "type": "address" |
| 423 | + } |
| 424 | + ], |
| 425 | + "stateMutability": "view", |
| 426 | + "type": "function" |
| 427 | + }, |
| 428 | + { |
| 429 | + "inputs": [], |
| 430 | + "name": "paranetKnowledgeMinersRegistry", |
| 431 | + "outputs": [ |
| 432 | + { |
| 433 | + "internalType": "contract ParanetKnowledgeMinersRegistry", |
| 434 | + "name": "", |
| 435 | + "type": "address" |
| 436 | + } |
| 437 | + ], |
| 438 | + "stateMutability": "view", |
| 439 | + "type": "function" |
| 440 | + }, |
| 441 | + { |
| 442 | + "inputs": [], |
| 443 | + "name": "paranetsRegistry", |
| 444 | + "outputs": [ |
| 445 | + { |
| 446 | + "internalType": "contract ParanetsRegistry", |
| 447 | + "name": "", |
| 448 | + "type": "address" |
| 449 | + } |
| 450 | + ], |
| 451 | + "stateMutability": "view", |
| 452 | + "type": "function" |
| 453 | + }, |
454 | 454 | { |
455 | 455 | "inputs": [], |
456 | 456 | "name": "paymasterManager", |
|
516 | 516 | "stateMutability": "view", |
517 | 517 | "type": "function" |
518 | 518 | }, |
519 | | - { |
520 | | - "inputs": [ |
521 | | - { |
522 | | - "internalType": "uint256", |
523 | | - "name": "id", |
524 | | - "type": "uint256" |
525 | | - }, |
526 | | - { |
527 | | - "internalType": "string", |
528 | | - "name": "updateOperationId", |
529 | | - "type": "string" |
530 | | - }, |
531 | | - { |
532 | | - "internalType": "bytes32", |
533 | | - "name": "merkleRoot", |
534 | | - "type": "bytes32" |
535 | | - }, |
536 | | - { |
537 | | - "internalType": "uint256", |
538 | | - "name": "mintKnowledgeAssetsAmount", |
539 | | - "type": "uint256" |
540 | | - }, |
541 | | - { |
542 | | - "internalType": "uint256[]", |
543 | | - "name": "knowledgeAssetsToBurn", |
544 | | - "type": "uint256[]" |
545 | | - }, |
546 | | - { |
547 | | - "internalType": "uint88", |
548 | | - "name": "byteSize", |
549 | | - "type": "uint88" |
550 | | - }, |
551 | | - { |
552 | | - "internalType": "uint96", |
553 | | - "name": "tokenAmount", |
554 | | - "type": "uint96" |
555 | | - }, |
556 | | - { |
557 | | - "internalType": "address", |
558 | | - "name": "paymaster", |
559 | | - "type": "address" |
560 | | - }, |
561 | | - { |
562 | | - "internalType": "uint72", |
563 | | - "name": "publisherNodeIdentityId", |
564 | | - "type": "uint72" |
565 | | - }, |
566 | | - { |
567 | | - "internalType": "bytes32", |
568 | | - "name": "publisherNodeR", |
569 | | - "type": "bytes32" |
570 | | - }, |
571 | | - { |
572 | | - "internalType": "bytes32", |
573 | | - "name": "publisherNodeVS", |
574 | | - "type": "bytes32" |
575 | | - }, |
576 | | - { |
577 | | - "internalType": "uint72[]", |
578 | | - "name": "identityIds", |
579 | | - "type": "uint72[]" |
580 | | - }, |
581 | | - { |
582 | | - "internalType": "bytes32[]", |
583 | | - "name": "r", |
584 | | - "type": "bytes32[]" |
585 | | - }, |
586 | | - { |
587 | | - "internalType": "bytes32[]", |
588 | | - "name": "vs", |
589 | | - "type": "bytes32[]" |
590 | | - } |
591 | | - ], |
592 | | - "name": "updateKnowledgeCollection", |
593 | | - "outputs": [], |
594 | | - "stateMutability": "nonpayable", |
595 | | - "type": "function" |
596 | | - }, |
597 | 519 | { |
598 | 520 | "inputs": [], |
599 | 521 | "name": "version", |
|
0 commit comments