This is the report from a security audit performed on SafeUpgradeableTokenERC20 by MrCrambo.
The audit focused primarily on the security of SafeUpgradeableTokenERC20 smart contract.
In total, 4 issues were reported including:
-
0 high severity issues.
-
0 medium severity issues.
-
2 owner privilegies issues.
-
2 low severity issues.
- Pausers set by owner can
pause
any time they wants. upgradeMaster
can changeupgradeMaster
to any address he wants without checking it for zero address.
Function _burnFrom
is never used and could be removed.
In constructor
and setUpgradeMaster
there are no zero address checking.
Smart contract contains low severity issues.