If you have
Telegram
, you can contact
@peacedogeX_official
right away.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
PEACEDOGEX.swapBack() (#1044-1097) sends eth to arbitrary user
Dangerous calls:
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in PEACEDOGEX._transferFrom(address,address,uint256) (#847-931):
External calls:
- swapBack() (#906)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1059-1065)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
External calls sending eth:
- swapBack() (#906)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
State variables written after the call(s):
- _rBalance[sender] = _rBalance[sender].sub(rAmount,Insufficient Balance) (#910)
- _rBalance[recipient] = _rBalance[recipient].add(amountReceived) (#916)
- amountReceived = takeFee(sender,rAmount,(recipient == pair)) (#912-915)
- _rBalance[address(this)] = _rBalance[address(this)].add(feeAmount) (#975)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.distributeDividend(address) (#390-407) ignores return value by RWRD.transfer(shareholder,amount) (#398)
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.
PEACEDOGEX.beforeRebase (#531) is written in both
beforeRebase = false (#682)
beforeRebase = false (#683)
PEACEDOGEX.swapBack().tmpSuccess (#1079) is written in both
(tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
(tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
PEACEDOGEX.swapBack().tmpSuccess (#1079) is written in both
(tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
(tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
PEACEDOGEX.swapBack().tmpSuccess (#1079) is written in both
(tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
tmpSuccess = false (#1084)
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.
Contract ticker (Peace doge X) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
PEACEDOGEX.rebase_percentage(uint256) (#548-557) performs a multiplication on the result of a division:
-newSupply = rebase(0,int256(_totalSupply.div(1000).mul(_percentage_base1000)).mul(- 1)) (#553-556)
PEACEDOGEX.rebase_percentage1000(uint256,uint256) (#559-576) performs a multiplication on the result of a division:
-newSupply = rebase1000(0,int256(_totalSupply.div(1000).mul(_percentage_base1000)),coinAmount) (#570-573)
PEACEDOGEX.rebase_percentage1000(uint256,uint256) (#559-576) performs a multiplication on the result of a division:
-newSupply = rebase_new(0,int256(_totalSupply.div(1000).mul(_percentage_base1000))) (#566-568)
PEACEDOGEX.takeFee(address,uint256,bool) (#958-979) performs a multiplication on the result of a division:
-feeAmount = rAmount.div(feeDenominator * 100).mul(totalFee).mul(multiplier) (#968-969)
PEACEDOGEX.takeFee(address,uint256,bool) (#958-979) performs a multiplication on the result of a division:
-feeAmount = rAmount.div(100).mul(99) (#972)
PEACEDOGEX.swapBack() (#1044-1097) performs a multiplication on the result of a division:
-amountToLiquify = tokensToSell.div(totalFee).mul(dynamicLiquidityFee).div(2) (#1049-1050)
PEACEDOGEX.setSwapBackSettings(bool,uint256) (#1157-1163) performs a multiplication on the result of a division:
-swapThreshold = rSupply.div(10000).mul(_percentage_base10000) (#1162)
PEACEDOGEX.setMaxWalletPercent_base1000(uint256) (#1244-1249) performs a multiplication on the result of a division:
-_maxWalletToken = rSupply.div(1000).mul(maxWallPercent_base1000) (#1248)
PEACEDOGEX.setMaxTxPercent_base1000(uint256) (#1251-1256) performs a multiplication on the result of a division:
-_maxTxAmount = rSupply.div(1000).mul(maxTXPercentage_base1000) (#1255)
PEACEDOGEX.slitherConstructorVariables() (#457-1328) performs a multiplication on the result of a division:
-_maxTxAmount = rSupply.div(1000).mul(100) (#545)
PEACEDOGEX.slitherConstructorVariables() (#457-1328) performs a multiplication on the result of a division:
-_maxWalletToken = rSupply.div(1000).mul(500) (#546)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in DividendDistributor.distributeDividend(address) (#390-407):
External calls:
- RWRD.transfer(shareholder,amount) (#398)
State variables written after the call(s):
- shares[shareholder].totalRealised = shares[shareholder].totalRealised.add(amount) (#400-402)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#403-405)
Reentrancy in DividendDistributor.process(uint256) (#356-382):
External calls:
- distributeDividend(shareholders[currentIndex]) (#374)
- RWRD.transfer(shareholder,amount) (#398)
State variables written after the call(s):
- currentIndex ++ (#379)
Reentrancy in DividendDistributor.setShare(address,uint256) (#312-332):
External calls:
- distributeDividend(shareholder) (#318)
- RWRD.transfer(shareholder,amount) (#398)
State variables written after the call(s):
- shares[shareholder].amount = amount (#328)
- shares[shareholder].totalExcluded = getCumulativeDividends(shares[shareholder].amount) (#329-331)
Apply the check-effects-interactions pattern.
Additional information: link
PEACEDOGEX.manage_blacklist(address[],bool).i (#1034) 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
PEACEDOGEX.rebase1000(uint256,int256,uint256) (#636-685) ignores return value by router.addLiquidityETH{value: msg.value}(address(this),coinAmount,0,0,address(this),block.timestamp + 300) (#674-681)
PEACEDOGEX.rebase_new(uint256,int256) (#687-734) ignores return value by router.addLiquidityETH{value: msg.value}(address(this),balanceOf(address(this)).div(100),0,0,address(this),block.timestamp + 300) (#723-729)
PEACEDOGEX.swapBack() (#1044-1097) ignores return value by router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
Ensure that all the return values of the function calls are used.
Additional information: link
PEACEDOGEX.setMaster(address) (#1182-1184) should emit an event for:
- master = _master (#1183)
Emit an event for critical parameter changes.
Additional information: link
DividendDistributor.setDistributionCriteria(uint256,uint256) (#303-310) should emit an event for:
- minPeriod = _minPeriod (#308)
- minDistribution = _minDistribution (#309)
PEACEDOGEX.set_sell_multiplier(uint256) (#1004-1006) should emit an event for:
- sellMultiplier = Multiplier (#1005)
PEACEDOGEX.set_swap_Multiplier(uint256) (#1008-1010) should emit an event for:
- swapMultiplier = Multiplier (#1009)
PEACEDOGEX.tradingStatus(bool,uint256) (#1014-1020) should emit an event for:
- deadBlocks = _deadBlocks (#1018)
PEACEDOGEX.launchStatus(uint256) (#1022-1024) should emit an event for:
- launchedAt = _launchblock (#1023)
PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256) (#1127-1143) should emit an event for:
- liquidityFee = _liquidityFee (#1135)
- reflectionFee = _reflectionFee (#1136)
- marketingFee = _marketingFee (#1137)
- devFee = _devFee (#1138)
- fundFee = _fundFee (#1139)
- totalFee = _liquidityFee.add(_reflectionFee).add(_marketingFee).add(_devFee).add(_fundFee) (#1140)
- feeDenominator = _feeDenominator (#1141)
PEACEDOGEX.setSwapBackSettings(bool,uint256) (#1157-1163) should emit an event for:
- swapThreshold = rSupply.div(10000).mul(_percentage_base10000) (#1162)
PEACEDOGEX.setMaxWalletPercent_base1000(uint256) (#1244-1249) should emit an event for:
- _maxWalletToken = rSupply.div(1000).mul(maxWallPercent_base1000) (#1248)
PEACEDOGEX.setMaxTxPercent_base1000(uint256) (#1251-1256) should emit an event for:
- _maxTxAmount = rSupply.div(1000).mul(maxTXPercentage_base1000) (#1255)
Emit an event for critical parameter changes.
Additional information: link
Auth.transferOwnership(address).adr (#160) lacks a zero-check on :
- owner = adr (#161)
PEACEDOGEX.setFeeReceivers(address,address,address,address)._autoLiquidityReceiver (#1146) lacks a zero-check on :
- autoLiquidityReceiver = _autoLiquidityReceiver (#1151)
PEACEDOGEX.setFeeReceivers(address,address,address,address)._marketingFeeReceiver (#1147) lacks a zero-check on :
- marketingFeeReceiver = _marketingFeeReceiver (#1152)
PEACEDOGEX.setFeeReceivers(address,address,address,address)._devFeeReceiver (#1149) lacks a zero-check on :
- devFeeReceiver = _devFeeReceiver (#1153)
PEACEDOGEX.setFeeReceivers(address,address,address,address)._fundFeeReceiver (#1148) lacks a zero-check on :
- fundFeeReceiver = _fundFeeReceiver (#1154)
PEACEDOGEX.setMaster(address)._master (#1182) lacks a zero-check on :
- master = _master (#1183)
PEACEDOGEX.rescueBNB(address)._recipient (#1214) lacks a zero-check on :
- _recipient.transfer(address(this).balance) (#1215)
Check that the address is not zero.
Additional information: link
DividendDistributor.distributeDividend(address) (#390-407) has external calls inside a loop: RWRD.transfer(shareholder,amount) (#398)
PEACEDOGEX.multiTransfer(address,address[],uint256[]) (#1260-1295) has external calls inside a loop: distributor.setShare(addresses[i_scope_0],balanceOf(addresses[i_scope_0])) (#1285-1287)
PEACEDOGEX.multiTransfer_fixed(address,address[],uint256) (#1297-1324) has external calls inside a loop: distributor.setShare(addresses[i],balanceOf(addresses[i])) (#1314-1316)
Favor pull over push strategy for external calls.
Additional information: link
Reentrancy in PEACEDOGEX.constructor() (#737-769):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#739)
State variables written after the call(s):
- _allowances[address(this)][address(router)] = uint256(- 1) (#740)
- _rBalance[msg.sender] = rSupply (#767)
- _totalSupply = INITIAL_FRAGMENTS_SUPPLY (#743)
- autoLiquidityReceiver = msg.sender (#762)
- devFeeReceiver = 0xD05FE42c3dd0Ad9b0db275e924c8d2a9dFF3EEe1 (#764)
- distributor = new DividendDistributor(address(router)) (#746)
- fundFeeReceiver = 0xE7f1F344d1B585b225883F5A0609131A0eCa8bB1 (#765)
- isDividendExempt[pair] = true (#758)
- isDividendExempt[address(this)] = true (#759)
- isDividendExempt[DEAD] = true (#760)
- isFeeExempt[msg.sender] = true (#748)
- isTimelockExempt[msg.sender] = true (#754)
- isTimelockExempt[DEAD] = true (#755)
- isTimelockExempt[address(this)] = true (#756)
- isTxLimitExempt[msg.sender] = true (#749)
- isTxLimitExempt[pair] = true (#751)
- isTxLimitExempt[address(this)] = true (#752)
- marketingFeeReceiver = 0x808d6e0a39fc80952fc7aEAC51924a5162f115dE (#763)
- pairContract = InterfaceLP(pair) (#742)
- rate = rSupply.div(_totalSupply) (#744)
Reentrancy in DividendDistributor.deposit() (#334-354):
External calls:
- router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: msg.value}(0,path,address(this),block.timestamp) (#341-346)
State variables written after the call(s):
- dividendsPerShare = dividendsPerShare.add(dividendsPerShareAccuracyFactor.mul(amount).div(totalShares)) (#351-353)
- totalDividends = totalDividends.add(amount) (#350)
Reentrancy in DividendDistributor.distributeDividend(address) (#390-407):
External calls:
- RWRD.transfer(shareholder,amount) (#398)
State variables written after the call(s):
- shareholderClaims[shareholder] = block.timestamp (#399)
Reentrancy in PEACEDOGEX.rebase1000(uint256,int256,uint256) (#636-685):
External calls:
- router.addLiquidityETH{value: msg.value}(address(this),coinAmount,0,0,address(this),block.timestamp + 300) (#674-681)
State variables written after the call(s):
- beforeRebase = false (#682)
- beforeRebase = false (#683)
Reentrancy in PEACEDOGEX.rebase_new(uint256,int256) (#687-734):
External calls:
- router.addLiquidityETH{value: msg.value}(address(this),balanceOf(address(this)).div(100),0,0,address(this),block.timestamp + 300) (#723-729)
State variables written after the call(s):
- beforeRebase = false (#732)
Reentrancy in DividendDistributor.setShare(address,uint256) (#312-332):
External calls:
- distributeDividend(shareholder) (#318)
- RWRD.transfer(shareholder,amount) (#398)
State variables written after the call(s):
- addShareholder(shareholder) (#322)
- shareholderIndexes[shareholder] = shareholders.length (#442)
- removeShareholder(shareholder) (#324)
- shareholderIndexes[shareholders[shareholders.length - 1]] = shareholderIndexes[shareholder] (#450-452)
- addShareholder(shareholder) (#322)
- shareholders.push(shareholder) (#443)
- removeShareholder(shareholder) (#324)
- shareholders[shareholderIndexes[shareholder]] = shareholders[shareholders.length - 1] (#447-449)
- shareholders.pop() (#453)
- totalShares = totalShares.sub(shares[shareholder].amount).add(amount) (#327)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in PEACEDOGEX._transferFrom(address,address,uint256) (#847-931):
External calls:
- swapBack() (#906)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1059-1065)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
- distributor.setShare(sender,balanceOf(sender)) (#920)
- distributor.setShare(recipient,balanceOf(recipient)) (#924)
- distributor.process(distributorGas) (#927)
External calls sending eth:
- swapBack() (#906)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Transfer(sender,recipient,amountReceived.div(rate)) (#929)
Reentrancy in PEACEDOGEX._transferFrom(address,address,uint256) (#847-931):
External calls:
- swapBack() (#906)
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1059-1065)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
External calls sending eth:
- swapBack() (#906)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
Event emitted after the call(s):
- Transfer(sender,address(this),feeAmount.div(rate)) (#976)
- amountReceived = takeFee(sender,rAmount,(recipient == pair)) (#912-915)
Reentrancy in PEACEDOGEX.constructor() (#737-769):
External calls:
- pair = IDEXFactory(router.factory()).createPair(WBNB,address(this)) (#739)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#768)
Reentrancy in PEACEDOGEX.rebase(uint256,int256) (#600-634):
External calls:
- pairContract.sync() (#629)
Event emitted after the call(s):
- LogRebase(epoch,_totalSupply) (#631)
Reentrancy in PEACEDOGEX.swapBack() (#1044-1097):
External calls:
- router.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1059-1065)
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
External calls sending eth:
- distributor.deposit{value: amountBNBReflection}() (#1078)
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
- router.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,autoLiquidityReceiver,block.timestamp) (#1087-1094)
Event emitted after the call(s):
- AutoLiquify(amountBNBLiquidity,amountToLiquify.div(rate)) (#1095)
Apply the check-effects-interactions pattern.
Additional information: link
DividendDistributor.shouldDistribute(address) (#384-388) uses timestamp for comparisons
Dangerous comparisons:
- shareholderClaims[shareholder] + minPeriod < block.timestamp && getUnpaidEarnings(shareholder) > minDistribution (#385-387)
PEACEDOGEX._transferFrom(address,address,uint256) (#847-931) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(cooldownTimer[recipient] < block.timestamp,buy Cooldown exists) (#887-890)
Avoid relying on block.timestamp.
Additional information: link
DividendDistributor.process(uint256) (#356-382) has costly operations inside a loop:
- currentIndex = 0 (#370)
DividendDistributor.distributeDividend(address) (#390-407) has costly operations inside a loop:
- totalDistributed = totalDistributed.add(amount) (#397)
DividendDistributor.process(uint256) (#356-382) has costly operations inside a loop:
- currentIndex ++ (#379)
Use a local variable to hold the loop computation result.
Additional information: link
SafeMathInt.abs(int256) (#84-87) is never used and should be removed
SafeMathInt.add(int256,int256) (#78-82) is never used and should be removed
SafeMathInt.div(int256,int256) (#66-70) is never used and should be removed
SafeMathInt.sub(int256,int256) (#72-76) is never used and should be removed
Remove unused functions.
Additional information: link
PEACEDOGEX.totalFee (#483-484) is set pre-construction with a non-constant function or state variable:
- marketingFee + reflectionFee + liquidityFee + devFee + fundFee
PEACEDOGEX.swapThreshold (#535) is set pre-construction with a non-constant function or state variable:
- rSupply.div(swapMultiplier)
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.7.4 (#3) allows old versions
solc-0.7.4 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 PEACEDOGEX.swapBack() (#1044-1097):
- (tmpSuccess) = address(marketingFeeReceiver).call{gas: 30000,value: amountBNBMarketing}() (#1079)
- (tmpSuccess,None) = address(devFeeReceiver).call{gas: 30000,value: amountBNBDev}() (#1080)
- (tmpSuccess,None) = address(fundFeeReceiver).call{gas: 30000,value: amountBNBFund}() (#1081)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IDEXRouter.WETH() (#182) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minPeriod (#303) is not in mixedCase
Parameter DividendDistributor.setDistributionCriteria(uint256,uint256)._minDistribution (#303) is not in mixedCase
Variable DividendDistributor._token (#255) is not in mixedCase
Variable DividendDistributor.RWRD (#263) is not in mixedCase
Variable DividendDistributor.WBNB (#264) is not in mixedCase
Function PEACEDOGEX.rebase_percentage(uint256) (#548-557) is not in mixedCase
Parameter PEACEDOGEX.rebase_percentage(uint256)._percentage_base1000 (#548) is not in mixedCase
Function PEACEDOGEX.rebase_percentage1000(uint256,uint256) (#559-576) is not in mixedCase
Parameter PEACEDOGEX.rebase_percentage1000(uint256,uint256)._percentage_base1000 (#559) is not in mixedCase
Parameter PEACEDOGEX.setRebaseStatus(bool)._rebaseStatus (#589) is not in mixedCase
Parameter PEACEDOGEX.setLPStatus(bool)._LPStatus (#594) is not in mixedCase
Function PEACEDOGEX.rebase_new(uint256,int256) (#687-734) is not in mixedCase
Parameter PEACEDOGEX.setBeforeRebase(bool)._beforeRebase (#843) is not in mixedCase
Function PEACEDOGEX.clearStuckBalance_sender(uint256) (#996-1002) is not in mixedCase
Function PEACEDOGEX.set_sell_multiplier(uint256) (#1004-1006) is not in mixedCase
Parameter PEACEDOGEX.set_sell_multiplier(uint256).Multiplier (#1004) is not in mixedCase
Function PEACEDOGEX.set_swap_Multiplier(uint256) (#1008-1010) is not in mixedCase
Parameter PEACEDOGEX.set_swap_Multiplier(uint256).Multiplier (#1008) is not in mixedCase
Parameter PEACEDOGEX.tradingStatus(bool,uint256)._status (#1014) is not in mixedCase
Parameter PEACEDOGEX.tradingStatus(bool,uint256)._deadBlocks (#1014) is not in mixedCase
Parameter PEACEDOGEX.launchStatus(uint256)._launchblock (#1022) is not in mixedCase
Function PEACEDOGEX.enable_blacklist(bool) (#1026-1028) is not in mixedCase
Parameter PEACEDOGEX.enable_blacklist(bool)._status (#1026) is not in mixedCase
Function PEACEDOGEX.manage_blacklist(address[],bool) (#1030-1037) is not in mixedCase
Parameter PEACEDOGEX.cooldownEnabled(bool,uint8)._status (#1039) is not in mixedCase
Parameter PEACEDOGEX.cooldownEnabled(bool,uint8)._interval (#1039) is not in mixedCase
Parameter PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._liquidityFee (#1128) is not in mixedCase
Parameter PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._reflectionFee (#1129) is not in mixedCase
Parameter PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._marketingFee (#1130) is not in mixedCase
Parameter PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._devFee (#1131) is not in mixedCase
Parameter PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._fundFee (#1132) is not in mixedCase
Parameter PEACEDOGEX.setFees(uint256,uint256,uint256,uint256,uint256,uint256)._feeDenominator (#1133) is not in mixedCase
Parameter PEACEDOGEX.setFeeReceivers(address,address,address,address)._autoLiquidityReceiver (#1146) is not in mixedCase
Parameter PEACEDOGEX.setFeeReceivers(address,address,address,address)._marketingFeeReceiver (#1147) is not in mixedCase
Parameter PEACEDOGEX.setFeeReceivers(address,address,address,address)._fundFeeReceiver (#1148) is not in mixedCase
Parameter PEACEDOGEX.setFeeReceivers(address,address,address,address)._devFeeReceiver (#1149) is not in mixedCase
Parameter PEACEDOGEX.setSwapBackSettings(bool,uint256)._enabled (#1157) is not in mixedCase
Parameter PEACEDOGEX.setSwapBackSettings(bool,uint256)._percentage_base10000 (#1157) is not in mixedCase
Parameter PEACEDOGEX.setTargetLiquidity(uint256,uint256)._target (#1165) is not in mixedCase
Parameter PEACEDOGEX.setTargetLiquidity(uint256,uint256)._denominator (#1165) is not in mixedCase
Parameter PEACEDOGEX.setLP(address)._address (#1177) is not in mixedCase
Parameter PEACEDOGEX.setMaster(address)._master (#1182) is not in mixedCase
Parameter PEACEDOGEX.setDistributionCriteria(uint256,uint256)._minPeriod (#1194) is not in mixedCase
Parameter PEACEDOGEX.setDistributionCriteria(uint256,uint256)._minDistribution (#1194) is not in mixedCase
Parameter PEACEDOGEX.rescueBNB(address)._recipient (#1214) is not in mixedCase
Function PEACEDOGEX.setMaxWalletPercent_base1000(uint256) (#1244-1249) is not in mixedCase
Parameter PEACEDOGEX.setMaxWalletPercent_base1000(uint256).maxWallPercent_base1000 (#1244) is not in mixedCase
Function PEACEDOGEX.setMaxTxPercent_base1000(uint256) (#1251-1256) is not in mixedCase
Parameter PEACEDOGEX.setMaxTxPercent_base1000(uint256).maxTXPercentage_base1000 (#1251) is not in mixedCase
Function PEACEDOGEX.multiTransfer_fixed(address,address[],uint256) (#1297-1324) is not in mixedCase
Variable PEACEDOGEX.WBNB (#461) is not in mixedCase
Variable PEACEDOGEX.DEAD (#462) is not in mixedCase
Variable PEACEDOGEX.ZERO (#463) is not in mixedCase
Constant PEACEDOGEX._name (#465) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PEACEDOGEX._symbol (#466) is not in UPPER_CASE_WITH_UNDERSCORES
Constant PEACEDOGEX._decimals (#467) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PEACEDOGEX._rBalance (#470) is not in mixedCase
Variable PEACEDOGEX._allowances (#471) is not in mixedCase
Variable PEACEDOGEX._isBot (#472) is not in mixedCase
Variable PEACEDOGEX.LPStatus (#509) is not in mixedCase
Variable PEACEDOGEX.rebase_count (#536) is not in mixedCase
Variable PEACEDOGEX._totalSupply (#538) is not in mixedCase
Constant PEACEDOGEX.rSupply (#541-542) is not in UPPER_CASE_WITH_UNDERSCORES
Variable PEACEDOGEX._maxTxAmount (#545) is not in mixedCase
Variable PEACEDOGEX._maxWalletToken (#546) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#187) is too similar to IDEXRouter.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#188)
Prevent variables from having similar names.
Additional information: link
PEACEDOGEX.setDistributorSettings(uint256) (#1201-1204) uses literals with too many digits:
- require(bool)(gas < 900000) (#1202)
PEACEDOGEX.slitherConstructorVariables() (#457-1328) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#462)
PEACEDOGEX.slitherConstructorVariables() (#457-1328) uses literals with too many digits:
- ZERO = 0x0000000000000000000000000000000000000000 (#463)
PEACEDOGEX.slitherConstructorVariables() (#457-1328) uses literals with too many digits:
- distributorGas = 500000 (#511)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafeMathInt.MAX_INT256 (#56) is never used in SafeMathInt (#54-88)
Remove unused state variables.
Additional information: link
DividendDistributor.WBNB (#264) should be constant
DividendDistributor.dividendsPerShareAccuracyFactor (#277) should be constant
PEACEDOGEX.DEAD (#462) should be constant
PEACEDOGEX.WBNB (#461) should be constant
PEACEDOGEX.ZERO (#463) 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) (#144-146)
unauthorize(address) should be declared external:
- Auth.unauthorize(address) (#148-150)
transferOwnership(address) should be declared external:
- Auth.transferOwnership(address) (#160-164)
rebase_percentage(uint256) should be declared external:
- PEACEDOGEX.rebase_percentage(uint256) (#548-557)
rebase_percentage1000(uint256,uint256) should be declared external:
- PEACEDOGEX.rebase_percentage1000(uint256,uint256) (#559-576)
setRebaseStatus(bool) should be declared external:
- PEACEDOGEX.setRebaseStatus(bool) (#589-592)
setLPStatus(bool) should be declared external:
- PEACEDOGEX.setLPStatus(bool) (#594-597)
setBeforeRebase(bool) should be declared external:
- PEACEDOGEX.setBeforeRebase(bool) (#843-845)
tradingStatus(bool,uint256) should be declared external:
- PEACEDOGEX.tradingStatus(bool,uint256) (#1014-1020)
launchStatus(uint256) should be declared external:
- PEACEDOGEX.launchStatus(uint256) (#1022-1024)
enable_blacklist(bool) should be declared external:
- PEACEDOGEX.enable_blacklist(bool) (#1026-1028)
manage_blacklist(address[],bool) should be declared external:
- PEACEDOGEX.manage_blacklist(address[],bool) (#1030-1037)
cooldownEnabled(bool,uint8) should be declared external:
- PEACEDOGEX.cooldownEnabled(bool,uint8) (#1039-1042)
rescueToken(address,uint256) should be declared external:
- PEACEDOGEX.rescueToken(address,uint256) (#1206-1212)
rescueBNB(address) should be declared external:
- PEACEDOGEX.rescueBNB(address) (#1214-1216)
isOverLiquified(uint256,uint256) should be declared external:
- PEACEDOGEX.isOverLiquified(uint256,uint256) (#1228-1234)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
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 relatively low CoinMarketCap rank
Telegram account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts