COLONIZER Token - Smart Contract Audit Report

Summary

COLONIZER is a new token on the Binance Smart Chain.

For this audit we reviewed the project's token contract, deployed at 0xb76ea353a62601685dd24b862d093cda1e125b7f on the BSC mainnet.

Notes of the Token Contract:
  • The total supply of the token is 21 million.
  • No minting or burning functions are present.
  • Currently, the team holds 100% of the supply.
  • No ownership-protected functions are present.
  • The contract utilizes Solidity 0.8.1 which has built-in overflow checks, removing the need for SafeMath.
Audit Findings Summary
  • No issues from external attackers were identified.
  • As with any presale, check token allocations and ensure trust in the team prior to investing.
  • Date: May 19th, 2021.

Vulnerability CategoryNotesResult
Arbitrary Storage WriteN/APASS
Arbitrary JumpN/APASS
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/UnderflowN/APASS
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

ERC20 Token Graph

Multi-file Token


 ($) = payable function
 # = non-constant function
 
 Int = Internal
 Ext = External
 Pub = Public

 +  Colonizer 
    - [Pub]  #
    - [Pub] balanceOf
    - [Pub] transfer #
    - [Pub] transferFrom #
    - [Pub] approve #