UNIMOON is a blockchain for social media that's launching on the Binance Smartchain and will post to it's own L1 blockchain which is a fork of Solana with added functionality.
Protect your data, your freedom and your control with our free-feeling social media application, uMOON and earn fair remuneration while using it! It’ll change the way you look at content forever.
Be a pioneer, imagine investing in the most popular social media avenues from the start. Help us create a truly privacy centred social media platform.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in UNIMOON._transfer(address,address,uint256) (#984-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
State variables written after the call(s):
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- _balance_reflected[wallet] = _balance_reflected[wallet] - rTokensToConvert (#768)
- _balance_reflected[address(this)] = _balance_reflected[address(this)] + rTokensToConvert (#772)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- _balance_total[wallet] = _balance_total[wallet] - tokensToConvert (#770)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- inSwapAndLiquify = true (#421)
- inSwapAndLiquify = false (#423)
Reentrancy in UNIMOON._transfer(address,address,uint256) (#984-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
State variables written after the call(s):
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- _balance_reflected[wallet] = _balance_reflected[wallet] - rTokensToConvert (#768)
- _balance_reflected[address(this)] = _balance_reflected[address(this)] + rTokensToConvert (#772)
- _transferStandard(from,to,amount,rAmount,tTransferAmount,rTransferAmount) (#1055)
- _balance_reflected[from] = _balance_reflected[from] - rAmount (#1075)
- _balance_reflected[to] = _balance_reflected[to] + rTransferAmount (#1089)
- _takefees_burn(tBurn) (#1065)
- _balance_reflected[receiverWallet] = _balance_reflected[receiverWallet] + reflectedReeAmount (#807)
- _takefees_marketing(tMarketing) (#1066)
- _balance_reflected[receiverWallet] = _balance_reflected[receiverWallet] + reflectedReeAmount (#807)
- _takefees_Liquidity(tLiquidity) (#1067)
- _balance_reflected[receiverWallet] = _balance_reflected[receiverWallet] + reflectedReeAmount (#807)
- _takefees_buyback(tBuyback) (#1068)
- _balance_reflected[receiverWallet] = _balance_reflected[receiverWallet] + reflectedReeAmount (#807)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- _balance_total[wallet] = _balance_total[wallet] - tokensToConvert (#770)
- _transferStandard(from,to,amount,rAmount,tTransferAmount,rTransferAmount) (#1055)
- _balance_total[from] = _balance_total[from] - tAmount (#1080)
- _balance_total[to] = _balance_total[to] + tTransferAmount (#1085)
- _takefees_burn(tBurn) (#1065)
- _balance_total[receiverWallet] = _balance_total[receiverWallet] + feeAmount (#811)
- _takefees_marketing(tMarketing) (#1066)
- _balance_total[receiverWallet] = _balance_total[receiverWallet] + feeAmount (#811)
- _takefees_Liquidity(tLiquidity) (#1067)
- _balance_total[receiverWallet] = _balance_total[receiverWallet] + feeAmount (#811)
- _takefees_buyback(tBuyback) (#1068)
- _balance_total[receiverWallet] = _balance_total[receiverWallet] + feeAmount (#811)
- _take_reflectionFee(rReflection,tReflection) (#1058)
- _supply_reflected = _supply_reflected - rFee (#838)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- inSwapAndLiquify = true (#421)
- inSwapAndLiquify = false (#423)
Apply the check-effects-interactions pattern.
Additional information: link
UNIMOON.includeInReward(address) (#609-620) has costly operations inside a loop:
- _excluded.pop() (#616)
Use a local variable to hold the loop computation result.
Additional information: link
UNIMOON._getValues(uint256,bool) (#743-763) performs a multiplication on the result of a division:
-tReflection = (tAmount * _fee_reflection) * multiplier / (_fee_denominator * 100) (#753)
-rReflection = tReflection * _getRate() (#757)
Consider ordering multiplication before division.
Additional information: link
UNIMOON.s_manageExcludeFromFee(address[],bool).i (#674) is a local variable never initialized
UNIMOON.s_excludeFromFee(address[],bool).i (#692) is a local variable never initialized
UNIMOON.s_manageWhitelist(address[],bool).i (#686) is a local variable never initialized
UNIMOON.s_manageBlacklist(address[],bool).i (#680) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
UNIMOON.addLiquidity(uint256,uint256) (#962-972) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
Ensure that all the return values of the function calls are used.
Additional information: link
UNIMOON.allowance(address,address).owner (#472) shadows:
- Ownable.owner() (#119-121) (function)
UNIMOON._approve(address,address,uint256).owner (#974) shadows:
- Ownable.owner() (#119-121) (function)
Rename the local variables that shadow another component.
Additional information: link
UNIMOON.cooldownEnabled(bool,uint8) (#634-637) should emit an event for:
- cooldownTimerInterval = _interval (#636)
UNIMOON.setNumTokensSellToAddToLiquidityt(uint256) (#640-642) should emit an event for:
- _numTokensSellToAddToLiquidity = numTokensSellToAddToLiquidity (#641)
UNIMOON.setMaxTxPercent_base1000(uint256) (#645-647) should emit an event for:
- _maxTxAmount = (_supply_total * maxTxPercent) / 1000 (#646)
UNIMOON.setMaxTxTokens(uint256) (#650-652) should emit an event for:
- _maxTxAmount = maxTxTokens (#651)
UNIMOON.setMaxWalletPercent_base1000(uint256) (#655-657) should emit an event for:
- _maxWalletToken = (_supply_total * maxWallPercent) / 1000 (#656)
UNIMOON.setMaxWalletTokens(uint256) (#660-662) should emit an event for:
- _maxWalletToken = maxWallTokens (#661)
UNIMOON.set_sell_multiplier(uint256) (#852-854) should emit an event for:
- sellMultiplier = Multiplier (#853)
UNIMOON.set_All_Fees_Triggers(uint256,uint256) (#856-859) should emit an event for:
- _fee_marketing_convert_limit = marketing_fee_convert_limit (#857)
- _fee_buyback_convert_limit = buyback_fee_convert_limit (#858)
UNIMOON.set_All_Fees_Minimum_Balance(uint256,uint256) (#861-864) should emit an event for:
- _fee_buyback_min_bal = buyback_fee_minimum_balance (#862)
- _fee_marketing_min_bal = marketing_fee_minimum_balance (#863)
Emit an event for critical parameter changes.
Additional information: link
UNIMOON.Change_Wallet_Marketing(address).newWallet (#558) lacks a zero-check on :
- _wallet_marketing = address(newWallet) (#559)
UNIMOON.Change_Wallet_Buyback(address).newWallet (#562) lacks a zero-check on :
- _wallet_buyback = address(newWallet) (#563)
UNIMOON.Change_Wallet_Burn(address).newWallet (#566) lacks a zero-check on :
- _wallet_burn = address(newWallet) (#567)
Check that the address is not zero.
Additional information: link
Reentrancy in UNIMOON._transfer(address,address,uint256) (#984-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
State variables written after the call(s):
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- _allowances[owner][spender] = amount (#978)
Reentrancy in UNIMOON._transfer(address,address,uint256) (#984-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
State variables written after the call(s):
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- _allowances[owner][spender] = amount (#978)
- _take_reflectionFee(rReflection,tReflection) (#1058)
- _contractReflectionStored = _contractReflectionStored + tFee (#839)
- removeAllFee() (#1049)
- _fee_burn = burnFees (#844)
- restoreAllFee() (#1061)
- _fee_burn = burnFees (#844)
- removeAllFee() (#1049)
- _fee_burn_old = _fee_burn (#878)
- removeAllFee() (#1049)
- _fee_buyback = buybackFee (#847)
- restoreAllFee() (#1061)
- _fee_buyback = buybackFee (#847)
- removeAllFee() (#1049)
- _fee_buyback_old = _fee_buyback (#881)
- removeAllFee() (#1049)
- _fee_liquidity = liquidityFees (#846)
- restoreAllFee() (#1061)
- _fee_liquidity = liquidityFees (#846)
- removeAllFee() (#1049)
- _fee_liquidity_old = _fee_liquidity (#880)
- removeAllFee() (#1049)
- _fee_marketing = marketingFee (#845)
- restoreAllFee() (#1061)
- _fee_marketing = marketingFee (#845)
- removeAllFee() (#1049)
- _fee_marketing_old = _fee_marketing (#879)
- removeAllFee() (#1049)
- _fee_reflection = reflectionFees (#848)
- restoreAllFee() (#1061)
- _fee_reflection = reflectionFees (#848)
- removeAllFee() (#1049)
- _fee_reflection_old = _fee_reflection (#882)
Reentrancy in UNIMOON.constructor() (#426-442):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#431)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#434)
- _isExcludedFromFee[address(this)] = true (#435)
- _isExcludedFromFee[deadAddress] = true (#436)
- _isExcludedFromFee[_wallet_marketing] = true (#437)
- _isExcludedFromFee[_wallet_burn] = true (#438)
- _isExcludedFromFee[_wallet_buyback] = true (#439)
- uniswapV2Router = _uniswapV2Router (#432)
Reentrancy in UNIMOON.swapAndLiquify(uint256) (#919-931):
External calls:
- swapTokensForEth(tokensHalf) (#924)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- addLiquidity(tokensHalf,bnbSwapped) (#928)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
External calls sending eth:
- addLiquidity(tokensHalf,bnbSwapped) (#928)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
State variables written after the call(s):
- addLiquidity(tokensHalf,bnbSwapped) (#928)
- _allowances[owner][spender] = amount (#978)
Reentrancy in UNIMOON.transferFrom(address,address,uint256) (#481-488):
External calls:
- _transfer(sender,recipient,amount) (#482)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- _transfer(sender,recipient,amount) (#482)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
State variables written after the call(s):
- _approve(sender,_msgSender(),(_allowances[sender][_msgSender()] - amount)) (#486)
- _allowances[owner][spender] = amount (#978)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in UNIMOON._transfer(address,address,uint256) (#984-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- Transfer(wallet,address(this),tokensToConvert) (#774)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
Reentrancy in UNIMOON._transfer(address,address,uint256) (#984-1071):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- _fees_to_bnb(_fee_buyback_convert_limit,_wallet_buyback,_fee_buyback_min_bal) (#1036)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- Transfer(msg.sender,receiverWallet,feeAmount) (#814)
- _takefees_buyback(tBuyback) (#1068)
- Transfer(msg.sender,receiverWallet,feeAmount) (#814)
- _takefees_Liquidity(tLiquidity) (#1067)
- Transfer(msg.sender,receiverWallet,feeAmount) (#814)
- _takefees_burn(tBurn) (#1065)
- Transfer(msg.sender,receiverWallet,feeAmount) (#814)
- _takefees_marketing(tMarketing) (#1066)
- Transfer(wallet,address(this),tokensToConvert) (#774)
- _fees_to_bnb(_fee_marketing_convert_limit,_wallet_marketing,_fee_marketing_min_bal) (#1037)
- Transfer(from,to,tTransferAmount) (#1091)
- _transferStandard(from,to,amount,rAmount,tTransferAmount,rTransferAmount) (#1055)
- TransferDetails(from,to,tAmount,rAmount,tTransferAmount,rTransferAmount) (#1092)
- _transferStandard(from,to,amount,rAmount,tTransferAmount,rTransferAmount) (#1055)
Reentrancy in UNIMOON.constructor() (#426-442):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#431)
Event emitted after the call(s):
- Transfer(address(0),owner(),_supply_total) (#441)
Reentrancy in UNIMOON.swapAndLiquify(uint256) (#919-931):
External calls:
- swapTokensForEth(tokensHalf) (#924)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- addLiquidity(tokensHalf,bnbSwapped) (#928)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
External calls sending eth:
- addLiquidity(tokensHalf,bnbSwapped) (#928)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- addLiquidity(tokensHalf,bnbSwapped) (#928)
- SwapAndLiquify(tokensToSwap,tokensHalf,bnbSwapped) (#930)
Reentrancy in UNIMOON.transferFrom(address,address,uint256) (#481-488):
External calls:
- _transfer(sender,recipient,amount) (#482)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#938-944)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,receiverWallet,block.timestamp) (#952-958)
External calls sending eth:
- _transfer(sender,recipient,amount) (#482)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,0xe9A9F67bd63d903f1F27A4B107B17b75F9726805,block.timestamp) (#964-971)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- _approve(sender,_msgSender(),(_allowances[sender][_msgSender()] - amount)) (#486)
Apply the check-effects-interactions pattern.
Additional information: link
UNIMOON._transfer(address,address,uint256) (#984-1071) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[to] < block.timestamp,Please wait for cooldown between buys) (#1008)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#40-44) uses assembly
- INLINE ASM (#42)
Address._verifyCallResult(bool,bytes,string) (#92-105) uses assembly
- INLINE ASM (#97-100)
Do not use evm assembly.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#92-105) is never used and should be removed
Address.functionCall(address,bytes) (#52-54) is never used and should be removed
Address.functionCall(address,bytes,string) (#56-58) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#60-62) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#64-69) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#82-84) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#86-90) is never used and should be removed
Address.functionStaticCall(address,bytes) (#71-73) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#75-79) is never used and should be removed
Address.isContract(address) (#40-44) is never used and should be removed
Address.sendValue(address,uint256) (#46-50) is never used and should be removed
Context._msgData() (#31-34) is never used and should be removed
Remove unused functions.
Additional information: link
UNIMOON._supply_total (#353) is set pre-construction with a non-constant function or state variable:
- 2 * 10 ** 15 * 10 ** _decimals
UNIMOON._supply_reflected (#354) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _supply_total))
UNIMOON._fee_buyback_convert_limit (#360) is set pre-construction with a non-constant function or state variable:
- _supply_total * 1 / 10000
UNIMOON._fee_marketing_convert_limit (#361) is set pre-construction with a non-constant function or state variable:
- _supply_total * 1 / 10000
UNIMOON._fee_marketing_min_bal (#365) is set pre-construction with a non-constant function or state variable:
- _supply_total * 1 / 100
UNIMOON._fee_reflection_old (#369) is set pre-construction with a non-constant function or state variable:
- _fee_reflection
UNIMOON._fee_marketing_old (#374) is set pre-construction with a non-constant function or state variable:
- _fee_marketing
UNIMOON._fee_burn_old (#379) is set pre-construction with a non-constant function or state variable:
- _fee_burn
UNIMOON._fee_buyback_old (#384) is set pre-construction with a non-constant function or state variable:
- _fee_buyback
UNIMOON._fee_liquidity_old (#389) is set pre-construction with a non-constant function or state variable:
- _fee_liquidity
UNIMOON._maxWalletToken (#399) is set pre-construction with a non-constant function or state variable:
- _supply_total
UNIMOON._maxTxAmount (#400) is set pre-construction with a non-constant function or state variable:
- _supply_total
UNIMOON._numTokensSellToAddToLiquidity (#402) is set pre-construction with a non-constant function or state variable:
- (_supply_total * 2) / 1000
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
Pragma version^0.8.3 (#9) allows old versions
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.sendValue(address,uint256) (#46-50):
- (success) = recipient.call{value: amount}() (#48)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#64-69):
- (success,returndata) = target.call{value: value}(data) (#67)
Low level call in Address.functionStaticCall(address,bytes,string) (#75-79):
- (success,returndata) = target.staticcall(data) (#77)
Low level call in Address.functionDelegateCall(address,bytes,string) (#86-90):
- (success,returndata) = target.delegatecall(data) (#88)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#159) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#160) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#174) is not in mixedCase
Function IUniswapV2Router01.WETH() (#192) is not in mixedCase
Function UNIMOON.___tokenInfo() (#512-524) is not in mixedCase
Function UNIMOON.___feesInfo() (#526-533) is not in mixedCase
Function UNIMOON.___wallets() (#535-554) is not in mixedCase
Function UNIMOON.Change_Wallet_Marketing(address) (#558-560) is not in mixedCase
Function UNIMOON.Change_Wallet_Buyback(address) (#562-564) is not in mixedCase
Function UNIMOON.Change_Wallet_Burn(address) (#566-568) is not in mixedCase
Parameter UNIMOON.tradingStatus(bool)._status (#629) is not in mixedCase
Parameter UNIMOON.cooldownEnabled(bool,uint8)._status (#634) is not in mixedCase
Parameter UNIMOON.cooldownEnabled(bool,uint8)._interval (#634) is not in mixedCase
Function UNIMOON.setMaxTxPercent_base1000(uint256) (#645-647) is not in mixedCase
Function UNIMOON.setMaxWalletPercent_base1000(uint256) (#655-657) is not in mixedCase
Parameter UNIMOON.setSwapAndLiquifyEnabled(bool)._status (#665) is not in mixedCase
Function UNIMOON.s_manageExcludeFromFee(address[],bool) (#673-677) is not in mixedCase
Function UNIMOON.s_manageBlacklist(address[],bool) (#679-683) is not in mixedCase
Function UNIMOON.s_manageWhitelist(address[],bool) (#685-689) is not in mixedCase
Function UNIMOON.s_excludeFromFee(address[],bool) (#691-695) is not in mixedCase
Function UNIMOON._fees_to_bnb_process(address,uint256) (#764-778) is not in mixedCase
Function UNIMOON.fees_to_bnb_manual(uint256,address,uint256) (#782-784) is not in mixedCase
Function UNIMOON._fees_to_bnb(uint256,address,uint256) (#787-802) is not in mixedCase
Function UNIMOON._takefees_Liquidity(uint256) (#818-820) is not in mixedCase
Function UNIMOON._takefees_burn(uint256) (#822-825) is not in mixedCase
Function UNIMOON._takefees_buyback(uint256) (#827-830) is not in mixedCase
Function UNIMOON._takefees_marketing(uint256) (#832-835) is not in mixedCase
Function UNIMOON._take_reflectionFee(uint256,uint256) (#837-840) is not in mixedCase
Function UNIMOON.set_sell_multiplier(uint256) (#852-854) is not in mixedCase
Parameter UNIMOON.set_sell_multiplier(uint256).Multiplier (#852) is not in mixedCase
Function UNIMOON.set_All_Fees_Triggers(uint256,uint256) (#856-859) is not in mixedCase
Parameter UNIMOON.set_All_Fees_Triggers(uint256,uint256).marketing_fee_convert_limit (#856) is not in mixedCase
Parameter UNIMOON.set_All_Fees_Triggers(uint256,uint256).buyback_fee_convert_limit (#856) is not in mixedCase
Function UNIMOON.set_All_Fees_Minimum_Balance(uint256,uint256) (#861-864) is not in mixedCase
Parameter UNIMOON.set_All_Fees_Minimum_Balance(uint256,uint256).marketing_fee_minimum_balance (#861) is not in mixedCase
Parameter UNIMOON.set_All_Fees_Minimum_Balance(uint256,uint256).buyback_fee_minimum_balance (#861) is not in mixedCase
Function UNIMOON.set_All_Fees(uint256,uint256,uint256,uint256,uint256) (#870-874) is not in mixedCase
Parameter UNIMOON.set_All_Fees(uint256,uint256,uint256,uint256,uint256).Buyback_Fee (#870) is not in mixedCase
Parameter UNIMOON.set_All_Fees(uint256,uint256,uint256,uint256,uint256).Burn_Fees (#870) is not in mixedCase
Parameter UNIMOON.set_All_Fees(uint256,uint256,uint256,uint256,uint256).Liquidity_Fees (#870) is not in mixedCase
Parameter UNIMOON.set_All_Fees(uint256,uint256,uint256,uint256,uint256).Reflection_Fees (#870) is not in mixedCase
Parameter UNIMOON.set_All_Fees(uint256,uint256,uint256,uint256,uint256).MarketingFee (#870) is not in mixedCase
Function UNIMOON.burn_tokens_to_dead(address,uint256) (#894-915) is not in mixedCase
Variable UNIMOON._balance_reflected (#328) is not in mixedCase
Variable UNIMOON._balance_total (#329) is not in mixedCase
Variable UNIMOON._isBlacklisted (#335) is not in mixedCase
Variable UNIMOON._isWhitelisted (#338) is not in mixedCase
Variable UNIMOON._supply_total (#353) is not in mixedCase
Variable UNIMOON._supply_reflected (#354) is not in mixedCase
Variable UNIMOON._fee_buyback_convert_limit (#360) is not in mixedCase
Variable UNIMOON._fee_marketing_convert_limit (#361) is not in mixedCase
Variable UNIMOON._fee_buyback_min_bal (#364) is not in mixedCase
Variable UNIMOON._fee_marketing_min_bal (#365) is not in mixedCase
Variable UNIMOON._fee_reflection (#368) is not in mixedCase
Variable UNIMOON._fee_reflection_old (#369) is not in mixedCase
Variable UNIMOON._fee_marketing (#373) is not in mixedCase
Variable UNIMOON._fee_marketing_old (#374) is not in mixedCase
Variable UNIMOON._wallet_marketing (#375) is not in mixedCase
Variable UNIMOON._fee_burn (#378) is not in mixedCase
Variable UNIMOON._fee_burn_old (#379) is not in mixedCase
Variable UNIMOON._wallet_burn (#380) is not in mixedCase
Variable UNIMOON._fee_buyback (#383) is not in mixedCase
Variable UNIMOON._fee_buyback_old (#384) is not in mixedCase
Variable UNIMOON._wallet_buyback (#385) is not in mixedCase
Variable UNIMOON._fee_liquidity (#388) is not in mixedCase
Variable UNIMOON._fee_liquidity_old (#389) is not in mixedCase
Variable UNIMOON._fee_denominator (#391) is not in mixedCase
Variable UNIMOON._maxWalletToken (#399) is not in mixedCase
Variable UNIMOON._maxTxAmount (#400) is not in mixedCase
Variable UNIMOON._numTokensSellToAddToLiquidity (#402) is not in mixedCase
Variable UNIMOON.PCSRouter (#417) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#32)" inContext (#26-35)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#196) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#197)
Variable UNIMOON.___wallets().Liquidity_Fee (#537) is too similar to UNIMOON._setAllFees(uint256,uint256,uint256,uint256,uint256).liquidityFees (#843)
Variable UNIMOON._getValues(uint256,bool).rReflection (#744) is too similar to UNIMOON._getValues(uint256,bool).tReflection (#745)
Variable UNIMOON._transfer(address,address,uint256).rReflection (#1053) is too similar to UNIMOON._transfer(address,address,uint256).tReflection (#1053)
Variable UNIMOON._getValues(uint256,bool).rReflection (#744) is too similar to UNIMOON._transfer(address,address,uint256).tReflection (#1053)
Variable UNIMOON._getValues(uint256,bool).rTransferAmount (#744) is too similar to UNIMOON._transfer(address,address,uint256).tTransferAmount (#1053)
Variable UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#1073) is too similar to UNIMOON._transfer(address,address,uint256).tTransferAmount (#1053)
Variable UNIMOON._transfer(address,address,uint256).rTransferAmount (#1053) is too similar to UNIMOON._transfer(address,address,uint256).tTransferAmount (#1053)
Variable UNIMOON._getValues(uint256,bool).rTransferAmount (#744) is too similar to UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#1073)
Variable UNIMOON._getValues(uint256,bool).rTransferAmount (#744) is too similar to UNIMOON._getValues(uint256,bool).tTransferAmount (#745)
Variable UNIMOON.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to UNIMOON._transfer(address,address,uint256).tTransferAmount (#1053)
Variable UNIMOON._transfer(address,address,uint256).rReflection (#1053) is too similar to UNIMOON._getValues(uint256,bool).tReflection (#745)
Variable UNIMOON.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to UNIMOON._getValues(uint256,bool).tTransferAmount (#745)
Variable UNIMOON._transfer(address,address,uint256).rTransferAmount (#1053) is too similar to UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#1073)
Variable UNIMOON._transfer(address,address,uint256).rTransferAmount (#1053) is too similar to UNIMOON._getValues(uint256,bool).tTransferAmount (#745)
Variable UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#1073) is too similar to UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#1073)
Variable UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).rTransferAmount (#1073) is too similar to UNIMOON._getValues(uint256,bool).tTransferAmount (#745)
Variable UNIMOON.reflectionFromToken(uint256,bool).rTransferAmount (#588) is too similar to UNIMOON._transferStandard(address,address,uint256,uint256,uint256,uint256).tTransferAmount (#1073)
Prevent variables from having similar names.
Additional information: link
UNIMOON.slitherConstructorVariables() (#325-1099) uses literals with too many digits:
- _wallet_burn = address(0x000000000000000000000000000000000000dEaD) (#380)
UNIMOON.slitherConstructorVariables() (#325-1099) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#418)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
UNIMOON.PCSRouter (#417) should be constant
UNIMOON._decimals (#352) should be constant
UNIMOON._fee_denominator (#391) should be constant
UNIMOON._name (#355) should be constant
UNIMOON._symbol (#356) should be constant
UNIMOON.deadAddress (#418) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#128-132)
name() should be declared external:
- UNIMOON.name() (#446-448)
symbol() should be declared external:
- UNIMOON.symbol() (#450-452)
decimals() should be declared external:
- UNIMOON.decimals() (#454-456)
totalSupply() should be declared external:
- UNIMOON.totalSupply() (#458-460)
transfer(address,uint256) should be declared external:
- UNIMOON.transfer(address,uint256) (#467-470)
allowance(address,address) should be declared external:
- UNIMOON.allowance(address,address) (#472-474)
approve(address,uint256) should be declared external:
- UNIMOON.approve(address,uint256) (#476-479)
transferFrom(address,address,uint256) should be declared external:
- UNIMOON.transferFrom(address,address,uint256) (#481-488)
increaseAllowance(address,uint256) should be declared external:
- UNIMOON.increaseAllowance(address,uint256) (#490-493)
decreaseAllowance(address,uint256) should be declared external:
- UNIMOON.decreaseAllowance(address,uint256) (#495-500)
totalFees() should be declared external:
- UNIMOON.totalFees() (#502-504)
isExcludedFromFee(address) should be declared external:
- UNIMOON.isExcludedFromFee(address) (#506-508)
___tokenInfo() should be declared external:
- UNIMOON.___tokenInfo() (#512-524)
___feesInfo() should be declared external:
- UNIMOON.___feesInfo() (#526-533)
___wallets() should be declared external:
- UNIMOON.___wallets() (#535-554)
deliver(uint256) should be declared external:
- UNIMOON.deliver(uint256) (#573-580)
reflectionFromToken(uint256,bool) should be declared external:
- UNIMOON.reflectionFromToken(uint256,bool) (#582-591)
excludeFromReward(address) should be declared external:
- UNIMOON.excludeFromReward(address) (#599-607)
isExcludedFromReward(address) should be declared external:
- UNIMOON.isExcludedFromReward(address) (#622-624)
tradingStatus(bool) should be declared external:
- UNIMOON.tradingStatus(bool) (#629-631)
cooldownEnabled(bool,uint8) should be declared external:
- UNIMOON.cooldownEnabled(bool,uint8) (#634-637)
setSwapAndLiquifyEnabled(bool) should be declared external:
- UNIMOON.setSwapAndLiquifyEnabled(bool) (#665-668)
purgeContractBalance() should be declared external:
- UNIMOON.purgeContractBalance() (#720-723)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Contract has 13% buy tax and 23% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.
Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.
Token is deployed only at one blockchain
Unable to find token contract audit
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
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account