Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuriy77k/d1a1f71ce701674f137d4946c415821a to your computer and use it in GitHub Desktop.
Save yuriy77k/d1a1f71ce701674f137d4946c415821a to your computer and use it in GitHub Desktop.

EtherBots audit report.

1. Summary

This document is a security audit report performed by danbogd, where EtherBots has been reviewed.

2. In scope

Сommit hash 8f1f1752cb2942184df695e0442b04a38f0807ba.

3. Findings

In total, 1 issues were reported including:

  • 1 notes.

No critical security issues were found.

3.1. Consider using latest version of solidity.

Severity: minor observation

Description

The contracts use solidity version 0.4.18. It is suggested to use the latest version and fix all compiler warnings that arise. Compiler version should be fixed to avoid any potential discrepancies in smart contract behavior caused by different versions of compiler.

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