This document is a security audit report performed by danbogd, where BetCrypto.Club Token has been reviewed.
Сommit hash .
In total, 1 issues were reported including:
- 0 medium severity issues
- 0 low severity issues
- 0 owner privileges (ability of owner to manipulate contract, may be risky for investors).
- 1 notes.
No critical security issues were found.
Internal _burnFrom function is not used in this contract.
Line 248.
function _burnFrom(address account, uint256 amount) internal {
_burn(account, amount);
_approve(account, msg.sender, _allowances[account][msg.sender].sub(amount, "ERC20: burn amount exceeds allowance"));
}
The review did not show any critical issues, the audited smart contract is safe to deploy.