{
    "Function": "_setBool",
    "File": "contracts/EternalStorage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _setBool(bytes32 key, bool value) internal {\n        _boolStorage[key] = value;\n    }"
}