{
    "Function": "latestRoundData",
    "File": "contracts/mocks/mockEtherPriceOracle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function latestRoundData()\n    external\n    view\n    returns (\n      uint80 roundId,\n      int256 answer,\n      uint256 startedAt,\n      uint256 updatedAt,\n      uint80 answeredInRound\n    ){\n        return (1, 1800 * 1e8, 1687380923, 1687380923, 1 );\n    }"
}