{
    "Function": "getBytes32",
    "File": "contracts/lib/openzeppelin-contracts/contracts/mocks/StorageSlotMock.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "StorageSlot"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "getBytes32Slot"
    ],
    "Low-Level Calls": [],
    "Code": "function getBytes32(bytes32 slot) public view returns (bytes32) {\n        return slot.getBytes32Slot().value;\n    }"
}