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