No used library added #114
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
xYrYuYx
Vulnerability details
Impact
https://github.com/code-423n4/2021-11-nested/blob/main/contracts/NestedBuybacker.sol#L15
There is only NST.safeTransfer used, and NST is INestedToken interface.
SafeERC20 is not used for IERC20 interface.
Tools Used
Recommended Mitigation Steps
Remove Line 79
The text was updated successfully, but these errors were encountered: