DOG Token Logo

DOG Token

About DOG

Listings

Token 2 years
CoinMarketCap 2 years
[CoinGecko] alert: Old Dog token page at https://www.coingecko.com/en/coins/dog-old.
The following token has a variable tax function on the smart contract - which allows contract owners to change tax rates post deployment.
Do your own research and be careful if you are trading this token.

Dog Coin is a new meme token that has been launched on the BNB Smart Chain (BEP20).

Social

Laser Scorebeta Last Audit: 2 March 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 DOG._transfer(address,address,uint256) (#1135-1180):
External calls:
- swapAndLiquify(contractTokenBalance) (#1166)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1166)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _rOwned[_burnWalletAddress] = _rOwned[_burnWalletAddress].add(rBurn) (#1073)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1057)
- _rOwned[_charityWalletAddress] = _rOwned[_charityWalletAddress].add(rCharity) (#1065)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1287)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1277)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1310)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1299)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1278)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1300)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1289)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1312)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _rTotal = _rTotal.sub(rFee) (#1010)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _tOwned[_charityWalletAddress] = _tOwned[_charityWalletAddress].add(tCharity) (#1067)
- _tOwned[_burnWalletAddress] = _tOwned[_burnWalletAddress].add(tBurn) (#1075)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1059)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1309)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1298)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1288)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1311)
Apply the check-effects-interactions pattern.

Additional information: link

DOG.withErc20(address,address,uint256) (#1321-1323) ignores return value by IBEP20(con).transfer(addr,amount) (#1322)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

DOG._isExcluded (#834) is never initialized. It is used in:
- DOG.balanceOf(address) (#920-923)
- DOG.isExcludedFromReward(address) (#955-957)
- DOG._takeLiquidity(uint256) (#1054-1060)
- DOG._takeCharity(uint256) (#1062-1068)
- DOG._takeBurn(uint256) (#1070-1076)
- DOG._tokenTransfer(address,address,uint256,bool) (#1239-1273)
DOG._excluded (#835) is never initialized. It is used in:
- DOG._getCurrentSupply() (#1042-1052)
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


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


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.


Not a direct threat, but may indicate unreliable intentions of developer. Both name and ticker of current token are widespread, i.e. common across multiple tokens. This is slightly suspicious

DOG.allowance(address,address).owner (#930) shadows:
- Ownable.owner() (#567-569) (function)
DOG._approve(address,address,uint256).owner (#1127) shadows:
- Ownable.owner() (#567-569) (function)
Rename the local variables that shadow another component.

Additional information: link

DOG.addLiquidity(uint256,uint256) (#1223-1236) ignores return value by pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
Ensure that all the return values of the function calls are used.

Additional information: link

Variable IPancakeSwapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#696) is too similar to IPancakeSwapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#697)
Variable DOG._transferBothExcluded(address,address,uint256).rTransferAmount (#1308) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG._transferStandard(address,address,uint256).rTransferAmount (#1276) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG._transferBothExcluded(address,address,uint256).rTransferAmount (#1308) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG._transferStandard(address,address,uint256).rTransferAmount (#1276) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG.reflectionFromToken(uint256,bool).rTransferAmount (#969) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG._transferStandard(address,address,uint256).rTransferAmount (#1276) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG._transferFromExcluded(address,address,uint256).rTransferAmount (#1297) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG._transferToExcluded(address,address,uint256).rTransferAmount (#1286) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG._transferFromExcluded(address,address,uint256).rTransferAmount (#1297) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG.reflectionFromToken(uint256,bool).rTransferAmount (#969) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG.reflectionFromToken(uint256,bool).rTransferAmount (#969) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG._getValues(uint256).rTransferAmount (#1016) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG._transferToExcluded(address,address,uint256).rTransferAmount (#1286) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1033) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG._transferToExcluded(address,address,uint256).rTransferAmount (#1286) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG._transferToExcluded(address,address,uint256).rTransferAmount (#1286) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG._transferToExcluded(address,address,uint256).rTransferAmount (#1286) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG._transferStandard(address,address,uint256).rTransferAmount (#1276) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1033) is too similar to DOG._transferBothExcluded(address,address,uint256).tTransferAmount (#1308)
Variable DOG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1033) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1033) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG._getValues(uint256).rTransferAmount (#1016) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG._getValues(uint256).rTransferAmount (#1016) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Variable DOG._transferToExcluded(address,address,uint256).rTransferAmount (#1286) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Variable DOG._transferBothExcluded(address,address,uint256).rTransferAmount (#1308) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG.reflectionFromToken(uint256,bool).rTransferAmount (#969) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG._transferFromExcluded(address,address,uint256).rTransferAmount (#1297) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG._transferBothExcluded(address,address,uint256).rTransferAmount (#1308) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG.reflectionFromToken(uint256,bool).rTransferAmount (#969) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Variable DOG._transferFromExcluded(address,address,uint256).rTransferAmount (#1297) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1033) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1033) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Variable DOG._getValues(uint256).rTransferAmount (#1016) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG._getValues(uint256).rTransferAmount (#1016) is too similar to DOG._transferFromExcluded(address,address,uint256).tTransferAmount (#1297)
Variable DOG._transferStandard(address,address,uint256).rTransferAmount (#1276) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG._getValues(uint256).rTransferAmount (#1016) is too similar to DOG._getValues(uint256).tTransferAmount (#1015)
Variable DOG._transferBothExcluded(address,address,uint256).rTransferAmount (#1308) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG._transferFromExcluded(address,address,uint256).rTransferAmount (#1297) is too similar to DOG._transferToExcluded(address,address,uint256).tTransferAmount (#1286)
Variable DOG.reflectionFromToken(uint256,bool).rTransferAmount (#969) is too similar to DOG._transferStandard(address,address,uint256).tTransferAmount (#1276)
Variable DOG._transferBothExcluded(address,address,uint256).rTransferAmount (#1308) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Variable DOG._transferStandard(address,address,uint256).rTransferAmount (#1276) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Variable DOG._transferFromExcluded(address,address,uint256).rTransferAmount (#1297) is too similar to DOG._getTValues(uint256).tTransferAmount (#1024)
Prevent variables from having similar names.

Additional information: link

DOG._rTotal (#843) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
DOG._previousTaxFee (#851) is set pre-construction with a non-constant function or state variable:
- _taxFee
DOG._previousCharityFee (#854) is set pre-construction with a non-constant function or state variable:
- _charityFee
DOG._previousLiquidityFee (#857) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
DOG._previousBurnFee (#860) is set pre-construction with a non-constant function or state variable:
- _burnFee
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

Redundant expression "this (#345)" inContext (#339-348)
Remove redundant statements if they congest code but offer no value.

Additional information: link

DOG.setTaxFeePercent(uint256) (#983-985) should emit an event for:
- _taxFee = taxFee (#984)
DOG.setCharityFeePercent(uint256) (#987-989) should emit an event for:
- _charityFee = charityFee (#988)
DOG.setBurnFeePercent(uint256) (#991-993) should emit an event for:
- _burnFee = burnFee (#992)
DOG.setLiquidityFeePercent(uint256) (#995-997) should emit an event for:
- _liquidityFee = liquidityFee (#996)
DOG.setnumTokensSellToAddToLiquidity(uint256) (#1002-1004) should emit an event for:
- numTokensSellToAddToLiquidity = amount (#1003)
Emit an event for critical parameter changes.

Additional information: link

DOG.setCharityWalletAddress(address).charityWalletAddress (#999) lacks a zero-check on :
- _charityWalletAddress = charityWalletAddress (#1000)
DOG.withEth(address,uint256).addr (#1318) lacks a zero-check on :
- address(addr).transfer(amount) (#1319)
Check that the address is not zero.

Additional information: link

Reentrancy in DOG._transfer(address,address,uint256) (#1135-1180):
External calls:
- swapAndLiquify(contractTokenBalance) (#1166)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1166)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _burnFee = _previousBurnFee (#1120)
- _burnFee = 0 (#1113)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _charityFee = _previousCharityFee (#1118)
- _charityFee = 0 (#1111)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _liquidityFee = _previousLiquidityFee (#1119)
- _liquidityFee = 0 (#1112)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousBurnFee = _burnFee (#1108)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousCharityFee = _charityFee (#1106)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousLiquidityFee = _liquidityFee (#1107)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousTaxFee = _taxFee (#1105)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1011)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _taxFee = _previousTaxFee (#1117)
- _taxFee = 0 (#1110)
Reentrancy in DOG.constructor() (#886-902):
External calls:
- pancakeSwapV2Pair = IPancakeSwapV2Factory(_pancakeSwapV2Router.factory()).createPair(address(this),_pancakeSwapV2Router.WETH()) (#891-892)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#898)
- _isExcludedFromFee[address(this)] = true (#899)
- pancakeSwapV2Router = _pancakeSwapV2Router (#895)
Reentrancy in DOG.swapAndLiquify(uint256) (#1182-1203):
External calls:
- swapTokensForEth(half) (#1194)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
- addLiquidity(otherHalf,newBalance) (#1200)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1200)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1200)
- _allowances[owner][spender] = amount (#1131)
Reentrancy in DOG.transferFrom(address,address,uint256) (#939-943):
External calls:
- _transfer(sender,recipient,amount) (#940)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
External calls sending eth:
- _transfer(sender,recipient,amount) (#940)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#941)
- _allowances[owner][spender] = amount (#1131)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DOG._transfer(address,address,uint256) (#1135-1180):
External calls:
- swapAndLiquify(contractTokenBalance) (#1166)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1166)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1282)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- Transfer(sender,recipient,tTransferAmount) (#1293)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- Transfer(sender,recipient,tTransferAmount) (#1304)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- Transfer(sender,recipient,tTransferAmount) (#1316)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
Reentrancy in DOG.constructor() (#886-902):
External calls:
- pancakeSwapV2Pair = IPancakeSwapV2Factory(_pancakeSwapV2Router.factory()).createPair(address(this),_pancakeSwapV2Router.WETH()) (#891-892)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#901)
Reentrancy in DOG.swapAndLiquify(uint256) (#1182-1203):
External calls:
- swapTokensForEth(half) (#1194)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
- addLiquidity(otherHalf,newBalance) (#1200)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1200)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1132)
- addLiquidity(otherHalf,newBalance) (#1200)
- SwapAndLiquify(half,newBalance,otherHalf) (#1202)
Reentrancy in DOG.transferFrom(address,address,uint256) (#939-943):
External calls:
- _transfer(sender,recipient,amount) (#940)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
- pancakeSwapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1214-1220)
External calls sending eth:
- _transfer(sender,recipient,amount) (#940)
- pancakeSwapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1228-1235)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1132)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#941)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#614-619) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#616)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#371-380) uses assembly
- INLINE ASM (#378)
Address._verifyCallResult(bool,bytes,string) (#516-533) uses assembly
- INLINE ASM (#525-528)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#516-533) is never used and should be removed
Address.functionCall(address,bytes) (#424-426) is never used and should be removed
Address.functionCall(address,bytes,string) (#434-436) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#449-451) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#459-466) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#498-500) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#508-514) is never used and should be removed
Address.functionStaticCall(address,bytes) (#474-476) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#484-490) is never used and should be removed
Address.isContract(address) (#371-380) is never used and should be removed
Address.sendValue(address,uint256) (#398-404) is never used and should be removed
Context._msgData() (#344-347) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#299-304) is never used and should be removed
SafeMath.mod(uint256,uint256) (#259-261) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#321-326) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#130-136) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#172-177) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#184-189) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#155-165) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#143-148) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#398-404):
- (success) = recipient.call{value: amount}() (#402)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#459-466):
- (success,returndata) = target.call{value: value}(data) (#464)
Low level call in Address.functionStaticCall(address,bytes,string) (#484-490):
- (success,returndata) = target.staticcall(data) (#488)
Low level call in Address.functionDelegateCall(address,bytes,string) (#508-514):
- (success,returndata) = target.delegatecall(data) (#512)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeSwapV2Pair.DOMAIN_SEPARATOR() (#653) is not in mixedCase
Function IPancakeSwapV2Pair.PERMIT_TYPEHASH() (#654) is not in mixedCase
Function IPancakeSwapV2Pair.MINIMUM_LIQUIDITY() (#671) is not in mixedCase
Function IPancakeSwapV2Router01.WETH() (#691) is not in mixedCase
Parameter DOG.calculateTaxFee(uint256)._amount (#1078) is not in mixedCase
Parameter DOG.calculateCharityFee(uint256)._amount (#1084) is not in mixedCase
Parameter DOG.calculateBurnFee(uint256)._amount (#1090) is not in mixedCase
Parameter DOG.calculateLiquidityFee(uint256)._amount (#1096) is not in mixedCase
Variable DOG._taxFee (#850) is not in mixedCase
Variable DOG._charityFee (#853) is not in mixedCase
Variable DOG._liquidityFee (#856) is not in mixedCase
Variable DOG._burnFee (#859) is not in mixedCase
Variable DOG._maxTxAmount (#868) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

DOG.slitherConstructorVariables() (#824-1327) uses literals with too many digits:
- _burnWalletAddress = 0x000000000000000000000000000000000000dEaD (#839)
DOG.slitherConstructorVariables() (#824-1327) uses literals with too many digits:
- _tTotal = 6000000000 * 10 ** 18 (#842)
DOG.slitherConstructorVariables() (#824-1327) uses literals with too many digits:
- _maxTxAmount = 6000000000 * 10 ** 18 (#868)
DOG.slitherConstructorVariables() (#824-1327) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 600000 * 10 ** 18 (#869)
DOG.slitherConstructorVariables() (#824-1327) uses literals with too many digits:
- numTokensBurn = 6000000000 * 10 ** 18 (#870)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DOG._burnWalletAddress (#839) should be constant
DOG._decimals (#848) should be constant
DOG._maxTxAmount (#868) should be constant
DOG._name (#846) should be constant
DOG._symbol (#847) should be constant
DOG._tTotal (#842) should be constant
DOG.numTokensBurn (#870) should be constant
DOG.swapAndLiquifyEnabled (#866) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#586-589)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#595-599)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#601-603)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#606-611)
unlock() should be declared external:
- Ownable.unlock() (#614-619)
name() should be declared external:
- DOG.name() (#904-906)
symbol() should be declared external:
- DOG.symbol() (#908-910)
decimals() should be declared external:
- DOG.decimals() (#912-914)
totalSupply() should be declared external:
- DOG.totalSupply() (#916-918)
transfer(address,uint256) should be declared external:
- DOG.transfer(address,uint256) (#925-928)
allowance(address,address) should be declared external:
- DOG.allowance(address,address) (#930-932)
approve(address,uint256) should be declared external:
- DOG.approve(address,uint256) (#934-937)
transferFrom(address,address,uint256) should be declared external:
- DOG.transferFrom(address,address,uint256) (#939-943)
increaseAllowance(address,uint256) should be declared external:
- DOG.increaseAllowance(address,uint256) (#945-948)
decreaseAllowance(address,uint256) should be declared external:
- DOG.decreaseAllowance(address,uint256) (#950-953)
isExcludedFromReward(address) should be declared external:
- DOG.isExcludedFromReward(address) (#955-957)
totalFees() should be declared external:
- DOG.totalFees() (#959-961)
reflectionFromToken(uint256,bool) should be declared external:
- DOG.reflectionFromToken(uint256,bool) (#963-972)
excludeFromFee(address) should be declared external:
- DOG.excludeFromFee(address) (#980-982)
isExcludedFromFee(address) should be declared external:
- DOG.isExcludedFromFee(address) (#1123-1125)
withEth(address,uint256) should be declared external:
- DOG.withEth(address,uint256) (#1318-1320)
withErc20(address,address,uint256) should be declared external:
- DOG.withErc20(address,address,uint256) (#1321-1323)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 6% buy tax and 6% sell tax.
Taxes are low and contract ownership is renounced.


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


Young tokens have high risks of scam / 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 relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for DOG