dsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfdsdsadfsdfds
Reentrancy in TestGrab._transfer(address,address,uint256) (#962-1027):
External calls:
- swapAndLiquify(contractTokenBalance) (#998)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#998)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#922)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1094)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1102)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#797)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1112)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1095)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1104)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1113)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#799)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#922)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1094)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1102)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#797)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1112)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1095)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1104)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1113)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#799)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#922)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1094)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1102)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#797)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1112)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1095)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1104)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1113)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#799)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _rTotal = _rTotal.sub(rFee) (#882)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _rTotal = _rTotal.sub(rFee) (#882)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _rTotal = _rTotal.sub(rFee) (#882)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#924)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1111)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#796)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1103)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#798)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#924)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1111)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#796)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1103)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#798)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#924)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1111)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#796)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1103)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#798)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
TestGrab.addLiquidity(uint256,uint256) (#1061-1073) ignores return value by pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
Ensure that all the return values of the function calls are used.
Additional information: link
TestGrab.allowance(address,address).owner (#727) shadows:
- Ownable.owner() (#376-378) (function)
TestGrab._approve(address,address,uint256).owner (#956) shadows:
- Ownable.owner() (#376-378) (function)
Rename the local variables that shadow another component.
Additional information: link
TestGrab.setMaxTxPercent(uint256) (#844-848) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10000) (#845-847)
Emit an event for critical parameter changes.
Additional information: link
TestGrab.setOwnerTaxAccount(address)._account (#857) lacks a zero-check on :
- _fundWallet = _account (#859)
TestGrab.setPancakeSwapRouterAddress(address)._newRouterAddress (#1119) lacks a zero-check on :
- pancakeswapRouterAddress = _newRouterAddress (#1121)
Check that the address is not zero.
Additional information: link
Reentrancy in TestGrab._transfer(address,address,uint256) (#962-1027):
External calls:
- swapAndLiquify(contractTokenBalance) (#998)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#998)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _liquidityFee = _previousLiquidityFee (#950)
- _liquidityFee = 0 (#945)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _liquidityFee = _previousLiquidityFee (#950)
- _liquidityFee = 0 (#945)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _liquidityFee = _previousLiquidityFee (#950)
- _liquidityFee = 0 (#945)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _previousLiquidityFee = _liquidityFee (#942)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _previousLiquidityFee = _liquidityFee (#942)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _previousLiquidityFee = _liquidityFee (#942)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _previousTaxFee = _shareFee (#941)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _previousTaxFee = _shareFee (#941)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _previousTaxFee = _shareFee (#941)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _shareFee = _previousTaxFee (#949)
- _shareFee = 0 (#944)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _shareFee = _previousTaxFee (#949)
- _shareFee = 0 (#944)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _shareFee = _previousTaxFee (#949)
- _shareFee = 0 (#944)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- _tFeeTotal = _tFeeTotal.add(tFee) (#883)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- _tFeeTotal = _tFeeTotal.add(tFee) (#883)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- _tFeeTotal = _tFeeTotal.add(tFee) (#883)
Reentrancy in TestGrab.constructor() (#684-706):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#692-693)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#698)
- _isExcludedFromFee[address(this)] = true (#699)
- _isExcludedFromFundFee[owner()] = true (#702)
- _isExcludedFromFundFee[address(this)] = true (#703)
- pancakeswapV2Router = _pancakeswapV2Router (#695)
Reentrancy in TestGrab.swapAndLiquify(uint256) (#1028-1045):
External calls:
- swapTokensForEth(half) (#1038)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
- addLiquidity(otherHalf,newBalance) (#1042)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1042)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1042)
- _allowances[owner][spender] = amount (#959)
Reentrancy in TestGrab.transferFrom(address,address,uint256) (#734-738):
External calls:
- _transfer(sender,recipient,amount) (#735)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
External calls sending eth:
- _transfer(sender,recipient,amount) (#735)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#736)
- _allowances[owner][spender] = amount (#959)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in TestGrab._transfer(address,address,uint256) (#962-1027):
External calls:
- swapAndLiquify(contractTokenBalance) (#998)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#998)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1098)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- Transfer(sender,recipient,tTransferAmount) (#1098)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- Transfer(sender,recipient,tTransferAmount) (#1098)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- Transfer(sender,recipient,tTransferAmount) (#1107)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- Transfer(sender,recipient,tTransferAmount) (#1107)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- Transfer(sender,recipient,tTransferAmount) (#1107)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- Transfer(sender,recipient,tTransferAmount) (#1116)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- Transfer(sender,recipient,tTransferAmount) (#1116)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- Transfer(sender,recipient,tTransferAmount) (#1116)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
- Transfer(sender,recipient,tTransferAmount) (#802)
- _tokenTransfer(from,to,_remainingAmount,takeFee) (#1021)
- Transfer(sender,recipient,tTransferAmount) (#802)
- _tokenTransfer(from,to,amount,takeFee) (#1011)
- Transfer(sender,recipient,tTransferAmount) (#802)
- _tokenTransfer(from,_fundWallet,_amountSentToOwner,takeFee) (#1019)
Reentrancy in TestGrab.constructor() (#684-706):
External calls:
- pancakeswapV2Pair = IPancakeswapV2Factory(_pancakeswapV2Router.factory()).createPair(address(this),_pancakeswapV2Router.WETH()) (#692-693)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#705)
Reentrancy in TestGrab.swapAndLiquify(uint256) (#1028-1045):
External calls:
- swapTokensForEth(half) (#1038)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
- addLiquidity(otherHalf,newBalance) (#1042)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1042)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#960)
- addLiquidity(otherHalf,newBalance) (#1042)
- SwapAndLiquify(half,newBalance,otherHalf) (#1044)
Reentrancy in TestGrab.transferFrom(address,address,uint256) (#734-738):
External calls:
- _transfer(sender,recipient,amount) (#735)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
- pancakeswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1053-1059)
External calls sending eth:
- _transfer(sender,recipient,amount) (#735)
- pancakeswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1065-1072)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#960)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#736)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#421-426) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#423)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#241-250) uses assembly
- INLINE ASM (#248)
Address._functionCallWithValue(address,bytes,uint256,string) (#327-346) uses assembly
- INLINE ASM (#338-341)
Do not use evm assembly.
Additional information: link
TestGrab.includeInReward(address) (#780-793) has costly operations inside a loop:
- _excluded.pop() (#787)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#327-346) is never used and should be removed
Address.functionCall(address,bytes) (#291-293) is never used and should be removed
Address.functionCall(address,bytes,string) (#300-302) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#314-316) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#323-326) is never used and should be removed
Address.isContract(address) (#241-250) is never used and should be removed
Address.sendValue(address,uint256) (#267-272) is never used and should be removed
Context._msgData() (#215-218) is never used and should be removed
SafeMath.mod(uint256,uint256) (#191-193) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#206-209) is never used and should be removed
Remove unused functions.
Additional information: link
TestGrab._previousFundFee (#636) is set pre-construction with a non-constant function or state variable:
- _fundFee
TestGrab._fundWallet (#638) is set pre-construction with a non-constant function or state variable:
- _msgSender()
TestGrab._previousFundWallet (#639) is set pre-construction with a non-constant function or state variable:
- _fundWallet
TestGrab._previousTaxFee (#642) is set pre-construction with a non-constant function or state variable:
- _shareFee
TestGrab._previousLiquidityFee (#645) 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) (#267-272):
- (success) = recipient.call{value: amount}() (#270)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#327-346):
- (success,returndata) = target.call{value: weiValue}(data) (#330)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IPancakeswapV2Pair.DOMAIN_SEPARATOR() (#453) is not in mixedCase
Function IPancakeswapV2Pair.PERMIT_TYPEHASH() (#454) is not in mixedCase
Function IPancakeswapV2Pair.MINIMUM_LIQUIDITY() (#468) is not in mixedCase
Function IPancakeswapV2Router01.WETH() (#486) is not in mixedCase
Event TestGrabnewPancakeswapRouterAddress(address) (#676) is not in CapWords
Parameter TestGrab.setFundFeePercent(uint256)._fundFeePercent (#850) is not in mixedCase
Parameter TestGrab.setOwnerTaxAccount(address)._account (#857) is not in mixedCase
Parameter TestGrab.setSwapAndLiquifyEnabled(bool)._enabled (#866) is not in mixedCase
Parameter TestGrab.calculateTaxFee(uint256)._amount (#927) is not in mixedCase
Parameter TestGrab.calculateLiquidityFee(uint256)._amount (#932) is not in mixedCase
Parameter TestGrab.setPancakeSwapRouterAddress(address)._newRouterAddress (#1119) is not in mixedCase
Constant TestGrab._tTotal (#628) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TestGrab._name (#631) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TestGrab._symbol (#632) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TestGrab._decimals (#633) is not in UPPER_CASE_WITH_UNDERSCORES
Variable TestGrab._fundFee (#635) is not in mixedCase
Variable TestGrab._fundWallet (#638) is not in mixedCase
Variable TestGrab._previousFundWallet (#639) is not in mixedCase
Variable TestGrab._shareFee (#641) is not in mixedCase
Variable TestGrab._liquidityFee (#644) is not in mixedCase
Variable TestGrab._maxTxAmount (#653) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#216)" inContext (#211-219)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IPancakeswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#490) is too similar to IPancakeswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#491)
Variable TestGrab._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#900) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#900) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab._transferToExcluded(address,address,uint256).rTransferAmount (#1101) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Variable TestGrab._transferFromExcluded(address,address,uint256).rTransferAmount (#1110) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Variable TestGrab._transferBothExcluded(address,address,uint256).rTransferAmount (#795) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Variable TestGrab.reflectionFromToken(uint256,bool).rTransferAmount (#759) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab.reflectionFromToken(uint256,bool).rTransferAmount (#759) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#900) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Variable TestGrab._getValues(uint256).rTransferAmount (#887) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab._getValues(uint256).rTransferAmount (#887) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab._transferBothExcluded(address,address,uint256).rTransferAmount (#795) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab._transferBothExcluded(address,address,uint256).rTransferAmount (#795) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab._transferStandard(address,address,uint256).rTransferAmount (#1093) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab.reflectionFromToken(uint256,bool).rTransferAmount (#759) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Variable TestGrab._transferToExcluded(address,address,uint256).rTransferAmount (#1101) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab._transferToExcluded(address,address,uint256).rTransferAmount (#1101) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab._transferFromExcluded(address,address,uint256).rTransferAmount (#1110) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab._getValues(uint256).rTransferAmount (#887) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Variable TestGrab._transferBothExcluded(address,address,uint256).rTransferAmount (#795) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab._transferBothExcluded(address,address,uint256).rTransferAmount (#795) is too similar to TestGrab._transferStandard(address,address,uint256).tTransferAmount (#1093)
Variable TestGrab._transferToExcluded(address,address,uint256).rTransferAmount (#1101) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab.reflectionFromToken(uint256,bool).rTransferAmount (#759) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab._transferFromExcluded(address,address,uint256).rTransferAmount (#1110) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab._transferStandard(address,address,uint256).rTransferAmount (#1093) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab._transferFromExcluded(address,address,uint256).rTransferAmount (#1110) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab._transferFromExcluded(address,address,uint256).rTransferAmount (#1110) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#900) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab._transferBothExcluded(address,address,uint256).rTransferAmount (#795) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab._getValues(uint256).rTransferAmount (#887) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab._transferToExcluded(address,address,uint256).rTransferAmount (#1101) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab._transferFromExcluded(address,address,uint256).rTransferAmount (#1110) is too similar to TestGrab._transferBothExcluded(address,address,uint256).tTransferAmount (#795)
Variable TestGrab.reflectionFromToken(uint256,bool).rTransferAmount (#759) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab._transferStandard(address,address,uint256).rTransferAmount (#1093) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab.reflectionFromToken(uint256,bool).rTransferAmount (#759) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#900) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab._transferStandard(address,address,uint256).rTransferAmount (#1093) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#900) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab._transferStandard(address,address,uint256).rTransferAmount (#1093) is too similar to TestGrab._transferFromExcluded(address,address,uint256).tTransferAmount (#1110)
Variable TestGrab._getValues(uint256).rTransferAmount (#887) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab._getValues(uint256).rTransferAmount (#887) is too similar to TestGrab._getValues(uint256).tTransferAmount (#886)
Variable TestGrab._transferToExcluded(address,address,uint256).rTransferAmount (#1101) is too similar to TestGrab._getTValues(uint256).tTransferAmount (#893)
Variable TestGrab._transferStandard(address,address,uint256).rTransferAmount (#1093) is too similar to TestGrab._transferToExcluded(address,address,uint256).tTransferAmount (#1101)
Prevent variables from having similar names.
Additional information: link
TestGrab.slitherConstructorVariables() (#615-1130) uses literals with too many digits:
- _maxTxAmount = 100000000000 * 10 ** 6 (#653)
TestGrab.slitherConstructorVariables() (#615-1130) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 2500000 * 10 ** 9 (#657)
TestGrab.slitherConstructorConstantVariables() (#615-1130) uses literals with too many digits:
- _tTotal = 100000000000 * 10 ** 6 (#628)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
TestGrab.numTokensSellToAddToLiquidity (#657) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts