Skip to content

Instantly share code, notes, and snippets.

@RideSolo
Last active January 3, 2019 20:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RideSolo/e49b2888e4b91a31fed49e401e5a5f49 to your computer and use it in GitHub Desktop.
Save RideSolo/e49b2888e4b91a31fed49e401e5a5f49 to your computer and use it in GitHub Desktop.

Odin Token Audit Report.

1. Summary

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

Token desription:

Symbol      : ODIN
Name        : ODIN TOKEN
Total supply: 200.000.000
Decimals    : 0
Standard    : ERC20

2. In scope

  • OdinCoin.sol github gist 2f13782b4391b82c16654fbced3c04dd.

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 audited contract is safe.

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