This document is a security audit report performed by danbogd, where LoveAirCoffee v2 has been reviewed.
Сommit hash bd368f5fe97945b715bfc4f7166f62ec7c48487e.
In total, 1 issues were reported including:
- 1 low severity issues.
No critical security issues were found.
-
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.
Add into a function transfer(address _to, ... )
following code:
require( _to != address(this) );
The review did not show any critical issues, some low severity issues were found.