{
    "Function": "getBool",
    "File": "src/EternalStorage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getBool(bytes32 key) public view returns (bool) {\n        return _boolStorage[key];\n    }"
}