31196 - [SC - Critical] Voterpoke does not check lastVoted resulting in...
Description
Brief/Intro
Vulnerability Details
///// https://github.com/alchemix-finance/alchemix-v2-dao/blob/f1007439ad3a32e412468c4c42f62f676822dc1f/src/Voter.sol#L228-L233
function vote(
uint256 _tokenId,
address[] calldata _poolVote,
uint256[] calldata _weights,
uint256 _boost
) external onlyNewEpoch(_tokenId) {Impact Details
References
Proof of Concept
Previous31189 - [SC - High] Voting algorithm does not apply maximum availab...Next31198 - [SC - Critical] VotingEscrowmerge does not check whether the _f...
Last updated
Was this helpful?