Reentrancy in FOODPANDATOKN._transfer(address,address,uint256) (#1081-1125):
External calls:
- swapAndLiquify(contractTokenBalance) (#1112)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1112)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1020)
- _rOwned[_charityWalletAddress] = _rOwned[_charityWalletAddress].add(rCharity) (#1028)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1216)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1206)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1207)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1228)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#929)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1218)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1229)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#931)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _rTotal = _rTotal.sub(rFee) (#973)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1022)
- _tOwned[_charityWalletAddress] = _tOwned[_charityWalletAddress].add(tCharity) (#1030)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#928)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1227)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1217)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#930)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
FOODPANDATOKN.addLiquidity(uint256,uint256) (#1168-1181) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
Ensure that all the return values of the function calls are used.
Additional information: link
FOODPANDATOKN.allowance(address,address).owner (#845) shadows:
- Ownable.owner() (#509-511) (function)
FOODPANDATOKN._approve(address,address,uint256).owner (#1073) shadows:
- Ownable.owner() (#509-511) (function)
Rename the local variables that shadow another component.
Additional information: link
FOODPANDATOKN.setTaxFeePercent(uint256) (#946-948) should emit an event for:
- _taxFee = taxFee (#947)
FOODPANDATOKN.setCharityFeePercent(uint256) (#950-952) should emit an event for:
- _charityFee = charityFee (#951)
FOODPANDATOKN.setLiquidityFeePercent(uint256) (#954-956) should emit an event for:
- _liquidityFee = liquidityFee (#955)
FOODPANDATOKN.setMaxTxPercent(uint256) (#958-962) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#959-961)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in FOODPANDATOKN._transfer(address,address,uint256) (#1081-1125):
External calls:
- swapAndLiquify(contractTokenBalance) (#1112)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1112)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _charityFee = _previousCharityFee (#1065)
- _charityFee = 0 (#1059)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _liquidityFee = _previousLiquidityFee (#1066)
- _liquidityFee = 0 (#1060)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _previousCharityFee = _charityFee (#1055)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _previousLiquidityFee = _liquidityFee (#1056)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _previousTaxFee = _taxFee (#1054)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _tFeeTotal = _tFeeTotal.add(tFee) (#974)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- _taxFee = _previousTaxFee (#1064)
- _taxFee = 0 (#1058)
Reentrancy in FOODPANDATOKN.constructor() (#801-817):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#806-807)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#813)
- _isExcludedFromFee[address(this)] = true (#814)
- uniswapV2Router = _uniswapV2Router (#810)
Reentrancy in FOODPANDATOKN.swapAndLiquify(uint256) (#1127-1148):
External calls:
- swapTokensForEth(half) (#1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
- addLiquidity(otherHalf,newBalance) (#1145)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1145)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1145)
- _allowances[owner][spender] = amount (#1077)
Reentrancy in FOODPANDATOKN.transferFrom(address,address,uint256) (#854-858):
External calls:
- _transfer(sender,recipient,amount) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
External calls sending eth:
- _transfer(sender,recipient,amount) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#856)
- _allowances[owner][spender] = amount (#1077)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in FOODPANDATOKN._transfer(address,address,uint256) (#1081-1125):
External calls:
- swapAndLiquify(contractTokenBalance) (#1112)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1112)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1211)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- Transfer(sender,recipient,tTransferAmount) (#1222)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- Transfer(sender,recipient,tTransferAmount) (#1233)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
- Transfer(sender,recipient,tTransferAmount) (#935)
- _tokenTransfer(from,to,amount,takeFee) (#1124)
Reentrancy in FOODPANDATOKN.constructor() (#801-817):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#806-807)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#816)
Reentrancy in FOODPANDATOKN.swapAndLiquify(uint256) (#1127-1148):
External calls:
- swapTokensForEth(half) (#1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
- addLiquidity(otherHalf,newBalance) (#1145)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1145)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1078)
- addLiquidity(otherHalf,newBalance) (#1145)
- SwapAndLiquify(half,newBalance,otherHalf) (#1147)
Reentrancy in FOODPANDATOKN.transferFrom(address,address,uint256) (#854-858):
External calls:
- _transfer(sender,recipient,amount) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1159-1165)
External calls sending eth:
- _transfer(sender,recipient,amount) (#855)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1173-1180)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1078)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#856)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#316-325) uses assembly
- INLINE ASM (#323)
Address._verifyCallResult(bool,bytes,string) (#461-478) uses assembly
- INLINE ASM (#470-473)
Do not use evm assembly.
Additional information: link
FOODPANDATOKN.includeInReward(address) (#914-925) has costly operations inside a loop:
- _excluded.pop() (#921)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#461-478) is never used and should be removed
Address.functionCall(address,bytes) (#369-371) is never used and should be removed
Address.functionCall(address,bytes,string) (#379-381) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#394-396) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#404-411) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#443-445) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#453-459) is never used and should be removed
Address.functionStaticCall(address,bytes) (#419-421) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#429-435) is never used and should be removed
Address.isContract(address) (#316-325) is never used and should be removed
Address.sendValue(address,uint256) (#343-349) is never used and should be removed
Context._msgData() (#289-292) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#244-249) is never used and should be removed
SafeMath.mod(uint256,uint256) (#204-206) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#266-271) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#75-81) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#117-122) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#129-134) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#100-110) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#88-93) is never used and should be removed
Remove unused functions.
Additional information: link
FOODPANDATOKN._rTotal (#763) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
FOODPANDATOKN._previousTaxFee (#771) is set pre-construction with a non-constant function or state variable:
- _taxFee
FOODPANDATOKN._previousCharityFee (#774) is set pre-construction with a non-constant function or state variable:
- _charityFee
FOODPANDATOKN._previousLiquidityFee (#776) 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) (#343-349):
- (success) = recipient.call{value: amount}() (#347)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#404-411):
- (success,returndata) = target.call{value: value}(data) (#409)
Low level call in Address.functionStaticCall(address,bytes,string) (#429-435):
- (success,returndata) = target.staticcall(data) (#433)
Low level call in Address.functionDelegateCall(address,bytes,string) (#453-459):
- (success,returndata) = target.delegatecall(data) (#457)
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() (#575) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#576) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#593) is not in mixedCase
Function IUniswapV2Router01.WETH() (#613) is not in mixedCase
Parameter FOODPANDATOKN.setSwapAndLiquifyEnabled(bool)._enabled (#964) is not in mixedCase
Parameter FOODPANDATOKN.calculateTaxFee(uint256)._amount (#1033) is not in mixedCase
Parameter FOODPANDATOKN.calculateCharityFee(uint256)._amount (#1039) is not in mixedCase
Parameter FOODPANDATOKN.calculateLiquidityFee(uint256)._amount (#1045) is not in mixedCase
Variable FOODPANDATOKN._taxFee (#770) is not in mixedCase
Variable FOODPANDATOKN._charityFee (#773) is not in mixedCase
Variable FOODPANDATOKN._liquidityFee (#775) is not in mixedCase
Variable FOODPANDATOKN._maxTxAmount (#784) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#290)" inContext (#284-293)
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 (#618) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#619)
Variable FOODPANDATOKN._transferToExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._transferStandard(address,address,uint256).rTransferAmount (#1205) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN._transferBothExcluded(address,address,uint256).rTransferAmount (#927) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#996) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._transferToExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Variable FOODPANDATOKN._transferFromExcluded(address,address,uint256).rTransferAmount (#1226) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Variable FOODPANDATOKN._transferBothExcluded(address,address,uint256).rTransferAmount (#927) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#996) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._transferToExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN.reflectionFromToken(uint256,bool).rTransferAmount (#893) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN._transferStandard(address,address,uint256).rTransferAmount (#1205) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._transferBothExcluded(address,address,uint256).rTransferAmount (#927) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Variable FOODPANDATOKN.reflectionFromToken(uint256,bool).rTransferAmount (#893) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#996) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Variable FOODPANDATOKN._transferStandard(address,address,uint256).rTransferAmount (#1205) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Variable FOODPANDATOKN._transferBothExcluded(address,address,uint256).rTransferAmount (#927) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#996) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN.reflectionFromToken(uint256,bool).rTransferAmount (#893) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._transferToExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN._transferFromExcluded(address,address,uint256).rTransferAmount (#1226) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN.reflectionFromToken(uint256,bool).rTransferAmount (#893) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Variable FOODPANDATOKN.reflectionFromToken(uint256,bool).rTransferAmount (#893) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN._transferBothExcluded(address,address,uint256).rTransferAmount (#927) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#996) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN._transferStandard(address,address,uint256).rTransferAmount (#1205) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN._transferToExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN._transferFromExcluded(address,address,uint256).rTransferAmount (#1226) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN.reflectionFromToken(uint256,bool).rTransferAmount (#893) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN._transferToExcluded(address,address,uint256).rTransferAmount (#1215) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._transferFromExcluded(address,address,uint256).rTransferAmount (#1226) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._transferFromExcluded(address,address,uint256).rTransferAmount (#1226) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._transferBothExcluded(address,address,uint256).rTransferAmount (#927) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#996) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN._transferStandard(address,address,uint256).rTransferAmount (#1205) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN._transferStandard(address,address,uint256).rTransferAmount (#1205) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._getValues(uint256).rTransferAmount (#979) is too similar to FOODPANDATOKN._transferStandard(address,address,uint256).tTransferAmount (#1205)
Variable FOODPANDATOKN._transferFromExcluded(address,address,uint256).rTransferAmount (#1226) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN._getValues(uint256).rTransferAmount (#979) is too similar to FOODPANDATOKN._getTValues(uint256).tTransferAmount (#987)
Variable FOODPANDATOKN._getValues(uint256).rTransferAmount (#979) is too similar to FOODPANDATOKN._transferFromExcluded(address,address,uint256).tTransferAmount (#1226)
Variable FOODPANDATOKN._getValues(uint256).rTransferAmount (#979) is too similar to FOODPANDATOKN._transferBothExcluded(address,address,uint256).tTransferAmount (#927)
Variable FOODPANDATOKN._getValues(uint256).rTransferAmount (#979) is too similar to FOODPANDATOKN._transferToExcluded(address,address,uint256).tTransferAmount (#1215)
Variable FOODPANDATOKN._getValues(uint256).rTransferAmount (#979) is too similar to FOODPANDATOKN._getValues(uint256).tTransferAmount (#978)
Prevent variables from having similar names.
Additional information: link
FOODPANDATOKN.slitherConstructorVariables() (#746-1237) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#762)
FOODPANDATOKN.slitherConstructorVariables() (#746-1237) uses literals with too many digits:
- _maxTxAmount = 500000 * 10 ** 6 * 10 ** 9 (#784)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
FOODPANDATOKN._charityWalletAddress (#759) should be constant
FOODPANDATOKN._decimals (#768) should be constant
FOODPANDATOKN._name (#766) should be constant
FOODPANDATOKN._symbol (#767) should be constant
FOODPANDATOKN._tTotal (#762) should be constant
FOODPANDATOKN.numTokensSellToAddToLiquidity (#785) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#528-531)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#537-541)
name() should be declared external:
- FOODPANDATOKN.name() (#819-821)
symbol() should be declared external:
- FOODPANDATOKN.symbol() (#823-825)
decimals() should be declared external:
- FOODPANDATOKN.decimals() (#827-829)
totalSupply() should be declared external:
- FOODPANDATOKN.totalSupply() (#831-833)
transfer(address,uint256) should be declared external:
- FOODPANDATOKN.transfer(address,uint256) (#840-843)
allowance(address,address) should be declared external:
- FOODPANDATOKN.allowance(address,address) (#845-847)
approve(address,uint256) should be declared external:
- FOODPANDATOKN.approve(address,uint256) (#849-852)
transferFrom(address,address,uint256) should be declared external:
- FOODPANDATOKN.transferFrom(address,address,uint256) (#854-858)
increaseAllowance(address,uint256) should be declared external:
- FOODPANDATOKN.increaseAllowance(address,uint256) (#860-863)
decreaseAllowance(address,uint256) should be declared external:
- FOODPANDATOKN.decreaseAllowance(address,uint256) (#865-868)
isExcludedFromReward(address) should be declared external:
- FOODPANDATOKN.isExcludedFromReward(address) (#870-872)
totalFees() should be declared external:
- FOODPANDATOKN.totalFees() (#874-876)
deliver(uint256) should be declared external:
- FOODPANDATOKN.deliver(uint256) (#878-885)
reflectionFromToken(uint256,bool) should be declared external:
- FOODPANDATOKN.reflectionFromToken(uint256,bool) (#887-896)
excludeFromReward(address) should be declared external:
- FOODPANDATOKN.excludeFromReward(address) (#904-912)
excludeFromFee(address) should be declared external:
- FOODPANDATOKN.excludeFromFee(address) (#938-940)
includeInFee(address) should be declared external:
- FOODPANDATOKN.includeInFee(address) (#942-944)
setSwapAndLiquifyEnabled(bool) should be declared external:
- FOODPANDATOKN.setSwapAndLiquifyEnabled(bool) (#964-967)
isExcludedFromFee(address) should be declared external:
- FOODPANDATOKN.isExcludedFromFee(address) (#1069-1071)
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 PancakeSwap volume 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.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Contract has 11% buy tax and 10% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts