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