{
    "Function": "getBytes",
    "File": "contracts/cgp/EternalStorage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getBytes(bytes32 key) public view returns (bytes memory) {\n        return _bytesStorage[key];\n    }"
}