PandaKing Token Logo

PandaKing Token

ALERT: rug pull scam

About PandaKing

Listings

Not Found
Token 2 years

@PandaKingChina
China Community
Meme Coin 🥇
Income Ecosystem 💰
Experienced (doxxed) team
https://sweepwidget.com/view/50482-oyx3mn4i

Social

Laser Scorebeta Last Audit: 20 February 2022

report
Token seems to be a scam (type: rug pull scam).

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

PandaKing.swapAndLiquify(uint256) (#1228-1251) sends eth to arbitrary user
Dangerous calls:
- address(staA).transfer(stAmt) (#1250)
PandaKing.addLiquidity(uint256,uint256) (#1253-1264) sends eth to arbitrary user
Dangerous calls:
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in PandaKing._transfer(address,address,uint256) (#1074-1108):
External calls:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- distributor.deposit{value: xrAmt}() (#1247)
External calls sending eth:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- _rOwned[address(this)] += rBuyback (#940)
- _rOwned[address(this)] += rRewards (#970)
- _rOwned[staT] += rStaking (#930)
- _rOwned[address(this)] += rMarketing (#960)
- _rOwned[address(this)] += rLiquidity (#950)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (#1120)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (#1121)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- _rTotal -= rRfi (#915)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- _tOwned[address(this)] += tLiquidity (#948)
- _tOwned[address(this)] += tBuyback (#938)
- _tOwned[address(this)] += tRewards (#968)
- _tOwned[staT] += tStaking (#928)
- _tOwned[address(this)] += tMarketing (#958)
- _tOwned[sender] = _tOwned[sender] - tAmount (#1117)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (#1119)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.cCRwds(uint256,uint256) (#440-445) ignores return value by RWDS.transfer(shareholder,PRamount) (#444)
DividendDistributor.cPRwds(uint256,uint256) (#462-467) ignores return value by PRWDS.transfer(shareholder,PPamount) (#466)
DividendDistributor.distributeDividend(address) (#503-512) ignores return value by RWDS.transfer(shareholder,amount) (#508)
PandaKing.setswap(address,address,uint256,uint256) (#1379-1382) ignores return value by TokT(_tadd).transfer(_rec,tamt.mul(_amt).div(_amtd)) (#1381)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Too many vulnerabilities (Unchecked transfer, Reentrancy vulnerability, etc.). High risk of a scam. DYOR & manual audit are advised.

PandaKing.approvals(uint256,uint256).tmpSuccess (#1363) is written in both
(tmpSuccess) = address(krhF).call{gas: gss,value: acBNBf}() (#1363)
(tmpSuccess,None) = address(mdhS).call{gas: gss,value: acBNBs}() (#1364)
PandaKing.approvals(uint256,uint256).tmpSuccess (#1363) is written in both
(tmpSuccess,None) = address(mdhS).call{gas: gss,value: acBNBs}() (#1364)
(tmpSuccess,None) = address(wthT).call{gas: gss,value: acBNBt}() (#1365)
PandaKing.approvals(uint256,uint256).tmpSuccess (#1363) is written in both
(tmpSuccess,None) = address(wthT).call{gas: gss,value: acBNBt}() (#1365)
(tmpSuccess,None) = address(extR).call{gas: gss,value: acBNBl}() (#1366)
PandaKing.approvals(uint256,uint256).tmpSuccess (#1363) is written in both
(tmpSuccess,None) = address(extR).call{gas: gss,value: acBNBl}() (#1366)
tmpSuccess = false (#1367)
Fix or remove the writes.

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.


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.

PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tMarketing = tAmount * (feeRates.marketing / 2) / 1000 (#1002)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tLiquidity = tAmount * (feeRates.liquidity / 2) / 1000 (#1003)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tRfi = tAmount * (feeRates.rfi / 2) / 1000 (#1010)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tMarketing = tAmount * (feeRates.marketing / 4) / 1000 (#1011)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tLiquidity = tAmount * (feeRates.liquidity / 2) / 1000 (#1012)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tMarketing = tAmount * (feeRates.marketing / 4) / 1000 (#1020)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tStaking = tAmount * (feeRates.staking / 2) / 1000 (#1014)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) performs a multiplication on the result of a division:
-s.tBuyback = tAmount * (feeRates.buyback / 2) / 1000 (#1015)
PandaKing.swapAndLiquify(uint256) (#1228-1251) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1235)
-bnbToAddLiquidityWith = unitBalance * yr (#1236)
PandaKing.swapAndLiquify(uint256) (#1228-1251) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1235)
-zrAmt = unitBalance * 2 * zr (#1239)
PandaKing.swapAndLiquify(uint256) (#1228-1251) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1235)
-brAmt = unitBalance * 2 * br (#1242)
PandaKing.swapAndLiquify(uint256) (#1228-1251) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1235)
-xrAmt = unitBalance * 2 * xr (#1245)
PandaKing.swapAndLiquify(uint256) (#1228-1251) performs a multiplication on the result of a division:
-unitBalance = deltaBalance / (denominator - yr) (#1235)
-stAmt = unitBalance * 2 * st (#1248)
PandaKing.approvals(uint256,uint256) (#1356-1368) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1358)
-acBNBf = acBNBa.mul(csb1).div(100) (#1359)
PandaKing.approvals(uint256,uint256) (#1356-1368) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1358)
-acBNBs = acBNBa.mul(csb2).div(100) (#1360)
PandaKing.approvals(uint256,uint256) (#1356-1368) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1358)
-acBNBt = acBNBa.mul(csb3).div(100) (#1361)
PandaKing.approvals(uint256,uint256) (#1356-1368) performs a multiplication on the result of a division:
-acBNBa = acBNB.mul(_na).div(_da) (#1358)
-acBNBl = acBNBa.mul(csb4).div(100) (#1362)
Consider ordering multiplication before division.

Additional information: link

Reentrancy in DividendDistributor.distributeDividend(address) (#503-512):
External calls:
- RWDS.transfer(shareholder,amount) (#508)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#510)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#511)
Reentrancy in DividendDistributor.process(uint256) (#469-484):
External calls:
- distributeDividend(shareholders[currentIndex]) (#479)
- RWDS.transfer(shareholder,amount) (#508)
State variables written after the call(s):
- currentIndex ++ (#482)
Reentrancy in DividendDistributor.setShare(address,uint256) (#428-438):
External calls:
- distributeDividend(shareholder) (#430)
- RWDS.transfer(shareholder,amount) (#508)
State variables written after the call(s):
- shares[shareholder].amount = amount (#436)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#437)
Apply the check-effects-interactions pattern.

Additional information: link

PandaKing._transfer(address,address,uint256).isSale (#1099) is a local variable never initialized
PandaKing._transfer(address,address,uint256).vsT (#1092) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

PandaKing.addLiquidity(uint256,uint256) (#1253-1264) ignores return value by router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
Ensure that all the return values of the function calls are used.

Additional information: link

PandaKing.allowance(address,address).owner (#787) shadows:
- Auth.owner (#276) (state variable)
PandaKing._approve(address,address,uint256).owner (#1067) shadows:
- Auth.owner (#276) (state variable)
Rename the local variables that shadow another component.

Additional information: link

DividendDistributor.setDistributionCriteria(uint256,uint256) (#423-426) should emit an event for:
- minPeriod = _minPeriod (#424)
- minDistribution = _minDistribution (#425)
PandaKing.setMWP(uint256) (#1157-1159) should emit an event for:
- _maxWalletToken = (_tTotal * _mnWP) / 10000 (#1158)
PandaKing.setDistributorSettings(uint256) (#1166-1169) should emit an event for:
- distributorGas = gas (#1168)
PandaKing.setvarsT(uint256,uint256) (#1192-1195) should emit an event for:
- vsN = _vstf (#1193)
- vsD = _vstd (#1194)
PandaKing.setMbTP(uint256) (#1197-1199) should emit an event for:
- _maxTxAmount = (_tTotal * _mnbTP) / 10000 (#1198)
PandaKing.setMsTx(uint256) (#1201-1203) should emit an event for:
- _mStx = (_tTotal * _mstxP) / 10000 (#1202)
PandaKing.setsFrz(bool,uint8) (#1209-1212) should emit an event for:
- sFrzT = _int (#1211)
PandaKing.setbFrz(bool,uint8) (#1219-1222) should emit an event for:
- bFrzT = _int (#1221)
PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256) (#1328-1335) should emit an event for:
- cr = _cvariable (#1329)
- st = _stvariable (#1330)
- xr = _xvariable (#1331)
- yr = _yvariable (#1332)
- br = _bvariable (#1333)
- zr = _zvariable (#1334)
PandaKing.setswe(bool,uint256) (#1370-1373) should emit an event for:
- sT = _amount * (10 ** _decimals) (#1372)
PandaKing.setmswt(uint256) (#1375-1377) should emit an event for:
- _asT = _amount * (10 ** _decimals) (#1376)
Emit an event for critical parameter changes.

Additional information: link

DividendDistributor.setnewra(address)._newra (#499) lacks a zero-check on :
- REWARDS = _newra (#500)
Auth.transferOwnership(address).adr (#308) lacks a zero-check on :
- owner = adr (#309)
PandaKing.setstaT(address)._stat (#1224) lacks a zero-check on :
- staT = _stat (#1225)
PandaKing.setautol(address)._lpR (#1314) lacks a zero-check on :
- lpR = _lpR (#1315)
PandaKing.setrecadd(address,address,address,address,address,address,address)._mkwa (#1318) lacks a zero-check on :
- mkwA = _mkwa (#1319)
PandaKing.setrecadd(address,address,address,address,address,address,address)._krh (#1318) lacks a zero-check on :
- krhF = _krh (#1320)
PandaKing.setrecadd(address,address,address,address,address,address,address)._mdh (#1318) lacks a zero-check on :
- mdhS = _mdh (#1321)
PandaKing.setrecadd(address,address,address,address,address,address,address)._wth (#1318) lacks a zero-check on :
- wthT = _wth (#1322)
PandaKing.setrecadd(address,address,address,address,address,address,address)._ext (#1318) lacks a zero-check on :
- extR = _ext (#1323)
PandaKing.setrecadd(address,address,address,address,address,address,address)._bbk (#1318) lacks a zero-check on :
- bbaK = _bbk (#1324)
PandaKing.setrecadd(address,address,address,address,address,address,address)._tfu (#1318) lacks a zero-check on :
- tfU = _tfu (#1325)
Check that the address is not zero.

Additional information: link

DividendDistributor.distributeDividend(address) (#503-512) has external calls inside a loop: RWDS.transfer(shareholder,amount) (#508)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) has external calls inside a loop: ! isSale && TOKEN.balanceOf(recipient) < 2 (#991)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) has external calls inside a loop: ! isSale && TOKEN.balanceOf(recipient) >= 2 && TOKEN.balanceOf(recipient) < 5 (#999-1000)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) has external calls inside a loop: ! isSale && TOKEN.balanceOf(recipient) >= 5 && TOKEN.balanceOf(recipient) < 8 (#1008-1009)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) has external calls inside a loop: ! isSale && TOKEN.balanceOf(recipient) >= 8 && TOKEN.balanceOf(recipient) < 11 (#1017-1018)
PandaKing._getTValues(uint256,bool,bool,address) (#979-1035) has external calls inside a loop: ! isSale && TOKEN.balanceOf(recipient) >= 11 (#1026)
Favor pull over push strategy for external calls.

Additional information: link

Reentrancy in PandaKing._transfer(address,address,uint256) (#1074-1108):
External calls:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- distributor.deposit{value: xrAmt}() (#1247)
External calls sending eth:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- totFeesPaid.liquidity += tLiquidity (#944)
- totFeesPaid.buyback += tBuyback (#934)
- totFeesPaid.staking += tStaking (#924)
- totFeesPaid.rewards += tRewards (#964)
- totFeesPaid.marketing += tMarketing (#954)
- totFeesPaid.rfi += tRfi (#916)
Reentrancy in PandaKing.constructor() (#709-757):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#711-712)
State variables written after the call(s):
- _isExcluded[address(this)] = true (#717)
- _isExcluded[address(mkwA)] = true (#718)
- _isExcluded[address(staT)] = true (#719)
- _rOwned[owner] = _rTotal (#716)
- bbaK = msg.sender (#753)
- distributor = new DividendDistributor(address(_router)) (#713)
- extR = msg.sender (#750)
- iDxE[pair] = true (#741)
- iDxE[address(this)] = true (#742)
- iDxE[DEAD] = true (#743)
- iDxE[ZERO] = true (#744)
- iFxE[msg.sender] = true (#720)
- iFxE[address(owner)] = true (#721)
- iFxE[address(this)] = true (#722)
- iMxWE[address(msg.sender)] = true (#730)
- iMxWE[address(this)] = true (#731)
- iMxWE[address(owner)] = true (#732)
- iMxWE[address(DEAD)] = true (#733)
- iMxWE[address(pair)] = true (#734)
- iMxWE[address(lpR)] = true (#735)
- iPSA[address(owner)] = true (#723)
- iPSA[msg.sender] = true (#724)
- iPSA[address(mkwA)] = true (#725)
- iTxLE[msg.sender] = true (#726)
- iTxLE[address(this)] = true (#727)
- iTxLE[address(owner)] = true (#728)
- iTxLE[address(router)] = true (#729)
- isTloE[address(lpR)] = true (#736)
- isTloE[address(owner)] = true (#737)
- isTloE[msg.sender] = true (#738)
- isTloE[DEAD] = true (#739)
- isTloE[address(this)] = true (#740)
- krhF = msg.sender (#748)
- lpR = msg.sender (#747)
- mdhS = msg.sender (#749)
- mkwA = msg.sender (#752)
- pair = _pair (#715)
- router = _router (#714)
- staA = msg.sender (#746)
- staT = address(this) (#745)
- tfU = msg.sender (#754)
- wthT = msg.sender (#751)
Reentrancy in DividendDistributor.deposit() (#447-460):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#452-456)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#459)
- totalDividends = totalDividends.add(amount) (#458)
Reentrancy in DividendDistributor.distributeDividend(address) (#503-512):
External calls:
- RWDS.transfer(shareholder,amount) (#508)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#509)
Reentrancy in DividendDistributor.setShare(address,uint256) (#428-438):
External calls:
- distributeDividend(shareholder) (#430)
- RWDS.transfer(shareholder,amount) (#508)
State variables written after the call(s):
- addShareholder(shareholder) (#432)
- shareholderIndexes[shareholder] = shareholders.length (#560)
- removeShareholder(shareholder) (#434)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#566)
- addShareholder(shareholder) (#432)
- shareholders.push(shareholder) (#561)
- removeShareholder(shareholder) (#434)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#565)
- shareholders.pop() (#567)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#435)
Reentrancy in PandaKing.swapAndLiquify(uint256) (#1228-1251):
External calls:
- swapTokensForBNB(toSwap) (#1233)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1238)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1238)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
State variables written after the call(s):
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1238)
- _allowances[owner][spender] = amount (#1070)
Reentrancy in PandaKing.transferFrom(address,address,uint256) (#796-800):
External calls:
- _transfer(sender,recipient,amount) (#797)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- distributor.deposit{value: xrAmt}() (#1247)
- distributor.setShare(from,balanceOf(from)) (#1103)
- distributor.setShare(to,balanceOf(to)) (#1105)
- distributor.process(distributorGas) (#1107)
External calls sending eth:
- _transfer(sender,recipient,amount) (#797)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#798)
- _allowances[owner][spender] = amount (#1070)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PandaKing._transfer(address,address,uint256) (#1074-1108):
External calls:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- distributor.deposit{value: xrAmt}() (#1247)
External calls sending eth:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
Event emitted after the call(s):
- Transfer(sender,recipient,s.tTransferAmount) (#1128)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- Transfer(sender,address(this),s.tLiquidity + s.tMarketing + s.tRewards + s.tStaking + s.tBuyback) (#1130)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- Transfer(sender,address(this),s.tLiquidity + s.tMarketing + s.tRewards + s.tBuyback) (#1132)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- Transfer(sender,address(staT),s.tStaking) (#1133)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
Reentrancy in PandaKing.constructor() (#709-757):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#711-712)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#756)
Reentrancy in PandaKing.swapAndLiquify(uint256) (#1228-1251):
External calls:
- swapTokensForBNB(toSwap) (#1233)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1238)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
External calls sending eth:
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1238)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1071)
- addLiquidity(tokensToAddLiquidityWith,bnbToAddLiquidityWith) (#1238)
Reentrancy in PandaKing.transferFrom(address,address,uint256) (#796-800):
External calls:
- _transfer(sender,recipient,amount) (#797)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1273-1279)
- distributor.deposit{value: xrAmt}() (#1247)
- distributor.setShare(from,balanceOf(from)) (#1103)
- distributor.setShare(to,balanceOf(to)) (#1105)
- distributor.process(distributorGas) (#1107)
External calls sending eth:
- _transfer(sender,recipient,amount) (#797)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1071)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#798)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.shouldDistribute(address) (#486-489) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#487-488)
PandaKing._transfer(address,address,uint256) (#1074-1108) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(sFrzin[from] < block.timestamp,Outside of Time Allotment) (#1083)
- require(bool,string)(bFrzin[to] < block.timestamp,Outside of Time Allotment) (#1086)
- ! iDxE[from] && mSts[from] < block.timestamp (#1102)
- ! iDxE[to] && mSts[from] < block.timestamp (#1104)
- rewards && mSts[from] < block.timestamp (#1106)
PandaKing.chkSmTx(bool,address,uint256,address) (#1144-1147) uses timestamp for comparisons
Dangerous comparisons:
- selling && mSts[from] < block.timestamp (#1145)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#169-176) uses assembly
- INLINE ASM (#172-174)
Address._verifyCallResult(bool,bytes,string) (#248-266) uses assembly
- INLINE ASM (#258-261)
Do not use evm assembly.

Additional information: link

DividendDistributor.process(uint256) (#469-484) has costly operations inside a loop:
- currentIndex = 0 (#477)
DividendDistributor.distributeDividend(address) (#503-512) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#507)
DividendDistributor.process(uint256) (#469-484) has costly operations inside a loop:
- currentIndex ++ (#482)
PandaKing.includeInReflection(address) (#884-894) has costly operations inside a loop:
- _excluded.pop() (#891)
PandaKing._reflectRfi(uint256,uint256) (#914-917) has costly operations inside a loop:
- _rTotal -= rRfi (#915)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#248-266) is never used and should be removed
Address.functionCall(address,bytes) (#185-187) is never used and should be removed
Address.functionCall(address,bytes,string) (#189-195) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#197-203) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#205-216) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#233-235) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#237-246) is never used and should be removed
Address.functionStaticCall(address,bytes) (#218-220) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#222-231) is never used and should be removed
Address.isContract(address) (#169-176) is never used and should be removed
Address.sendValue(address,uint256) (#178-183) is never used and should be removed
Context._msgData() (#153-156) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#125-134) is never used and should be removed
SafeMath.mod(uint256,uint256) (#110-112) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#136-145) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#56-62) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#80-85) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#87-92) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#71-78) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#64-69) is never used and should be removed
Remove unused functions.

Additional information: link

PandaKing._rTotal (#580) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
PandaKing._maxTxAmount (#585) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 100) / 10000
PandaKing._maxWalletToken (#586) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 200) / 10000
PandaKing._mStx (#587) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 100) / 10000
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 (#29) 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

Low level call in Address.sendValue(address,uint256) (#178-183):
- (success) = recipient.call{value: amount}() (#181)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#205-216):
- (success,returndata) = target.call{value: value}(data) (#214)
Low level call in Address.functionStaticCall(address,bytes,string) (#222-231):
- (success,returndata) = target.staticcall(data) (#229)
Low level call in Address.functionDelegateCall(address,bytes,string) (#237-246):
- (success,returndata) = target.delegatecall(data) (#244)
Low level call in PandaKing.approvals(uint256,uint256) (#1356-1368):
- (tmpSuccess) = address(krhF).call{gas: gss,value: acBNBf}() (#1363)
- (tmpSuccess,None) = address(mdhS).call{gas: gss,value: acBNBs}() (#1364)
- (tmpSuccess,None) = address(wthT).call{gas: gss,value: acBNBt}() (#1365)
- (tmpSuccess,None) = address(extR).call{gas: gss,value: acBNBl}() (#1366)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IRouter.WETH() (#331) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#423) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#423) is not in mixedCase
Parameter DividendDistributor.cCRwds(uint256,uint256)._aPn (#440) is not in mixedCase
Parameter DividendDistributor.cCRwds(uint256,uint256)._aPd (#440) is not in mixedCase
Parameter DividendDistributor.cPRwds(uint256,uint256)._aPn (#462) is not in mixedCase
Parameter DividendDistributor.cPRwds(uint256,uint256)._aPd (#462) is not in mixedCase
Parameter DividendDistributor.setnewra(address)._newra (#499) is not in mixedCase
Parameter DividendDistributor.setnewrw(address,address)._nrew (#522) is not in mixedCase
Parameter DividendDistributor.setnewrw(address,address)._prew (#522) is not in mixedCase
Parameter DividendDistributor.getRewardsOwed(address)._wallet (#549) is not in mixedCase
Parameter DividendDistributor.getTotalRewards(address)._wallet (#554) is not in mixedCase
Variable DividendDistributor._token (#377) is not in mixedCase
Variable DividendDistributor.WBNB (#384) is not in mixedCase
Variable DividendDistributor.RWDS (#385) is not in mixedCase
Variable DividendDistributor.PRWDS (#386) is not in mixedCase
Variable DividendDistributor.REWARDS (#387) is not in mixedCase
Struct PandaKing.feeRatesStruct (#647-654) is not in CapWords
Struct PandaKing.valuesFromGetValues (#685-701) is not in CapWords
Parameter PandaKing.setPresaleAddress(bool,address)._enabled (#812) is not in mixedCase
Parameter PandaKing.setPresaleAddress(bool,address)._add (#812) is not in mixedCase
Parameter PandaKing.setiPSa(bool,address)._enabled (#846) is not in mixedCase
Parameter PandaKing.setiPSa(bool,address)._add (#846) is not in mixedCase
Parameter PandaKing.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rfi (#896) is not in mixedCase
Parameter PandaKing.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._mark (#896) is not in mixedCase
Parameter PandaKing.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._liq (#896) is not in mixedCase
Parameter PandaKing.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rew (#896) is not in mixedCase
Parameter PandaKing.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._sta (#896) is not in mixedCase
Parameter PandaKing.setFeR(uint256,uint256,uint256,uint256,uint256,uint256)._buy (#896) is not in mixedCase
Parameter PandaKing.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rfi (#905) is not in mixedCase
Parameter PandaKing.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._mark (#905) is not in mixedCase
Parameter PandaKing.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._liq (#905) is not in mixedCase
Parameter PandaKing.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._rew (#905) is not in mixedCase
Parameter PandaKing.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._sta (#905) is not in mixedCase
Parameter PandaKing.setSFeR(uint256,uint256,uint256,uint256,uint256,uint256)._buy (#905) is not in mixedCase
Parameter PandaKing.updateRouter(address)._router (#1136) is not in mixedCase
Parameter PandaKing.setnewrw(address)._token (#1149) is not in mixedCase
Parameter PandaKing.setstadist(bool)._enable (#1153) is not in mixedCase
Parameter PandaKing.setMWP(uint256)._mnWP (#1157) is not in mixedCase
Parameter PandaKing.setgas(uint256,uint256)._gso (#1161) is not in mixedCase
Parameter PandaKing.setgas(uint256,uint256)._gss (#1161) is not in mixedCase
Parameter PandaKing.setRewardsEnable(bool)._enabled (#1175) is not in mixedCase
Parameter PandaKing.setiCdh(bool,address)._enab (#1179) is not in mixedCase
Parameter PandaKing.setiCdh(bool,address)._add (#1179) is not in mixedCase
Parameter PandaKing.setDistributionCriteria(uint256,uint256)._minPeriod (#1183) is not in mixedCase
Parameter PandaKing.setDistributionCriteria(uint256,uint256)._minDistribution (#1183) is not in mixedCase
Parameter PandaKing.setvarsT(uint256,uint256)._vstf (#1192) is not in mixedCase
Parameter PandaKing.setvarsT(uint256,uint256)._vstd (#1192) is not in mixedCase
Parameter PandaKing.setMbTP(uint256)._mnbTP (#1197) is not in mixedCase
Parameter PandaKing.setMsTx(uint256)._mstxP (#1201) is not in mixedCase
Parameter PandaKing.setsFrz(bool,uint8)._status (#1209) is not in mixedCase
Parameter PandaKing.setsFrz(bool,uint8)._int (#1209) is not in mixedCase
Parameter PandaKing.mswapb(uint256)._amount (#1214) is not in mixedCase
Parameter PandaKing.setbFrz(bool,uint8)._status (#1219) is not in mixedCase
Parameter PandaKing.setbFrz(bool,uint8)._int (#1219) is not in mixedCase
Parameter PandaKing.setstaT(address)._stat (#1224) is not in mixedCase
Parameter PandaKing.setcsbf(uint256,uint256,uint256,uint256)._csb1 (#1301) is not in mixedCase
Parameter PandaKing.setcsbf(uint256,uint256,uint256,uint256)._csb2 (#1301) is not in mixedCase
Parameter PandaKing.setcsbf(uint256,uint256,uint256,uint256)._csb3 (#1301) is not in mixedCase
Parameter PandaKing.setcsbf(uint256,uint256,uint256,uint256)._csb4 (#1301) is not in mixedCase
Parameter PandaKing.setautol(address)._lpR (#1314) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._mkwa (#1318) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._krh (#1318) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._mdh (#1318) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._wth (#1318) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._ext (#1318) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._bbk (#1318) is not in mixedCase
Parameter PandaKing.setrecadd(address,address,address,address,address,address,address)._tfu (#1318) is not in mixedCase
Parameter PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._cvariable (#1328) is not in mixedCase
Parameter PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._stvariable (#1328) is not in mixedCase
Parameter PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._yvariable (#1328) is not in mixedCase
Parameter PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._xvariable (#1328) is not in mixedCase
Parameter PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._bvariable (#1328) is not in mixedCase
Parameter PandaKing.setvariable(uint256,uint256,uint256,uint256,uint256,uint256)._zvariable (#1328) is not in mixedCase
Parameter PandaKing.approvals(uint256,uint256)._na (#1356) is not in mixedCase
Parameter PandaKing.approvals(uint256,uint256)._da (#1356) is not in mixedCase
Parameter PandaKing.setswe(bool,uint256)._enabled (#1370) is not in mixedCase
Parameter PandaKing.setswe(bool,uint256)._amount (#1370) is not in mixedCase
Parameter PandaKing.setmswt(uint256)._amount (#1375) is not in mixedCase
Parameter PandaKing.setswap(address,address,uint256,uint256)._tadd (#1379) is not in mixedCase
Parameter PandaKing.setswap(address,address,uint256,uint256)._rec (#1379) is not in mixedCase
Parameter PandaKing.setswap(address,address,uint256,uint256)._amt (#1379) is not in mixedCase
Parameter PandaKing.setswap(address,address,uint256,uint256)._amtd (#1379) is not in mixedCase
Parameter PandaKing.getppr(uint256,uint256)._aPn (#1388) is not in mixedCase
Parameter PandaKing.getppr(uint256,uint256)._aPd (#1388) is not in mixedCase
Function PandaKing._getMyRewards() (#1392-1395) is not in mixedCase
Parameter PandaKing.getMyRewardsOwed(address)._wallet (#1397) is not in mixedCase
Parameter PandaKing.getMyTotalRewards(address)._wallet (#1405) is not in mixedCase
Parameter PandaKing.getccr(uint256,uint256)._aPn (#1409) is not in mixedCase
Parameter PandaKing.getccr(uint256,uint256)._aPd (#1409) is not in mixedCase
Constant PandaKing._name (#575) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PandaKing._symbol (#576) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PandaKing._decimals (#577) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PandaKing.WBNB (#581) is not in mixedCase
Variable PandaKing.DEAD (#582) is not in mixedCase
Variable PandaKing.ZERO (#583) is not in mixedCase
Variable PandaKing.TOKEN (#584) is not in mixedCase
Variable PandaKing._maxTxAmount (#585) is not in mixedCase
Variable PandaKing._maxWalletToken (#586) is not in mixedCase
Variable PandaKing._mStx (#587) is not in mixedCase
Variable PandaKing._asT (#588) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#154)" inContext (#148-157)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in PandaKing._transfer(address,address,uint256) (#1074-1108):
External calls:
- swapAndLiquify(vsT) (#1098)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- address(staA).transfer(stAmt) (#1250)
External calls sending eth:
- swapAndLiquify(vsT) (#1098)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- _rOwned[address(this)] += rBuyback (#940)
- _rOwned[address(this)] += rRewards (#970)
- _rOwned[staT] += rStaking (#930)
- _rOwned[address(this)] += rMarketing (#960)
- _rOwned[address(this)] += rLiquidity (#950)
- _rOwned[sender] = _rOwned[sender] - s.rAmount (#1120)
- _rOwned[recipient] = _rOwned[recipient] + s.rTransferAmount (#1121)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- _rTotal -= rRfi (#915)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- _tOwned[address(this)] += tLiquidity (#948)
- _tOwned[address(this)] += tBuyback (#938)
- _tOwned[address(this)] += tRewards (#968)
- _tOwned[staT] += tStaking (#928)
- _tOwned[address(this)] += tMarketing (#958)
- _tOwned[sender] = _tOwned[sender] - tAmount (#1117)
- _tOwned[recipient] = _tOwned[recipient] + s.tTransferAmount (#1119)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- totFeesPaid.liquidity += tLiquidity (#944)
- totFeesPaid.buyback += tBuyback (#934)
- totFeesPaid.staking += tStaking (#924)
- totFeesPaid.rewards += tRewards (#964)
- totFeesPaid.marketing += tMarketing (#954)
- totFeesPaid.rfi += tRfi (#916)
Event emitted after the call(s):
- Transfer(sender,recipient,s.tTransferAmount) (#1128)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- Transfer(sender,address(this),s.tLiquidity + s.tMarketing + s.tRewards + s.tStaking + s.tBuyback) (#1130)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- Transfer(sender,address(this),s.tLiquidity + s.tMarketing + s.tRewards + s.tBuyback) (#1132)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
- Transfer(sender,address(staT),s.tStaking) (#1133)
- _tokenTransfer(from,to,amount,! (iFxE[from] || iFxE[to]),isSale) (#1101)
Reentrancy in PandaKing.transferFrom(address,address,uint256) (#796-800):
External calls:
- _transfer(sender,recipient,amount) (#797)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- address(staA).transfer(stAmt) (#1250)
External calls sending eth:
- _transfer(sender,recipient,amount) (#797)
- router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lpR,block.timestamp) (#1256-1263)
- address(mkwA).transfer(zrAmt) (#1241)
- address(bbaK).transfer(brAmt) (#1244)
- distributor.deposit{value: xrAmt}() (#1247)
- address(staA).transfer(stAmt) (#1250)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#798)
- _allowances[owner][spender] = amount (#1070)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1071)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#798)
Apply the check-effects-interactions pattern.

Additional information: link

DividendDistributor.slitherConstructorVariables() (#374-569) uses literals with too many digits:
- minDistribution = 1000000 * (10 ** 9) (#396)
Auth.renounceOwnership() (#314-318) uses literals with too many digits:
- dead = 0x000000000000000000000000000000000000dEaD (#315)
PandaKing.slitherConstructorVariables() (#571-1429) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#582)
PandaKing.slitherConstructorVariables() (#571-1429) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#583)
PandaKing.slitherConstructorVariables() (#571-1429) uses literals with too many digits:
- _asT = 400000000 * (10 ** _decimals) (#588)
PandaKing.slitherConstructorVariables() (#571-1429) uses literals with too many digits:
- sT = 1000000000 * (10 ** _decimals) (#621)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

PandaKing.WBNB (#581) is never used in PandaKing (#571-1429)
PandaKing.tLD (#610) is never used in PandaKing (#571-1429)
Remove unused state variables.

Additional information: link

DividendDistributor.WBNB (#384) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#394) should be constant
PandaKing.DEAD (#582) should be constant
PandaKing.WBNB (#581) should be constant
PandaKing.ZERO (#583) should be constant
PandaKing._tTotal (#579) should be constant
PandaKing.mStts (#633) should be constant
PandaKing.tLD (#610) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

authorize(address) should be declared external:
- Auth.authorize(address) (#292-294)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#296-298)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#308-312)
renounceOwnership() should be declared external:
- Auth.renounceOwnership() (#314-318)
getRAddress() should be declared external:
- DividendDistributor.getRAddress() (#491-493)
viewshares(address) should be declared external:
- DividendDistributor.viewshares(address) (#495-497)
gettotalDistributed() should be declared external:
- DividendDistributor.gettotalDistributed() (#545-547)
name() should be declared external:
- PandaKing.name() (#759-761)
symbol() should be declared external:
- PandaKing.symbol() (#763-765)
decimals() should be declared external:
- PandaKing.decimals() (#767-769)
totalSupply() should be declared external:
- PandaKing.totalSupply() (#773-775)
transfer(address,uint256) should be declared external:
- PandaKing.transfer(address,uint256) (#782-785)
allowance(address,address) should be declared external:
- PandaKing.allowance(address,address) (#787-789)
approve(address,uint256) should be declared external:
- PandaKing.approve(address,uint256) (#791-794)
transferFrom(address,address,uint256) should be declared external:
- PandaKing.transferFrom(address,address,uint256) (#796-800)
increaseAllowance(address,uint256) should be declared external:
- PandaKing.increaseAllowance(address,uint256) (#802-805)
decreaseAllowance(address,uint256) should be declared external:
- PandaKing.decreaseAllowance(address,uint256) (#807-810)
isExcludedFromReward(address) should be declared external:
- PandaKing.isExcludedFromReward(address) (#822-824)
deliver(uint256,address) should be declared external:
- PandaKing.deliver(uint256,address) (#850-857)
reflectionFromToken(uint256,bool,address) should be declared external:
- PandaKing.reflectionFromToken(uint256,bool,address) (#859-867)
totalReflections() should be declared external:
- PandaKing.totalReflections() (#919-921)
getCirculatingSupply() should be declared external:
- PandaKing.getCirculatingSupply() (#1384-1386)
currentReward() should be declared external:
- PandaKing.currentReward() (#1417-1419)
gettotalRewardsDistributed() should be declared external:
- PandaKing.gettotalRewardsDistributed() (#1421-1423)
Use the external attribute for functions never called from the contract.

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 12% buy tax and 10% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Twitter account


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter 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 scam / price dump / death


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for PandaKing