DYAKON Token Logo

DYN [DYAKON] Token

ALERT: honeypot scam

About DYN

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

Website

[CoinMarketCap] alert: The smart contract for the following token contains variable tax rate function - this open the opportunity for contract owners to modify the contract behaviour (ie. change fees, or transfer tokens). Please exercise with extra caution if you are investing in this token.
white paper

Dyakon is a cryptocurrency that was developed specifically for
use in the Dyakon ecosystem. Dyakon token holders will be able
to access all features of our network, including the ecommerce
marketplace, where they will be able to purchase products and
services.
The next year, we'll likewise create our own exchange.
People can join our exchange, deposit Dyacon and Tokens A and B,
and receive fresh COIN issued by our own blockchain.
They can only purchase this new coin on our exchange unless they
have Dyacon, Coin A, and Coin B. Afer a few months, we'll add
additional cryptocurrencies and make it possible to purchase any
cryptocurrency from our platform.
Another function of Dyakon will be to allow our community to access games and in these games our community can earn another Token. These Tokens will be part of the Ecosystem that roams around Dyakon. The last piece of this Ecosystem is contained with the launch of our online communication and information channels where over time users can access it by paying a small monthly fee in Dyakon or in another Token of our Ecosystem.

Social

Laser Scorebeta Last Audit: 26 August 2022

report
Token seems to be a scam (type: honeypot scam).

