DETIK Token Logo

DTK [DETIK] Token

About DTK

Listings

Token 2 years
CoinMarketCap 2 years

Website

white paper

DETIK (DTK) is a token based on the Binance Smart Chain (BSC). The protocol that is used by DETIK is “Proof of Interactive Artistic”. In other words, DETIK provides a platform that offers a verification mechanism or proof that the NFT products that are produced by an NFT artist can be transferred to the fans, buyers, or the collectors of NFT art based on the ownership of DTK token.

Our unique NFT platform empowers creators and collector with accessible and utility tools. Turn your music, art and ideas into NFTs.

Laser Scorebeta Last Audit: 2 March 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Reentrancy in detik._transfer(address,address,uint256) (#1202-1238):
External calls:
- swapAndLiquify(contractTokenBalance) (#1225)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1225)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _rOwned[account] = _rOwned[account].sub(amount,BEP20: donation amount exceeds balance) (#993)
- _rOwned[account] = _rOwned[account].sub(amount,BEP20: burn amount exceeds balance) (#955)
- _rOwned[devAddress] = _rOwned[devAddress].add(rAmount) (#996)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1155)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1334)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1320)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1321)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1054)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1349)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1350)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1336)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1056)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _rTotal = _rTotal.sub(rFee) (#1102)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _tOwned[devAddress] = _tOwned[devAddress].add(amount) (#997)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1157)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1053)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1348)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1335)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1055)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _tTotal = _tTotal.sub(amount) (#956)
Apply the check-effects-interactions pattern.

Additional information: link

detik.addLiquidity(uint256,uint256) (#1281-1294) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
Ensure that all the return values of the function calls are used.

Additional information: link

detik.allowance(address,address).owner (#863) shadows:
- Ownable.owner() (#451-453) (function)
detik._approve(address,address,uint256).owner (#974) shadows:
- Ownable.owner() (#451-453) (function)
Rename the local variables that shadow another component.

Additional information: link

detik.setTaxFeePercent(uint256,uint256,uint256) (#1075-1081) should emit an event for:
- _devFee = devFee (#1076)
- _burnFee = burnFee (#1077)
- _reflectionFee = reflectionFee (#1078)
- _taxFee = devFee + burnFee + reflectionFee (#1080)
detik.setLiquidityFeePercent(uint256) (#1083-1085) should emit an event for:
- _liquidityFee = liquidityFee (#1084)
detik.setMaxTxPercent(uint256) (#1087-1091) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1088-1090)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in detik._transfer(address,address,uint256) (#1202-1238):
External calls:
- swapAndLiquify(contractTokenBalance) (#1225)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1225)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _burnFee = _previousBurnFee (#1193)
- _burnFee = 0 (#1184)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _devFee = _previousDevFee (#1194)
- _devFee = 0 (#1185)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _liquidityFee = _previousLiquidityFee (#1191)
- _liquidityFee = 0 (#1182)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _previousBurnFee = _burnFee (#1177)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _previousDevFee = _devFee (#1178)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _previousLiquidityFee = _liquidityFee (#1176)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _previousReflectionFee = _reflectionFee (#1179)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _previousTaxFee = _taxFee (#1175)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _reflectionFee = _previousReflectionFee (#1195)
- _reflectionFee = 0 (#1186)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1103)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- _taxFee = _previousTaxFee (#1190)
- _taxFee = 0 (#1181)
Reentrancy in detik.constructor(address) (#783-805):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#793-794)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#800)
- _isExcludedFromFee[address(this)] = true (#801)
- _isExcludedFromFee[devAddress] = true (#802)
- uniswapV2Router = _uniswapV2Router (#797)
Reentrancy in detik.swapAndLiquify(uint256) (#1240-1261):
External calls:
- swapTokensForEth(half) (#1252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
- addLiquidity(otherHalf,newBalance) (#1258)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1258)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1258)
- _allowances[owner][spender] = amount (#978)
Reentrancy in detik.transferFrom(address,address,uint256) (#891-895):
External calls:
- _transfer(sender,recipient,amount) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
External calls sending eth:
- _transfer(sender,recipient,amount) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#893)
- _allowances[owner][spender] = amount (#978)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in detik._transfer(address,address,uint256) (#1202-1238):
External calls:
- swapAndLiquify(contractTokenBalance) (#1225)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1225)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
Event emitted after the call(s):
- Transfer(account,address(0),amount) (#957)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- Transfer(account,devAddress,amount) (#999)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- Transfer(sender,recipient,tTransferAmount) (#1329)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- Transfer(sender,recipient,tTransferAmount) (#1357)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- Transfer(sender,recipient,tTransferAmount) (#1343)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
- Transfer(sender,recipient,tTransferAmount) (#1064)
- _tokenTransfer(from,to,amount,takeFee) (#1237)
Reentrancy in detik.constructor(address) (#783-805):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#793-794)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_tTotal) (#804)
Reentrancy in detik.swapAndLiquify(uint256) (#1240-1261):
External calls:
- swapTokensForEth(half) (#1252)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
- addLiquidity(otherHalf,newBalance) (#1258)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1258)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- addLiquidity(otherHalf,newBalance) (#1258)
- SwapAndLiquify(half,newBalance,otherHalf) (#1260)
Reentrancy in detik.transferFrom(address,address,uint256) (#891-895):
External calls:
- _transfer(sender,recipient,amount) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1272-1278)
External calls sending eth:
- _transfer(sender,recipient,amount) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1286-1293)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#979)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#893)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#277-286) uses assembly
- INLINE ASM (#284)
Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) uses assembly
- INLINE ASM (#383-386)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#370-391) is never used and should be removed
Address.functionCall(address,bytes) (#330-332) is never used and should be removed
Address.functionCall(address,bytes,string) (#340-342) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#355-357) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#365-368) is never used and should be removed
Address.isContract(address) (#277-286) is never used and should be removed
Address.sendValue(address,uint256) (#304-310) is never used and should be removed
Context._msgData() (#414-417) is never used and should be removed
SafeMath.mod(uint256,uint256) (#234-236) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#249-252) is never used and should be removed
Remove unused functions.

Additional information: link

detik._rTotal (#739) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
detik._taxFee (#756) is set pre-construction with a non-constant function or state variable:
- _reflectionFee + _devFee + _burnFee
detik._previousTaxFee (#758) is set pre-construction with a non-constant function or state variable:
- _taxFee
detik._previousBurnFee (#759) is set pre-construction with a non-constant function or state variable:
- _burnFee
detik._previousDevFee (#760) is set pre-construction with a non-constant function or state variable:
- _devFee
detik._previousReflectionFee (#761) is set pre-construction with a non-constant function or state variable:
- _reflectionFee
detik._previousLiquidityFee (#764) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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) (#304-310):
- (success) = recipient.call{value: amount}() (#308)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#370-391):
- (success,returndata) = target.call{value: weiValue}(data) (#374)
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() (#540) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#541) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#558) is not in mixedCase
Function IUniswapV2Router01.WETH() (#580) is not in mixedCase
Contract detik (#718-1361) is not in CapWords
Parameter detik.setSwapAndLiquifyEnabled(bool)._enabled (#1093) is not in mixedCase
Parameter detik.calculateTaxFee(uint256)._amount (#1160) is not in mixedCase
Parameter detik.calculateLiquidityFee(uint256)._amount (#1166) is not in mixedCase
Variable detik._devFee (#753) is not in mixedCase
Variable detik._burnFee (#754) is not in mixedCase
Variable detik._reflectionFee (#755) is not in mixedCase
Variable detik._taxFee (#756) is not in mixedCase
Variable detik._liquidityFee (#763) is not in mixedCase
Variable detik._maxTxAmount (#774) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#415)" inContext (#405-418)
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 (#585) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#586)
Variable detik._transferStandard(address,address,uint256).rTransferAmount (#1319) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik._getValues(uint256).rTransferAmount (#1108) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._transferStandard(address,address,uint256).rTransferAmount (#1319) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._transferToExcluded(address,address,uint256).rTransferAmount (#1333) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Variable detik._getValues(uint256).rTransferAmount (#1108) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Variable detik._transferBothExcluded(address,address,uint256).rTransferAmount (#1052) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._transferStandard(address,address,uint256).rTransferAmount (#1319) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Variable detik._transferFromExcluded(address,address,uint256).rTransferAmount (#1347) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik._transferToExcluded(address,address,uint256).rTransferAmount (#1333) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik.reflectionFromToken(uint256,bool).rTransferAmount (#1017) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik._transferFromExcluded(address,address,uint256).rTransferAmount (#1347) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._transferToExcluded(address,address,uint256).rTransferAmount (#1333) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik.reflectionFromToken(uint256,bool).rTransferAmount (#1017) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._transferToExcluded(address,address,uint256).rTransferAmount (#1333) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik._getValues(uint256).rTransferAmount (#1108) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik._transferToExcluded(address,address,uint256).rTransferAmount (#1333) is too similar to detik._transferBothExcluded(address,address,uint256).tTransferAmount (#1052)
Variable detik._getValues(uint256).rTransferAmount (#1108) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik._transferBothExcluded(address,address,uint256).rTransferAmount (#1052) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik._transferBothExcluded(address,address,uint256).rTransferAmount (#1052) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik._transferBothExcluded(address,address,uint256).rTransferAmount (#1052) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik._transferBothExcluded(address,address,uint256).rTransferAmount (#1052) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Variable detik._getValues(uint256).rTransferAmount (#1108) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik._getValues(uint256).rTransferAmount (#1108) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik._transferBothExcluded(address,address,uint256).rTransferAmount (#1052) is too similar to detik._transferFromExcluded(address,address,uint256).tTransferAmount (#1347)
Variable detik._transferStandard(address,address,uint256).rTransferAmount (#1319) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik._transferStandard(address,address,uint256).rTransferAmount (#1319) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik._transferStandard(address,address,uint256).rTransferAmount (#1319) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1123) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Variable detik._transferToExcluded(address,address,uint256).rTransferAmount (#1333) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik.reflectionFromToken(uint256,bool).rTransferAmount (#1017) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik.reflectionFromToken(uint256,bool).rTransferAmount (#1017) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik._transferFromExcluded(address,address,uint256).rTransferAmount (#1347) is too similar to detik._getTValues(uint256).tTransferAmount (#1115)
Variable detik._transferFromExcluded(address,address,uint256).rTransferAmount (#1347) is too similar to detik._getValues(uint256).tTransferAmount (#1107)
Variable detik._transferFromExcluded(address,address,uint256).rTransferAmount (#1347) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik.reflectionFromToken(uint256,bool).rTransferAmount (#1017) is too similar to detik._transferToExcluded(address,address,uint256).tTransferAmount (#1333)
Variable detik.reflectionFromToken(uint256,bool).rTransferAmount (#1017) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Variable detik._transferFromExcluded(address,address,uint256).rTransferAmount (#1347) is too similar to detik._transferStandard(address,address,uint256).tTransferAmount (#1319)
Prevent variables from having similar names.

Additional information: link

detik.slitherConstructorVariables() (#718-1361) uses literals with too many digits:
- _tTotal = 10000000000 * 10 ** 5 (#738)
detik.slitherConstructorVariables() (#718-1361) uses literals with too many digits:
- _maxTxAmount = 10000000000 * 10 ** 5 (#774)
detik.slitherConstructorVariables() (#718-1361) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 10000000000 * 10 ** 5 (#775)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

detik._balances (#726) is never used in detik (#718-1361)
Remove unused state variables.

Additional information: link

detik._decimals (#724) should be constant
detik._name (#722) should be constant
detik._symbol (#723) should be constant
detik.numTokensSellToAddToLiquidity (#775) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#470-473)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#479-483)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#485-487)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#490-495)
unlock() should be declared external:
- Ownable.unlock() (#498-503)
increaseAllowance(address,uint256) should be declared external:
- detik.increaseAllowance(address,uint256) (#909-912)
decreaseAllowance(address,uint256) should be declared external:
- detik.decreaseAllowance(address,uint256) (#928-931)
isExcludedFromReward(address) should be declared external:
- detik.isExcludedFromReward(address) (#933-935)
totalFees() should be declared external:
- detik.totalFees() (#937-939)
updateDevAddress(address) should be declared external:
- detik.updateDevAddress(address) (#984-990)
deliver(uint256) should be declared external:
- detik.deliver(uint256) (#1002-1009)
reflectionFromToken(uint256,bool) should be declared external:
- detik.reflectionFromToken(uint256,bool) (#1011-1020)
excludeFromReward(address) should be declared external:
- detik.excludeFromReward(address) (#1028-1036)
excludeFromFee(address) should be declared external:
- detik.excludeFromFee(address) (#1067-1069)
includeInFee(address) should be declared external:
- detik.includeInFee(address) (#1071-1073)
setSwapAndLiquifyEnabled(bool) should be declared external:
- detik.setSwapAndLiquifyEnabled(bool) (#1093-1096)
isExcludedFromFee(address) should be declared external:
- detik.isExcludedFromFee(address) (#1198-1200)
Use the external attribute for functions never called from the contract.

Additional information: link

detik.includeInReward(address) (#1038-1049) has costly operations inside a loop:
- _excluded.pop() (#1045)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


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

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


Twitter account has relatively few followers


Unable to find token on CoinHunt

Additional information: link


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


Alexa traffic rank is relatively low

Additional information: link


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


Token has relatively low CoinMarketCap rank

Price for DTK

News for DTK