#41256 [SC-Insight] Contradictory Documentation and actual function
Description
Brief/Intro
Vulnerability Details
constructor() Ownable(msg.sender) {
/// @dev this is in percentage, 1/10 of the total rewards
MAX_CAP_PER_WALLET_PER_EPOCH_FACTOR = 30;
}Impact Details
Proof of Concept
Previous#41215 [SC-Critical] StakeV2: Inconsistencies in totalSupply computation, can lead to protocol insolvencyNext#41272 [SC-Insight] Unnecessary precision loss due to division before multiplication in `getDistribution()`
Was this helpful?