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