{
    "Function": "epochData",
    "File": "src/contracts/interfaces/IRewardThrottle.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function epochData(uint256 epoch) external view returns (\n    uint256 profit,\n    uint256 rewarded,\n    uint256 bondedValue,\n    uint256 throttle\n  );"
}