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