Baby Moon Wolf is a community driven, fair launched DeFi Token. 5% of all transactions will be redistributed to the community, rewarding long-term holders. To ensure constant liquidity Baby Wolf has been designed to add 2% of all transactions towards the liquidity pool.
We have seen coins with weak development that are unable to keep up. One's with weak leadership that are unable to handle criticism. And others with weak communities that were able to be taken advantage of. Baby Moon Wolf was made to be the Dogecoin & Shiba killer. Moon Wolves are known for their intelligence & sharpness. They are strong, swift, and stealthy. Baby Moon Wolf was designed to be the coin that stands on its feet and is able to strike in the blink of an eye. he coin that is able to catch its opponents off guard. The coin that is able to outsmart & outperform.
This is the real coin that you absolutely CANNOT afford to miss out on. $BABYWOLF was launched as a fair sale by well known devs in the community. The current marketing is run by a team of professionals who own a digital agency and have gained years of experience in the marketing field. They have worked with some of the biggest names across all industries. Because of this, they have contacts and relationships with some of the biggest influencers, celebrities, and icons. In the next few days & even weeks, we will be seeing some the most effective & intense promotional campaigns ever. They are known as one of the strongest forces in digital marketing. They are the real deal.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in BabyMoonWolf._transfer(address,address,uint256) (#1016-1060):
External calls:
- swapAndLiquify(contractTokenBalance) (#1047)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1047)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#972)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1150)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1141)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#888)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1142)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1161)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1162)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1152)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#890)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _rTotal = _rTotal.sub(rFee) (#927)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#974)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1160)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#887)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1151)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#889)
Apply the check-effects-interactions pattern.
Additional information: link
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
BabyMoonWolf.slitherConstructorVariables() (#709-1172) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 * 10 ** 9 (#723)
BabyMoonWolf.slitherConstructorVariables() (#709-1172) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 6 * 10 ** 9 (#743)
BabyMoonWolf.slitherConstructorVariables() (#709-1172) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 10000000000000000000000000000 * 10 ** 6 * 10 ** 9 (#744)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BabyMoonWolf.includeInReward(address) (#873-884) has costly operations inside a loop:
- _excluded.pop() (#880)
Use a local variable to hold the loop computation result.
Additional information: link
BabyMoonWolf.addLiquidity(uint256,uint256) (#1103-1116) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
Ensure that all the return values of the function calls are used.
Additional information: link
BabyMoonWolf.allowance(address,address).owner (#804) shadows:
- Ownable.owner() (#440-442) (function)
BabyMoonWolf._approve(address,address,uint256).owner (#1008) shadows:
- Ownable.owner() (#440-442) (function)
Rename the local variables that shadow another component.
Additional information: link
BabyMoonWolf.setTaxFeePercent(uint256) (#904-906) should emit an event for:
- _taxFee = taxFee (#905)
BabyMoonWolf.setLiquidityFeePercent(uint256) (#908-910) should emit an event for:
- _liquidityFee = liquidityFee (#909)
BabyMoonWolf.setMaxTxPercent(uint256) (#912-916) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#913-915)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in BabyMoonWolf._transfer(address,address,uint256) (#1016-1060):
External calls:
- swapAndLiquify(contractTokenBalance) (#1047)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1047)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _liquidityFee = _previousLiquidityFee (#1001)
- _liquidityFee = 0 (#996)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _previousLiquidityFee = _liquidityFee (#993)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _previousTaxFee = _taxFee (#992)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _tFeeTotal = _tFeeTotal.add(tFee) (#928)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- _taxFee = _previousTaxFee (#1000)
- _taxFee = 0 (#995)
Reentrancy in BabyMoonWolf.constructor() (#760-776):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#765-766)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#772)
- _isExcludedFromFee[address(this)] = true (#773)
- uniswapV2Router = _uniswapV2Router (#769)
Reentrancy in BabyMoonWolf.swapAndLiquify(uint256) (#1062-1083):
External calls:
- swapTokensForEth(half) (#1074)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
- addLiquidity(otherHalf,newBalance) (#1080)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1080)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1080)
- _allowances[owner][spender] = amount (#1012)
Reentrancy in BabyMoonWolf.transferFrom(address,address,uint256) (#813-817):
External calls:
- _transfer(sender,recipient,amount) (#814)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
External calls sending eth:
- _transfer(sender,recipient,amount) (#814)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#815)
- _allowances[owner][spender] = amount (#1012)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in BabyMoonWolf._transfer(address,address,uint256) (#1016-1060):
External calls:
- swapAndLiquify(contractTokenBalance) (#1047)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1047)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1145)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- Transfer(sender,recipient,tTransferAmount) (#1165)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- Transfer(sender,recipient,tTransferAmount) (#1155)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
- Transfer(sender,recipient,tTransferAmount) (#893)
- _tokenTransfer(from,to,amount,takeFee) (#1059)
Reentrancy in BabyMoonWolf.constructor() (#760-776):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#765-766)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#775)
Reentrancy in BabyMoonWolf.swapAndLiquify(uint256) (#1062-1083):
External calls:
- swapTokensForEth(half) (#1074)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
- addLiquidity(otherHalf,newBalance) (#1080)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1080)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1013)
- addLiquidity(otherHalf,newBalance) (#1080)
- SwapAndLiquify(half,newBalance,otherHalf) (#1082)
Reentrancy in BabyMoonWolf.transferFrom(address,address,uint256) (#813-817):
External calls:
- _transfer(sender,recipient,amount) (#814)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1094-1100)
External calls sending eth:
- _transfer(sender,recipient,amount) (#814)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1108-1115)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1013)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#815)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#487-492) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#489)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#292-301) uses assembly
- INLINE ASM (#299)
Address._functionCallWithValue(address,bytes,uint256,string) (#385-406) uses assembly
- INLINE ASM (#398-401)
Do not use evm assembly.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#385-406) is never used and should be removed
Address.functionCall(address,bytes) (#345-347) is never used and should be removed
Address.functionCall(address,bytes,string) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#370-372) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#380-383) is never used and should be removed
Address.isContract(address) (#292-301) is never used and should be removed
Address.sendValue(address,uint256) (#319-325) is never used and should be removed
Context._msgData() (#264-267) is never used and should be removed
SafeMath.mod(uint256,uint256) (#237-239) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#253-256) is never used and should be removed
Remove unused functions.
Additional information: link
BabyMoonWolf._rTotal (#724) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
BabyMoonWolf._previousTaxFee (#732) is set pre-construction with a non-constant function or state variable:
- _taxFee
BabyMoonWolf._previousLiquidityFee (#735) 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.sendValue(address,uint256) (#319-325):
- (success) = recipient.call{value: amount}() (#323)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#385-406):
- (success,returndata) = target.call{value: weiValue}(data) (#389)
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() (#531) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#532) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#549) is not in mixedCase
Function IUniswapV2Router01.WETH() (#571) is not in mixedCase
Parameter BabyMoonWolf.setSwapAndLiquifyEnabled(bool)._enabled (#918) is not in mixedCase
Parameter BabyMoonWolf.calculateTaxFee(uint256)._amount (#977) is not in mixedCase
Parameter BabyMoonWolf.calculateLiquidityFee(uint256)._amount (#983) is not in mixedCase
Variable BabyMoonWolf._taxFee (#731) is not in mixedCase
Variable BabyMoonWolf._liquidityFee (#734) is not in mixedCase
Variable BabyMoonWolf._maxTxAmount (#743) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#265)" inContext (#259-268)
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 (#576) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#577)
Variable BabyMoonWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#948) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf.reflectionFromToken(uint256,bool).rTransferAmount (#852) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#886) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf._getValues(uint256).rTransferAmount (#933) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#948) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#1159) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf.reflectionFromToken(uint256,bool).rTransferAmount (#852) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf._transferToExcluded(address,address,uint256).rTransferAmount (#1149) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#1159) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf._getValues(uint256).rTransferAmount (#933) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#1159) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#948) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#948) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf.reflectionFromToken(uint256,bool).rTransferAmount (#852) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf._transferToExcluded(address,address,uint256).rTransferAmount (#1149) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf._getValues(uint256).rTransferAmount (#933) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf.reflectionFromToken(uint256,bool).rTransferAmount (#852) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf._getValues(uint256).rTransferAmount (#933) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#1159) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Variable BabyMoonWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#1159) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#886) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#948) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Variable BabyMoonWolf._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#948) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf.reflectionFromToken(uint256,bool).rTransferAmount (#852) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Variable BabyMoonWolf.reflectionFromToken(uint256,bool).rTransferAmount (#852) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf._getValues(uint256).rTransferAmount (#933) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Variable BabyMoonWolf._getValues(uint256).rTransferAmount (#933) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#886) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf._transferFromExcluded(address,address,uint256).rTransferAmount (#1159) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#886) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf._transferStandard(address,address,uint256).rTransferAmount (#1140) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#886) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Variable BabyMoonWolf._transferStandard(address,address,uint256).rTransferAmount (#1140) is too similar to BabyMoonWolf._transferToExcluded(address,address,uint256).tTransferAmount (#1149)
Variable BabyMoonWolf._transferBothExcluded(address,address,uint256).rTransferAmount (#886) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf._transferToExcluded(address,address,uint256).rTransferAmount (#1149) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf._transferStandard(address,address,uint256).rTransferAmount (#1140) is too similar to BabyMoonWolf._getValues(uint256).tTransferAmount (#932)
Variable BabyMoonWolf._transferToExcluded(address,address,uint256).rTransferAmount (#1149) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf._transferToExcluded(address,address,uint256).rTransferAmount (#1149) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Variable BabyMoonWolf._transferToExcluded(address,address,uint256).rTransferAmount (#1149) is too similar to BabyMoonWolf._transferFromExcluded(address,address,uint256).tTransferAmount (#1159)
Variable BabyMoonWolf._transferStandard(address,address,uint256).rTransferAmount (#1140) is too similar to BabyMoonWolf._transferBothExcluded(address,address,uint256).tTransferAmount (#886)
Variable BabyMoonWolf._transferStandard(address,address,uint256).rTransferAmount (#1140) is too similar to BabyMoonWolf._transferStandard(address,address,uint256).tTransferAmount (#1140)
Variable BabyMoonWolf._transferStandard(address,address,uint256).rTransferAmount (#1140) is too similar to BabyMoonWolf._getTValues(uint256).tTransferAmount (#940)
Prevent variables from having similar names.
Additional information: link
BabyMoonWolf._decimals (#729) should be constant
BabyMoonWolf._name (#727) should be constant
BabyMoonWolf._symbol (#728) should be constant
BabyMoonWolf._tTotal (#723) should be constant
BabyMoonWolf.numTokensSellToAddToLiquidity (#744) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#459-462)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#468-472)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#474-476)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#479-484)
unlock() should be declared external:
- Ownable.unlock() (#487-492)
name() should be declared external:
- BabyMoonWolf.name() (#778-780)
symbol() should be declared external:
- BabyMoonWolf.symbol() (#782-784)
decimals() should be declared external:
- BabyMoonWolf.decimals() (#786-788)
totalSupply() should be declared external:
- BabyMoonWolf.totalSupply() (#790-792)
transfer(address,uint256) should be declared external:
- BabyMoonWolf.transfer(address,uint256) (#799-802)
allowance(address,address) should be declared external:
- BabyMoonWolf.allowance(address,address) (#804-806)
approve(address,uint256) should be declared external:
- BabyMoonWolf.approve(address,uint256) (#808-811)
transferFrom(address,address,uint256) should be declared external:
- BabyMoonWolf.transferFrom(address,address,uint256) (#813-817)
increaseAllowance(address,uint256) should be declared external:
- BabyMoonWolf.increaseAllowance(address,uint256) (#819-822)
decreaseAllowance(address,uint256) should be declared external:
- BabyMoonWolf.decreaseAllowance(address,uint256) (#824-827)
isExcludedFromReward(address) should be declared external:
- BabyMoonWolf.isExcludedFromReward(address) (#829-831)
totalFees() should be declared external:
- BabyMoonWolf.totalFees() (#833-835)
deliver(uint256) should be declared external:
- BabyMoonWolf.deliver(uint256) (#837-844)
reflectionFromToken(uint256,bool) should be declared external:
- BabyMoonWolf.reflectionFromToken(uint256,bool) (#846-855)
excludeFromReward(address) should be declared external:
- BabyMoonWolf.excludeFromReward(address) (#863-871)
excludeFromFee(address) should be declared external:
- BabyMoonWolf.excludeFromFee(address) (#896-898)
includeInFee(address) should be declared external:
- BabyMoonWolf.includeInFee(address) (#900-902)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BabyMoonWolf.setSwapAndLiquifyEnabled(bool) (#918-921)
isExcludedFromFee(address) should be declared external:
- BabyMoonWolf.isExcludedFromFee(address) (#1004-1006)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap liquidity is low.
Average 30d number of PancakeSwap swaps is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Contract has 4% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.
Unable to crawl data from the website
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
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 token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token has a considerable age, but we're still unable to find its website
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Youtube account