{
    "Function": "_setUint",
    "File": "contracts/cgp/EternalStorage.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function _setUint(bytes32 key, uint256 value) internal {\n        _uintStorage[key] = value;\n    }"
}