Closed code423n4 closed 2 years ago
hack3r-0m
https://github.com/code-423n4/2021-11-vader/blob/main/contracts/tokens/Vader.sol#L197
claimGrant function does not check for "token must hold sufficient Vader allocation for the grant"
claimGrant
fix comment or function.
This is indirectly checked by the transfer operation itself.
Dispute accepted, weird syntax, though: ERC20._transfer(...)
ERC20._transfer(...)
Handle
hack3r-0m
Vulnerability details
https://github.com/code-423n4/2021-11-vader/blob/main/contracts/tokens/Vader.sol#L197
claimGrant
function does not check for "token must hold sufficient Vader allocation for the grant"fix comment or function.