Wrapped HIGHMONKEY - Audit Report

Summary

Wrapped HIGHMONKEY Audit Report Wrapped HIGHMONKEY ($WHMOK) is building a new ERC-20 token.

We reviewed the Wrapped WHMOK contract at commit d268afa3e98ee04b9761c1d8034cb109484af9c0 on the team's GitHub Repository.

Notes on the Contract:
  • The total supply of the token has yet to be determined by the team.
  • No minting or burn functions are present; though the circulating supply can be reduced by sending tokens to the 0x..dead address if desired.
  • There was no token allocation for our team to analyze as the contract has yet to be deployed to the mainnet.

  • The contract complies with the ERC-20 token standard.
  • There are no fees associated with transferring tokens.
  • No ownership-restricted functions are present.
  • Although SafeMath is not utilized, the contract has sufficient checks to ensure that a user's token balance does not overflow/underflow after a transfer takes place.
  • Some gas optimizations can be achieved by declaring functions external instead of public, and some state variables constant.

Audit Findings Summary
  • No external threats were identified.
  • As with any presale, please ensure trust in the team prior to investing.
  • Date: January 7th, 2022.

Audit Results

Vulnerability CategoryNotesResult
Arbitrary Storage WriteN/APASS
Arbitrary JumpN/APASS
Centralization of ControlThe project has yet to be launched by the team.PASS
Delegate Call to Untrusted ContractN/APASS
Dependence on Predictable VariablesN/APASS
Deprecated OpcodesN/APASS
Ether ThiefN/APASS
ExceptionsN/APASS
External CallsN/APASS
Flash LoansN/APASS
Integer Over/UnderflowAlthough SafeMath is not utilized, the contract has sufficient checks to ensure that a user's token balance does not overflow/underflow after a transfer takes place.PASS
Multiple SendsN/APASS
OraclesN/APASS
SuicideN/APASS
State Change External CallsN/APASS
Unchecked RetvalN/APASS
User Supplied AssertionN/APASS
Critical Solidity CompilerN/APASS
Overall Contract Safety PASS

Function Graph

ERC20 Token Graph


Inheritance Chart

Multi-file Token


Functions Overview


 ($) = payable function
 # = non-constant function
 
 +  Token 
    - [Pub]  #
    - [Pub] transfer #
    - [Pub] approve #
    - [Pub] transferFrom #