{
    "Function": "_getAdmin",
    "File": "contracts/lib/openzeppelin-contracts/contracts/proxy/ERC1967/ERC1967Upgrade.sol",
    "Parent Contracts": [
        "contracts/lib/openzeppelin-contracts/contracts/interfaces/IERC1967.sol"
    ],
    "High-Level Calls": [
        "StorageSlot"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "getAddressSlot"
    ],
    "Low-Level Calls": [],
    "Code": "function _getAdmin() internal view returns (address) {\n        return StorageSlot.getAddressSlot(_ADMIN_SLOT).value;\n    }"
}