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