Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from danbogd/ETH_xEUR tokens_reaudit.md
Created April 30, 2019 08:41
Show Gist options
  • Save yuriy77k/34a16d2e48bcba58c8a9ef3aefade126 to your computer and use it in GitHub Desktop.
Save yuriy77k/34a16d2e48bcba58c8a9ef3aefade126 to your computer and use it in GitHub Desktop.

xEUR tokens (reaudit).

1. Summary

This document is a security audit report performed by danbogd, where xEUR tokens (reaudit) has been reviewed.

2. In scope

3. Findings

In total, 1 issues were reported including:

  • 1 note.

No critical security issues were found.

3.1. Token Uses No Decimals

Severity: note

Description

While the specification defined the number of token decimals to be 18, no decimals were found to be used. This can cause problems when interacting with other smart contracts as tokens with 0 decimals can cause rounding errors. For example, many exchanges charge a small fee based on the tokens exchanged. As such, using no decimals will either make it impossible to list the token on these exchanges or it will result in having expensive fees compared to other tokens.

Code snippet

Line: 127.

4. Conclusion

The audited smart contract is safe to deploy.

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