Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from RideSolo/ETH_hydrotoken_audit_report.md
Created November 30, 2018 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuriy77k/bcdc452765c91d75ebc6b9e303b4c0a8 to your computer and use it in GitHub Desktop.
Save yuriy77k/bcdc452765c91d75ebc6b9e303b4c0a8 to your computer and use it in GitHub Desktop.

Hydro Token Audit Report.

1. Summary

This document is a security audit report performed by RideSolo, where Hydro Token has been reviewed.

2. In scope

  • HydroToken.sol github commit hash 01146703bddae7658cac9afa3a8009d07fdef819.

3. Findings

1 issue was reported:

  • 1 low severity issue.

3.1. Known vulnerabilities of ERC-20 token

Severity: low

Description

  1. It is possible to double withdrawal attack. More details here
  2. Lack of transaction handling mechanism issue. WARNING! This is a very common issue and it already caused millions of dollars losses for lots of token users! More details here

4. Conclusion

The contract can be deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment