Closed code423n4 closed 2 years ago
hack3r-0m
https://github.com/code-423n4/2021-11-vader/blob/main/contracts/tokens/USDV.sol#L5
contract USDV is IUSDV, ProtocolConstants, ERC20, Ownable {...)
Ownable is not used anywhere and can be completely removed
Handle
hack3r-0m
Vulnerability details
https://github.com/code-423n4/2021-11-vader/blob/main/contracts/tokens/USDV.sol#L5
Ownable is not used anywhere and can be completely removed