{
    "Function": "setUint",
    "File": "contracts/models/EternalModel.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function setUint(bytes32 _key, uint256 _value) internal {\n    s.uIntStorage[_key] = _value;\n  }"
}