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