Contract creator or owner is blacklisted for past scams
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
PAW.addLiquidity(uint256,uint256) (#997-1010) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in PAW._transfer(address,address,uint256) (#918-953):
External calls:
- swapAndLiquify(balanceOf(address(this))) (#941)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
External calls sending eth:
- swapAndLiquify(balanceOf(address(this))) (#941)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#952)
- _rOwned[to] = _rOwned[to].add(rAmount) (#887)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1107)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1098)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1118)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1099)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1128)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1109)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1119)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1130)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- _rTotal = _rTotal.sub(rFee) (#831)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- _tOwned[to] = _tOwned[to].add(amount) (#889)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1127)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1117)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1108)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1129)
Apply the check-effects-interactions pattern.
Additional information: link
PAW.stuckTokens(address) (#1012-1021) ignores return value by erc20token.transfer(owner(),balance) (#1020)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Contract ownership is not renounced (belongs to a wallet)
Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#116) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#117)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._takeLiquidNDevFee(uint256,address).tLiquidNDevFee (#873)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._transferStandard(address,address,uint256).tLiquidNDevFee (#1097)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._getRValues(uint256,uint256,uint256,uint256).tLiquidNDevFee (#848)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._transferBothExcluded(address,address,uint256).tLiquidNDevFee (#1126)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._getTValues(uint256).tLiquidNDevFee (#843)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._transferToExcluded(address,address,uint256).tLiquidNDevFee (#1106)
Variable PAW._transferBothExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to PAW._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable PAW._getValues(uint256).rTransferAmount (#837) is too similar to PAW._getTValues(uint256).tTransferAmount (#844)
Variable PAW._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to PAW._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable PAW._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to PAW._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable PAW._getValues(uint256).rTransferAmount (#837) is too similar to PAW._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#852) is too similar to PAW._getTValues(uint256).tTransferAmount (#844)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#852) is too similar to PAW._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable PAW._transferBothExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to PAW._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable PAW._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to PAW._getValues(uint256).tTransferAmount (#836)
Variable PAW._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to PAW._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable PAW._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to PAW._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable PAW._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to PAW._transferBothExcluded(address,address,uint256).tTransferAmount (#1126)
Variable PAW._getValues(uint256).rTransferAmount (#837) is too similar to PAW._transferBothExcluded(address,address,uint256).tTransferAmount (#1126)
Variable PAW._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to PAW._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable PAW._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to PAW._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#852) is too similar to PAW._transferBothExcluded(address,address,uint256).tTransferAmount (#1126)
Variable PAW._getValues(uint256).rTransferAmount (#837) is too similar to PAW._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable PAW._transferBothExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to PAW._transferBothExcluded(address,address,uint256).tTransferAmount (#1126)
Variable PAW._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to PAW._getTValues(uint256).tTransferAmount (#844)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#852) is too similar to PAW._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._getValues(uint256).tLiquidNDevFee (#836)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rLiquidNDevFee (#851) is too similar to PAW._transferFromExcluded(address,address,uint256).tLiquidNDevFee (#1116)
Variable PAW._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to PAW._transferBothExcluded(address,address,uint256).tTransferAmount (#1126)
Variable PAW._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to PAW._getTValues(uint256).tTransferAmount (#844)
Variable PAW._getValues(uint256).rTransferAmount (#837) is too similar to PAW._getValues(uint256).tTransferAmount (#836)
Variable PAW._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to PAW._getValues(uint256).tTransferAmount (#836)
Variable PAW._getValues(uint256).rTransferAmount (#837) is too similar to PAW._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable PAW._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to PAW._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable PAW._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to PAW._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#852) is too similar to PAW._getValues(uint256).tTransferAmount (#836)
Variable PAW._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to PAW._transferBothExcluded(address,address,uint256).tTransferAmount (#1126)
Variable PAW._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to PAW._getTValues(uint256).tTransferAmount (#844)
Variable PAW._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#852) is too similar to PAW._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable PAW._transferBothExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to PAW._getValues(uint256).tTransferAmount (#836)
Variable PAW._transferBothExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to PAW._getTValues(uint256).tTransferAmount (#844)
Variable PAW._transferBothExcluded(address,address,uint256).rTransferAmount (#1126) is too similar to PAW._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable PAW._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to PAW._getValues(uint256).tTransferAmount (#836)
Variable PAW._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to PAW._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Prevent variables from having similar names.
Additional information: link
PAW.constructor() (#685-706) uses literals with too many digits:
- feeDrop[1].inkRequired = 50000000000000000000000000000 (#697)
PAW.constructor() (#685-706) uses literals with too many digits:
- feeDrop[2].inkRequired = 500000000000000000000000000000 (#699)
PAW.constructor() (#685-706) uses literals with too many digits:
- feeDrop[3].inkRequired = 900000000000000000000000000000 (#701)
PAW.slitherConstructorVariables() (#620-1136) uses literals with too many digits:
- _tTotal = 9000000000000 * 10 ** 18 (#634)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
PAW.addLiquidity(uint256,uint256) (#997-1010) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
Ensure that all the return values of the function calls are used.
Additional information: link
PAW.allowance(address,address).owner (#734) shadows:
- Ownable.owner() (#329-331) (function)
PAW._approve(address,address,uint256).owner (#910) shadows:
- Ownable.owner() (#329-331) (function)
Rename the local variables that shadow another component.
Additional information: link
PAW.setBuyFeePercent(uint256,uint256,uint256) (#801-806) should emit an event for:
- _bReward = reflect (#803)
- _bDevfee = dev (#804)
- _bRfuel = liquid (#805)
PAW.setSellFeePercent(uint256,uint256,uint256) (#808-813) should emit an event for:
- _sReward = reflect (#810)
- _sDevfee = dev (#811)
- _sRfuel = liquid (#812)
PAW.setNumTokensSellToAddToLiquidity(uint256) (#1023-1028) should emit an event for:
- numTokensSellToAddToLiquidity = numTokens (#1027)
Emit an event for critical parameter changes.
Additional information: link
PAW.updateRouter(address)._uniswapV2Pair (#1036-1037) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1038)
Check that the address is not zero.
Additional information: link
Reentrancy in PAW._transfer(address,address,uint256) (#918-953):
External calls:
- swapAndLiquify(balanceOf(address(this))) (#941)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
External calls sending eth:
- swapAndLiquify(balanceOf(address(this))) (#941)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#952)
- _tTotalDistributedToken = _tTotalDistributedToken.add(tFee) (#832)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- currentDevFee = 0 (#1064)
- currentDevFee = _bDevfee.mul(100 - feeDropPercent).div(100) (#1069)
- currentDevFee = _sDevfee.mul(100 - feeDropPercent).div(100) (#1074)
- currentDevFee = 0 (#1078)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- currentLiquidNDevFee = currentDevFee + currentLiquidityFee (#1081)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- currentLiquidityFee = 0 (#1065)
- currentLiquidityFee = _bRfuel.mul(100 - feeDropPercent).div(100) (#1070)
- currentLiquidityFee = _sRfuel.mul(100 - feeDropPercent).div(100) (#1075)
- currentLiquidityFee = 0 (#1079)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- currentRefectionFee = 0 (#1063)
- currentRefectionFee = _bReward.mul(100 - feeDropPercent).div(100) (#1068)
- currentRefectionFee = _sReward.mul(100 - feeDropPercent).div(100) (#1073)
- currentRefectionFee = 0 (#1077)
Reentrancy in PAW.constructor() (#685-706):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#688-689)
State variables written after the call(s):
- _excludedFromFee[owner()] = true (#693)
- _excludedFromFee[address(this)] = true (#694)
- _excludedFromFee[devWallet] = true (#695)
- _rOwned[_msgSender()] = _rTotal (#704)
- feeDrop[1].inkRequired = 50000000000000000000000000000 (#697)
- feeDrop[1].discountPercent = 10 (#698)
- feeDrop[2].inkRequired = 500000000000000000000000000000 (#699)
- feeDrop[2].discountPercent = 20 (#700)
- feeDrop[3].inkRequired = 900000000000000000000000000000 (#701)
- feeDrop[3].discountPercent = 30 (#702)
- uniswapV2Router = _uniswapV2Router (#691)
Reentrancy in PAW.swapAndLiquify(uint256) (#955-976):
External calls:
- swapTokensForEth(half) (#967)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
- addLiquidity(otherHalf,newBalance) (#973)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#973)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#973)
- _allowances[owner][spender] = amount (#914)
Reentrancy in PAW.transferFrom(address,address,uint256) (#743-747):
External calls:
- _transfer(sender,recipient,amount) (#744)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
External calls sending eth:
- _transfer(sender,recipient,amount) (#744)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#745)
- _allowances[owner][spender] = amount (#914)
Reentrancy in PAW.updateRouter(address) (#1030-1039):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1036-1037)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1038)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in PAW._transfer(address,address,uint256) (#918-953):
External calls:
- swapAndLiquify(balanceOf(address(this))) (#941)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
External calls sending eth:
- swapAndLiquify(balanceOf(address(this))) (#941)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
Event emitted after the call(s):
- Transfer(from,to,amount) (#891)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- Transfer(sender,recipient,tTransferAmount) (#1102)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- Transfer(sender,recipient,tTransferAmount) (#1112)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- Transfer(sender,recipient,tTransferAmount) (#1122)
- _tokenTransfer(from,to,amount,takeFee) (#952)
- Transfer(sender,recipient,tTransferAmount) (#1133)
- _tokenTransfer(from,to,amount,takeFee) (#952)
Reentrancy in PAW.constructor() (#685-706):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#688-689)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#705)
Reentrancy in PAW.swapAndLiquify(uint256) (#955-976):
External calls:
- swapTokensForEth(half) (#967)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
- addLiquidity(otherHalf,newBalance) (#973)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#973)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#915)
- addLiquidity(otherHalf,newBalance) (#973)
- SwapAndLiquify(half,newBalance,otherHalf) (#975)
Reentrancy in PAW.transferFrom(address,address,uint256) (#743-747):
External calls:
- _transfer(sender,recipient,amount) (#744)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#987-993)
External calls sending eth:
- _transfer(sender,recipient,amount) (#744)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1002-1009)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#915)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#745)
Apply the check-effects-interactions pattern.
Additional information: link
PAW.includeInReward(address) (#782-793) has costly operations inside a loop:
- _excluded.pop() (#789)
Use a local variable to hold the loop computation result.
Additional information: link
Context._msgData() (#24-27) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#539-548) is never used and should be removed
SafeMath.mod(uint256,uint256) (#499-501) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#565-574) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#370-376) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#412-417) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#424-429) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#395-405) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#383-388) is never used and should be removed
Remove unused functions.
Additional information: link
PAW._rTotal (#635) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
PAW.currentLiquidNDevFee (#654) is set pre-construction with a non-constant function or state variable:
- currentDevFee.add(currentLiquidityFee)
PAW.numTokensSellToAddToLiquidity (#663) is set pre-construction with a non-constant function or state variable:
- _tTotal / 1000
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Pragma version^0.8.0 (#3) allows old versions
solc-0.8.0 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Function IUniswapV2Router01.WETH() (#111) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#276) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#277) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#294) is not in mixedCase
Parameter PAW.setSwapAndLiquifyEnabled(bool)._enabled (#823) is not in mixedCase
Parameter PAW.calculateReflectionFee(uint256)._amount (#894) is not in mixedCase
Parameter PAW.calculateLiquidNDevFee(uint256)._amount (#900) is not in mixedCase
Parameter PAW.stuckTokens(address)._token (#1012) is not in mixedCase
Variable PAW._bReward (#642) is not in mixedCase
Variable PAW._bDevfee (#643) is not in mixedCase
Variable PAW._bRfuel (#644) is not in mixedCase
Variable PAW._sReward (#646) is not in mixedCase
Variable PAW._sDevfee (#647) is not in mixedCase
Variable PAW._sRfuel (#648) is not in mixedCase
Variable PAW.INK (#665) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.
Additional information: link
PAW._decimals (#640) should be constant
PAW._name (#638) should be constant
PAW._symbol (#639) should be constant
PAW._tTotal (#634) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#348-351)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#357-361)
name() should be declared external:
- PAW.name() (#708-710)
symbol() should be declared external:
- PAW.symbol() (#712-714)
decimals() should be declared external:
- PAW.decimals() (#716-718)
totalSupply() should be declared external:
- PAW.totalSupply() (#720-722)
transfer(address,uint256) should be declared external:
- PAW.transfer(address,uint256) (#729-732)
allowance(address,address) should be declared external:
- PAW.allowance(address,address) (#734-736)
approve(address,uint256) should be declared external:
- PAW.approve(address,uint256) (#738-741)
transferFrom(address,address,uint256) should be declared external:
- PAW.transferFrom(address,address,uint256) (#743-747)
increaseAllowance(address,uint256) should be declared external:
- PAW.increaseAllowance(address,uint256) (#749-752)
decreaseAllowance(address,uint256) should be declared external:
- PAW.decreaseAllowance(address,uint256) (#754-757)
isExcludedFromReward(address) should be declared external:
- PAW.isExcludedFromReward(address) (#759-761)
totalDistributedFees() should be declared external:
- PAW.totalDistributedFees() (#763-765)
excludeFromReward(address) should be declared external:
- PAW.excludeFromReward(address) (#773-780)
setBuyFeePercent(uint256,uint256,uint256) should be declared external:
- PAW.setBuyFeePercent(uint256,uint256,uint256) (#801-806)
setSellFeePercent(uint256,uint256,uint256) should be declared external:
- PAW.setSellFeePercent(uint256,uint256,uint256) (#808-813)
excludeFromFee(address) should be declared external:
- PAW.excludeFromFee(address) (#815-817)
includeInFee(address) should be declared external:
- PAW.includeInFee(address) (#819-821)
setSwapAndLiquifyEnabled(bool) should be declared external:
- PAW.setSwapAndLiquifyEnabled(bool) (#823-826)
isExcludedFromFee(address) should be declared external:
- PAW.isExcludedFromFee(address) (#906-908)
setInkHolder(uint256,uint256,uint256) should be declared external:
- PAW.setInkHolder(uint256,uint256,uint256) (#1041-1046)
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.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Contract has 8% buy tax and 0% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
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