PartyDog Token Logo

PDog [PartyDog] Token

About PDog

Listings

Token 2 years
CoinMarketCap 2 years
white paper

PARTYdog is a new project carried out by members of the management team following SHIB. It has a mature and stable team and many following investors. Partydog aims to create a new repurchase and burn dividend tokens. With a strong fomo factor relationship, we have performed the world's top Certik audit submission in the early stage of development, and completed all audits before the opening of the pre-sale. also ,We will quickly list cmc and cg so that we can expand our influence. And we will rank the dextool hot list based on the existing transaction volume. Of course, this is just a small preparation for us in the early stage. We will log in to shibswap in the mid-term for pledge mining and trading. Log in to a certain cex for listing, and finally commit to listing binance. This is our ultimate goal.

Social

Laser Scorebeta Last Audit: 27 January 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

PartyDog.addLiquidity(uint256,uint256) (#1156-1166) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in PartyDog._transfer(address,address,uint256) (#993-1106):
External calls:
- swapBack() (#1064)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
External calls sending eth:
- swapBack() (#1064)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1103)
- _liquidityTokensToSwap += tLiquidity * _buyLiquidityFee / _liquidityFee (#1381)
- _liquidityTokensToSwap += tLiquidity * _sellLiquidityFee / _liquidityFee (#1384)
- _tokenTransfer(from,to,amount) (#1103)
- _marketingTokensToSwap += tLiquidity * _buyMarketingFee / _liquidityFee (#1382)
- _marketingTokensToSwap += tLiquidity * _sellMarketingFee / _liquidityFee (#1385)
- _tokenTransfer(from,to,amount) (#1103)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1213)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1233)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1255)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1276)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1214)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1235)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1256)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1389)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1278)
- _tokenTransfer(from,to,amount) (#1103)
- _rTotal = _rTotal.sub(rFee) (#1285)
- _tokenTransfer(from,to,amount) (#1103)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1254)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1275)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1234)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1277)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1391)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


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.

Reentrancy in PartyDog.swapBack() (#1108-1140):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1118)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
State variables written after the call(s):
- _liquidityTokensToSwap = 0 (#1126)
- _marketingTokensToSwap = 0 (#1127)
Apply the check-effects-interactions pattern.

Additional information: link

PartyDog._transfer(address,address,uint256) (#993-1106) uses tx.origin for authorization: require(bool,string)(_holderLastTransferTimestamp[tx.origin] < block.number,_transfer:: Transfer Delay enabled. Only one purchase per block allowed.) (#1028)
Do not use tx.origin for authorization.

Additional information: link

PartyDog.addLiquidity(uint256,uint256) (#1156-1166) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
Ensure that all the return values of the function calls are used.

Additional information: link

PartyDog.allowance(address,address).owner (#796) shadows:
- Ownable.owner() (#227-229) (function)
PartyDog._approve(address,address,uint256).owner (#982) shadows:
- Ownable.owner() (#227-229) (function)
Rename the local variables that shadow another component.

Additional information: link

PartyDog.setGasPriceLimit(uint256) (#910-913) should emit an event for:
- gasPriceLimit = gas * 1000000000 (#912)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in PartyDog._transfer(address,address,uint256) (#993-1106):
External calls:
- swapBack() (#1064)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
External calls sending eth:
- swapBack() (#1064)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
State variables written after the call(s):
- removeAllFee() (#1072)
- _burnFee = 0 (#1421)
- removeAllFee() (#1077)
- _burnFee = 0 (#1421)
- _burnFee = _buyBurnFee (#1080)
- removeAllFee() (#1085)
- _burnFee = 0 (#1421)
- _burnFee = _sellBurnFee (#1088)
- removeAllFee() (#1098)
- _burnFee = 0 (#1421)
- _tokenTransfer(from,to,amount) (#1103)
- _burnFee = _previousBurnFee (#1427)
- _burnFee = 0 (#1421)
- restoreAllFee() (#1105)
- _burnFee = _previousBurnFee (#1427)
- removeAllFee() (#1072)
- _liquidityFee = 0 (#1420)
- removeAllFee() (#1077)
- _liquidityFee = 0 (#1420)
- _liquidityFee = _buyLiquidityFee + _buyMarketingFee (#1079)
- removeAllFee() (#1085)
- _liquidityFee = 0 (#1420)
- _liquidityFee = _sellLiquidityFee + _sellMarketingFee (#1087)
- _liquidityFee = _liquidityFee * 5 (#1093)
- removeAllFee() (#1098)
- _liquidityFee = 0 (#1420)
- _tokenTransfer(from,to,amount) (#1103)
- _liquidityFee = _previousLiquidityFee (#1426)
- _liquidityFee = 0 (#1420)
- restoreAllFee() (#1105)
- _liquidityFee = _previousLiquidityFee (#1426)
- removeAllFee() (#1072)
- _previousBurnFee = _burnFee (#1417)
- removeAllFee() (#1077)
- _previousBurnFee = _burnFee (#1417)
- removeAllFee() (#1085)
- _previousBurnFee = _burnFee (#1417)
- removeAllFee() (#1098)
- _previousBurnFee = _burnFee (#1417)
- _tokenTransfer(from,to,amount) (#1103)
- _previousBurnFee = _burnFee (#1417)
- removeAllFee() (#1072)
- _previousLiquidityFee = _liquidityFee (#1416)
- removeAllFee() (#1077)
- _previousLiquidityFee = _liquidityFee (#1416)
- removeAllFee() (#1085)
- _previousLiquidityFee = _liquidityFee (#1416)
- removeAllFee() (#1098)
- _previousLiquidityFee = _liquidityFee (#1416)
- _tokenTransfer(from,to,amount) (#1103)
- _previousLiquidityFee = _liquidityFee (#1416)
- removeAllFee() (#1072)
- _previousTaxFee = _taxFee (#1415)
- removeAllFee() (#1077)
- _previousTaxFee = _taxFee (#1415)
- removeAllFee() (#1085)
- _previousTaxFee = _taxFee (#1415)
- removeAllFee() (#1098)
- _previousTaxFee = _taxFee (#1415)
- _tokenTransfer(from,to,amount) (#1103)
- _previousTaxFee = _taxFee (#1415)
- _tokenTransfer(from,to,amount) (#1103)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1286)
- removeAllFee() (#1072)
- _taxFee = 0 (#1419)
- removeAllFee() (#1077)
- _taxFee = 0 (#1419)
- _taxFee = _buyTaxFee (#1078)
- removeAllFee() (#1085)
- _taxFee = 0 (#1419)
- _taxFee = _sellTaxFee (#1086)
- _taxFee = _taxFee * 5 (#1092)
- removeAllFee() (#1098)
- _taxFee = 0 (#1419)
- _tokenTransfer(from,to,amount) (#1103)
- _taxFee = _previousTaxFee (#1425)
- _taxFee = 0 (#1419)
- restoreAllFee() (#1105)
- _taxFee = _previousTaxFee (#1425)
- buyOrSellSwitch = TRANSFER (#1073)
- buyOrSellSwitch = BUY (#1081)
- buyOrSellSwitch = SELL (#1089)
- buyOrSellSwitch = TRANSFER (#1099)
Reentrancy in PartyDog.changeRouterVersion(address) (#1497-1521):
External calls:
- _pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1511-1514)
State variables written after the call(s):
- uniswapV2Pair = _pair (#1516)
- uniswapV2Router = _uniswapV2Router (#1519)
Reentrancy in PartyDog.constructor() (#735-764):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#748-749)
State variables written after the call(s):
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#754)
- _excluded.push(account) (#956)
- _excluded[i] = _excluded[_excluded.length - 1] (#963)
- _excluded.pop() (#966)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#754)
- _isExcluded[account] = true (#955)
- _isExcluded[account] = false (#965)
- _isExcludedFromFee[newOwner] = true (#756)
- _isExcludedFromFee[address(this)] = true (#757)
- _isExcludedFromFee[marketingAddress] = true (#758)
- _isExcludedFromFee[liquidityAddress] = true (#759)
- transferOwnership(newOwner) (#763)
- _owner = newOwner (#247)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#754)
- _tOwned[account] = tokenFromReflection(_rOwned[account]) (#953)
- _tOwned[account] = 0 (#964)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#754)
- automatedMarketMakerPairs[pair] = value (#901)
- uniswapV2Pair = _uniswapV2Pair (#752)
- uniswapV2Router = _uniswapV2Router (#751)
Reentrancy in PartyDog.swapBack() (#1108-1140):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1118)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
External calls sending eth:
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
State variables written after the call(s):
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1132)
- _allowances[owner][spender] = amount (#989)
Reentrancy in PartyDog.transferFrom(address,address,uint256) (#814-829):
External calls:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
External calls sending eth:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#820-827)
- _allowances[owner][spender] = amount (#989)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PartyDog._transfer(address,address,uint256) (#993-1106):
External calls:
- swapBack() (#1064)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
External calls sending eth:
- swapBack() (#1064)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1217)
- _tokenTransfer(from,to,amount) (#1103)
- Transfer(sender,recipient,tTransferAmount) (#1238)
- _tokenTransfer(from,to,amount) (#1103)
- Transfer(sender,recipient,tTransferAmount) (#1259)
- _tokenTransfer(from,to,amount) (#1103)
- Transfer(sender,recipient,tTransferAmount) (#1281)
- _tokenTransfer(from,to,amount) (#1103)
Reentrancy in PartyDog.changeRouterVersion(address) (#1497-1521):
External calls:
- _pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1511-1514)
Event emitted after the call(s):
- UpdatedRouter(_router) (#1520)
Reentrancy in PartyDog.constructor() (#735-764):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#748-749)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#246)
- transferOwnership(newOwner) (#763)
- Transfer(address(0),newOwner,_tTotal) (#761)
Reentrancy in PartyDog.swapBack() (#1108-1140):
External calls:
- swapTokensForBNB(amountToSwapForBNB) (#1118)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
External calls sending eth:
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1132)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#990)
- addLiquidity(tokensForLiquidity,bnbForLiquidity) (#1132)
- SwapAndLiquify(amountToSwapForBNB,bnbForLiquidity,tokensForLiquidity) (#1133)
Reentrancy in PartyDog.transferForeignToken(address,address) (#1526-1536):
External calls:
- _sent = IERC20(_token).transfer(_to,_contractBalance) (#1534)
Event emitted after the call(s):
- TransferForeignToken(_token,_contractBalance) (#1535)
Reentrancy in PartyDog.transferFrom(address,address,uint256) (#814-829):
External calls:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1147-1153)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
External calls sending eth:
- _transfer(sender,recipient,amount) (#819)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityAddress,block.timestamp) (#1158-1165)
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#990)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#820-827)
Apply the check-effects-interactions pattern.

Additional information: link

PartyDog._transfer(address,address,uint256) (#993-1106) uses timestamp for comparisons
Dangerous comparisons:
- boughtEarly[from] && earlyBuyPenaltyEnd <= block.number (#1091)
- require(bool,string)(! boughtEarly[from] || earlyBuyPenaltyEnd <= block.timestamp,Snipers can't transfer tokens to sell cheaper until penalty timeframe is over. DM a Mod.) (#1097)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#117-128) uses assembly
- INLINE ASM (#124-126)
Address._functionCallWithValue(address,bytes,uint256,string) (#186-209) uses assembly
- INLINE ASM (#201-204)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#186-209) is never used and should be removed
Address.functionCall(address,bytes) (#144-149) is never used and should be removed
Address.functionCall(address,bytes,string) (#151-157) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#159-171) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#173-184) is never used and should be removed
Address.isContract(address) (#117-128) is never used and should be removed
Address.sendValue(address,uint256) (#130-142) is never used and should be removed
Context._msgData() (#16-19) is never used and should be removed
SafeMath.mod(uint256,uint256) (#102-104) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#106-113) is never used and should be removed
Remove unused functions.

Additional information: link

PartyDog._previousTaxFee (#642) is set pre-construction with a non-constant function or state variable:
- _taxFee
PartyDog._previousLiquidityFee (#645) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
PartyDog._previousBurnFee (#648) is set pre-construction with a non-constant function or state variable:
- _burnFee
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 version0.8.9 (#9) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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

Low level call in Address.sendValue(address,uint256) (#130-142):
- (success) = recipient.call{value: amount}() (#137)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#186-209):
- (success,returndata) = target.call{value: weiValue}(data) (#194-196)
Low level call in PartyDog.swapBack() (#1108-1140):
- (success) = address(marketingAddress).call{value: bnbForMarketing}() (#1129)
- (success,None) = address(marketingAddress).call{value: address(this).balance}() (#1138)
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() (#320) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#322) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#352) is not in mixedCase
Function IUniswapV2Router01.WETH() (#396) is not in mixedCase
Parameter PartyDog.calculateTaxFee(uint256)._amount (#1394) is not in mixedCase
Parameter PartyDog.calculateLiquidityFee(uint256)._amount (#1398) is not in mixedCase
Parameter PartyDog.calculateBurnFee(uint256)._amount (#1406) is not in mixedCase
Parameter PartyDog.setMarketingAddress(address)._marketingAddress (#1474) is not in mixedCase
Parameter PartyDog.setLiquidityAddress(address)._liquidityAddress (#1481) is not in mixedCase
Parameter PartyDog.setSwapAndLiquifyEnabled(bool)._enabled (#1488) is not in mixedCase
Parameter PartyDog.changeRouterVersion(address)._router (#1497) is not in mixedCase
Parameter PartyDog.transferForeignToken(address,address)._token (#1526) is not in mixedCase
Parameter PartyDog.transferForeignToken(address,address)._to (#1526) is not in mixedCase
Constant PartyDog._tTotal (#622) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PartyDog._name (#626) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PartyDog._symbol (#627) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PartyDog._decimals (#628) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PartyDog._buyTaxFee (#650) is not in mixedCase
Variable PartyDog._buyLiquidityFee (#651) is not in mixedCase
Variable PartyDog._buyMarketingFee (#652) is not in mixedCase
Variable PartyDog._buyBurnFee (#653) is not in mixedCase
Variable PartyDog._sellTaxFee (#655) is not in mixedCase
Variable PartyDog._sellLiquidityFee (#656) is not in mixedCase
Variable PartyDog._sellMarketingFee (#657) is not in mixedCase
Variable PartyDog._sellBurnFee (#658) is not in mixedCase
Variable PartyDog._isExcludedMaxTransactionAmount (#669) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#17)" inContext (#11-20)
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 (#401) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#402)
Variable PartyDog._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1354) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog._transferFromExcluded(address,address,uint256).rTransferAmount (#1248) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Variable PartyDog._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1354) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog._transferBothExcluded(address,address,uint256).rTransferAmount (#1269) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog._getValues(uint256).rTransferAmount (#1306) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog._getValues(uint256).rTransferAmount (#1306) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog._transferBothExcluded(address,address,uint256).rTransferAmount (#1269) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog._transferStandard(address,address,uint256).rTransferAmount (#1207) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog._getValues(uint256).rTransferAmount (#1306) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog._transferBothExcluded(address,address,uint256).rTransferAmount (#1269) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog._getValues(uint256).rTransferAmount (#1306) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog._transferFromExcluded(address,address,uint256).rTransferAmount (#1248) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog._transferBothExcluded(address,address,uint256).rTransferAmount (#1269) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog._transferStandard(address,address,uint256).rTransferAmount (#1207) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog._transferStandard(address,address,uint256).rTransferAmount (#1207) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog._transferFromExcluded(address,address,uint256).rTransferAmount (#1248) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog._transferToExcluded(address,address,uint256).rTransferAmount (#1227) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog._transferToExcluded(address,address,uint256).rTransferAmount (#1227) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog._transferFromExcluded(address,address,uint256).rTransferAmount (#1248) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog._transferFromExcluded(address,address,uint256).rTransferAmount (#1248) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to PartyDog._getValues(uint256).tTransferAmount (#1302)
Variable PartyDog._getValues(uint256).rTransferAmount (#1306) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Variable PartyDog._transferBothExcluded(address,address,uint256).rTransferAmount (#1269) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Variable PartyDog._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1354) is too similar to PartyDog._transferToExcluded(address,address,uint256).tTransferAmount (#1229)
Variable PartyDog._transferToExcluded(address,address,uint256).rTransferAmount (#1227) is too similar to PartyDog._getTValues(uint256).tTransferAmount (#1333)
Variable PartyDog._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1354) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1354) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog._transferBothExcluded(address,address,uint256).rTransferAmount (#1269) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1354) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Variable PartyDog._getValues(uint256).rTransferAmount (#1306) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog._transferToExcluded(address,address,uint256).rTransferAmount (#1227) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog._transferFromExcluded(address,address,uint256).rTransferAmount (#1248) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog._transferToExcluded(address,address,uint256).rTransferAmount (#1227) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Variable PartyDog._transferToExcluded(address,address,uint256).rTransferAmount (#1227) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog._transferStandard(address,address,uint256).rTransferAmount (#1207) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog._transferStandard(address,address,uint256).rTransferAmount (#1207) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog._transferStandard(address,address,uint256).rTransferAmount (#1207) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Variable PartyDog.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to PartyDog._transferFromExcluded(address,address,uint256).tTransferAmount (#1250)
Variable PartyDog.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to PartyDog._transferStandard(address,address,uint256).tTransferAmount (#1209)
Variable PartyDog.reflectionFromToken(uint256,bool).rTransferAmount (#931) is too similar to PartyDog._transferBothExcluded(address,address,uint256).tTransferAmount (#1271)
Prevent variables from having similar names.

Additional information: link

PartyDog.slitherConstructorVariables() (#599-1539) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#609-610)
PartyDog.slitherConstructorVariables() (#599-1539) uses literals with too many digits:
- gasMaxLimit = 1000000 * 1000000000 (#673)
PartyDog.slitherConstructorConstantVariables() (#599-1539) uses literals with too many digits:
- _tTotal = 100000000 * 1e9 (#622)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#214) is never used in PartyDog (#599-1539)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#214) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

getTime() should be declared external:
- Ownable.getTime() (#250-252)
excludeFromMaxTransaction(address,bool) should be declared external:
- PartyDog.excludeFromMaxTransaction(address,bool) (#886-888)
setSwapAndLiquifyEnabled(bool) should be declared external:
- PartyDog.setSwapAndLiquifyEnabled(bool) (#1488-1491)
Use the external attribute for functions never called from the contract.

Additional information: link

PartyDog.includeInReward(address) (#959-970) has costly operations inside a loop:
- _excluded.pop() (#966)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


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 14% 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


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to verify token contract address on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for PDog