DogeGaySon Token Logo

GOGE [DogeGaySon] Token

About GOGE

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

Website

[CoinGecko] alert: DogeGaySon (GOGE) has recently migrated from their old contract to a new one. For more information, please visit this Twitter post.
white paper

DogeGaySon, token symbol $GOGE, is an innovative, experimental, and community-based project, aiming to revolutionize the digital and real world in every way. $GOGE was created to unite humans throughout the universe, ensure freedoms, spread love, fight hate and global inequality, directly changing the world through the power of blockchain technology, all while making crypto truly fun.

Goge is the 1st ever Gay Doge family member token, the 1st ever Doge token with dividend yield automatically paid in $CAKE, the 1st cryptocurrency to utilize direct action peer-to-peer charity and is the 1st cryptocurrency truly for ALL human beings.

Creating an international, safe, and ever growing permanent virtual community for all, and building an ecosystem for holders to use their $GOGE and $CAKE rewards in the digital and real world. Engaging community members in daily activities, games, events, and highlighting real life stories while utilizing direct action peer-to-peer charity, for anyone in the world who is in need of help

Laser Scorebeta Last Audit: 24 April 2023

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...)

Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- swapTokensForBNB(contractTokenBalance.sub(half)) (#1832)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapTokensForBNB(contractTokenBalance) (#1837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- success = IERC20(dividendToken).transfer(dividendTracker,amount) (#2041)
- dividendPayingTracker.distributeDividends(amount) (#2044)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1903)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#390)
- _balances[recipient] = _balances[recipient].add(amount) (#391)
- super._transfer(from,to,amount) (#1906)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#390)
- _balances[recipient] = _balances[recipient].add(amount) (#391)
- swapping = false (#1879)
Apply the check-effects-interactions pattern.

Additional information: link

DogeGaySon.addLiquidity(uint256,uint256) (#1954-1968) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
DogeGaySon.buyBackAndBurn(uint256) (#1970-1991) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
DogeGaySon.swapTokensForDividendToken(uint256,address,address) (#2012-2028) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

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.

DogeGaySon.rand() (#1727-1743) uses a dangerous strict equality:
- randNumber == 0 (#1737)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

Contract locking ether found:
Contract CakeDividendTracker (#2050-2267) has payable functions:
- DividendPayingToken.receive() (#592-593)
- DividendPayingToken.distributeDividends() (#608-619)
- IDividendPayingToken.distributeDividends() (#503)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

DogeGaySon.updateCakeDividendToken(address)._newContract (#1453) lacks a zero-check on :
- cakeDividendToken = _newContract (#1454)
DogeGaySon.whitelistPinkSale(address)._presaleAddress (#1431) lacks a zero-check on :
- presaleAddress = _presaleAddress (#1432)
DividendPayingToken.constructor(string,string,address)._token (#588) lacks a zero-check on :
- dividendToken = _token (#589)
CakeDividendTracker.setDividendTokenAddress(address).newToken (#2083) lacks a zero-check on :
- dividendToken = newToken (#2084)
Check that the address is not zero.

Additional information: link

DividendPayingToken.setDividendTokenAddress(address) (#641-644) uses tx.origin for authorization: require(bool,string)(tx.origin == 0xB5236a34534e78936aCAE504d3a40cF25fD7d495,Only owner can change dividend contract address) (#642)
Do not use tx.origin for authorization.

Additional information: link

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

DogeGaySon._transfer(address,address,uint256) (#1761-1924) ignores return value by cakeDividendTracker.process(gas) (#1916-1921)
DogeGaySon.claim() (#1745-1748) ignores return value by cakeDividendTracker.processAccount(address(msg.sender),false) (#1746)
DogeGaySon.addLiquidity(uint256,uint256) (#1954-1968) ignores return value by uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string,address)._name (#588) shadows:
- ERC20._name (#217) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#694) shadows:
- Ownable._owner (#51) (state variable)
DividendPayingToken.constructor(string,string,address)._symbol (#588) shadows:
- ERC20._symbol (#218) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#677) shadows:
- Ownable._owner (#51) (state variable)
DividendPayingToken.dividendOf(address)._owner (#670) shadows:
- Ownable._owner (#51) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#684) shadows:
- Ownable._owner (#51) (state variable)
Rename the local variables that shadow another component.

Additional information: link

DogeGaySon.setTradingIsEnabled(bool,uint256) (#1515-1522) should emit an event for:
- _botBlocks = botBlocks (#1519)
DogeGaySon.setBuyTransactionMultiplier(uint256) (#1484-1486) should emit an event for:
- buyFeeIncreaseFactor = _multiplier (#1485)
DogeGaySon.updateBuyBackAndLiquidityFee(uint8) (#1602-1606) should emit an event for:
- buyBackAndLiquidityFee = newFee (#1604)
- totalFees = buyBackAndLiquidityFee.add(cakeDividendRewardsFee).add(marketingFee) (#1605)
DogeGaySon.setMaxWalletTokend(uint256) (#1472-1474) should emit an event for:
- maxWalletToken = _maxToken * (10 ** 18) (#1473)
DogeGaySon.setMaxBuyTransaction(uint256) (#1444-1446) should emit an event for:
- maxBuyTranscationAmount = _maxTxn * (10 ** 18) (#1445)
DogeGaySon.updateCakeDividendRewardFee(uint8) (#1588-1592) should emit an event for:
- cakeDividendRewardsFee = newFee (#1590)
- totalFees = cakeDividendRewardsFee.add(marketingFee).add(buyBackAndLiquidityFee) (#1591)
DogeGaySon.setMaxSellTransaction(uint256) (#1448-1450) should emit an event for:
- maxSellTransactionAmount = _maxTxn * (10 ** 18) (#1449)
DogeGaySon.updateMarketingFee(uint8) (#1596-1600) should emit an event for:
- marketingFee = newFee (#1598)
- totalFees = marketingFee.add(cakeDividendRewardsFee).add(buyBackAndLiquidityFee) (#1599)
DogeGaySon.setTransferTransactionMultiplier(uint256) (#1488-1490) should emit an event for:
- transferFeeIncreaseFactor = _multiplier (#1489)
DogeGaySon.updateBotBlocks(uint256) (#1942-1945) should emit an event for:
- _botBlocks = botBlocks (#1944)
DogeGaySon.setSellTransactionMultiplier(uint256) (#1480-1482) should emit an event for:
- sellFeeIncreaseFactor = _multiplier (#1481)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#648-664):
External calls:
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#653)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#656)
Reentrancy in DogeGaySon.updateCakeDividendTracker(address) (#1570-1585):
External calls:
- newCakeDividendTracker.excludeFromDividends(address(newCakeDividendTracker)) (#1577)
- newCakeDividendTracker.excludeFromDividends(address(this)) (#1578)
- newCakeDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1579)
- newCakeDividendTracker.excludeFromDividends(address(deadAddress)) (#1580)
State variables written after the call(s):
- cakeDividendTracker = newCakeDividendTracker (#1584)
Apply the check-effects-interactions pattern.

Additional information: link

DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-fees = fees.div(100).mul(transferFeeIncreaseFactor) (#1895)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-fees = fees.div(100).mul(buyFeeIncreaseFactor) (#1889)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-buybackAndLiquidityPortion = contractTokenBalance.div(10 ** 2).mul(buyBackAndLiquidityFee) (#1829)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-devPortion = swapTokens.div(10 ** 2).mul(17) (#1847)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-fees = amount.div(100).mul(90) (#1898)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-teamPortion_scope_1 = swapTokens_scope_0.div(10 ** 2).mul(66) (#1856)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-sellTokens = afterSwap.div(totalFees).mul(cakeDividendRewardsFee) (#1875)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-newBalance = afterSwap.div(uint256(2).mul(10 ** 2)).mul(buyBackAndLiquidityFee) (#1834)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-swapTokens = contractBalance.div(totalFees).mul(marketingFee) (#1845)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-fees = fees.div(100).mul(sellFeeIncreaseFactor) (#1892)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-swapTokens_scope_0 = contractBalance.div(totalFees).mul(marketingFee) (#1855)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-fees = amount.div(100).mul(totalFees) (#1886)
DogeGaySon.rand() (#1727-1743) performs a multiplication on the result of a division:
-randNumber = (seed - ((seed / 100) * 100)) (#1736)
DogeGaySon._transfer(address,address,uint256) (#1761-1924) performs a multiplication on the result of a division:
-teamPortion = swapTokens.div(10 ** 2).mul(57) (#1846)
Consider ordering multiplication before division.

Additional information: link

Variable 'DogeGaySon._transfer(address,address,uint256).claims (#1916)' in DogeGaySon._transfer(address,address,uint256) (#1761-1924) potentially used before declaration: ProcessedCakeDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1917)
Variable 'DogeGaySon._transfer(address,address,uint256).iterations (#1916)' in DogeGaySon._transfer(address,address,uint256) (#1761-1924) potentially used before declaration: ProcessedCakeDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1917)
Variable 'DogeGaySon._transfer(address,address,uint256).lastProcessedIndex (#1916)' in DogeGaySon._transfer(address,address,uint256) (#1761-1924) potentially used before declaration: ProcessedCakeDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1917)
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 DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- swapTokensForBNB(contractTokenBalance.sub(half)) (#1832)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapTokensForBNB(contractTokenBalance) (#1837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
State variables written after the call(s):
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- _allowances[owner][spender] = amount (#452)
Reentrancy in DogeGaySon.whitelistPinkSale(address) (#1431-1437):
External calls:
- cakeDividendTracker.excludeFromDividends(address(_presaleAddress)) (#1433)
State variables written after the call(s):
- isExcludedFromFees[_presaleAddress] = true (#1435)
Reentrancy in DogeGaySon.prepareForPartherOrExchangeListing(address) (#1439-1442):
External calls:
- cakeDividendTracker.excludeFromDividends(_partnerOrExchangeAddress) (#1440)
State variables written after the call(s):
- isExcludedFromFees[_partnerOrExchangeAddress] = true (#1441)
Reentrancy in CakeDividendTracker.processAccount(address,bool) (#2254-2264):
External calls:
- amount = _withdrawDividendOfUser(account) (#2255)
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#653)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#2258)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DogeGaySon.processDividendTracker(uint256) (#1720-1725):
External calls:
- (ethIterations,ethClaims,ethLastProcessedIndex) = cakeDividendTracker.process(gas) (#1721)
Event emitted after the call(s):
- ProcessedCakeDividendTracker(ethIterations,ethClaims,ethLastProcessedIndex,false,gas,tx.origin) (#1722)
Reentrancy in DogeGaySon.swapAndLiquify(uint256,uint256,uint256) (#1947-1952):
External calls:
- addLiquidity(otherHalf,newBalance) (#1949)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
Event emitted after the call(s):
- SwapAndLiquify(half,newBalance,otherHalf) (#1951)
Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- swapTokensForBNB(contractTokenBalance.sub(half)) (#1832)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapTokensForBNB(contractTokenBalance) (#1837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- success = IERC20(dividendToken).transfer(dividendTracker,amount) (#2041)
- dividendPayingTracker.distributeDividends(amount) (#2044)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
Event emitted after the call(s):
- SendDividends(amount) (#2045)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- Transfer(sender,recipient,amount) (#392)
- super._transfer(from,to,amount) (#1906)
- Transfer(sender,recipient,amount) (#392)
- super._transfer(from,address(this),fees) (#1903)
Reentrancy in DogeGaySon.buyBackAndBurn(uint256) (#1970-1991):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
Event emitted after the call(s):
- SwapBNBForTokens(amount,path) (#1990)
Reentrancy in DogeGaySon.transferDividends(address,address,DividendPayingToken,uint256) (#2040-2047):
External calls:
- success = IERC20(dividendToken).transfer(dividendTracker,amount) (#2041)
- dividendPayingTracker.distributeDividends(amount) (#2044)
Event emitted after the call(s):
- SendDividends(amount) (#2045)
Reentrancy in CakeDividendTracker.processAccount(address,bool) (#2254-2264):
External calls:
- amount = _withdrawDividendOfUser(account) (#2255)
- success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#653)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#2259)
Reentrancy in DogeGaySon._setAutomatedMarketMakerPair(address,bool) (#1640-1650):
External calls:
- cakeDividendTracker.excludeFromDividends(pair) (#1645)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1649)
Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- swapTokensForBNB(contractTokenBalance.sub(half)) (#1832)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapTokensForBNB(contractTokenBalance) (#1837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
Event emitted after the call(s):
- SwapBNBForTokens(amount,path) (#1990)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- swapTokensForBNB(contractTokenBalance.sub(half)) (#1832)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapTokensForBNB(contractTokenBalance) (#1837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- success = IERC20(dividendToken).transfer(dividendTracker,amount) (#2041)
- dividendPayingTracker.distributeDividends(amount) (#2044)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
- cakeDividendTracker.setBalance(address(from),balanceOf(from)) (#1908)
- cakeDividendTracker.setBalance(address(to),balanceOf(to)) (#1910)
- cakeDividendTracker.process(gas) (#1916-1921)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
Event emitted after the call(s):
- ProcessedCakeDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1917)
Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- swapTokensForBNB(contractTokenBalance.sub(half)) (#1832)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapTokensForBNB(contractTokenBalance) (#1837)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#2002-2008)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#453)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- SwapAndLiquify(half,newBalance,otherHalf) (#1951)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
Reentrancy in DogeGaySon.swapAndSendCakeDividends(uint256) (#2030-2034):
External calls:
- swapTokensForDividendToken(tokens,address(this),cakeDividendToken) (#2031)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
- transferDividends(cakeDividendToken,address(cakeDividendTracker),cakeDividendTracker,cakeDividends) (#2033)
- success = IERC20(dividendToken).transfer(dividendTracker,amount) (#2041)
- dividendPayingTracker.distributeDividends(amount) (#2044)
External calls sending eth:
- swapTokensForDividendToken(tokens,address(this),cakeDividendToken) (#2031)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
Event emitted after the call(s):
- SendDividends(amount) (#2045)
- transferDividends(cakeDividendToken,address(cakeDividendTracker),cakeDividendTracker,cakeDividends) (#2033)
Reentrancy in DogeGaySon.updateCakeDividendTracker(address) (#1570-1585):
External calls:
- newCakeDividendTracker.excludeFromDividends(address(newCakeDividendTracker)) (#1577)
- newCakeDividendTracker.excludeFromDividends(address(this)) (#1578)
- newCakeDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1579)
- newCakeDividendTracker.excludeFromDividends(address(deadAddress)) (#1580)
Event emitted after the call(s):
- UpdateCakeDividendTracker(newAddress,address(cakeDividendTracker)) (#1582)
Apply the check-effects-interactions pattern.

Additional information: link

DogeGaySon._transfer(address,address,uint256) (#1761-1924) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp - previousTransactionBlock[to] <= _botBlocks (#1783)
- block.timestamp <= _firstBlock.add(_botBlocks) (#1789)
- block.timestamp - previousTransactionBlock[from] <= _botBlocks (#1809)
- buyBackAndLiquifyEnabled && buyBackOrLiquidity > 50 (#1828)
- block.timestamp < _firstBlock + (86400) (#1844)
- buyBackOrLiquidity <= 50 (#1864)
- buyBackOrLiquidity > 50 (#1869)
CakeDividendTracker.canAutoClaim(uint256) (#2182-2188) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#2183)
- block.timestamp.sub(lastClaimTime) >= claimWait (#2187)
CakeDividendTracker.getAccount(address) (#2118-2161) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#2158-2160)
DogeGaySon.rand() (#1727-1743) uses timestamp for comparisons
Dangerous comparisons:
- randNumber == 0 (#1737)
Avoid relying on block.timestamp.

Additional information: link

DogeGaySon.setCakeDividendEnabled(bool) (#1539-1552) compares to a boolean constant:
-_enabled == false (#1541)
DogeGaySon.setTradingIsEnabled(bool,uint256) (#1515-1522) compares to a boolean constant:
-require(bool,string)(canPause == true,Cannot pause trading) (#1516)
DogeGaySon.setBuyBackAndLiquifyEnabled(bool) (#1524-1537) compares to a boolean constant:
-_enabled == false (#1526)
DogeGaySon.setMarketingEnabled(bool) (#1555-1568) compares to a boolean constant:
-_enabled == false (#1557)
Remove the equality to the boolean constant.

Additional information: link

SafeMathInt.div(int256,int256) (#1246-1252) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#1073-1076) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#1083-1086) is never used and should be removed
SafeMathInt.mul(int256,int256) (#1236-1244) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#1037-1041) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#1223-1226) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#1203-1206) is never used and should be removed
ERC20._setupDecimals(uint8) (#463-465) is never used and should be removed
Context._msgData() (#32-35) is never used and should be removed
SafeMath.mod(uint256,uint256) (#1165-1168) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#1058-1066) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#1048-1051) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#704-710) is never used and should be removed
Remove unused functions.

Additional information: link

Parameter CakeDividendTracker.getAccount(address)._account (#2118) is not in mixedCase
Parameter DogeGaySon.prepareForPartherOrExchangeListing(address)._partnerOrExchangeAddress (#1439) is not in mixedCase
Parameter DogeGaySon.setSellTransactionMultiplier(uint256)._multiplier (#1480) is not in mixedCase
Parameter DogeGaySon.updateCakeDividendToken(address)._newContract (#1453) is not in mixedCase
Parameter DogeGaySon.whitelistPinkSale(address)._presaleAddress (#1431) is not in mixedCase
Parameter DogeGaySon.setTransferTransactionMultiplier(uint256)._multiplier (#1488) is not in mixedCase
Parameter DogeGaySon.setBuyTransactionMultiplier(uint256)._multiplier (#1484) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#783) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#800) is not in mixedCase
Parameter DogeGaySon.updateMarketingWallet(address)._newWallet (#1465) is not in mixedCase
Constant DividendPayingToken.magnitude (#565) is not in UPPER_CASE_WITH_UNDERSCORES
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#782) is not in mixedCase
Parameter DogeGaySon.setMarketingEnabled(bool)._enabled (#1555) is not in mixedCase
Parameter DogeGaySon.setMaxSellTransaction(uint256)._maxTxn (#1448) is not in mixedCase
Parameter DogeGaySon.swapTokensForDividendToken(uint256,address,address)._dividendAddress (#2012) is not in mixedCase
Parameter DogeGaySon.setSwapTokensAtAmount(uint256)._swapAmount (#1476) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#670) is not in mixedCase
Parameter DogeGaySon.swapTokensForDividendToken(uint256,address,address)._tokenAmount (#2012) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#684) is not in mixedCase
Parameter DogeGaySon.swapTokensForDividendToken(uint256,address,address)._recipient (#2012) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#677) is not in mixedCase
Parameter DogeGaySon.setMaxBuyTransaction(uint256)._maxTxn (#1444) is not in mixedCase
Parameter DogeGaySon.setMaxWalletTokend(uint256)._maxToken (#1472) is not in mixedCase
Parameter DogeGaySon.setTradingIsEnabled(bool,uint256)._enabled (#1515) is not in mixedCase
Function IUniswapV2Router01.WETH() (#820) is not in mixedCase
Parameter CakeDividendTracker.updateMinimumTokenBalanceForDividends(uint256)._newMinimumBalance (#2087) is not in mixedCase
Parameter DogeGaySon.updateTeamWallet(address)._newWallet (#1458) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#694) is not in mixedCase
Parameter DogeGaySon.setCakeDividendEnabled(bool)._enabled (#1539) is not in mixedCase
Parameter DogeGaySon.setBuyBackAndLiquifyEnabled(bool)._enabled (#1524) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#33)" inContext (#27-36)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: _tokenAmount}(0,path,_recipient,block.timestamp) (#2022-2027)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1903)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#390)
- _balances[recipient] = _balances[recipient].add(amount) (#391)
- super._transfer(from,to,amount) (#1906)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#390)
- _balances[recipient] = _balances[recipient].add(amount) (#391)
- swapping = false (#1879)
Event emitted after the call(s):
- ProcessedCakeDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1917)
- SendDividends(amount) (#2045)
- swapAndSendCakeDividends(sellTokens.div(10 ** 2).mul(rand())) (#1876)
- Transfer(sender,recipient,amount) (#392)
- super._transfer(from,to,amount) (#1906)
- Transfer(sender,recipient,amount) (#392)
- super._transfer(from,address(this),fees) (#1903)
Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#1979-1984)
Event emitted after the call(s):
- SwapBNBForTokens(amount,path) (#1990)
- buyBackAndBurn(buyBackBalance.div(10 ** 2).mul(rand())) (#1867)
Reentrancy in DogeGaySon._transfer(address,address,uint256) (#1761-1924):
External calls:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
External calls sending eth:
- transferToWallet(address(marketingWallet),marketingPortion) (#1849)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion) (#1850)
- recipient.transfer(amount) (#2037)
- addr.transfer(devPortion) (#1852)
- transferToWallet(address(marketingWallet),marketingPortion_scope_2) (#1858)
- recipient.transfer(amount) (#2037)
- transferToWallet(address(teamWallet),teamPortion_scope_1) (#1859)
- recipient.transfer(amount) (#2037)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- uniswapV2Router.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,marketingWallet,block.timestamp) (#1960-1967)
State variables written after the call(s):
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- _allowances[owner][spender] = amount (#452)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#453)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
- SwapAndLiquify(half,newBalance,otherHalf) (#1951)
- swapAndLiquify(half,otherHalf,newBalance) (#1870)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#825) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#826)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#649) is too similar to CakeDividendTracker.getAccount(address).withdrawableDividends (#2123)
Prevent variables from having similar names.

Additional information: link

CakeDividendTracker.constructor() (#2070-2073) uses literals with too many digits:
- minimumTokenBalanceForDividends = 200000 * (10 ** 18) (#2072)
DogeGaySon.slitherConstructorVariables() (#1288-2048) uses literals with too many digits:
- gasForProcessing = 600000 (#1329)
CakeDividendTracker.getAccountAtIndex(uint256) (#2163-2180) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#2174)
DogeGaySon.afterPreSale() (#1501-1513) uses literals with too many digits:
- maxBuyTranscationAmount = 1500000000 * (10 ** 18) (#1510)
DogeGaySon.prepareForPreSale() (#1492-1499) uses literals with too many digits:
- maxWalletToken = 100000000000 * (10 ** 18) (#1498)
DogeGaySon.afterPreSale() (#1501-1513) uses literals with too many digits:
- maxSellTransactionAmount = 300000000 * (10 ** 18) (#1511)
DogeGaySon.afterPreSale() (#1501-1513) uses literals with too many digits:
- swapTokensAtAmount = 20000000 * (10 ** 18) (#1509)
DogeGaySon.afterPreSale() (#1501-1513) uses literals with too many digits:
- maxWalletToken = 1500000000 * (10 ** 18) (#1512)
DogeGaySon.prepareForPreSale() (#1492-1499) uses literals with too many digits:
- maxBuyTranscationAmount = 100000000000 * (10 ** 18) (#1497)
DogeGaySon.slitherConstructorVariables() (#1288-2048) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#1296)
DogeGaySon.constructor() (#1389-1425) uses literals with too many digits:
- _mint(owner(),100000000000 * (10 ** 18)) (#1424)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DividendPayingToken.lastAmount (#568) is never used in CakeDividendTracker (#2050-2267)
Remove unused state variables.

Additional information: link

DividendPayingToken.lastAmount (#568) should be constant
DogeGaySon.deadAddress (#1296) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#966-968)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#327-331)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#977-979)
getAccountAtIndex(uint256) should be declared external:
- CakeDividendTracker.getAccountAtIndex(uint256) (#2163-2180)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#88-91)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- DogeGaySon.setAutomatedMarketMakerPair(address,bool) (#1634-1638)
decimals() should be declared external:
- ERC20.decimals() (#264-266)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#670-672)
getIsExcludedFromFees(address) should be declared external:
- DogeGaySon.getIsExcludedFromFees(address) (#1676-1678)
process(uint256) should be declared external:
- CakeDividendTracker.process(uint256) (#2207-2252)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#970-975)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#364-367)
symbol() should be declared external:
- ERC20.symbol() (#247-249)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#290-293)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#345-348)
withdrawDividend() should be declared external:
- CakeDividendTracker.withdrawDividend() (#2079-2081)
- DividendPayingToken.withdrawDividend() (#637-639)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#983-985)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#97-101)
distributeDividends(uint256) should be declared external:
- DividendPayingToken.distributeDividends(uint256) (#622-633)
name() should be declared external:
- ERC20.name() (#239-241)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#309-312)
distributeDividends() should be declared external:
- DividendPayingToken.distributeDividends() (#608-619)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#105-110)
isBot(address) should be declared external:
- DogeGaySon.isBot(address) (#1930-1932)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#684-686)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#298-300)
Use the external attribute for functions never called from the contract.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#648-664) has external calls inside a loop: success = IERC20(dividendToken).transfer(user,_withdrawableDividend) (#653)
Favor pull over push strategy for external calls.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


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


Token is deployed only at one blockchain


Twitter account link seems to be invalid


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit link on the website


Token has a considerable age, but social accounts / website are missing or have few users


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


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for GOGE