MONSTERDOGE Token Logo

MDT [MONSTERDOGE] Token

About MDT

Listings

Not Found
Token 4 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 14 January 2022

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


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


Contract creator or owner is blacklisted for past scams

MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750) sends eth to arbitrary user
Dangerous calls:
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698):
External calls:
- swapAndDistributeBNB(swapTokensAtAmount) (#1645)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
External calls sending eth:
- swapAndDistributeBNB(swapTokensAtAmount) (#1645)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1674)
- _balances[sender] = senderBalance - amount (#308)
- _balances[recipient] += amount (#310)
- super._transfer(from,to,amount) (#1681)
- _balances[sender] = senderBalance - amount (#308)
- _balances[recipient] += amount (#310)
- accBuybackFee = accBuybackFee.add(forBuyback) (#1668)
- accDividendFee = accDividendFee.add(forDividends) (#1670)
- accMarketingFee = accMarketingFee.add(forMarketing) (#1669)
- swapping = false (#1646)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#845-861):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#850)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#853)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
State variables written after the call(s):
- accMarketingFee = 1 (#1734)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
State variables written after the call(s):
- accBuybackFee = 1 (#1741)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
State variables written after the call(s):
- accDividendFee = 1 (#1748)
Apply the check-effects-interactions pattern.

Additional information: link

MonsterDogeCoin.withdrawStuckTokens(address,uint256) (#1752-1754) ignores return value by IERC20(_token).transfer(msg.sender,_amount) (#1753)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


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.

Reentrancy in MonsterDogeCoin.updateDividendTracker(address) (#1453-1467):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1460)
- newDividendTracker.excludeFromDividends(address(this)) (#1461)
- newDividendTracker.excludeFromDividends(address(pancakeRouter)) (#1462)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1466)
Apply the check-effects-interactions pattern.

Additional information: link

MonsterDogeCoin._transfer(address,address,uint256).iterations (#1691) is a local variable never initialized
MonsterDogeCoin._transfer(address,address,uint256).claims (#1691) is a local variable never initialized
MonsterDogeCoin.getAccountPeriodSellVolume(address).offset (#1378) is a local variable never initialized
MonsterDogeCoin._transfer(address,address,uint256).lastProcessedIndex (#1691) is a local variable never initialized
MonsterDogeCoin._transfer(address,address,uint256).sell (#1611) 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

MonsterDogeCoin.claim() (#1576-1578) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (#1577)
MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698) ignores return value by dividendTracker.process(gas) (#1691-1696)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#800) shadows:
- ERC20._name (#116) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#800) shadows:
- ERC20._symbol (#117) (state variable)
Rename the local variables that shadow another component.

Additional information: link

MonsterDogeCoin.updatePancakeRouter(address)._pancakePair (#1332-1333) lacks a zero-check on :
- pancakePair = _pancakePair (#1334)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#845-861) has external calls inside a loop: (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#850)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'MonsterDogeCoin._transfer(address,address,uint256).lastProcessedIndex (#1691)' in MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1692)
Variable 'MonsterDogeCoin._transfer(address,address,uint256).claims (#1691)' in MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1692)
Variable 'MonsterDogeCoin._transfer(address,address,uint256).iterations (#1691)' in MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1692)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in MonsterDogeCoin.constructor() (#1302-1327):
External calls:
- updatePancakeRouter(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#1305)
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1332-1333)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (#1336)
- dividendTracker.excludeFromDividends(pancakePair) (#1337)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1309)
- dividendTracker.excludeFromDividends(address(this)) (#1310)
- dividendTracker.excludeFromDividends(address(0)) (#1311)
State variables written after the call(s):
- _mint(owner(),10 ** 9 * (10 ** decimals())) (#1324)
- _balances[account] += amount (#332)
- excludeFromAllLimits(owner(),true) (#1315)
- _isExcludedFromFees[account] = status (#1350)
- excludeFromAllLimits(address(this),true) (#1316)
- _isExcludedFromFees[account] = status (#1350)
- _isExcludedFromMaxHoldLimit[address(0)] = true (#1313)
- excludeFromAllLimits(owner(),true) (#1315)
- _isExcludedFromMaxHoldLimit[account] = status (#1353)
- excludeFromAllLimits(address(this),true) (#1316)
- _isExcludedFromMaxHoldLimit[account] = status (#1353)
- excludeFromAllLimits(owner(),true) (#1315)
- _isExcludedFromMaxTxLimit[account] = status (#1351)
- excludeFromAllLimits(address(this),true) (#1316)
- _isExcludedFromMaxTxLimit[account] = status (#1351)
- excludeFromAllLimits(owner(),true) (#1315)
- _isExcludedFromPeriodLimit[account] = status (#1352)
- excludeFromAllLimits(address(this),true) (#1316)
- _isExcludedFromPeriodLimit[account] = status (#1352)
- _mint(owner(),10 ** 9 * (10 ** decimals())) (#1324)
- _totalSupply += amount (#331)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1318)
- maxHoldingAmount = totalSupply().div(100) (#1326)
- maxTransactionAmount = totalSupply().div(100) (#1325)
Reentrancy in MonsterDogeDividendTracker.processAccount(address,bool) (#1957-1967):
External calls:
- amount = _withdrawDividendOfUser(account) (#1958)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#850)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1961)
Reentrancy in MonsterDogeCoin.updatePancakeRouter(address) (#1328-1344):
External calls:
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1332-1333)
State variables written after the call(s):
- pancakePair = _pancakePair (#1334)
Reentrancy in MonsterDogeCoin.updatePancakeRouter(address) (#1328-1344):
External calls:
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1332-1333)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (#1336)
- dividendTracker.excludeFromDividends(pancakePair) (#1337)
State variables written after the call(s):
- excludeFromAllLimits(newAddress,true) (#1339)
- _isExcludedFromFees[account] = status (#1350)
- excludeFromAllLimits(newAddress,true) (#1339)
- _isExcludedFromMaxHoldLimit[account] = status (#1353)
- _isExcludedFromMaxHoldLimit[pancakePair] = true (#1342)
- excludeFromAllLimits(newAddress,true) (#1339)
- _isExcludedFromMaxTxLimit[account] = status (#1351)
- excludeFromAllLimits(newAddress,true) (#1339)
- _isExcludedFromPeriodLimit[account] = status (#1352)
- _isExcludedFromPeriodLimit[pancakePair] = true (#1341)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698):
External calls:
- swapAndDistributeBNB(swapTokensAtAmount) (#1645)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
External calls sending eth:
- swapAndDistributeBNB(swapTokensAtAmount) (#1645)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#312)
- super._transfer(from,to,amount) (#1681)
- Transfer(sender,recipient,amount) (#312)
- super._transfer(from,address(this),fees) (#1674)
Reentrancy in MonsterDogeCoin._transfer(address,address,uint256) (#1598-1698):
External calls:
- swapAndDistributeBNB(swapTokensAtAmount) (#1645)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1685)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1686)
- dividendTracker.process(gas) (#1691-1696)
External calls sending eth:
- swapAndDistributeBNB(swapTokensAtAmount) (#1645)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
Event emitted after the call(s):
- ErrorInProcess(msg.sender) (#1695)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1692)
Reentrancy in MonsterDogeCoin.constructor() (#1302-1327):
External calls:
- updatePancakeRouter(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#1305)
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1332-1333)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (#1336)
- dividendTracker.excludeFromDividends(pancakePair) (#1337)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1309)
- dividendTracker.excludeFromDividends(address(this)) (#1310)
- dividendTracker.excludeFromDividends(address(0)) (#1311)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#333)
- _mint(owner(),10 ** 9 * (10 ** decimals())) (#1324)
Reentrancy in MonsterDogeDividendTracker.processAccount(address,bool) (#1957-1967):
External calls:
- amount = _withdrawDividendOfUser(account) (#1958)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#850)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1962)
Reentrancy in MonsterDogeCoin.processDividendTracker(uint256) (#1571-1574):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1572)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1573)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
Event emitted after the call(s):
- CalculatedBNBForEachRecipient(forMarketing,forBuyback,forDividends) (#1728)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
Event emitted after the call(s):
- SwapAndSendTo(accMarketingFee,forMarketing,MARKETING) (#1733)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
Event emitted after the call(s):
- SwapAndSendTo(accBuybackFee,forBuyback,ANTI DUMP) (#1740)
Reentrancy in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
External calls:
- swapTokensForEth(tokens) (#1721)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
Event emitted after the call(s):
- SwapAndSendTo(accDividendFee,forDividends,DIVIDENDS) (#1747)
Reentrancy in MonsterDogeCoin.swapTokensForEth(uint256) (#1700-1718):
External calls:
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1710-1716)
Event emitted after the call(s):
- FinishSwapTokensForEth(address(this).balance) (#1717)
Reentrancy in MonsterDogeCoin.updateDividendTracker(address) (#1453-1467):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1460)
- newDividendTracker.excludeFromDividends(address(this)) (#1461)
- newDividendTracker.excludeFromDividends(address(pancakeRouter)) (#1462)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1464)
Apply the check-effects-interactions pattern.

Additional information: link

MonsterDogeCoin.getAccountPeriodSellVolume(address) (#1377-1401) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp.sub(accountSells[account][i].time) <= restrictionPeriod (#1382)
MonsterDogeDividendTracker.getAccount(address) (#1821-1862) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1859-1861)
MonsterDogeDividendTracker.canAutoClaim(uint256) (#1883-1889) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1884)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1888)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#13-15) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#901-907) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#653-662) is never used and should be removed
SafeMath.mod(uint256,uint256) (#613-615) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#679-688) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#630-639) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#484-490) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#526-531) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#538-543) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#509-519) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#497-502) is never used and should be removed
SafeMathInt.div(int256,int256) (#452-458) is never used and should be removed
SafeMathInt.mul(int256,int256) (#442-450) is never used and should be removed
Remove unused functions.

Additional information: link

MonsterDogeCoin.swapTokensAtAmount (#1215) is set pre-construction with a non-constant function or state variable:
- 10000 * (10 ** decimals())
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 (#6) 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 DividendPayingToken._withdrawDividendOfUser(address) (#845-861):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#850)
Low level call in MonsterDogeCoin.swapAndDistributeBNB(uint256) (#1720-1750):
- (success) = address(marketingWallet).call{value: forMarketing}() (#1730)
- (success,None) = address(buybackWallet).call{value: forBuyback}() (#1737)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1744)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter DividendPayingToken.dividendOf(address)._owner (#867) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#874) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#881) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#891) is not in mixedCase
Constant DividendPayingToken.magnitude (#780) is not in UPPER_CASE_WITH_UNDERSCORES
Function IPancakePair.DOMAIN_SEPARATOR() (#1029) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#1030) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#1047) is not in mixedCase
Function IPancakeRouter01.WETH() (#1067) is not in mixedCase
Parameter MonsterDogeCoin.setRestrictionPeriod(uint256)._newPeriodHours (#1372) is not in mixedCase
Parameter MonsterDogeCoin.setBuyFees(uint256,uint256,uint256)._BuybackFee (#1416) is not in mixedCase
Parameter MonsterDogeCoin.setBuyFees(uint256,uint256,uint256)._MarketingFee (#1416) is not in mixedCase
Parameter MonsterDogeCoin.setBuyFees(uint256,uint256,uint256)._DividendFee (#1416) is not in mixedCase
Parameter MonsterDogeCoin.setSellFees(uint256,uint256,uint256)._SellBuybackFee (#1425) is not in mixedCase
Parameter MonsterDogeCoin.setSellFees(uint256,uint256,uint256)._SellMarketingFee (#1425) is not in mixedCase
Parameter MonsterDogeCoin.setSellFees(uint256,uint256,uint256)._SellDividendFee (#1425) is not in mixedCase
Parameter MonsterDogeCoin.withdrawStuckTokens(address,uint256)._token (#1752) is not in mixedCase
Parameter MonsterDogeCoin.withdrawStuckTokens(address,uint256)._amount (#1752) is not in mixedCase
Parameter MonsterDogeDividendTracker.getAccount(address)._account (#1821) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#1072) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#1073)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#846) is too similar to MonsterDogeDividendTracker.getAccount(address).withdrawableDividends (#1825)
Prevent variables from having similar names.

Additional information: link

MonsterDogeCoin.updateGasForProcessing(uint256) (#1498-1503) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,MonsterDoge: gasForProcessing must be between 200,000 and 500,000) (#1499)
MonsterDogeCoin.slitherConstructorVariables() (#1201-1755) uses literals with too many digits:
- gasForProcessing = 300000 (#1231)
MonsterDogeDividendTracker.getAccountAtIndex(uint256) (#1864-1881) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1875)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#947) is never used in MonsterDogeCoin (#1201-1755)
Ownable._previousOwner (#947) is never used in MonsterDogeDividendTracker (#1757-1969)
Remove unused state variables.

Additional information: link

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

Additional information: link

name() should be declared external:
- ERC20.name() (#136-138)
symbol() should be declared external:
- ERC20.symbol() (#144-146)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#187-190)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#195-197)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#206-209)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#224-238)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#252-255)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#271-279)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#700-702)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#704-709)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#711-713)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#717-719)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#839-841)
- MonsterDogeDividendTracker.withdrawDividend() (#1787-1789)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#867-869)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#881-883)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#982-985)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#991-995)
getAccountSells(address,uint256) should be declared external:
- MonsterDogeCoin.getAccountSells(address,uint256) (#1412-1414)
updateDividendTracker(address) should be declared external:
- MonsterDogeCoin.updateDividendTracker(address) (#1453-1467)
excludeFromFees(address,bool) should be declared external:
- MonsterDogeCoin.excludeFromFees(address,bool) (#1469-1474)
excludeFromPeriodLimit(address,bool) should be declared external:
- MonsterDogeCoin.excludeFromPeriodLimit(address,bool) (#1476-1481)
excludeFromMaxTxLimit(address,bool) should be declared external:
- MonsterDogeCoin.excludeFromMaxTxLimit(address,bool) (#1483-1488)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- MonsterDogeCoin.excludeMultipleAccountsFromFees(address[],bool) (#1490-1496)
updateGasForProcessing(uint256) should be declared external:
- MonsterDogeCoin.updateGasForProcessing(uint256) (#1498-1503)
isExcludedFromFees(address) should be declared external:
- MonsterDogeCoin.isExcludedFromFees(address) (#1521-1523)
isExcludedFromMaxTxLimit(address) should be declared external:
- MonsterDogeCoin.isExcludedFromMaxTxLimit(address) (#1525-1527)
isExcludedFromMaxHoldLimit(address) should be declared external:
- MonsterDogeCoin.isExcludedFromMaxHoldLimit(address) (#1529-1531)
isExcludedFromPeriodLimit(address) should be declared external:
- MonsterDogeCoin.isExcludedFromPeriodLimit(address) (#1533-1535)
withdrawableDividendOf(address) should be declared external:
- MonsterDogeCoin.withdrawableDividendOf(address) (#1537-1539)
dividendTokenBalanceOf(address) should be declared external:
- MonsterDogeCoin.dividendTokenBalanceOf(address) (#1541-1543)
withdrawStuckTokens(address,uint256) should be declared external:
- MonsterDogeCoin.withdrawStuckTokens(address,uint256) (#1752-1754)
getAccountAtIndex(uint256) should be declared external:
- MonsterDogeDividendTracker.getAccountAtIndex(uint256) (#1864-1881)
process(uint256) should be declared external:
- MonsterDogeDividendTracker.process(uint256) (#1910-1955)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for MDT