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