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