Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from RideSolo/ETH_Nexo_report.md
Created June 17, 2019 10:44
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/2bf5ef25e14b3c8fe974092f082e73ef to your computer and use it in GitHub Desktop.
Save yuriy77k/2bf5ef25e14b3c8fe974092f082e73ef to your computer and use it in GitHub Desktop.

NEXO Token Audit Report.

1. Summary

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

2. In scope

  • NexoToken.sol github commit hash 3571169b3365adfc92c5bd743cc75b5184a2172a.

3. Findings

1 issue was reported :

  • 0 high severity issues.

  • 0 medium severity issues.

  • 0 low severity issues.

  • 1 note.

3.1. Known vulnerabilities of ERC-20 token

Severity: note

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

No issues were found when auditing this contract.

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