-
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
-
About suggestion e, This transferable feature is intended.