|
404 | 404 | ] |
405 | 405 | } |
406 | 406 | } |
| 407 | + }, |
| 408 | + "89c97afa69756426df77fc97d82e5c11eac0418fe007d4e33f25e5fda8da0d53": { |
| 409 | + "address": "0xbc5f51A0326CD7407c1b6024624868F0Fa6Ebc53", |
| 410 | + "txHash": "0x7d7af9e5fc0eba092f9e8a2893b83bb2f802b278637870df088b7ea1cd9ee3c8", |
| 411 | + "layout": { |
| 412 | + "solcVersion": "0.8.22", |
| 413 | + "storage": [ |
| 414 | + { |
| 415 | + "label": "kmsInfo", |
| 416 | + "offset": 0, |
| 417 | + "slot": "0", |
| 418 | + "type": "t_struct(KmsInfo)1756_storage", |
| 419 | + "contract": "KmsAuth", |
| 420 | + "src": "contracts/KmsAuth.sol:24" |
| 421 | + }, |
| 422 | + { |
| 423 | + "label": "tproxyAppId", |
| 424 | + "offset": 0, |
| 425 | + "slot": "4", |
| 426 | + "type": "t_string_storage", |
| 427 | + "contract": "KmsAuth", |
| 428 | + "src": "contracts/KmsAuth.sol:27" |
| 429 | + }, |
| 430 | + { |
| 431 | + "label": "apps", |
| 432 | + "offset": 0, |
| 433 | + "slot": "5", |
| 434 | + "type": "t_mapping(t_address,t_struct(AppConfig)1766_storage)", |
| 435 | + "contract": "KmsAuth", |
| 436 | + "src": "contracts/KmsAuth.sol:36" |
| 437 | + }, |
| 438 | + { |
| 439 | + "label": "kmsAllowedAggregatedMrs", |
| 440 | + "offset": 0, |
| 441 | + "slot": "6", |
| 442 | + "type": "t_mapping(t_bytes32,t_bool)", |
| 443 | + "contract": "KmsAuth", |
| 444 | + "src": "contracts/KmsAuth.sol:39" |
| 445 | + }, |
| 446 | + { |
| 447 | + "label": "kmsAllowedDeviceIds", |
| 448 | + "offset": 0, |
| 449 | + "slot": "7", |
| 450 | + "type": "t_mapping(t_bytes32,t_bool)", |
| 451 | + "contract": "KmsAuth", |
| 452 | + "src": "contracts/KmsAuth.sol:42" |
| 453 | + }, |
| 454 | + { |
| 455 | + "label": "appAllowedImages", |
| 456 | + "offset": 0, |
| 457 | + "slot": "8", |
| 458 | + "type": "t_mapping(t_bytes32,t_bool)", |
| 459 | + "contract": "KmsAuth", |
| 460 | + "src": "contracts/KmsAuth.sol:45" |
| 461 | + }, |
| 462 | + { |
| 463 | + "label": "appAllowedSystemMrs", |
| 464 | + "offset": 0, |
| 465 | + "slot": "9", |
| 466 | + "type": "t_mapping(t_bytes32,t_bool)", |
| 467 | + "contract": "KmsAuth", |
| 468 | + "src": "contracts/KmsAuth.sol:48" |
| 469 | + }, |
| 470 | + { |
| 471 | + "label": "nextAppSequence", |
| 472 | + "offset": 0, |
| 473 | + "slot": "10", |
| 474 | + "type": "t_mapping(t_address,t_uint256)", |
| 475 | + "contract": "KmsAuth", |
| 476 | + "src": "contracts/KmsAuth.sol:51" |
| 477 | + }, |
| 478 | + { |
| 479 | + "label": "__gap", |
| 480 | + "offset": 0, |
| 481 | + "slot": "11", |
| 482 | + "type": "t_array(t_uint256)50_storage", |
| 483 | + "contract": "KmsAuth", |
| 484 | + "src": "contracts/KmsAuth.sol:220" |
| 485 | + } |
| 486 | + ], |
| 487 | + "types": { |
| 488 | + "t_address": { |
| 489 | + "label": "address", |
| 490 | + "numberOfBytes": "20" |
| 491 | + }, |
| 492 | + "t_bool": { |
| 493 | + "label": "bool", |
| 494 | + "numberOfBytes": "1" |
| 495 | + }, |
| 496 | + "t_struct(InitializableStorage)73_storage": { |
| 497 | + "label": "struct Initializable.InitializableStorage", |
| 498 | + "members": [ |
| 499 | + { |
| 500 | + "label": "_initialized", |
| 501 | + "type": "t_uint64", |
| 502 | + "offset": 0, |
| 503 | + "slot": "0" |
| 504 | + }, |
| 505 | + { |
| 506 | + "label": "_initializing", |
| 507 | + "type": "t_bool", |
| 508 | + "offset": 8, |
| 509 | + "slot": "0" |
| 510 | + } |
| 511 | + ], |
| 512 | + "numberOfBytes": "32" |
| 513 | + }, |
| 514 | + "t_struct(OwnableStorage)13_storage": { |
| 515 | + "label": "struct OwnableUpgradeable.OwnableStorage", |
| 516 | + "members": [ |
| 517 | + { |
| 518 | + "label": "_owner", |
| 519 | + "type": "t_address", |
| 520 | + "offset": 0, |
| 521 | + "slot": "0" |
| 522 | + } |
| 523 | + ], |
| 524 | + "numberOfBytes": "32" |
| 525 | + }, |
| 526 | + "t_uint64": { |
| 527 | + "label": "uint64", |
| 528 | + "numberOfBytes": "8" |
| 529 | + }, |
| 530 | + "t_array(t_uint256)50_storage": { |
| 531 | + "label": "uint256[50]", |
| 532 | + "numberOfBytes": "1600" |
| 533 | + }, |
| 534 | + "t_bytes32": { |
| 535 | + "label": "bytes32", |
| 536 | + "numberOfBytes": "32" |
| 537 | + }, |
| 538 | + "t_bytes_storage": { |
| 539 | + "label": "bytes", |
| 540 | + "numberOfBytes": "32" |
| 541 | + }, |
| 542 | + "t_mapping(t_address,t_struct(AppConfig)1766_storage)": { |
| 543 | + "label": "mapping(address => struct KmsAuth.AppConfig)", |
| 544 | + "numberOfBytes": "32" |
| 545 | + }, |
| 546 | + "t_mapping(t_address,t_uint256)": { |
| 547 | + "label": "mapping(address => uint256)", |
| 548 | + "numberOfBytes": "32" |
| 549 | + }, |
| 550 | + "t_mapping(t_bytes32,t_bool)": { |
| 551 | + "label": "mapping(bytes32 => bool)", |
| 552 | + "numberOfBytes": "32" |
| 553 | + }, |
| 554 | + "t_string_storage": { |
| 555 | + "label": "string", |
| 556 | + "numberOfBytes": "32" |
| 557 | + }, |
| 558 | + "t_struct(AppConfig)1766_storage": { |
| 559 | + "label": "struct KmsAuth.AppConfig", |
| 560 | + "members": [ |
| 561 | + { |
| 562 | + "label": "isRegistered", |
| 563 | + "type": "t_bool", |
| 564 | + "offset": 0, |
| 565 | + "slot": "0" |
| 566 | + }, |
| 567 | + { |
| 568 | + "label": "controller", |
| 569 | + "type": "t_address", |
| 570 | + "offset": 1, |
| 571 | + "slot": "0" |
| 572 | + } |
| 573 | + ], |
| 574 | + "numberOfBytes": "32" |
| 575 | + }, |
| 576 | + "t_struct(KmsInfo)1756_storage": { |
| 577 | + "label": "struct KmsAuth.KmsInfo", |
| 578 | + "members": [ |
| 579 | + { |
| 580 | + "label": "k256Pubkey", |
| 581 | + "type": "t_bytes_storage", |
| 582 | + "offset": 0, |
| 583 | + "slot": "0" |
| 584 | + }, |
| 585 | + { |
| 586 | + "label": "caPubkey", |
| 587 | + "type": "t_bytes_storage", |
| 588 | + "offset": 0, |
| 589 | + "slot": "1" |
| 590 | + }, |
| 591 | + { |
| 592 | + "label": "quote", |
| 593 | + "type": "t_bytes_storage", |
| 594 | + "offset": 0, |
| 595 | + "slot": "2" |
| 596 | + }, |
| 597 | + { |
| 598 | + "label": "eventlog", |
| 599 | + "type": "t_bytes_storage", |
| 600 | + "offset": 0, |
| 601 | + "slot": "3" |
| 602 | + } |
| 603 | + ], |
| 604 | + "numberOfBytes": "128" |
| 605 | + }, |
| 606 | + "t_uint256": { |
| 607 | + "label": "uint256", |
| 608 | + "numberOfBytes": "32" |
| 609 | + } |
| 610 | + }, |
| 611 | + "namespaces": { |
| 612 | + "erc7201:openzeppelin.storage.Ownable": [ |
| 613 | + { |
| 614 | + "contract": "OwnableUpgradeable", |
| 615 | + "label": "_owner", |
| 616 | + "type": "t_address", |
| 617 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:24", |
| 618 | + "offset": 0, |
| 619 | + "slot": "0" |
| 620 | + } |
| 621 | + ], |
| 622 | + "erc7201:openzeppelin.storage.Initializable": [ |
| 623 | + { |
| 624 | + "contract": "Initializable", |
| 625 | + "label": "_initialized", |
| 626 | + "type": "t_uint64", |
| 627 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:69", |
| 628 | + "offset": 0, |
| 629 | + "slot": "0" |
| 630 | + }, |
| 631 | + { |
| 632 | + "contract": "Initializable", |
| 633 | + "label": "_initializing", |
| 634 | + "type": "t_bool", |
| 635 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:73", |
| 636 | + "offset": 8, |
| 637 | + "slot": "0" |
| 638 | + } |
| 639 | + ] |
| 640 | + } |
| 641 | + } |
| 642 | + }, |
| 643 | + "607131dd39eca51db37bc60c7c38665d235ec07ebb77f33e42d12049c840fdd8": { |
| 644 | + "address": "0xF048047F2f488A8aA7ea807cdF6E24504715439A", |
| 645 | + "txHash": "0x82dfa21e41deb360d47de74f43a760702f75024842504fa2587ff0995c300bbf", |
| 646 | + "layout": { |
| 647 | + "solcVersion": "0.8.22", |
| 648 | + "storage": [ |
| 649 | + { |
| 650 | + "label": "appId", |
| 651 | + "offset": 0, |
| 652 | + "slot": "0", |
| 653 | + "type": "t_address", |
| 654 | + "contract": "AppAuth", |
| 655 | + "src": "contracts/AppAuth.sol:16" |
| 656 | + }, |
| 657 | + { |
| 658 | + "label": "allowedComposeHashes", |
| 659 | + "offset": 0, |
| 660 | + "slot": "1", |
| 661 | + "type": "t_mapping(t_bytes32,t_bool)", |
| 662 | + "contract": "AppAuth", |
| 663 | + "src": "contracts/AppAuth.sol:19" |
| 664 | + }, |
| 665 | + { |
| 666 | + "label": "_upgradesDisabled", |
| 667 | + "offset": 0, |
| 668 | + "slot": "2", |
| 669 | + "type": "t_bool", |
| 670 | + "contract": "AppAuth", |
| 671 | + "src": "contracts/AppAuth.sol:22" |
| 672 | + }, |
| 673 | + { |
| 674 | + "label": "allowAnyDevice", |
| 675 | + "offset": 1, |
| 676 | + "slot": "2", |
| 677 | + "type": "t_bool", |
| 678 | + "contract": "AppAuth", |
| 679 | + "src": "contracts/AppAuth.sol:25" |
| 680 | + }, |
| 681 | + { |
| 682 | + "label": "allowedDeviceIds", |
| 683 | + "offset": 0, |
| 684 | + "slot": "3", |
| 685 | + "type": "t_mapping(t_bytes32,t_bool)", |
| 686 | + "contract": "AppAuth", |
| 687 | + "src": "contracts/AppAuth.sol:28" |
| 688 | + }, |
| 689 | + { |
| 690 | + "label": "__gap", |
| 691 | + "offset": 0, |
| 692 | + "slot": "4", |
| 693 | + "type": "t_array(t_uint256)50_storage", |
| 694 | + "contract": "AppAuth", |
| 695 | + "src": "contracts/AppAuth.sol:123" |
| 696 | + } |
| 697 | + ], |
| 698 | + "types": { |
| 699 | + "t_address": { |
| 700 | + "label": "address", |
| 701 | + "numberOfBytes": "20" |
| 702 | + }, |
| 703 | + "t_bool": { |
| 704 | + "label": "bool", |
| 705 | + "numberOfBytes": "1" |
| 706 | + }, |
| 707 | + "t_struct(InitializableStorage)73_storage": { |
| 708 | + "label": "struct Initializable.InitializableStorage", |
| 709 | + "members": [ |
| 710 | + { |
| 711 | + "label": "_initialized", |
| 712 | + "type": "t_uint64", |
| 713 | + "offset": 0, |
| 714 | + "slot": "0" |
| 715 | + }, |
| 716 | + { |
| 717 | + "label": "_initializing", |
| 718 | + "type": "t_bool", |
| 719 | + "offset": 8, |
| 720 | + "slot": "0" |
| 721 | + } |
| 722 | + ], |
| 723 | + "numberOfBytes": "32" |
| 724 | + }, |
| 725 | + "t_struct(OwnableStorage)13_storage": { |
| 726 | + "label": "struct OwnableUpgradeable.OwnableStorage", |
| 727 | + "members": [ |
| 728 | + { |
| 729 | + "label": "_owner", |
| 730 | + "type": "t_address", |
| 731 | + "offset": 0, |
| 732 | + "slot": "0" |
| 733 | + } |
| 734 | + ], |
| 735 | + "numberOfBytes": "32" |
| 736 | + }, |
| 737 | + "t_uint64": { |
| 738 | + "label": "uint64", |
| 739 | + "numberOfBytes": "8" |
| 740 | + }, |
| 741 | + "t_array(t_uint256)50_storage": { |
| 742 | + "label": "uint256[50]", |
| 743 | + "numberOfBytes": "1600" |
| 744 | + }, |
| 745 | + "t_bytes32": { |
| 746 | + "label": "bytes32", |
| 747 | + "numberOfBytes": "32" |
| 748 | + }, |
| 749 | + "t_mapping(t_bytes32,t_bool)": { |
| 750 | + "label": "mapping(bytes32 => bool)", |
| 751 | + "numberOfBytes": "32" |
| 752 | + }, |
| 753 | + "t_uint256": { |
| 754 | + "label": "uint256", |
| 755 | + "numberOfBytes": "32" |
| 756 | + } |
| 757 | + }, |
| 758 | + "namespaces": { |
| 759 | + "erc7201:openzeppelin.storage.Ownable": [ |
| 760 | + { |
| 761 | + "contract": "OwnableUpgradeable", |
| 762 | + "label": "_owner", |
| 763 | + "type": "t_address", |
| 764 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:24", |
| 765 | + "offset": 0, |
| 766 | + "slot": "0" |
| 767 | + } |
| 768 | + ], |
| 769 | + "erc7201:openzeppelin.storage.Initializable": [ |
| 770 | + { |
| 771 | + "contract": "Initializable", |
| 772 | + "label": "_initialized", |
| 773 | + "type": "t_uint64", |
| 774 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:69", |
| 775 | + "offset": 0, |
| 776 | + "slot": "0" |
| 777 | + }, |
| 778 | + { |
| 779 | + "contract": "Initializable", |
| 780 | + "label": "_initializing", |
| 781 | + "type": "t_bool", |
| 782 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:73", |
| 783 | + "offset": 8, |
| 784 | + "slot": "0" |
| 785 | + } |
| 786 | + ] |
| 787 | + } |
| 788 | + } |
407 | 789 | } |
408 | 790 | } |
409 | 791 | } |
0 commit comments