This document is a security audit report performed by RideSolo, where Holo Token has been reviewed.
1 issue was reported:
- 1 low severity issue.
- 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 the following code to the transfer(_to address, ...)
function:
require( _to != address(this) );
The audited contract can be deployed.