|
1757 | 1757 | },
|
1758 | 1758 | "namespaces": {}
|
1759 | 1759 | }
|
| 1760 | + }, |
| 1761 | + "fafb0b1d8e00713964218572f49834194aceb152684068d1d9920dbca67bb1df": { |
| 1762 | + "address": "0xc6Cf8CC78A78383D615e5a5dD2652a928AA93566", |
| 1763 | + "txHash": "0x582e2b71393d8584da82bdfedbbeca337ab99da3dfdd6bce387f96a16eaf07a9", |
| 1764 | + "layout": { |
| 1765 | + "solcVersion": "0.8.24", |
| 1766 | + "storage": [ |
| 1767 | + { |
| 1768 | + "label": "_initialized", |
| 1769 | + "offset": 0, |
| 1770 | + "slot": "0", |
| 1771 | + "type": "t_uint8", |
| 1772 | + "contract": "Initializable", |
| 1773 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", |
| 1774 | + "retypedFrom": "bool" |
| 1775 | + }, |
| 1776 | + { |
| 1777 | + "label": "_initializing", |
| 1778 | + "offset": 1, |
| 1779 | + "slot": "0", |
| 1780 | + "type": "t_bool", |
| 1781 | + "contract": "Initializable", |
| 1782 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" |
| 1783 | + }, |
| 1784 | + { |
| 1785 | + "label": "__gap", |
| 1786 | + "offset": 0, |
| 1787 | + "slot": "1", |
| 1788 | + "type": "t_array(t_uint256)50_storage", |
| 1789 | + "contract": "ERC1967UpgradeUpgradeable", |
| 1790 | + "src": "@openzeppelin/contracts-upgradeable/proxy/ERC1967/ERC1967UpgradeUpgradeable.sol:169" |
| 1791 | + }, |
| 1792 | + { |
| 1793 | + "label": "__gap", |
| 1794 | + "offset": 0, |
| 1795 | + "slot": "51", |
| 1796 | + "type": "t_array(t_uint256)50_storage", |
| 1797 | + "contract": "UUPSUpgradeable", |
| 1798 | + "src": "@openzeppelin/contracts-upgradeable/proxy/utils/UUPSUpgradeable.sol:111" |
| 1799 | + }, |
| 1800 | + { |
| 1801 | + "label": "__gap", |
| 1802 | + "offset": 0, |
| 1803 | + "slot": "101", |
| 1804 | + "type": "t_array(t_uint256)50_storage", |
| 1805 | + "contract": "ContextUpgradeable", |
| 1806 | + "src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40" |
| 1807 | + }, |
| 1808 | + { |
| 1809 | + "label": "_owner", |
| 1810 | + "offset": 0, |
| 1811 | + "slot": "151", |
| 1812 | + "type": "t_address", |
| 1813 | + "contract": "OwnableUpgradeable", |
| 1814 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" |
| 1815 | + }, |
| 1816 | + { |
| 1817 | + "label": "__gap", |
| 1818 | + "offset": 0, |
| 1819 | + "slot": "152", |
| 1820 | + "type": "t_array(t_uint256)49_storage", |
| 1821 | + "contract": "OwnableUpgradeable", |
| 1822 | + "src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" |
| 1823 | + }, |
| 1824 | + { |
| 1825 | + "label": "_pendingOwner", |
| 1826 | + "offset": 0, |
| 1827 | + "slot": "201", |
| 1828 | + "type": "t_address", |
| 1829 | + "contract": "Ownable2StepUpgradeable", |
| 1830 | + "src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:21" |
| 1831 | + }, |
| 1832 | + { |
| 1833 | + "label": "__gap", |
| 1834 | + "offset": 0, |
| 1835 | + "slot": "202", |
| 1836 | + "type": "t_array(t_uint256)49_storage", |
| 1837 | + "contract": "Ownable2StepUpgradeable", |
| 1838 | + "src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:70" |
| 1839 | + } |
| 1840 | + ], |
| 1841 | + "types": { |
| 1842 | + "t_address": { |
| 1843 | + "label": "address", |
| 1844 | + "numberOfBytes": "20" |
| 1845 | + }, |
| 1846 | + "t_array(t_uint256)49_storage": { |
| 1847 | + "label": "uint256[49]", |
| 1848 | + "numberOfBytes": "1568" |
| 1849 | + }, |
| 1850 | + "t_array(t_uint256)50_storage": { |
| 1851 | + "label": "uint256[50]", |
| 1852 | + "numberOfBytes": "1600" |
| 1853 | + }, |
| 1854 | + "t_bool": { |
| 1855 | + "label": "bool", |
| 1856 | + "numberOfBytes": "1" |
| 1857 | + }, |
| 1858 | + "t_uint256": { |
| 1859 | + "label": "uint256", |
| 1860 | + "numberOfBytes": "32" |
| 1861 | + }, |
| 1862 | + "t_uint8": { |
| 1863 | + "label": "uint8", |
| 1864 | + "numberOfBytes": "1" |
| 1865 | + } |
| 1866 | + }, |
| 1867 | + "namespaces": {} |
| 1868 | + } |
1760 | 1869 | }
|
1761 | 1870 | }
|
1762 | 1871 | }
|
0 commit comments