BabyZap is a revolutionary new kind of tokenomics that gives holder's 10% reflections in $BZAP while having 0% buy/sell tax and also being deflationary.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
BabyZap._approve(address,address,uint256).owner (#265) shadows:
- Ownable.owner() (#130-132) (function)
Rename the local variables that shadow another component.
Additional information: link
BabyZap.updateTimeLimit(uint256) (#385-388) should emit an event for:
- _timeLimitFromLastBuy = timeLimitFromLastBuy (#387)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in BabyZap.constructor() (#211-221):
External calls:
- uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#218)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_totalSupply) (#220)
Apply the check-effects-interactions pattern.
Additional information: link
BabyZap._transfer(address,address,uint256) (#289-340) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_buyInfo[from] == 0 || _buyInfo[from].add(_timeLimitFromLastBuy) < block.timestamp,ERC20: Your wallet is on cooldown, try again shortly) (#302)
- require(bool,string)(_buyInfo[to] == 0 || _buyInfo[to].add(_timeLimitFromLastBuy) < block.timestamp,ERC20: Your wallet is on cooldown, try again shortly) (#319)
Avoid relying on block.timestamp.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#102-117) uses assembly
- INLINE ASM (#109-112)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#65-68) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.7 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#102-117):
- (success,returndata) = target.call{value: weiValue}(data) (#104)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable BabyZap._live (#209) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
BabyZap._symbol (#184) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
setPresaleWallet(address,bool) should be declared external:
- BabyZap.setPresaleWallet(address,bool) (#390-392)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account