Skip to content

Instantly share code, notes, and snippets.

@yuriy77k
Forked from MrCrambo/ETH_LoveAirCoffeeV2_report.md
Created April 24, 2019 11:56
Show Gist options
  • Save yuriy77k/e7884f21ad9c2dbd7a6955ca42ba150d to your computer and use it in GitHub Desktop.
Save yuriy77k/e7884f21ad9c2dbd7a6955ca42ba150d to your computer and use it in GitHub Desktop.

Summary

This is the report from a security audit performed on LoveAirCoffeeV2 by MrCrambo.

The audit focused primarily on the security of LoveAirCoffeeV2 smart contract.

In scope

  1. https://github.com/LOVEAirCoffee/tokensale/blob/master/LAC.sol

Findings

In total, 1 issue was reported including:

  • 0 high severity issues.

  • 0 medium severity issues.

  • 1 low severity issues.

Security issues

1. tokensPerOneEther issues.

Severity: low

Description

It is necessary to check tokensPerOneEther for zero-value when setting a new value.

Conclusion

Smart contract free of critical issues.

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