This is the report from a security audit performed on DirhamToken by MrCrambo.
The audit focused primarily on the security of DirhamToken smart contracts.
- https://github.com/DirhamCrypto/DirhamToken/blob/e4a9dc34f9020e7733a289b9b9b4a3d74daee1a1/contracts/Dirham.sol
- https://github.com/DirhamCrypto/DirhamToken/blob/e4a9dc34f9020e7733a289b9b9b4a3d74daee1a1/contracts/ERC20Detailed.sol
In total, 1 issue was reported including:
-
0 high severity issues.
-
0 medium severity issues.
-
0 low severity issues.
-
1 owner privilegies issues.
- Owner can emit fake transfer events, this could be risky if exchanges will work with this token and evaluate transfers using
Transfer
event. - Minter can mint any amount of tokens.
Smart contract contains only low severity issue.