Son of Doge V2 Token Logo

SODV2 [Son of Doge V2] Token

About SODV2

Listings

Token 2 years

Son Of Doge v2 first and foremost is a community driven project with the sole task of protecting the community, this is achieved by providing a safe environment for all. We aim to be an integral component to the BSC (Binance Smart Chain) stack of applications.

Social

Laser Scorebeta Last Audit: 2 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...)

Reentrancy in SonofDogeV2._transfer(address,address,uint256) (#604-645):
External calls:
- swapTokens(contractTokenBalance) (#624)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- swapTokens(contractTokenBalance) (#624)
- recipient.transfer(amount) (#874)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#782)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#698)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#707)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#718)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#728)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#699)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#709)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#719)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#730)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rTotal = _rTotal.sub(rFee) (#737)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#784)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#717)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#727)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#708)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#729)
Apply the check-effects-interactions pattern.

Additional information: link

SonofDogeV2.allowance(address,address).owner (#501) shadows:
- Ownable.owner() (#153-155) (function)
SonofDogeV2._approve(address,address,uint256).owner (#596) shadows:
- Ownable.owner() (#153-155) (function)
Rename the local variables that shadow another component.

Additional information: link

SonofDogeV2.SetSwapMinutes(uint256) (#841-843) should emit an event for:
- _intervalMinutesForSwap = newMinutes * 60 (#842)
SonofDogeV2.setRewardFeePercent(uint256) (#845-847) should emit an event for:
- _rewardFee = rewardFee (#846)
SonofDogeV2.setMarketingFeePercent(uint256) (#849-851) should emit an event for:
- _marketingFee = marketingFee (#850)
SonofDogeV2.setnumTokensSellToAddToLiquidity(uint256) (#853-856) should emit an event for:
- numTokensSellToAddToLiquidity = numTokens (#854)
SonofDogeV2.setMaxTxPercent(uint256) (#858-861) should emit an event for:
- _maxTxAmount = _tTotal.mul(_maxTxPercent).div(10 ** 2) (#859)
SonofDogeV2.enableTrading(uint8) (#894-897) should emit an event for:
- deadBlockDelay = _deadBlockDelay (#896)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SonofDogeV2._transfer(address,address,uint256) (#604-645):
External calls:
- swapTokens(contractTokenBalance) (#624)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- swapTokens(contractTokenBalance) (#624)
- recipient.transfer(amount) (#874)
State variables written after the call(s):
- _marketingFee = 45 (#633)
- _marketingFee = _previousMarketingFee (#636)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _marketingFee = _previousMarketingFee (#811)
- _marketingFee = 0 (#806)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousMarketingFee = _marketingFee (#803)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousRewardFee = _rewardFee (#802)
- _rewardFee = 45 (#632)
- _rewardFee = _previousRewardFee (#635)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rewardFee = _previousRewardFee (#810)
- _rewardFee = 0 (#805)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _tFeeTotal = _tFeeTotal.add(tFee) (#738)
Reentrancy in SonofDogeV2.changeRouterVersion(address) (#878-891):
External calls:
- _pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#884-885)
State variables written after the call(s):
- uniswapV2Pair = _pair (#887)
- uniswapV2Router = _uniswapV2Router (#890)
Reentrancy in SonofDogeV2.constructor() (#455-473):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#462)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#467)
- _isExcludedFromFee[address(this)] = true (#468)
- _isExcludedFromMaxTx[owner()] = true (#469)
- _isExcludedFromMaxTx[address(this)] = true (#470)
- uniswapV2Router = _uniswapV2Router (#464)
Reentrancy in SonofDogeV2.transferFrom(address,address,uint256) (#510-514):
External calls:
- _transfer(sender,recipient,amount) (#511)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- _transfer(sender,recipient,amount) (#511)
- recipient.transfer(amount) (#874)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#512)
- _allowances[owner][spender] = amount (#600)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SonofDogeV2._transfer(address,address,uint256) (#604-645):
External calls:
- swapTokens(contractTokenBalance) (#624)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- swapTokens(contractTokenBalance) (#624)
- recipient.transfer(amount) (#874)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#702)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#722)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#712)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#733)
- _tokenTransfer(from,to,amount,takeFee) (#644)
Reentrancy in SonofDogeV2.constructor() (#455-473):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#462)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#472)
Reentrancy in SonofDogeV2.swapTokens(uint256) (#647-655):
External calls:
- swapTokensForEth(contractTokenBalance) (#650)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- transferToAddressETH(marketingAddress,transferredBalance) (#654)
- recipient.transfer(amount) (#874)
Event emitted after the call(s):
- Transfer(msg.sender,recipient,amount) (#875)
- transferToAddressETH(marketingAddress,transferredBalance) (#654)
Reentrancy in SonofDogeV2.swapTokensForEth(uint256) (#658-676):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#675)
Reentrancy in SonofDogeV2.transferFrom(address,address,uint256) (#510-514):
External calls:
- _transfer(sender,recipient,amount) (#511)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#667-673)
External calls sending eth:
- _transfer(sender,recipient,amount) (#511)
- recipient.transfer(amount) (#874)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#601)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#512)
Apply the check-effects-interactions pattern.

Additional information: link

SonofDogeV2._transfer(address,address,uint256) (#604-645) uses timestamp for comparisons
Dangerous comparisons:
- overMinimumTokenBalance && _startTimeForSwap + _intervalMinutesForSwap <= block.timestamp (#621)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#85-94) uses assembly
- INLINE ASM (#92)
Address._functionCallWithValue(address,bytes,uint256,string) (#122-139) uses assembly
- INLINE ASM (#131-134)
Do not use evm assembly.

Additional information: link

SonofDogeV2.includeInReward(address) (#582-594) has costly operations inside a loop:
- _excluded.pop() (#590)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#122-139) is never used and should be removed
Address.functionCall(address,bytes) (#105-107) is never used and should be removed
Address.functionCall(address,bytes,string) (#109-111) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#113-115) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#117-120) is never used and should be removed
Address.isContract(address) (#85-94) is never used and should be removed
Address.sendValue(address,uint256) (#96-102) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#73-75) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#77-80) is never used and should be removed
Remove unused functions.

Additional information: link

SonofDogeV2._rTotal (#402) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SonofDogeV2._previousRewardFee (#410) is set pre-construction with a non-constant function or state variable:
- _rewardFee
SonofDogeV2._previousMarketingFee (#413) is set pre-construction with a non-constant function or state variable:
- _marketingFee
SonofDogeV2._maxTxAmount (#420) is set pre-construction with a non-constant function or state variable:
- (_tTotal * maxTxPercent) / maxTxDivisor
SonofDogeV2._maxTxAmountUI (#421) is set pre-construction with a non-constant function or state variable:
- _maxTxAmount
SonofDogeV2._previousMaxTxAmount (#422) is set pre-construction with a non-constant function or state variable:
- _maxTxAmount
SonofDogeV2.numTokensSellToAddToLiquidity (#424) is set pre-construction with a non-constant function or state variable:
- (_tTotal * 5) / 100000
SonofDogeV2.pubTokensSellToAddToLiquidity (#425) is set pre-construction with a non-constant function or state variable:
- numTokensSellToAddToLiquidity
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

Low level call in Address.sendValue(address,uint256) (#96-102):
- (success) = recipient.call{value: amount}() (#100)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#122-139):
- (success,returndata) = target.call{value: weiValue}(data) (#125)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#211) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#212) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#228) is not in mixedCase
Function IUniswapV2Router01.WETH() (#249) is not in mixedCase
Parameter SonofDogeV2.calculateRewardFee(uint256)._amount (#787) is not in mixedCase
Parameter SonofDogeV2.calculateMarketingFee(uint256)._amount (#793) is not in mixedCase
Function SonofDogeV2.GetSwapMinutes() (#837-839) is not in mixedCase
Function SonofDogeV2.SetSwapMinutes(uint256) (#841-843) is not in mixedCase
Parameter SonofDogeV2.setMaxTxPercent(uint256)._maxTxPercent (#858) is not in mixedCase
Parameter SonofDogeV2.setMarketingAddress(address)._marketingAddress (#863) is not in mixedCase
Parameter SonofDogeV2.setSwapAndLiquifyEnabled(bool)._enabled (#868) is not in mixedCase
Parameter SonofDogeV2.changeRouterVersion(address)._router (#878) is not in mixedCase
Parameter SonofDogeV2.enableTrading(uint8)._deadBlockDelay (#894) is not in mixedCase
Variable SonofDogeV2._rewardFee (#409) is not in mixedCase
Variable SonofDogeV2._marketingFee (#412) is not in mixedCase
Variable SonofDogeV2._startTimeForSwap (#415) is not in mixedCase
Variable SonofDogeV2._intervalMinutesForSwap (#416) is not in mixedCase
Variable SonofDogeV2._maxTxAmountUI (#421) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in SonofDogeV2._transfer(address,address,uint256) (#604-645):
External calls:
- swapTokens(contractTokenBalance) (#624)
- recipient.transfer(amount) (#874)
State variables written after the call(s):
- _marketingFee = 45 (#633)
- _marketingFee = _previousMarketingFee (#636)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _marketingFee = _previousMarketingFee (#811)
- _marketingFee = 0 (#806)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousMarketingFee = _marketingFee (#803)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _previousRewardFee = _rewardFee (#802)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#782)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#698)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#707)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#718)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#728)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#699)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#709)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#719)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#730)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rTotal = _rTotal.sub(rFee) (#737)
- _rewardFee = 45 (#632)
- _rewardFee = _previousRewardFee (#635)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _rewardFee = _previousRewardFee (#810)
- _rewardFee = 0 (#805)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _tFeeTotal = _tFeeTotal.add(tFee) (#738)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#784)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#717)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#727)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#708)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#729)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#702)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#722)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#712)
- _tokenTransfer(from,to,amount,takeFee) (#644)
- Transfer(sender,recipient,tTransferAmount) (#733)
- _tokenTransfer(from,to,amount,takeFee) (#644)
Reentrancy in SonofDogeV2.transferFrom(address,address,uint256) (#510-514):
External calls:
- _transfer(sender,recipient,amount) (#511)
- recipient.transfer(amount) (#874)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#512)
- _allowances[owner][spender] = amount (#600)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#601)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#512)
Reentrancy in SonofDogeV2.transferToAddressETH(address,uint256) (#873-876):
External calls:
- recipient.transfer(amount) (#874)
Event emitted after the call(s):
- Transfer(msg.sender,recipient,amount) (#875)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#254) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#255)
Variable SonofDogeV2.numTokensSellToAddToLiquidity (#424) is too similar to SonofDogeV2.pubTokensSellToAddToLiquidity (#425)
Variable SonofDogeV2._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2._transferBothExcluded(address,address,uint256).rTransferAmount (#726) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2.reflectionFromToken(uint256,bool).rTransferAmount (#561) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._transferBothExcluded(address,address,uint256).rTransferAmount (#726) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2.reflectionFromToken(uint256,bool).rTransferAmount (#561) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2.reflectionFromToken(uint256,bool).rTransferAmount (#561) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable SonofDogeV2._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable SonofDogeV2._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable SonofDogeV2.reflectionFromToken(uint256,bool).rTransferAmount (#561) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2._transferBothExcluded(address,address,uint256).rTransferAmount (#726) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable SonofDogeV2._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable SonofDogeV2._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2.reflectionFromToken(uint256,bool).rTransferAmount (#561) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2._transferBothExcluded(address,address,uint256).rTransferAmount (#726) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._transferStandard(address,address,uint256).rTransferAmount (#697) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#758) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#758) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#758) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2._getValues(uint256).rTransferAmount (#743) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2._getValues(uint256).rTransferAmount (#743) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2._getValues(uint256).rTransferAmount (#743) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Variable SonofDogeV2._transferBothExcluded(address,address,uint256).rTransferAmount (#726) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2._transferBothExcluded(address,address,uint256).rTransferAmount (#726) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2._transferToExcluded(address,address,uint256).rTransferAmount (#706) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#758) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#758) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2._getValues(uint256).rTransferAmount (#743) is too similar to SonofDogeV2._transferStandard(address,address,uint256).tTransferAmount (#697)
Variable SonofDogeV2._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to SonofDogeV2._getTValues(uint256).tTransferAmount (#750)
Variable SonofDogeV2._transferFromExcluded(address,address,uint256).rTransferAmount (#716) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2.reflectionFromToken(uint256,bool).rTransferAmount (#561) is too similar to SonofDogeV2._transferBothExcluded(address,address,uint256).tTransferAmount (#726)
Variable SonofDogeV2._getValues(uint256).rTransferAmount (#743) is too similar to SonofDogeV2._getValues(uint256).tTransferAmount (#742)
Variable SonofDogeV2._getValues(uint256).rTransferAmount (#743) is too similar to SonofDogeV2._transferToExcluded(address,address,uint256).tTransferAmount (#706)
Variable SonofDogeV2._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#758) is too similar to SonofDogeV2._transferFromExcluded(address,address,uint256).tTransferAmount (#716)
Prevent variables from having similar names.

Additional information: link

SonofDogeV2.slitherConstructorVariables() (#384-903) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#389)
SonofDogeV2.slitherConstructorVariables() (#384-903) uses literals with too many digits:
- numTokensSellToAddToLiquidity = (_tTotal * 5) / 100000 (#424)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SonofDogeV2._previousMaxTxAmount (#422) is never used in SonofDogeV2 (#384-903)
Remove unused state variables.

Additional information: link

SonofDogeV2._decimals (#407) should be constant
SonofDogeV2._name (#405) should be constant
SonofDogeV2._symbol (#406) should be constant
SonofDogeV2._tTotal (#401) should be constant
SonofDogeV2.maxTxDivisor (#419) should be constant
SonofDogeV2.maxTxPercent (#418) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#162-165)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#167-171)
name() should be declared external:
- SonofDogeV2.name() (#475-477)
symbol() should be declared external:
- SonofDogeV2.symbol() (#479-481)
decimals() should be declared external:
- SonofDogeV2.decimals() (#483-485)
totalSupply() should be declared external:
- SonofDogeV2.totalSupply() (#487-489)
transfer(address,uint256) should be declared external:
- SonofDogeV2.transfer(address,uint256) (#496-499)
allowance(address,address) should be declared external:
- SonofDogeV2.allowance(address,address) (#501-503)
approve(address,uint256) should be declared external:
- SonofDogeV2.approve(address,uint256) (#505-508)
transferFrom(address,address,uint256) should be declared external:
- SonofDogeV2.transferFrom(address,address,uint256) (#510-514)
increaseAllowance(address,uint256) should be declared external:
- SonofDogeV2.increaseAllowance(address,uint256) (#516-519)
decreaseAllowance(address,uint256) should be declared external:
- SonofDogeV2.decreaseAllowance(address,uint256) (#521-524)
isExcludedFromReward(address) should be declared external:
- SonofDogeV2.isExcludedFromReward(address) (#526-528)
totalFees() should be declared external:
- SonofDogeV2.totalFees() (#530-532)
minimumTokensBeforeSwapAmount() should be declared external:
- SonofDogeV2.minimumTokensBeforeSwapAmount() (#534-536)
afterPresale() should be declared external:
- SonofDogeV2.afterPresale() (#538-540)
deliver(uint256) should be declared external:
- SonofDogeV2.deliver(uint256) (#542-549)
reflectionFromToken(uint256,bool) should be declared external:
- SonofDogeV2.reflectionFromToken(uint256,bool) (#555-564)
excludeFromReward(address) should be declared external:
- SonofDogeV2.excludeFromReward(address) (#572-580)
isExcludedFromFee(address) should be declared external:
- SonofDogeV2.isExcludedFromFee(address) (#814-816)
excludeFromFee(address) should be declared external:
- SonofDogeV2.excludeFromFee(address) (#818-820)
excludeFromMaxTx(address) should be declared external:
- SonofDogeV2.excludeFromMaxTx(address) (#822-824)
includeInFee(address) should be declared external:
- SonofDogeV2.includeInFee(address) (#826-828)
prepareForDxSale(address,address) should be declared external:
- SonofDogeV2.prepareForDxSale(address,address) (#830-835)
GetSwapMinutes() should be declared external:
- SonofDogeV2.GetSwapMinutes() (#837-839)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SonofDogeV2.setSwapAndLiquifyEnabled(bool) (#868-871)
changeRouterVersion(address) should be declared external:
- SonofDogeV2.changeRouterVersion(address) (#878-891)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


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


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


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

Additional information: link


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


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Young tokens have high risks of price dump / death


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


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


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for SODV2