Reentrancy in Dyakon._transfer(address,address,uint256) (#975-1002):
External calls:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1001)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#925)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1101)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1110)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1102)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#866)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1121)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1112)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1122)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#868)
- _tokenTransfer(from,to,amount) (#1001)
- _rTotal = _rTotal.sub(rFee) (#880)
- _tokenTransfer(from,to,amount) (#1001)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#927)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#865)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1120)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1111)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#867)
Apply the check-effects-interactions pattern.

Additional information: link

Dyakon.addLiquidity(uint256,uint256) (#1045-1058) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


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


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

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

Additional information: link

Dyakon.allowance(address,address).owner (#781) shadows:
- Ownable.owner() (#413-415) (function)
Dyakon._approve(address,address,uint256).owner (#967) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

Dyakon.setTaxFeePercent(uint256) (#1140-1142) should emit an event for:
- _taxFee = taxFee (#1141)
Dyakon.setLiquidityFeePercent(uint256) (#1144-1146) should emit an event for:
- _liquidityFee = liquidityFee (#1145)
Dyakon.setDyakonFeePercent(uint256) (#1148-1150) should emit an event for:
- _DyakonFee = DyakonFee (#1149)
Dyakon.setBurnFeePercent(uint256) (#1152-1154) should emit an event for:
- _burnFee = burnFee (#1153)
Emit an event for critical parameter changes.

Additional information: link

Dyakon.setDyakonWallet(address).newWallet (#1136) lacks a zero-check on :
- DyakonWallet = newWallet (#1137)
Check that the address is not zero.

Additional information: link

Reentrancy in Dyakon._transfer(address,address,uint256) (#975-1002):
External calls:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1001)
- _DyakonFee = _previousDyakonFee (#960)
- _DyakonFee = 0 (#952)
- _tokenTransfer(from,to,amount) (#1001)
- _burnFee = _previousBurnFee (#959)
- _burnFee = 0 (#953)
- _tokenTransfer(from,to,amount) (#1001)
- _liquidityFee = _previousLiquidityFee (#958)
- _liquidityFee = 0 (#951)
- _liquidityFee = 0 (#1084)
- _liquidityFee = _previousLiquidityFee (#1092)
- _tokenTransfer(from,to,amount) (#1001)
- _previousBurnFee = _burnFee (#947)
- _tokenTransfer(from,to,amount) (#1001)
- _previousDyakonFee = _DyakonFee (#948)
- _tokenTransfer(from,to,amount) (#1001)
- _previousLiquidityFee = _liquidityFee (#946)
- _tokenTransfer(from,to,amount) (#1001)
- _previousTaxFee = _taxFee (#945)
- _tokenTransfer(from,to,amount) (#1001)
- _tFeeTotal = _tFeeTotal.add(tFee) (#881)
- _tokenTransfer(from,to,amount) (#1001)
- _taxFee = _previousTaxFee (#957)
- _taxFee = 0 (#950)
- _taxFee = 0 (#1083)
- _taxFee = _previousTaxFee (#1091)
Reentrancy in Dyakon.constructor() (#737-753):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#742-743)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#749)
- _isExcludedFromFee[address(this)] = true (#750)
- uniswapV2Router = _uniswapV2Router (#746)
Reentrancy in Dyakon.setRouterAddress(address) (#1158-1163):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1161)
State variables written after the call(s):
- uniswapV2Router = _newPancakeRouter (#1162)
Reentrancy in Dyakon.swapAndLiquify(uint256) (#1004-1025):
External calls:
- swapTokensForEth(half) (#1016)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1022)
- _allowances[owner][spender] = amount (#971)
Reentrancy in Dyakon.transferFrom(address,address,uint256) (#790-794):
External calls:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#792)
- _allowances[owner][spender] = amount (#971)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Dyakon._transfer(address,address,uint256) (#975-1002):
External calls:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#997)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1105)
- _tokenTransfer(from,to,amount) (#1001)
- Transfer(sender,recipient,tTransferAmount) (#1125)
- _tokenTransfer(from,to,amount) (#1001)
- Transfer(sender,recipient,tTransferAmount) (#1115)
- _tokenTransfer(from,to,amount) (#1001)
- Transfer(sender,recipient,tTransferAmount) (#871)
- _tokenTransfer(from,to,amount) (#1001)
Reentrancy in Dyakon.constructor() (#737-753):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#742-743)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#752)
Reentrancy in Dyakon.swapAndLiquify(uint256) (#1004-1025):
External calls:
- swapTokensForEth(half) (#1016)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1022)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#972)
- addLiquidity(otherHalf,newBalance) (#1022)
- SwapAndLiquify(half,newBalance,otherHalf) (#1024)
Reentrancy in Dyakon.transferFrom(address,address,uint256) (#790-794):
External calls:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1036-1042)
External calls sending eth:
- _transfer(sender,recipient,amount) (#791)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1050-1057)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#972)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#792)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#265-274) uses assembly
- INLINE ASM (#272)
Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

Dyakon.includeInReward(address) (#850-861) has costly operations inside a loop:
- _excluded.pop() (#857)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) is never used and should be removed
Address.functionCall(address,bytes) (#318-320) is never used and should be removed
Address.functionCall(address,bytes,string) (#328-330) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#353-356) is never used and should be removed
Address.isContract(address) (#265-274) is never used and should be removed
Address.sendValue(address,uint256) (#292-298) is never used and should be removed
Context._msgData() (#237-240) is never used and should be removed
SafeMath.mod(uint256,uint256) (#210-212) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
Remove unused functions.

Additional information: link

Dyakon._rTotal (#695) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Dyakon._previousTaxFee (#703) is set pre-construction with a non-constant function or state variable:
- _taxFee
Dyakon._previousLiquidityFee (#706) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Dyakon._previousBurnFee (#709) is set pre-construction with a non-constant function or state variable:
- _burnFee
Dyakon._previousDyakonFee (#713) is set pre-construction with a non-constant function or state variable:
- _DyakonFee
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) (#292-298):
- (success) = recipient.call{value: amount}() (#296)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (#362)
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() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#542) is not in mixedCase
Parameter Dyakon.calculateTaxFee(uint256)._amount (#930) is not in mixedCase
Parameter Dyakon.calculateLiquidityFee(uint256)._amount (#936) is not in mixedCase
Parameter Dyakon.setDyakonFeePercent(uint256).DyakonFee (#1148) is not in mixedCase
Parameter Dyakon.setSwapAndLiquifyEnabled(bool)._enabled (#1165) is not in mixedCase
Variable Dyakon._taxFee (#702) is not in mixedCase
Variable Dyakon._liquidityFee (#705) is not in mixedCase
Variable Dyakon._burnFee (#708) is not in mixedCase
Variable Dyakon._DyakonFee (#711) is not in mixedCase
Variable Dyakon.DyakonWallet (#712) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
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 (#547) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#548)
Variable Dyakon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._getValues(uint256).rTransferAmount (#886) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._getValues(uint256).rTransferAmount (#886) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon._getValues(uint256).rTransferAmount (#886) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._getValues(uint256).rTransferAmount (#886) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon._getValues(uint256).rTransferAmount (#886) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to Dyakon._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable Dyakon._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Variable Dyakon._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Variable Dyakon._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon._transferToExcluded(address,address,uint256).rTransferAmount (#1109) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Variable Dyakon._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to Dyakon._transferFromExcluded(address,address,uint256).tTransferAmount (#1119)
Variable Dyakon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Variable Dyakon._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to Dyakon._getTValues(uint256).tTransferAmount (#893)
Variable Dyakon._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Variable Dyakon._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon._transferStandard(address,address,uint256).rTransferAmount (#1100) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._getValues(uint256).rTransferAmount (#886) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Variable Dyakon.reflectionFromToken(uint256,bool).rTransferAmount (#829) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to Dyakon._transferStandard(address,address,uint256).tTransferAmount (#1100)
Variable Dyakon._transferFromExcluded(address,address,uint256).rTransferAmount (#1119) is too similar to Dyakon._transferToExcluded(address,address,uint256).tTransferAmount (#1109)
Variable Dyakon._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#901) is too similar to Dyakon._getValues(uint256).tTransferAmount (#885)
Prevent variables from having similar names.

Additional information: link

Dyakon.slitherConstructorVariables() (#680-1171) uses literals with too many digits:
- _tTotal = 10000000000 * 10 ** 18 (#694)
Dyakon.slitherConstructorVariables() (#680-1171) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 6200000000 * 10 ** 18 (#721)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Dyakon._decimals (#700) should be constant
Dyakon._name (#698) should be constant
Dyakon._symbol (#699) should be constant
Dyakon._tTotal (#694) should be constant
Dyakon.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() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- Dyakon.name() (#755-757)
symbol() should be declared external:
- Dyakon.symbol() (#759-761)
decimals() should be declared external:
- Dyakon.decimals() (#763-765)
totalSupply() should be declared external:
- Dyakon.totalSupply() (#767-769)
transfer(address,uint256) should be declared external:
- Dyakon.transfer(address,uint256) (#776-779)
allowance(address,address) should be declared external:
- Dyakon.allowance(address,address) (#781-783)
approve(address,uint256) should be declared external:
- Dyakon.approve(address,uint256) (#785-788)
transferFrom(address,address,uint256) should be declared external:
- Dyakon.transferFrom(address,address,uint256) (#790-794)
increaseAllowance(address,uint256) should be declared external:
- Dyakon.increaseAllowance(address,uint256) (#796-799)
decreaseAllowance(address,uint256) should be declared external:
- Dyakon.decreaseAllowance(address,uint256) (#801-804)
isExcludedFromReward(address) should be declared external:
- Dyakon.isExcludedFromReward(address) (#806-808)
totalFees() should be declared external:
- Dyakon.totalFees() (#810-812)
deliver(uint256) should be declared external:
- Dyakon.deliver(uint256) (#814-821)
reflectionFromToken(uint256,bool) should be declared external:
- Dyakon.reflectionFromToken(uint256,bool) (#823-832)
excludeFromReward(address) should be declared external:
- Dyakon.excludeFromReward(address) (#840-848)
isExcludedFromFee(address) should be declared external:
- Dyakon.isExcludedFromFee(address) (#963-965)
excludeFromFee(address) should be declared external:
- Dyakon.excludeFromFee(address) (#1128-1130)
includeInFee(address) should be declared external:
- Dyakon.includeInFee(address) (#1132-1134)
setRouterAddress(address) should be declared external:
- Dyakon.setRouterAddress(address) (#1158-1163)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Dyakon.setSwapAndLiquifyEnabled(bool) (#1165-1168)
Use the external attribute for functions never called from the contract.

Additional information: link

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

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


Token is not listed at Mobula.Finance

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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


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


Token has relatively low CoinGecko rank

Price for DYN

News for DYN