Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from gorbunovperm/ETH_ZilliqaToken_report.md
Created April 7, 2019 13:13
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/8a4e69ad1ae46a818982b0dbc5627a1a to your computer and use it in GitHub Desktop.
Save yuriy77k/8a4e69ad1ae46a818982b0dbc5627a1a to your computer and use it in GitHub Desktop.
ZilliqaToken security audit report

ZilliqaToken security audit report

Summary

This is the report from a security audit performed on ZilliqaToken by gorbunovperm.

Audit of Top 200 CoinMarketCap tokens.

In scope

  1. ZilliqaToken.sol

Findings

In total, 2 issues were reported including:

  • 0 high severity issue.

  • 0 medium severity issues.

  • 2 low severity issues.

  • 0 minor observations.

Security issues

1. Known vulnerabilities of ERC-20 token

Severity: low

Description

  • It is possible to double withdrawal attack. More details here

  • 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

2. Owner's Privileges

Severity: low

Code snippet

Description

The contract owner allow himself to pause functions of contract (transfer, transferFrom, approve, increaseApproval, decreaseApproval).

Conclusion

There are some vulnerabilities were discovered in this contract.

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