Global Messaging Token Audit

Off-Chain (Private)
Audited on 2017/10/16
No active critical issues

Summary

The Mercury Protocol team asked us to review and audit their Global Messaging Token (GMT) and crowdsale contracts. We looked at the code and now publish our results. The audited contracts are located in the MercuryProtocol/global-messaging-token-contracts repository. The version used... contracts The contracts StandardToken, GMToken and SafeMath are very similar to code found in OpenZeppelin’s StandardToken, Crowdsale, RefundableCrowdsale and SafeMath contracts. Reimplementing functionality instead of reusing public and already audited code can bring regression problems and difficult...

Issues (8)

Low
Medium
High
Critical
Total
Not fixed
2---2
Fixed
41-16
Total61018

Contracts (4)

#File Name
1

contracts/Tokens/StandardToken.sol

2

contracts/Safe/GMTSafe.sol

3

contracts/Tokens/GMToken.sol

4

contracts/Utils/SafeMath.sol