PRESIDENT DOGE Token Logo

PRESIDENTDOGE [PRESIDENT DOGE] Token

About PRESIDENTDOGE

Listings

Token 2 years

While other dogs aimlessly tried to conquer the planets, President Doge became President Of The World.

President Doge is the most authoritative, powerful and influential Dog on the Blockchain.

Its smart contract is the most cutting edge and disruptive ever deployed, combining the best functionalities from the most successful tokens and preventing the drawbacks through innovative protocols.

Social

Laser Scorebeta Last Audit: 5 January 2022

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

Anti-Scam

Links


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

PRESIDENTDOGE.addLiquidity(uint256,uint256) (PRESIDENTDOGE.sol#441-456) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
State variables written after the call(s):
- lastSwap = block.timestamp (PRESIDENTDOGE.sol#296)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (PRESIDENTDOGE.sol#326)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,deadWallet,burnAmt) (PRESIDENTDOGE.sol#327)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,stakingWallet,stakingAmt) (PRESIDENTDOGE.sol#328)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,to,amount) (PRESIDENTDOGE.sol#331)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- swapping = false (PRESIDENTDOGE.sol#305)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (DividendPayingToken.sol#89-105):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (DividendPayingToken.sol#97)
Apply the check-effects-interactions pattern.

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.

Reentrancy in PRESIDENTDOGE.updateDividendTracker(address) (PRESIDENTDOGE.sol#123-139):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (PRESIDENTDOGE.sol#130)
- newDividendTracker.excludeFromDividends(address(this)) (PRESIDENTDOGE.sol#131)
- newDividendTracker.excludeFromDividends(owner()) (PRESIDENTDOGE.sol#132)
- newDividendTracker.excludeFromDividends(address(0)) (PRESIDENTDOGE.sol#133)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (PRESIDENTDOGE.sol#134)
State variables written after the call(s):
- dividendTracker = newDividendTracker (PRESIDENTDOGE.sol#138)
Apply the check-effects-interactions pattern.

Additional information: link

PRESIDENTDOGE._transfer(address,address,uint256).iterations (PRESIDENTDOGE.sol#339) is a local variable never initialized
PRESIDENTDOGE._transfer(address,address,uint256).lastProcessedIndex (PRESIDENTDOGE.sol#339) is a local variable never initialized
PRESIDENTDOGE._transfer(address,address,uint256).claims (PRESIDENTDOGE.sol#339) 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

PRESIDENTDOGE.claim() (PRESIDENTDOGE.sol#242-244) ignores return value by dividendTracker.processAccount(msg.sender,false) (PRESIDENTDOGE.sol#243)
PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346) ignores return value by dividendTracker.process(gas) (PRESIDENTDOGE.sol#339-344)
PRESIDENTDOGE.addLiquidity(uint256,uint256) (PRESIDENTDOGE.sol#441-456) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (DividendPayingToken.sol#46) shadows:
- ERC20._name (ERC20.sol#43) (state variable)
DividendPayingToken.constructor(string,string)._symbol (DividendPayingToken.sol#46) shadows:
- ERC20._symbol (ERC20.sol#44) (state variable)
Rename the local variables that shadow another component.

Additional information: link

PRESIDENTDOGE.setSwapTokensAtAmt(uint256) (PRESIDENTDOGE.sol#250-252) should emit an event for:
- swapTokensAtAmount = amount (PRESIDENTDOGE.sol#251)
PRESIDENTDOGE.setBNBRewardsfee(uint256) (PRESIDENTDOGE.sol#348-351) should emit an event for:
- BNBRewardsFee = value (PRESIDENTDOGE.sol#349)
- totalFees = BNBRewardsFee.add(liquidityFee).add(marketingFee) (PRESIDENTDOGE.sol#350)
PRESIDENTDOGE.setLiquidityFee(uint256) (PRESIDENTDOGE.sol#367-370) should emit an event for:
- liquidityFee = value (PRESIDENTDOGE.sol#368)
- totalFees = BNBRewardsFee.add(liquidityFee).add(marketingFee) (PRESIDENTDOGE.sol#369)
PRESIDENTDOGE.setMaxSellTxAmount(uint256) (PRESIDENTDOGE.sol#372-374) should emit an event for:
- maxSellTxAmount = amount * 10 ** 18 (PRESIDENTDOGE.sol#373)
PRESIDENTDOGE.setMarketingFee(uint256) (PRESIDENTDOGE.sol#376-379) should emit an event for:
- marketingFee = value (PRESIDENTDOGE.sol#377)
- totalFees = BNBRewardsFee.add(liquidityFee).add(marketingFee) (PRESIDENTDOGE.sol#378)
PRESIDENTDOGE.setBurnFee(uint256) (PRESIDENTDOGE.sol#385-387) should emit an event for:
- burnFee = value (PRESIDENTDOGE.sol#386)
PRESIDENTDOGE.setStakingFee(uint256) (PRESIDENTDOGE.sol#389-391) should emit an event for:
- stakingFee = value (PRESIDENTDOGE.sol#390)
Emit an event for critical parameter changes.

Additional information: link

PRESIDENTDOGE.setMarketingWallet(address).newwallet (PRESIDENTDOGE.sol#381) lacks a zero-check on :
- marketingWallet = newwallet (PRESIDENTDOGE.sol#382)
PRESIDENTDOGE.setStakingWallet(address).wallet (PRESIDENTDOGE.sol#393) lacks a zero-check on :
- stakingWallet = wallet (PRESIDENTDOGE.sol#394)
Check that the address is not zero.

Additional information: link

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

Additional information: link

Variable 'PRESIDENTDOGE._transfer(address,address,uint256).iterations (PRESIDENTDOGE.sol#339)' in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (PRESIDENTDOGE.sol#340)
Variable 'PRESIDENTDOGE._transfer(address,address,uint256).lastProcessedIndex (PRESIDENTDOGE.sol#339)' in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (PRESIDENTDOGE.sol#340)
Variable 'PRESIDENTDOGE._transfer(address,address,uint256).claims (PRESIDENTDOGE.sol#339)' in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (PRESIDENTDOGE.sol#340)
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 PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Reentrancy in PRESIDENTDOGE.constructor() (PRESIDENTDOGE.sol#83-117):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (PRESIDENTDOGE.sol#90-91)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (PRESIDENTDOGE.sol#94)
- uniswapV2Router = _uniswapV2Router (PRESIDENTDOGE.sol#93)
Reentrancy in PRESIDENTDOGE.constructor() (PRESIDENTDOGE.sol#83-117):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (PRESIDENTDOGE.sol#90-91)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (PRESIDENTDOGE.sol#96)
- dividendTracker.excludeFromDividends(pair) (PRESIDENTDOGE.sol#173)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (PRESIDENTDOGE.sol#99)
- dividendTracker.excludeFromDividends(address(this)) (PRESIDENTDOGE.sol#100)
- dividendTracker.excludeFromDividends(owner()) (PRESIDENTDOGE.sol#101)
- dividendTracker.excludeFromDividends(address(0)) (PRESIDENTDOGE.sol#102)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (PRESIDENTDOGE.sol#103)
State variables written after the call(s):
- _mint(owner(),100000000000000 * (10 ** 18)) (PRESIDENTDOGE.sol#116)
- _balances[account] = _balances[account].add(amount) (ERC20.sol#241)
- excludeFromFees(owner(),true) (PRESIDENTDOGE.sol#106)
- _isExcludedFromFees[account] = excluded (PRESIDENTDOGE.sol#149)
- excludeFromFees(marketingWallet,true) (PRESIDENTDOGE.sol#107)
- _isExcludedFromFees[account] = excluded (PRESIDENTDOGE.sol#149)
- excludeFromFees(address(this),true) (PRESIDENTDOGE.sol#108)
- _isExcludedFromFees[account] = excluded (PRESIDENTDOGE.sol#149)
- _mint(owner(),100000000000000 * (10 ** 18)) (PRESIDENTDOGE.sol#116)
- _totalSupply = _totalSupply.add(amount) (ERC20.sol#240)
Reentrancy in PRESIDENTDOGEDividendTracker.processAccount(address,bool) (PRESIDENTDOGE.sol#665-675):
External calls:
- amount = _withdrawDividendOfUser(account) (PRESIDENTDOGE.sol#666)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (PRESIDENTDOGE.sol#669)
Reentrancy in PRESIDENTDOGE.swapAndLiquify(uint256) (PRESIDENTDOGE.sol#397-418):
External calls:
- swapTokensForEth(half) (PRESIDENTDOGE.sol#409)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- addLiquidity(otherHalf,newBalance) (PRESIDENTDOGE.sol#415)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (PRESIDENTDOGE.sol#415)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (PRESIDENTDOGE.sol#415)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in PRESIDENTDOGE._setAutomatedMarketMakerPair(address,bool) (PRESIDENTDOGE.sol#168-177):
External calls:
- dividendTracker.excludeFromDividends(pair) (PRESIDENTDOGE.sol#173)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (PRESIDENTDOGE.sol#176)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- SwapAndLiquify(half,newBalance,otherHalf) (PRESIDENTDOGE.sol#417)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- SendDividends(tokens,dividends) (PRESIDENTDOGE.sol#464)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,to,amount) (PRESIDENTDOGE.sol#331)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,address(this),fees) (PRESIDENTDOGE.sol#326)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,stakingWallet,stakingAmt) (PRESIDENTDOGE.sol#328)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,deadWallet,burnAmt) (PRESIDENTDOGE.sol#327)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- dividendTracker.setBalance(address(from),balanceOf(from)) (PRESIDENTDOGE.sol#333)
- dividendTracker.setBalance(address(to),balanceOf(to)) (PRESIDENTDOGE.sol#334)
- dividendTracker.process(gas) (PRESIDENTDOGE.sol#339-344)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (PRESIDENTDOGE.sol#340)
Reentrancy in PRESIDENTDOGE.constructor() (PRESIDENTDOGE.sol#83-117):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (PRESIDENTDOGE.sol#90-91)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (PRESIDENTDOGE.sol#96)
- dividendTracker.excludeFromDividends(pair) (PRESIDENTDOGE.sol#173)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (PRESIDENTDOGE.sol#176)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (PRESIDENTDOGE.sol#96)
Reentrancy in PRESIDENTDOGE.constructor() (PRESIDENTDOGE.sol#83-117):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (PRESIDENTDOGE.sol#90-91)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (PRESIDENTDOGE.sol#96)
- dividendTracker.excludeFromDividends(pair) (PRESIDENTDOGE.sol#173)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (PRESIDENTDOGE.sol#99)
- dividendTracker.excludeFromDividends(address(this)) (PRESIDENTDOGE.sol#100)
- dividendTracker.excludeFromDividends(owner()) (PRESIDENTDOGE.sol#101)
- dividendTracker.excludeFromDividends(address(0)) (PRESIDENTDOGE.sol#102)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (PRESIDENTDOGE.sol#103)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (PRESIDENTDOGE.sol#151)
- excludeFromFees(marketingWallet,true) (PRESIDENTDOGE.sol#107)
- ExcludeFromFees(account,excluded) (PRESIDENTDOGE.sol#151)
- excludeFromFees(address(this),true) (PRESIDENTDOGE.sol#108)
- ExcludeFromFees(account,excluded) (PRESIDENTDOGE.sol#151)
- excludeFromFees(owner(),true) (PRESIDENTDOGE.sol#106)
- Transfer(address(0),account,amount) (ERC20.sol#242)
- _mint(owner(),100000000000000 * (10 ** 18)) (PRESIDENTDOGE.sol#116)
Reentrancy in PRESIDENTDOGEDividendTracker.processAccount(address,bool) (PRESIDENTDOGE.sol#665-675):
External calls:
- amount = _withdrawDividendOfUser(account) (PRESIDENTDOGE.sol#666)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
Event emitted after the call(s):
- Claim(account,amount,automatic) (PRESIDENTDOGE.sol#670)
Reentrancy in PRESIDENTDOGE.processDividendTracker(uint256) (PRESIDENTDOGE.sol#237-240):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (PRESIDENTDOGE.sol#238)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (PRESIDENTDOGE.sol#239)
Reentrancy in PRESIDENTDOGE.swapAndLiquify(uint256) (PRESIDENTDOGE.sol#397-418):
External calls:
- swapTokensForEth(half) (PRESIDENTDOGE.sol#409)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- addLiquidity(otherHalf,newBalance) (PRESIDENTDOGE.sol#415)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (PRESIDENTDOGE.sol#415)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- addLiquidity(otherHalf,newBalance) (PRESIDENTDOGE.sol#415)
- SwapAndLiquify(half,newBalance,otherHalf) (PRESIDENTDOGE.sol#417)
Reentrancy in PRESIDENTDOGE.swapAndSendDividends(uint256) (PRESIDENTDOGE.sol#458-466):
External calls:
- swapTokensForEth(tokens) (PRESIDENTDOGE.sol#459)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (PRESIDENTDOGE.sol#431-437)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
External calls sending eth:
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (PRESIDENTDOGE.sol#464)
Reentrancy in PRESIDENTDOGE.updateDividendTracker(address) (PRESIDENTDOGE.sol#123-139):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (PRESIDENTDOGE.sol#130)
- newDividendTracker.excludeFromDividends(address(this)) (PRESIDENTDOGE.sol#131)
- newDividendTracker.excludeFromDividends(owner()) (PRESIDENTDOGE.sol#132)
- newDividendTracker.excludeFromDividends(address(0)) (PRESIDENTDOGE.sol#133)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (PRESIDENTDOGE.sol#134)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (PRESIDENTDOGE.sol#136)
Apply the check-effects-interactions pattern.

Additional information: link

PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346) uses timestamp for comparisons
Dangerous comparisons:
- timePassed >= 60 * 60 (PRESIDENTDOGE.sol#293)
PRESIDENTDOGEDividendTracker.getAccount(address) (PRESIDENTDOGE.sol#529-572) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (PRESIDENTDOGE.sol#569-571)
PRESIDENTDOGEDividendTracker.canAutoClaim(uint256) (PRESIDENTDOGE.sol#593-599) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (PRESIDENTDOGE.sol#594)
- block.timestamp.sub(lastClaimTime) >= claimWait (PRESIDENTDOGE.sol#598)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (Context.sol#20-23) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (DividendPayingToken.sol#145-151) is never used and should be removed
SafeMath.mod(uint256,uint256) (SafeMath.sol#126-128) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (SafeMath.sol#142-145) is never used and should be removed
SafeMathInt.abs(int256) (SafeMathInt.sol#82-85) is never used and should be removed
SafeMathInt.div(int256,int256) (SafeMathInt.sol#53-59) is never used and should be removed
SafeMathInt.mul(int256,int256) (SafeMathInt.sol#41-48) is never used and should be removed
Remove unused functions.

Additional information: link

PRESIDENTDOGE.totalFees (PRESIDENTDOGE.sol#35) is set pre-construction with a non-constant function or state variable:
- BNBRewardsFee.add(liquidityFee).add(marketingFee)
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.6.2 (Context.sol#3) allows old versions
Pragma version^0.6.2 (DividendPayingToken.sol#3) allows old versions
Pragma version^0.6.2 (DividendPayingTokenInterface.sol#3) allows old versions
Pragma version^0.6.2 (DividendPayingTokenOptionalInterface.sol#3) allows old versions
Pragma version^0.6.2 (ERC20.sol#3) allows old versions
Pragma version^0.6.2 (IERC20.sol#3) allows old versions
Pragma version^0.6.2 (IERC20Metadata.sol#3) allows old versions
Pragma version^0.6.2 (IUniswapV2Factory.sol#3) allows old versions
Pragma version^0.6.2 (IUniswapV2Pair.sol#3) allows old versions
Pragma version^0.6.2 (IUniswapV2Router.sol#3) allows old versions
Pragma version^0.6.2 (IterableMapping.sol#2) allows old versions
Pragma version^0.6.2 (Ownable.sol#1) allows old versions
Pragma version^0.6.2 (PRESIDENTDOGE.sol#3) allows old versions
Pragma version^0.6.2 (SafeMath.sol#3) allows old versions
Pragma version^0.6.2 (SafeMathInt.sol#28) allows old versions
Pragma version^0.6.2 (SafeMathUint.sol#3) allows old versions
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) (DividendPayingToken.sol#89-105):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (DividendPayingToken.sol#94)
Low level call in PRESIDENTDOGE.swapAndSendDividends(uint256) (PRESIDENTDOGE.sol#458-466):
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
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 (DividendPayingToken.sol#111) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (DividendPayingToken.sol#118) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (DividendPayingToken.sol#125) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (DividendPayingToken.sol#135) is not in mixedCase
Constant DividendPayingToken.magnitude (DividendPayingToken.sol#26) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (IUniswapV2Pair.sol#20) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (IUniswapV2Pair.sol#21) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (IUniswapV2Pair.sol#38) is not in mixedCase
Function IUniswapV2Router01.WETH() (IUniswapV2Router.sol#7) is not in mixedCase
Variable PRESIDENTDOGE.BNBRewardsFee (PRESIDENTDOGE.sol#30) is not in mixedCase
Parameter PRESIDENTDOGEDividendTracker.getAccount(address)._account (PRESIDENTDOGE.sol#529) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (Context.sol#21)" inContext (Context.sol#15-24)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
State variables written after the call(s):
- lastSwap = block.timestamp (PRESIDENTDOGE.sol#296)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- _allowances[owner][spender] = amount (ERC20.sol#287)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- SwapAndLiquify(half,newBalance,otherHalf) (PRESIDENTDOGE.sol#417)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
Reentrancy in PRESIDENTDOGE._transfer(address,address,uint256) (PRESIDENTDOGE.sol#263-346):
External calls:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
External calls sending eth:
- swapAndSendToFee(marketingWallet,marketingTokens) (PRESIDENTDOGE.sol#295)
- wallet.transfer(newBalance) (PRESIDENTDOGE.sol#360)
- swapAndLiquify(swapTokens) (PRESIDENTDOGE.sol#300)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,deadWallet,block.timestamp) (PRESIDENTDOGE.sol#447-454)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- (success) = address(dividendTracker).call{value: dividends}() (PRESIDENTDOGE.sol#461)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- _allowances[owner][spender] = amount (ERC20.sol#287)
- super._transfer(from,address(this),fees) (PRESIDENTDOGE.sol#326)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,deadWallet,burnAmt) (PRESIDENTDOGE.sol#327)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,stakingWallet,stakingAmt) (PRESIDENTDOGE.sol#328)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- super._transfer(from,to,amount) (PRESIDENTDOGE.sol#331)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (ERC20.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (ERC20.sol#222)
- swapping = false (PRESIDENTDOGE.sol#305)
Event emitted after the call(s):
- Approval(owner,spender,amount) (ERC20.sol#288)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (PRESIDENTDOGE.sol#340)
- SendDividends(tokens,dividends) (PRESIDENTDOGE.sol#464)
- swapAndSendDividends(sellTokens) (PRESIDENTDOGE.sol#303)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,to,amount) (PRESIDENTDOGE.sol#331)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,stakingWallet,stakingAmt) (PRESIDENTDOGE.sol#328)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,deadWallet,burnAmt) (PRESIDENTDOGE.sol#327)
- Transfer(sender,recipient,amount) (ERC20.sol#223)
- super._transfer(from,address(this),fees) (PRESIDENTDOGE.sol#326)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (IUniswapV2Router.sol#12) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (IUniswapV2Router.sol#13)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (DividendPayingToken.sol#90) is too similar to PRESIDENTDOGEDividendTracker.getAccount(address).withdrawableDividends (PRESIDENTDOGE.sol#534)
Prevent variables from having similar names.

Additional information: link

PRESIDENTDOGE.constructor() (PRESIDENTDOGE.sol#83-117) uses literals with too many digits:
- _mint(owner(),100000000000000 * (10 ** 18)) (PRESIDENTDOGE.sol#116)
PRESIDENTDOGE.updateGasForProcessing(uint256) (PRESIDENTDOGE.sol#180-185) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,PRESIDENTDOGE: gasForProcessing must be between 200,000 and 500,000) (PRESIDENTDOGE.sol#181)
PRESIDENTDOGE.slitherConstructorVariables() (PRESIDENTDOGE.sol#13-467) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (PRESIDENTDOGE.sol#21)
PRESIDENTDOGE.slitherConstructorVariables() (PRESIDENTDOGE.sol#13-467) uses literals with too many digits:
- swapTokensAtAmount = 20000000000 * (10 ** 18) (PRESIDENTDOGE.sol#27)
PRESIDENTDOGE.slitherConstructorVariables() (PRESIDENTDOGE.sol#13-467) uses literals with too many digits:
- maxSellTxAmount = 1000000000000 * (10 ** 18) (PRESIDENTDOGE.sol#28)
PRESIDENTDOGE.slitherConstructorVariables() (PRESIDENTDOGE.sol#13-467) uses literals with too many digits:
- gasForProcessing = 300000 (PRESIDENTDOGE.sol#40)
PRESIDENTDOGEDividendTracker.constructor() (PRESIDENTDOGE.sol#489-492) uses literals with too many digits:
- minimumTokenBalanceForDividends = 1000000000 * (10 ** 18) (PRESIDENTDOGE.sol#491)
PRESIDENTDOGEDividendTracker.getAccountAtIndex(uint256) (PRESIDENTDOGE.sol#574-591) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (PRESIDENTDOGE.sol#585)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (SafeMathInt.sol#36) is never used in SafeMathInt (SafeMathInt.sol#34-92)
Remove unused state variables.

Additional information: link

PRESIDENTDOGE.deadWallet (PRESIDENTDOGE.sol#21) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (DividendPayingToken.sol#83-85)
- PRESIDENTDOGEDividendTracker.withdrawDividend() (PRESIDENTDOGE.sol#498-500)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (DividendPayingToken.sol#111-113)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (DividendPayingToken.sol#125-127)
name() should be declared external:
- ERC20.name() (ERC20.sol#63-65)
symbol() should be declared external:
- ERC20.symbol() (ERC20.sol#71-73)
decimals() should be declared external:
- ERC20.decimals() (ERC20.sol#88-90)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (ERC20.sol#114-117)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (ERC20.sol#122-124)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (ERC20.sol#133-136)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (ERC20.sol#151-159)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (ERC20.sol#173-176)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (ERC20.sol#192-195)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (IterableMapping.sol#13-15)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (IterableMapping.sol#17-22)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (IterableMapping.sol#24-26)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (IterableMapping.sol#30-32)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (Ownable.sol#45-48)
previousOwner() should be declared external:
- Ownable.previousOwner() (Ownable.sol#50-52)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (Ownable.sol#54-56)
transferOwnership(address,uint256) should be declared external:
- Ownable.transferOwnership(address,uint256) (Ownable.sol#62-68)
updateDividendTracker(address) should be declared external:
- PRESIDENTDOGE.updateDividendTracker(address) (PRESIDENTDOGE.sol#123-139)
updateUniswapV2Router(address) should be declared external:
- PRESIDENTDOGE.updateUniswapV2Router(address) (PRESIDENTDOGE.sol#141-145)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- PRESIDENTDOGE.excludeMultipleAccountsFromFees(address[],bool) (PRESIDENTDOGE.sol#154-160)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- PRESIDENTDOGE.setAutomatedMarketMakerPair(address,bool) (PRESIDENTDOGE.sol#162-166)
updateGasForProcessing(uint256) should be declared external:
- PRESIDENTDOGE.updateGasForProcessing(uint256) (PRESIDENTDOGE.sol#180-185)
isExcludedFromFees(address) should be declared external:
- PRESIDENTDOGE.isExcludedFromFees(address) (PRESIDENTDOGE.sol#199-201)
withdrawableDividendOf(address) should be declared external:
- PRESIDENTDOGE.withdrawableDividendOf(address) (PRESIDENTDOGE.sol#203-205)
dividendTokenBalanceOf(address) should be declared external:
- PRESIDENTDOGE.dividendTokenBalanceOf(address) (PRESIDENTDOGE.sol#207-209)
getAccountAtIndex(uint256) should be declared external:
- PRESIDENTDOGEDividendTracker.getAccountAtIndex(uint256) (PRESIDENTDOGE.sol#574-591)
process(uint256) should be declared external:
- PRESIDENTDOGEDividendTracker.process(uint256) (PRESIDENTDOGE.sol#618-663)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


Last post in Twitter was more than 180 days ago


Unable to find Youtube account


Unable to find Discord account


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 find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find token on CoinHunt

Additional information: link


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


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for PRESIDENTDOGE

News for PRESIDENTDOGE