SHARIK TOKEN - Smart Contract Audit Report

Summary

SHARIK TOKEN Audit Report SHARIK TOKEN ($SHARIK) is a new community-driven DeFi token on the Binance Smart Chain.

We reviewed the SHARIK TOKEN Token contract at 0x0aAa367a8D590915ee96e3Bbc44989a4Fa4B88C0 on the Binance Smart Chain mainnet.

Notes on the Contract:
  • The total supply of the token is set to 100 billion [100,000,000,000].
  • No mint or burn functions are present; though the circulating supply can be reduced by sending tokens to the 0x..dead address, if desired.
  • At the time of writing this report, 65.55% of the total supply belongs to an unverified contract.
  • 2.68% of the total supply is in Pancakeswap liquidity.
  • Of that liquidity, 93.81% of the LP tokens are stored in an unverified contract.
  • 5.45% of the LP tokens belong to this holder.
  • The top five holders own a cumulative 13% of the total supply.

  • As the contract is deployed with Solidity v0.8.4, it is protected from overflows.
  • Some gas optimizations can be achieved through declaring functions external instead of public. As this contract is already deployed, this is merely informational.

Audit Findings Summary
  • No external threats were identified.
  • Please be aware of the amount of liquidity available in proportion to the largest wallets.
  • Date: November 11th, 2021

Audit Results

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

Function Graph

ERC20 Token Graph


Inheritence Chart

Multi-file Token


Functions Overview


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