Dinky Doge BSC Token Logo

DinkyDoge [Dinky Doge BSC] Token

About DinkyDoge

Listings

Token 2 years

DinkyDoge is an auto yield and liquidity generation protocol automatically distributes rewards to holders as well as auto-locks a portion of the fees as liquidity.​

Social

Laser Scorebeta Last Audit: 14 May 2022

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

Reentrancy in DinkyDogeBSC._transfer(address,address,uint256) (#969-997):
External calls:
- swapAndLiquify(contractTokenBalance) (#992)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#992)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#996)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#926)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1098)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1107)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1099)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1118)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#867)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1109)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1119)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#869)
- _tokenTransfer(from,to,amount) (#996)
- _rTotal = _rTotal.sub(rFee) (#881)
- _tokenTransfer(from,to,amount) (#996)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#928)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1117)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#866)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1108)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#868)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

DinkyDogeBSC.addLiquidity(uint256,uint256) (#1040-1053) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
Ensure that all the return values of the function calls are used.

Additional information: link

DinkyDogeBSC.allowance(address,address).owner (#782) shadows:
- Ownable.owner() (#422-424) (function)
DinkyDogeBSC._approve(address,address,uint256).owner (#961) shadows:
- Ownable.owner() (#422-424) (function)
Rename the local variables that shadow another component.

Additional information: link

DinkyDogeBSC.setMaxTxPercent(uint256) (#1212-1217) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1214-1216)
Emit an event for critical parameter changes.

Additional information: link

DinkyDogeBSC.setmarketingWallet(address).newWallet (#1208) lacks a zero-check on :
- marketingWallet = newWallet (#1209)
Check that the address is not zero.

Additional information: link

Reentrancy in DinkyDogeBSC._transfer(address,address,uint256) (#969-997):
External calls:
- swapAndLiquify(contractTokenBalance) (#992)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#992)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#996)
- _burnFee = 0 (#946)
- _burnFee = 4 (#953)
- _tokenTransfer(from,to,amount) (#996)
- _liquidityFee = 0 (#945)
- _liquidityFee = 5 (#952)
- _liquidityFee = 0 (#1082)
- _liquidityFee = _previousLiquidityFee (#1089)
- _tokenTransfer(from,to,amount) (#996)
- _marketingFee = 3 (#954)
- _marketingFee = 0 (#947)
- _tokenTransfer(from,to,amount) (#996)
- _tFeeTotal = _tFeeTotal.add(tFee) (#882)
- _tokenTransfer(from,to,amount) (#996)
- _taxFee = 0 (#944)
- _taxFee = 12 (#951)
- _taxFee = 0 (#1081)
- _taxFee = _previousTaxFee (#1088)
Reentrancy in DinkyDogeBSC.constructor() (#737-754):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#743-744)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#750)
- _isExcludedFromFee[address(this)] = true (#751)
- uniswapV2Router = _uniswapV2Router (#747)
Reentrancy in DinkyDogeBSC.swapAndLiquify(uint256) (#999-1020):
External calls:
- swapTokensForEth(half) (#1011)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
- addLiquidity(otherHalf,newBalance) (#1017)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1017)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1017)
- _allowances[owner][spender] = amount (#965)
Reentrancy in DinkyDogeBSC.transferFrom(address,address,uint256) (#791-795):
External calls:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
External calls sending eth:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#793)
- _allowances[owner][spender] = amount (#965)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in DinkyDogeBSC._transfer(address,address,uint256) (#969-997):
External calls:
- swapAndLiquify(contractTokenBalance) (#992)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#992)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1102)
- _tokenTransfer(from,to,amount) (#996)
- Transfer(sender,recipient,tTransferAmount) (#1112)
- _tokenTransfer(from,to,amount) (#996)
- Transfer(sender,recipient,tTransferAmount) (#1122)
- _tokenTransfer(from,to,amount) (#996)
- Transfer(sender,recipient,tTransferAmount) (#872)
- _tokenTransfer(from,to,amount) (#996)
Reentrancy in DinkyDogeBSC.constructor() (#737-754):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#743-744)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#753)
Reentrancy in DinkyDogeBSC.swapAndLiquify(uint256) (#999-1020):
External calls:
- swapTokensForEth(half) (#1011)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
- addLiquidity(otherHalf,newBalance) (#1017)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1017)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#966)
- addLiquidity(otherHalf,newBalance) (#1017)
- SwapAndLiquify(half,newBalance,otherHalf) (#1019)
Reentrancy in DinkyDogeBSC.transferFrom(address,address,uint256) (#791-795):
External calls:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1031-1037)
External calls sending eth:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1045-1052)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#966)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#793)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#274-283) uses assembly
- INLINE ASM (#281)
Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) uses assembly
- INLINE ASM (#380-383)
Do not use evm assembly.

Additional information: link

DinkyDogeBSC.includeInReward(address) (#851-862) has costly operations inside a loop:
- _excluded.pop() (#858)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#367-388) is never used and should be removed
Address.functionCall(address,bytes) (#327-329) is never used and should be removed
Address.functionCall(address,bytes,string) (#337-339) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#352-354) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#362-365) is never used and should be removed
Address.isContract(address) (#274-283) is never used and should be removed
Address.sendValue(address,uint256) (#301-307) is never used and should be removed
Context._msgData() (#247-250) is never used and should be removed
SafeMath.mod(uint256,uint256) (#220-222) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#236-239) is never used and should be removed
Remove unused functions.

Additional information: link

DinkyDogeBSC._rTotal (#694) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
DinkyDogeBSC._previousTaxFee (#702) is set pre-construction with a non-constant function or state variable:
- _taxFee
DinkyDogeBSC._previousLiquidityFee (#705) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
DinkyDogeBSC._previousBurnFee (#708) is set pre-construction with a non-constant function or state variable:
- _burnFee
DinkyDogeBSC._previousmarketingFee (#712) is set pre-construction with a non-constant function or state variable:
- _marketingFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#301-307):
- (success) = recipient.call{value: amount}() (#305)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#367-388):
- (success,returndata) = target.call{value: weiValue}(data) (#371)
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() (#508) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#509) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#526) is not in mixedCase
Function IUniswapV2Router01.WETH() (#546) is not in mixedCase
Parameter DinkyDogeBSC.calculateTaxFee(uint256)._amount (#931) is not in mixedCase
Parameter DinkyDogeBSC.calculateLiquidityFee(uint256)._amount (#937) is not in mixedCase
Function DinkyDogeBSC.enableBurn_1() (#1183-1186) is not in mixedCase
Function DinkyDogeBSC.enableBurn_2() (#1188-1191) is not in mixedCase
Function DinkyDogeBSC.enableBurn_3() (#1193-1196) is not in mixedCase
Function DinkyDogeBSC.enableBurn_4() (#1198-1201) is not in mixedCase
Parameter DinkyDogeBSC.setSwapAndLiquifyEnabled(bool)._enabled (#1219) is not in mixedCase
Variable DinkyDogeBSC._taxFee (#701) is not in mixedCase
Variable DinkyDogeBSC._liquidityFee (#704) is not in mixedCase
Variable DinkyDogeBSC._burnFee (#707) is not in mixedCase
Variable DinkyDogeBSC._marketingFee (#710) is not in mixedCase
Variable DinkyDogeBSC._maxTxAmount (#720) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#248)" inContext (#242-251)
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 (#551) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#552)
Variable DinkyDogeBSC._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC._getValues(uint256).rTransferAmount (#887) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._getValues(uint256).rTransferAmount (#887) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC._getValues(uint256).rTransferAmount (#887) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#902) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._getValues(uint256).rTransferAmount (#887) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to DinkyDogeBSC._getTValues(uint256).tTransferAmount (#894)
Variable DinkyDogeBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#902) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC._getValues(uint256).rTransferAmount (#887) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#902) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Variable DinkyDogeBSC.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Variable DinkyDogeBSC._transferFromExcluded(address,address,uint256).rTransferAmount (#1116) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#902) is too similar to DinkyDogeBSC._transferFromExcluded(address,address,uint256).tTransferAmount (#1116)
Variable DinkyDogeBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#902) is too similar to DinkyDogeBSC._transferToExcluded(address,address,uint256).tTransferAmount (#1106)
Variable DinkyDogeBSC.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Variable DinkyDogeBSC._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to DinkyDogeBSC._transferBothExcluded(address,address,uint256).tTransferAmount (#865)
Variable DinkyDogeBSC._transferToExcluded(address,address,uint256).rTransferAmount (#1106) is too similar to DinkyDogeBSC._transferStandard(address,address,uint256).tTransferAmount (#1097)
Variable DinkyDogeBSC._transferBothExcluded(address,address,uint256).rTransferAmount (#865) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Variable DinkyDogeBSC._transferStandard(address,address,uint256).rTransferAmount (#1097) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Variable DinkyDogeBSC._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#902) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Variable DinkyDogeBSC._getValues(uint256).rTransferAmount (#887) is too similar to DinkyDogeBSC._getValues(uint256).tTransferAmount (#886)
Prevent variables from having similar names.

Additional information: link

DinkyDogeBSC.slitherConstructorVariables() (#679-1225) uses literals with too many digits:
- _tTotal = 500000000000000000 * 10 ** 9 (#693)
DinkyDogeBSC.slitherConstructorVariables() (#679-1225) uses literals with too many digits:
- _maxTxAmount = 500000000000000000 * 10 ** 9 (#720)
DinkyDogeBSC.slitherConstructorVariables() (#679-1225) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000000000 * 10 ** 9 (#721)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

DinkyDogeBSC._decimals (#699) should be constant
DinkyDogeBSC._name (#697) should be constant
DinkyDogeBSC._symbol (#698) should be constant
DinkyDogeBSC._tTotal (#693) should be constant
DinkyDogeBSC.numTokensSellToAddToLiquidity (#721) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#441-444)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#450-454)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#456-458)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#461-466)
unlock() should be declared external:
- Ownable.unlock() (#469-474)
name() should be declared external:
- DinkyDogeBSC.name() (#756-758)
symbol() should be declared external:
- DinkyDogeBSC.symbol() (#760-762)
decimals() should be declared external:
- DinkyDogeBSC.decimals() (#764-766)
totalSupply() should be declared external:
- DinkyDogeBSC.totalSupply() (#768-770)
transfer(address,uint256) should be declared external:
- DinkyDogeBSC.transfer(address,uint256) (#777-780)
allowance(address,address) should be declared external:
- DinkyDogeBSC.allowance(address,address) (#782-784)
approve(address,uint256) should be declared external:
- DinkyDogeBSC.approve(address,uint256) (#786-789)
transferFrom(address,address,uint256) should be declared external:
- DinkyDogeBSC.transferFrom(address,address,uint256) (#791-795)
increaseAllowance(address,uint256) should be declared external:
- DinkyDogeBSC.increaseAllowance(address,uint256) (#797-800)
decreaseAllowance(address,uint256) should be declared external:
- DinkyDogeBSC.decreaseAllowance(address,uint256) (#802-805)
isExcludedFromReward(address) should be declared external:
- DinkyDogeBSC.isExcludedFromReward(address) (#807-809)
totalFees() should be declared external:
- DinkyDogeBSC.totalFees() (#811-813)
deliver(uint256) should be declared external:
- DinkyDogeBSC.deliver(uint256) (#815-822)
reflectionFromToken(uint256,bool) should be declared external:
- DinkyDogeBSC.reflectionFromToken(uint256,bool) (#824-833)
excludeFromReward(address) should be declared external:
- DinkyDogeBSC.excludeFromReward(address) (#841-849)
isExcludedFromFee(address) should be declared external:
- DinkyDogeBSC.isExcludedFromFee(address) (#957-959)
excludeFromFee(address) should be declared external:
- DinkyDogeBSC.excludeFromFee(address) (#1125-1127)
includeInFee(address) should be declared external:
- DinkyDogeBSC.includeInFee(address) (#1129-1131)
setSwapAndLiquifyEnabled(bool) should be declared external:
- DinkyDogeBSC.setSwapAndLiquifyEnabled(bool) (#1219-1222)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 14% buy tax and 14% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Unable to find Discord account


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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


Unable to find audit link on the website


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find code repository for the project


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for DinkyDoge

News for DinkyDoge