Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 492 Bytes

certikAuditFix.md

File metadata and controls

13 lines (6 loc) · 492 Bytes

Metadium CERTIC Audit Report FIX

  1. About suggestion a, For Metadium.burn() method, it’s better to have require(value <= totalSupply) explicitly rather than relying on the transitive relationship between value <= balances[msg.sender] <= totalSupply;

    This suggestion is fixed at commit 4d00361

  2. About suggestion e, This transferable feature is intended.