{
    "Function": "setBool",
    "File": "contracts/models/EternalModel.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setBool(bytes32 _key, bool _value) internal {\n    s.boolStorage[_key] = _value;\n  }"
}