Assessment reportsPublic findings
Back to Zellic site
↗
Assessment reports>Aura Finance>Threat Models>Function: addRewardToEpoch(address _token, uint256 _amount, uint256 _epoch)
GeneralOverview
DiscussionThe protectAddPool is unsafeWithdrawal of funds from a shut down pool
Threat ModelsWhat are threat models?AuraBalProxyOFT.solAuraBalRewardPool.solAuraOFT.solAuraVestedEscrow.solBaseRewardPool4626.solBoosterLite.sol
ExtraRewardsDistributor.solFunction: addReward(address _token, uint256 _amount)Function: addRewardToEpoch(address _token, uint256 _amount, uint256 _epoch)Function: getReward(address _token, uint256 _startIndex)Function: getReward(address _account, address _token)
L1Coordinator.solPausableOFT.solPausableProxyOFT.solPoolManagerLite.solVirtualBalanceRewardPool.sol
Audit ResultsAudit Results

Function: addRewardToEpoch(address _token, uint256 _amount, uint256 _epoch)

The same function as addReward, but it allows to control the _epoch amount.

Zellic © 2025Back to top ↑