Lola Bunny Inu is the next 1000X BSC Gem token on BSC. Its rewards system will give holders tokens in the form of reflections.
It’s a community driven token which will utilize the power of community to improvise and implement any required changes as per the situation. Burn tokens which in return will help to stabilize the price floor.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in LolaBunnyInu._transfer(address,address,uint256) (#615-645):
External calls:
- swapAndLiquify(contractTokenBalance) (#638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rOwned[_HoldersMarketing] = _rOwned[_HoldersMarketing].add(rHolders) (#573)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#566)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#707)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#698)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#718)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#699)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#511)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#719)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#709)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#513)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#525)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#568)
- _tOwned[_HoldersMarketing] = _tOwned[_HoldersMarketing].add(tHolders) (#575)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#717)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#510)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#708)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#512)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ticker ($LBI) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
Redundant expression "this (#97)" inContext (#92-100)
Remove redundant statements if they congest code but offer no value.
Additional information: link
LolaBunnyInu.addLiquidity(uint256,uint256) (#668-678) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
Ensure that all the return values of the function calls are used.
Additional information: link
LolaBunnyInu.allowance(address,address).owner (#439) shadows:
- Ownable.owner() (#167-169) (function)
LolaBunnyInu._approve(address,address,uint256).owner (#609) shadows:
- Ownable.owner() (#167-169) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in LolaBunnyInu._transfer(address,address,uint256) (#615-645):
External calls:
- swapAndLiquify(contractTokenBalance) (#638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#604)
- _BurnedliquidityFee = 0 (#599)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _HoldersFee = _previousHoldersFee (#603)
- _HoldersFee = 0 (#598)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _Reflections = _previousReflections (#602)
- _Reflections = 0 (#597)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#596)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousHoldersFee = _HoldersFee (#595)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousReflections = _Reflections (#594)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _tFeeTotal = _tFeeTotal.add(tFee) (#526)
Reentrancy in LolaBunnyInu.constructor() (#409-418):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#412-413)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#415)
- _isExcludedFromFee[address(this)] = true (#416)
- uniswapV2Router = _uniswapV2Router (#414)
Reentrancy in LolaBunnyInu.swapAndLiquify(uint256) (#646-654):
External calls:
- swapTokensForEth(half) (#650)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
- addLiquidity(otherHalf,newBalance) (#652)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#652)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#652)
- _allowances[owner][spender] = amount (#612)
Reentrancy in LolaBunnyInu.transferFrom(address,address,uint256) (#446-450):
External calls:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
External calls sending eth:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#448)
- _allowances[owner][spender] = amount (#612)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in LolaBunnyInu._transfer(address,address,uint256) (#615-645):
External calls:
- swapAndLiquify(contractTokenBalance) (#638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#703)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#713)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#723)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#517)
- _tokenTransfer(from,to,amount,takeFee) (#644)
Reentrancy in LolaBunnyInu.constructor() (#409-418):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#412-413)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#417)
Reentrancy in LolaBunnyInu.swapAndLiquify(uint256) (#646-654):
External calls:
- swapTokensForEth(half) (#650)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
- addLiquidity(otherHalf,newBalance) (#652)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#652)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#613)
- addLiquidity(otherHalf,newBalance) (#652)
- SwapAndLiquify(half,newBalance,otherHalf) (#653)
Reentrancy in LolaBunnyInu.transferFrom(address,address,uint256) (#446-450):
External calls:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#660-666)
External calls sending eth:
- _transfer(sender,recipient,amount) (#447)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#670-677)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#613)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#448)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#103-107) uses assembly
- INLINE ASM (#105)
Address._verifyCallResult(bool,bytes,string) (#144-157) uses assembly
- INLINE ASM (#149-152)
Do not use evm assembly.
Additional information: link
LolaBunnyInu.includeInReward(address) (#496-507) has costly operations inside a loop:
- _excluded.pop() (#503)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#144-157) is never used and should be removed
Address.functionCall(address,bytes) (#113-115) is never used and should be removed
Address.functionCall(address,bytes,string) (#116-118) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#119-121) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#122-127) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#136-138) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#139-143) is never used and should be removed
Address.functionStaticCall(address,bytes) (#128-130) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#131-135) is never used and should be removed
Address.isContract(address) (#103-107) is never used and should be removed
Address.sendValue(address,uint256) (#108-112) is never used and should be removed
Context._msgData() (#96-99) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#78-83) is never used and should be removed
SafeMath.mod(uint256,uint256) (#69-71) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#84-89) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#24-30) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#45-50) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#51-56) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#37-44) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#31-36) is never used and should be removed
Remove unused functions.
Additional information: link
LolaBunnyInu._rTotalSupply (#379) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
LolaBunnyInu._previousReflections (#385) is set pre-construction with a non-constant function or state variable:
- _Reflections
LolaBunnyInu._previousHoldersFee (#387) is set pre-construction with a non-constant function or state variable:
- _HoldersFee
LolaBunnyInu._previousBurnedLiquidityFee (#389) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
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) (#108-112):
- (success) = recipient.call{value: amount}() (#110)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#122-127):
- (success,returndata) = target.call{value: value}(data) (#125)
Low level call in Address.functionStaticCall(address,bytes,string) (#131-135):
- (success,returndata) = target.staticcall(data) (#133)
Low level call in Address.functionDelegateCall(address,bytes,string) (#139-143):
- (success,returndata) = target.delegatecall(data) (#141)
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() (#204) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#205) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#219) is not in mixedCase
Function IUniswapV2Router01.WETH() (#237) is not in mixedCase
Parameter LolaBunnyInu.setSwapAndLiquifyEnabled(bool)._enabled (#519) is not in mixedCase
Parameter LolaBunnyInu.calculateReflections(uint256)._amount (#577) is not in mixedCase
Parameter LolaBunnyInu.calculateHoldersFee(uint256)._amount (#582) is not in mixedCase
Parameter LolaBunnyInu.calculateBurnedLiquidityFee(uint256)._amount (#587) is not in mixedCase
Variable LolaBunnyInu._HoldersMarketing (#376) is not in mixedCase
Variable LolaBunnyInu._Reflections (#384) is not in mixedCase
Variable LolaBunnyInu._HoldersFee (#386) is not in mixedCase
Variable LolaBunnyInu._BurnedliquidityFee (#388) is not in mixedCase
Variable LolaBunnyInu._maxTxAmount (#390) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#241) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#242)
Variable LolaBunnyInu._rTotalSupply (#379) is too similar to LolaBunnyInu._tTotalSupply (#378)
Variable LolaBunnyInu._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable LolaBunnyInu.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#545) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#545) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#545) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable LolaBunnyInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#545) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable LolaBunnyInu._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable LolaBunnyInu._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable LolaBunnyInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#545) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._getValues(uint256).rTransferAmount (#530) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu._getValues(uint256).rTransferAmount (#530) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._getValues(uint256).rTransferAmount (#530) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._getValues(uint256).rTransferAmount (#530) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to LolaBunnyInu._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable LolaBunnyInu._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._transferBothExcluded(address,address,uint256).rTransferAmount (#509) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to LolaBunnyInu._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable LolaBunnyInu._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#545) is too similar to LolaBunnyInu._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable LolaBunnyInu._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to LolaBunnyInu._getTValues(uint256).tTransferAmount (#537)
Variable LolaBunnyInu._getValues(uint256).rTransferAmount (#530) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Variable LolaBunnyInu._getValues(uint256).rTransferAmount (#530) is too similar to LolaBunnyInu._getValues(uint256).tTransferAmount (#529)
Variable LolaBunnyInu._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to LolaBunnyInu._transferBothExcluded(address,address,uint256).tTransferAmount (#509)
Prevent variables from having similar names.
Additional information: link
LolaBunnyInu.slitherConstructorVariables() (#367-726) uses literals with too many digits:
- _tTotalSupply = 1000000000000000 * 10 ** 18 (#378)
LolaBunnyInu.slitherConstructorVariables() (#367-726) uses literals with too many digits:
- _maxTxAmount = 28000000000000 * 10 ** 18 (#390)
LolaBunnyInu.slitherConstructorVariables() (#367-726) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 28000000000000 * 10 ** 18 (#396)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
LolaBunnyInu._HoldersMarketing (#376) should be constant
LolaBunnyInu._decimals (#383) should be constant
LolaBunnyInu._maxTxAmount (#390) should be constant
LolaBunnyInu._tTotalSupply (#378) should be constant
LolaBunnyInu._tokenname (#381) should be constant
LolaBunnyInu._tokensymbol (#382) should be constant
LolaBunnyInu.numTokensSellToAddToLiquidity (#396) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#174-177)
name() should be declared external:
- LolaBunnyInu.name() (#419-421)
symbol() should be declared external:
- LolaBunnyInu.symbol() (#422-424)
decimals() should be declared external:
- LolaBunnyInu.decimals() (#425-427)
totalSupply() should be declared external:
- LolaBunnyInu.totalSupply() (#428-430)
transfer(address,uint256) should be declared external:
- LolaBunnyInu.transfer(address,uint256) (#435-438)
allowance(address,address) should be declared external:
- LolaBunnyInu.allowance(address,address) (#439-441)
approve(address,uint256) should be declared external:
- LolaBunnyInu.approve(address,uint256) (#442-445)
transferFrom(address,address,uint256) should be declared external:
- LolaBunnyInu.transferFrom(address,address,uint256) (#446-450)
increaseAllowance(address,uint256) should be declared external:
- LolaBunnyInu.increaseAllowance(address,uint256) (#451-454)
decreaseAllowance(address,uint256) should be declared external:
- LolaBunnyInu.decreaseAllowance(address,uint256) (#455-458)
isExcludedFromReward(address) should be declared external:
- LolaBunnyInu.isExcludedFromReward(address) (#459-461)
totalFees() should be declared external:
- LolaBunnyInu.totalFees() (#462-464)
deliver(uint256) should be declared external:
- LolaBunnyInu.deliver(uint256) (#465-472)
reflectionFromToken(uint256,bool) should be declared external:
- LolaBunnyInu.reflectionFromToken(uint256,bool) (#473-482)
excludeFromReward(address) should be declared external:
- LolaBunnyInu.excludeFromReward(address) (#488-495)
setSwapAndLiquifyEnabled(bool) should be declared external:
- LolaBunnyInu.setSwapAndLiquifyEnabled(bool) (#519-522)
isExcludedFromFee(address) should be declared external:
- LolaBunnyInu.isExcludedFromFee(address) (#606-608)
Use the external attribute for functions never called from the contract.
Additional information: link
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 find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link
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
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Twitter account has less than 100 followers
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts