31495 - [SC - Critical] Users cannot claim rewards from RevenueHandler ...
Description
Brief/Intro
Vulnerability Details
function claim(
uint256 tokenId,
address token,
address alchemist,
uint256 amount,
address recipient
) external override {
require(IVotingEscrow(veALCX).isApprovedOrOwner(msg.sender, tokenId), "Not approved or owner");
uint256 amountBurned = 0;
->> uint256 amountClaimable = _claimable(tokenId, token);
...SNIP...
}
Impact Details
References
Proof of Concept
Output
Previous31494 - [SC - High] Alchemix The first epochs ALCX emissions of vo...Next31497 - [SC - Low] executeBatch lacks payable so ethers can not be...
Last updated
Was this helpful?