This is the report from a security audit performed on UNUS_SED_LEO by MrCrambo.
The audit focused primarily on the security of UNUS_SED_LEO smart contracts.
In total, 4 issues were reported including:
-
0 high severity issues.
-
1 medium severity issues.
-
0 owner privilegies issues.
-
2 low severity issues.
-
1 notes.
There is no event call in constructor in line 17 after setting owner.
There are no zero address checking in functions changeController in line 76 and generateTokens in line 460.
Owner can disable transfers any time he wants.
Owner can mint using generateTokens function in line 460 without any restrictions and unlimited tokens, so it could be risky for users.
Smart contract contains medium severity issue.