ZenFi AI ($ZENFI) is a new BEP-20 token on the Binance Smart Chain.
We reviewed the ZENFI contract at 0xA84d7A90bDbBe6dE3FFFe9B7F549366320EF90D3 on the Binance Smart Chain mainnet.Notes on the Contract:Audit Findings Summary
- The total supply of the token is set to 42 million $ZENFI [42,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, 99.72% of the total supply belongs to the deployer.
- 0.0457% of the total supply is in Pancakeswap BSC-USD-ZENFI liquidity.
- Of that liquidity, 100% of the LP tokens belong to a token vesting contract behind a proxy.
- The next five holders own a cumulative 0.0322% of the total supply.
- The contract complies with the BEP-20 token standard.
- There are no fees associated with transferring tokens.
- The owner can withdraw any BEP-20 tokens erroneously sent to the contract address.
- The contract utilizes the SafeMath library to prevent overflows/underflows.
- Some gas optimizations can be achieved through declaring functions external instead of public. As this contract is already deployed, this is merely informational.
- No external threats were identified.
- Please ensure trust in the team prior to investing as the deployer currently owns 99.72% of the total supply.
- Date: January 13th, 2022
Vulnerability Category | Notes | Result |
---|---|---|
Arbitrary Storage Write | N/A | PASS |
Arbitrary Jump | N/A | PASS |
Centralization of Control | The owner can withdraw any BEP-20 tokens erroneously sent to the contract address. | PASS |
Delegate Call to Untrusted Contract | N/A | PASS |
Dependence on Predictable Variables | N/A | PASS |
Deprecated Opcodes | N/A | PASS |
Ether Thief | N/A | PASS |
Exceptions | N/A | PASS |
External Calls | N/A | PASS |
Flash Loans | N/A | PASS |
Integer Over/Underflow | N/A | PASS |
Multiple Sends | N/A | PASS |
Oracles | N/A | PASS |
Suicide | N/A | PASS |
State Change External Calls | N/A | PASS |
Unchecked Retval | N/A | PASS |
User Supplied Assertion | N/A | PASS |
Critical Solidity Compiler | N/A | PASS |
Overall Contract Safety | PASS |
($) = payable function
# = non-constant function
+ SafeMath
- [Pub] safeAdd
- [Pub] safeSub
- [Pub] safeMul
- [Pub] safeDiv
+ ERC20Interface
- [Pub] totalSupply
- [Pub] balanceOf
- [Pub] allowance
- [Pub] transfer #
- [Pub] approve #
- [Pub] transferFrom #
+ ApproveAndCallFallBack
- [Pub] receiveApproval #
+ Owned
- [Pub] #
- [Pub] transferOwnership #
- modifiers: onlyOwner
- [Pub] acceptOwnership #
+ ZENFI (ERC20Interface, Owned, SafeMath)
- [Pub] #
- [Pub] totalSupply
- [Pub] balanceOf
- [Pub] transfer #
- [Pub] approve #
- [Pub] transferFrom #
- [Pub] allowance
- [Pub] approveAndCall #
- [Pub] ($)
- [Pub] transferAnyERC20Token #
- modifiers: onlyOwner