This is a token for the crypto degens. A token for the long term hodlers who shill deep into the night. A token for the telegram meme warriors. Let's take this crazy ride to the moon!
With Crazy Moonshot there are 2 ways to earn. First, like most tokens, just buy and hodl. Second, adding to the liquidity pool. Liquidity pool holders will also get a kick-back for powering the token.
9% Reflections back to hodlers!
+
9% Liquidity providers!
=
18% Total tax.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in CRAZYMOONSHOT._transfer(address,address,uint256) (#1012-1056):
External calls:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1043)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1137)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1146)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1157)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#884)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1138)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1148)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1158)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#886)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _rTotal = _rTotal.sub(rFee) (#923)
- _tokenTransfer(from,to,amount,takeFee) (#1055)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#970)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#883)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1156)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1147)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#885)
Apply the check-effects-interactions pattern.
Additional information: link
CRAZYMOONSHOT.addLiquidity(uint256,uint256) (#1099-1112) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Ensure that all the return values of the function calls are used.
Additional information: link
CRAZYMOONSHOT._approve(address,address,uint256).owner (#1004) shadows:
- Ownable.owner() (#436-438) (function)
Rename the local variables that shadow another component.
Additional information: link
CRAZYMOONSHOT.setMaxTxPercent(uint256) (#908-912) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(18 ** 2) (#909-911)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in CRAZYMOONSHOT.transferFrom(address,address,uint256) (#809-813):
External calls:
- _transfer(sender,recipient,amount) (#810)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- _transfer(sender,recipient,amount) (#810)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#811)
- _allowances[owner][spender] = amount (#1008)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in CRAZYMOONSHOT.transferFrom(address,address,uint256) (#809-813):
External calls:
- _transfer(sender,recipient,amount) (#810)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1090-1096)
External calls sending eth:
- _transfer(sender,recipient,amount) (#810)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1104-1111)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1009)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#811)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#483-488) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#485)
Avoid relying on block.timestamp.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#381-402) uses assembly
- INLINE ASM (#394-397)
Do not use evm assembly.
Additional information: link
SafeMath.mod(uint256,uint256,string) (#249-252) is never used and should be removed
Remove unused functions.
Additional information: link
CRAZYMOONSHOT._previousLiquidityFee (#731) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#381-402):
- (success,returndata) = target.call{value: weiValue}(data) (#385)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable CRAZYMOONSHOT._maxTxAmount (#739) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#261)" inContext (#255-264)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable CRAZYMOONSHOT._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to CRAZYMOONSHOT._transferStandard(address,address,uint256).tTransferAmount (#1136)
Prevent variables from having similar names.
Additional information: link
CRAZYMOONSHOT.slitherConstructorVariables() (#705-1168) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#740)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
CRAZYMOONSHOT.numTokensSellToAddToLiquidity (#740) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
isExcludedFromFee(address) should be declared external:
- CRAZYMOONSHOT.isExcludedFromFee(address) (#1000-1002)
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.
Number of Binance Smart Chain (BSC) token holders is low.
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 contract audit
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Unable to find token on CoinHunt
Additional information: link
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
Unable to find Twitter account
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account