Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from RideSolo/ETH_jarvis_audit_report.md
Created October 8, 2018 19:16
Show Gist options
  • Select an option

  • Save yuriy77k/6d6b617a907b4454ddf05661d5b66f91 to your computer and use it in GitHub Desktop.

Select an option

Save yuriy77k/6d6b617a907b4454ddf05661d5b66f91 to your computer and use it in GitHub Desktop.

Jarvis+ Token Audit Report.

1. Summary

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

Token desription:

Symbol      : JAR
Name        : Jarvis+ Token
Total supply: 600,000,000
Decimals    : 18
Standard    : ERC20

2. In scope

3. Findings

1 issue was reported:

  • 1 low severity issue.

3.1. Known Issues of ERC20 Standard

Severity: low

Description

ERC20 Tokens have some well-known issues (listed below), This is just a reminder for the contract developers.

  • Approve + transferFrom mechanism allows double withdrawal attack.
  • Lack of transaction handling.

The above mentioned issues are well documented, a basic search can help to get more information.

4. Conclusion

The token contract is safe to be deployed, developers should consider checking ERC20 known issues.

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