Snowdoge Token Logo

SDOGE [Snowdoge] Token

About SDOGE

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 15 December 2021

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

Reentrancy in SnowDoge._transfer(address,address,uint256) (#626-656):
External calls:
- swapAndLiquify(contractTokenBalance) (#649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#577)
- _rOwned[_SnowdogeMarketing] = _rOwned[_SnowdogeMarketing].add(rSnowdoge) (#584)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#718)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#709)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#522)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#729)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#710)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#720)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#730)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#524)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#536)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#579)
- _tOwned[_SnowdogeMarketing] = _tOwned[_SnowdogeMarketing].add(tSnowdoge) (#586)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#521)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#728)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#719)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#523)
Apply the check-effects-interactions pattern.

Additional information: link

SnowDoge.addLiquidity(uint256,uint256) (#679-689) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
Ensure that all the return values of the function calls are used.

Additional information: link

SnowDoge.allowance(address,address).owner (#450) shadows:
- Ownable.owner() (#178-180) (function)
SnowDoge._approve(address,address,uint256).owner (#620) shadows:
- Ownable.owner() (#178-180) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in SnowDoge._transfer(address,address,uint256) (#626-656):
External calls:
- swapAndLiquify(contractTokenBalance) (#649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _BurnedliquidityFee = _previousBurnedLiquidityFee (#615)
- _BurnedliquidityFee = 0 (#610)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _Reflections = _previousReflections (#613)
- _Reflections = 0 (#608)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _SnowdogeFee = _previousSnowdogeFee (#614)
- _SnowdogeFee = 0 (#609)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _previousBurnedLiquidityFee = _BurnedliquidityFee (#607)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _previousReflections = _Reflections (#605)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _previousSnowdogeFee = _SnowdogeFee (#606)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- _tFeeTotal = _tFeeTotal.add(tFee) (#537)
Reentrancy in SnowDoge.constructor() (#420-429):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#423-424)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#426)
- _isExcludedFromFee[address(this)] = true (#427)
- uniswapV2Router = _uniswapV2Router (#425)
Reentrancy in SnowDoge.swapAndLiquify(uint256) (#657-665):
External calls:
- swapTokensForEth(half) (#661)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
- addLiquidity(otherHalf,newBalance) (#663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#663)
- _allowances[owner][spender] = amount (#623)
Reentrancy in SnowDoge.transferFrom(address,address,uint256) (#457-461):
External calls:
- _transfer(sender,recipient,amount) (#458)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
External calls sending eth:
- _transfer(sender,recipient,amount) (#458)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#459)
- _allowances[owner][spender] = amount (#623)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SnowDoge._transfer(address,address,uint256) (#626-656):
External calls:
- swapAndLiquify(contractTokenBalance) (#649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#649)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#714)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- Transfer(sender,recipient,tTransferAmount) (#734)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- Transfer(sender,recipient,tTransferAmount) (#724)
- _tokenTransfer(from,to,amount,takeFee) (#655)
- Transfer(sender,recipient,tTransferAmount) (#528)
- _tokenTransfer(from,to,amount,takeFee) (#655)
Reentrancy in SnowDoge.constructor() (#420-429):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#423-424)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotalSupply) (#428)
Reentrancy in SnowDoge.swapAndLiquify(uint256) (#657-665):
External calls:
- swapTokensForEth(half) (#661)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
- addLiquidity(otherHalf,newBalance) (#663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#663)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#624)
- addLiquidity(otherHalf,newBalance) (#663)
- SwapAndLiquify(half,newBalance,otherHalf) (#664)
Reentrancy in SnowDoge.transferFrom(address,address,uint256) (#457-461):
External calls:
- _transfer(sender,recipient,amount) (#458)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#671-677)
External calls sending eth:
- _transfer(sender,recipient,amount) (#458)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#681-688)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#624)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#459)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#114-118) uses assembly
- INLINE ASM (#116)
Address._verifyCallResult(bool,bytes,string) (#155-168) uses assembly
- INLINE ASM (#160-163)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#155-168) is never used and should be removed
Address.functionCall(address,bytes) (#124-126) is never used and should be removed
Address.functionCall(address,bytes,string) (#127-129) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#130-132) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#133-138) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#147-149) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#150-154) is never used and should be removed
Address.functionStaticCall(address,bytes) (#139-141) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#142-146) is never used and should be removed
Address.isContract(address) (#114-118) is never used and should be removed
Address.sendValue(address,uint256) (#119-123) is never used and should be removed
Context._msgData() (#107-110) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#89-94) is never used and should be removed
SafeMath.mod(uint256,uint256) (#80-82) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#95-100) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#35-41) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#56-61) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#62-67) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#48-55) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#42-47) is never used and should be removed
Remove unused functions.

Additional information: link

SnowDoge._rTotalSupply (#390) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotalSupply))
SnowDoge._previousReflections (#396) is set pre-construction with a non-constant function or state variable:
- _Reflections
SnowDoge._previousSnowdogeFee (#398) is set pre-construction with a non-constant function or state variable:
- _SnowdogeFee
SnowDoge._previousBurnedLiquidityFee (#400) is set pre-construction with a non-constant function or state variable:
- _BurnedliquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Pragma version^0.8.4 (#21) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6
solc-0.8.4 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#119-123):
- (success) = recipient.call{value: amount}() (#121)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#133-138):
- (success,returndata) = target.call{value: value}(data) (#136)
Low level call in Address.functionStaticCall(address,bytes,string) (#142-146):
- (success,returndata) = target.staticcall(data) (#144)
Low level call in Address.functionDelegateCall(address,bytes,string) (#150-154):
- (success,returndata) = target.delegatecall(data) (#152)
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() (#215) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#216) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#230) is not in mixedCase
Function IUniswapV2Router01.WETH() (#248) is not in mixedCase
Parameter SnowDoge.setSwapAndLiquifyEnabled(bool)._enabled (#530) is not in mixedCase
Parameter SnowDoge.calculateReflections(uint256)._amount (#588) is not in mixedCase
Parameter SnowDoge.calculateSnowdogeFee(uint256)._amount (#593) is not in mixedCase
Parameter SnowDoge.calculateBurnedLiquidityFee(uint256)._amount (#598) is not in mixedCase
Variable SnowDoge._SnowdogeMarketing (#387) is not in mixedCase
Variable SnowDoge._Reflections (#395) is not in mixedCase
Variable SnowDoge._SnowdogeFee (#397) is not in mixedCase
Variable SnowDoge._BurnedliquidityFee (#399) is not in mixedCase
Variable SnowDoge._maxTxAmount (#401) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#108)" inContext (#103-111)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#252) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#253)
Variable SnowDoge._rTotalSupply (#390) is too similar to SnowDoge._tTotalSupply (#389)
Variable SnowDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#520) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#727) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge._transferStandard(address,address,uint256).rTransferAmount (#708) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#520) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#556) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge.reflectionFromToken(uint256,bool).rTransferAmount (#490) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Variable SnowDoge.reflectionFromToken(uint256,bool).rTransferAmount (#490) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge.reflectionFromToken(uint256,bool).rTransferAmount (#490) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge._transferToExcluded(address,address,uint256).rTransferAmount (#717) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge._transferStandard(address,address,uint256).rTransferAmount (#708) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge._transferStandard(address,address,uint256).rTransferAmount (#708) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Variable SnowDoge.reflectionFromToken(uint256,bool).rTransferAmount (#490) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._transferStandard(address,address,uint256).rTransferAmount (#708) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#520) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge.reflectionFromToken(uint256,bool).rTransferAmount (#490) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge._getValues(uint256).rTransferAmount (#541) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge._transferStandard(address,address,uint256).rTransferAmount (#708) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#520) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Variable SnowDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#520) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge._transferBothExcluded(address,address,uint256).rTransferAmount (#520) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge.reflectionFromToken(uint256,bool).rTransferAmount (#490) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#556) is too similar to SnowDoge._transferToExcluded(address,address,uint256).tTransferAmount (#717)
Variable SnowDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#556) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#556) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge._getValues(uint256).rTransferAmount (#541) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#727) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._transferToExcluded(address,address,uint256).rTransferAmount (#717) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._transferStandard(address,address,uint256).rTransferAmount (#708) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._getValues(uint256).rTransferAmount (#541) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Variable SnowDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#727) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Variable SnowDoge._transferToExcluded(address,address,uint256).rTransferAmount (#717) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Variable SnowDoge._getValues(uint256).rTransferAmount (#541) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#727) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge._transferToExcluded(address,address,uint256).rTransferAmount (#717) is too similar to SnowDoge._getValues(uint256).tTransferAmount (#540)
Variable SnowDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#556) is too similar to SnowDoge._transferBothExcluded(address,address,uint256).tTransferAmount (#520)
Variable SnowDoge._getValues(uint256).rTransferAmount (#541) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#727) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge._getValues(uint256).rTransferAmount (#541) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge._transferFromExcluded(address,address,uint256).rTransferAmount (#727) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge._transferToExcluded(address,address,uint256).rTransferAmount (#717) is too similar to SnowDoge._transferFromExcluded(address,address,uint256).tTransferAmount (#727)
Variable SnowDoge._transferToExcluded(address,address,uint256).rTransferAmount (#717) is too similar to SnowDoge._getTValues(uint256).tTransferAmount (#548)
Variable SnowDoge._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#556) is too similar to SnowDoge._transferStandard(address,address,uint256).tTransferAmount (#708)
Prevent variables from having similar names.

Additional information: link

SnowDoge.slitherConstructorVariables() (#378-737) uses literals with too many digits:
- _tTotalSupply = 1000000000 * 10 ** 18 (#389)
SnowDoge.slitherConstructorVariables() (#378-737) uses literals with too many digits:
- _maxTxAmount = 50000000 * 10 ** 18 (#401)
SnowDoge.slitherConstructorVariables() (#378-737) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 100000 * 10 ** 18 (#407)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SnowDoge._SnowdogeMarketing (#387) should be constant
SnowDoge._decimals (#394) should be constant
SnowDoge._maxTxAmount (#401) should be constant
SnowDoge._tTotalSupply (#389) should be constant
SnowDoge._tokenname (#392) should be constant
SnowDoge._tokensymbol (#393) should be constant
SnowDoge.numTokensSellToAddToLiquidity (#407) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#185-188)
name() should be declared external:
- SnowDoge.name() (#430-432)
symbol() should be declared external:
- SnowDoge.symbol() (#433-435)
decimals() should be declared external:
- SnowDoge.decimals() (#436-438)
totalSupply() should be declared external:
- SnowDoge.totalSupply() (#439-441)
transfer(address,uint256) should be declared external:
- SnowDoge.transfer(address,uint256) (#446-449)
allowance(address,address) should be declared external:
- SnowDoge.allowance(address,address) (#450-452)
approve(address,uint256) should be declared external:
- SnowDoge.approve(address,uint256) (#453-456)
transferFrom(address,address,uint256) should be declared external:
- SnowDoge.transferFrom(address,address,uint256) (#457-461)
increaseAllowance(address,uint256) should be declared external:
- SnowDoge.increaseAllowance(address,uint256) (#462-465)
decreaseAllowance(address,uint256) should be declared external:
- SnowDoge.decreaseAllowance(address,uint256) (#466-469)
isExcludedFromReward(address) should be declared external:
- SnowDoge.isExcludedFromReward(address) (#470-472)
totalFees() should be declared external:
- SnowDoge.totalFees() (#473-475)
deliver(uint256) should be declared external:
- SnowDoge.deliver(uint256) (#476-483)
reflectionFromToken(uint256,bool) should be declared external:
- SnowDoge.reflectionFromToken(uint256,bool) (#484-493)
excludeFromReward(address) should be declared external:
- SnowDoge.excludeFromReward(address) (#499-506)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SnowDoge.setSwapAndLiquifyEnabled(bool) (#530-533)
isExcludedFromFee(address) should be declared external:
- SnowDoge.isExcludedFromFee(address) (#617-619)
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.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Unable to find Telegram and Twitter accounts


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


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SDOGE