StarTEK Token Logo

STEK [StarTEK] Token

About STEK

Listings

Not Found
Token 2 years
white paper

StarTEK Protocol is a decentralized finance (DeFi) token. it is a new generation platform, based on Technology Enabled Knowledge (TEK) which
supports new innovative start-up projects in various fields such as blockchain games, VRs & gadgets.StarTEK is a deflationary based on
BEP-20 network.

Social

Laser Scorebeta Last Audit: 4 August 2022

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

Anti-Scam

Links

Reentrancy in StarTEK._transfer(address,address,uint256) (#994-1038):
External calls:
- swapAndLiquify(contractTokenBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#950)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1119)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1128)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1139)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#866)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1120)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1130)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1140)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#868)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _rTotal = _rTotal.sub(rFee) (#905)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#952)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#865)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1138)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1129)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#867)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)

StarTEK.addLiquidity(uint256,uint256) (#1081-1094) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
Ensure that all the return values of the function calls are used.

Additional information: link

StarTEK.allowance(address,address).owner (#782) shadows:
- Ownable.owner() (#418-420) (function)
StarTEK._approve(address,address,uint256).owner (#986) shadows:
- Ownable.owner() (#418-420) (function)
Rename the local variables that shadow another component.

Additional information: link

StarTEK.setTaxFeePercent(uint256) (#882-884) should emit an event for:
- _taxFee = taxFee (#883)
StarTEK.setLiquidityFeePercent(uint256) (#886-888) should emit an event for:
- _liquidityFee = liquidityFee (#887)
StarTEK.setMaxTxPercent(uint256) (#890-894) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#891-893)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in StarTEK._transfer(address,address,uint256) (#994-1038):
External calls:
- swapAndLiquify(contractTokenBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _liquidityFee = _previousLiquidityFee (#979)
- _liquidityFee = 0 (#974)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _previousLiquidityFee = _liquidityFee (#971)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _previousTaxFee = _taxFee (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _tFeeTotal = _tFeeTotal.add(tFee) (#906)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- _taxFee = _previousTaxFee (#978)
- _taxFee = 0 (#973)
Reentrancy in StarTEK.constructor() (#738-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 StarTEK.swapAndLiquify(uint256) (#1040-1061):
External calls:
- swapTokensForEth(half) (#1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
- addLiquidity(otherHalf,newBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1058)
- _allowances[owner][spender] = amount (#990)
Reentrancy in StarTEK.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) (#1086-1093)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
External calls sending eth:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
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 (#990)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in StarTEK._transfer(address,address,uint256) (#994-1038):
External calls:
- swapAndLiquify(contractTokenBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1025)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1123)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- Transfer(sender,recipient,tTransferAmount) (#1143)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- Transfer(sender,recipient,tTransferAmount) (#1133)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
- Transfer(sender,recipient,tTransferAmount) (#871)
- _tokenTransfer(from,to,amount,takeFee) (#1037)
Reentrancy in StarTEK.constructor() (#738-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 StarTEK.swapAndLiquify(uint256) (#1040-1061):
External calls:
- swapTokensForEth(half) (#1052)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
- addLiquidity(otherHalf,newBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1058)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#991)
- addLiquidity(otherHalf,newBalance) (#1058)
- SwapAndLiquify(half,newBalance,otherHalf) (#1060)
Reentrancy in StarTEK.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) (#1086-1093)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1072-1078)
External calls sending eth:
- _transfer(sender,recipient,amount) (#792)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1086-1093)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#991)
- _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() (#465-470) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#467)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#270-279) uses assembly
- INLINE ASM (#277)
Address._functionCallWithValue(address,bytes,uint256,string) (#363-384) uses assembly
- INLINE ASM (#376-379)
Do not use evm assembly.

Additional information: link

StarTEK.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) (#363-384) is never used and should be removed
Address.functionCall(address,bytes) (#323-325) is never used and should be removed
Address.functionCall(address,bytes,string) (#333-335) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#348-350) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#358-361) is never used and should be removed
Address.isContract(address) (#270-279) is never used and should be removed
Address.sendValue(address,uint256) (#297-303) is never used and should be removed
Context._msgData() (#242-245) is never used and should be removed
SafeMath.mod(uint256,uint256) (#215-217) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#231-234) is never used and should be removed
Remove unused functions.

Additional information: link

StarTEK._rTotal (#702) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
StarTEK._previousTaxFee (#710) is set pre-construction with a non-constant function or state variable:
- _taxFee
StarTEK._previousLiquidityFee (#713) 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) (#297-303):
- (success) = recipient.call{value: amount}() (#301)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#363-384):
- (success,returndata) = target.call{value: weiValue}(data) (#367)
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() (#509) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#510) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#527) is not in mixedCase
Function IUniswapV2Router01.WETH() (#549) is not in mixedCase
Parameter StarTEK.setSwapAndLiquifyEnabled(bool)._enabled (#896) is not in mixedCase
Parameter StarTEK.calculateTaxFee(uint256)._amount (#955) is not in mixedCase
Parameter StarTEK.calculateLiquidityFee(uint256)._amount (#961) is not in mixedCase
Variable StarTEK._taxFee (#709) is not in mixedCase
Variable StarTEK._liquidityFee (#712) is not in mixedCase
Variable StarTEK._maxTxAmount (#721) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#243)" inContext (#237-246)
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 (#554) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#555)
Variable StarTEK._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferToExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferFromExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK._transferFromExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Variable StarTEK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferToExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Variable StarTEK._transferFromExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Variable StarTEK._transferStandard(address,address,uint256).rTransferAmount (#1118) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._transferToExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK._transferFromExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._transferToExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK._transferFromExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK._getValues(uint256).rTransferAmount (#911) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._transferToExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Variable StarTEK._transferStandard(address,address,uint256).rTransferAmount (#1118) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._getValues(uint256).rTransferAmount (#911) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK._transferStandard(address,address,uint256).rTransferAmount (#1118) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Variable StarTEK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK._transferFromExcluded(address,address,uint256).rTransferAmount (#1137) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK._transferToExcluded(address,address,uint256).rTransferAmount (#1127) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK._getValues(uint256).rTransferAmount (#911) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Variable StarTEK._transferStandard(address,address,uint256).rTransferAmount (#1118) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._getValues(uint256).rTransferAmount (#911) is too similar to StarTEK._transferFromExcluded(address,address,uint256).tTransferAmount (#1137)
Variable StarTEK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferStandard(address,address,uint256).rTransferAmount (#1118) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK._getValues(uint256).rTransferAmount (#911) is too similar to StarTEK._getValues(uint256).tTransferAmount (#910)
Variable StarTEK.reflectionFromToken(uint256,bool).rTransferAmount (#830) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to StarTEK._transferBothExcluded(address,address,uint256).tTransferAmount (#864)
Variable StarTEK._getValues(uint256).rTransferAmount (#911) is too similar to StarTEK._transferStandard(address,address,uint256).tTransferAmount (#1118)
Variable StarTEK._transferStandard(address,address,uint256).rTransferAmount (#1118) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK._transferBothExcluded(address,address,uint256).rTransferAmount (#864) is too similar to StarTEK._getTValues(uint256).tTransferAmount (#918)
Variable StarTEK._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#926) is too similar to StarTEK._transferToExcluded(address,address,uint256).tTransferAmount (#1127)
Prevent variables from having similar names.

Additional information: link

StarTEK.slitherConstructorVariables() (#687-1148) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** 8 (#701)
StarTEK.slitherConstructorVariables() (#687-1148) uses literals with too many digits:
- _maxTxAmount = 500000000 * 10 ** 8 (#721)
StarTEK.slitherConstructorVariables() (#687-1148) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 50000000 * 10 ** 8 (#722)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

StarTEK._decimals (#707) should be constant
StarTEK._name (#705) should be constant
StarTEK._symbol (#706) should be constant
StarTEK._tTotal (#701) should be constant
StarTEK.numTokensSellToAddToLiquidity (#722) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#437-440)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#446-450)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#452-454)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#457-462)
unlock() should be declared external:
- Ownable.unlock() (#465-470)
name() should be declared external:
- StarTEK.name() (#756-758)
symbol() should be declared external:
- StarTEK.symbol() (#760-762)
decimals() should be declared external:
- StarTEK.decimals() (#764-766)
totalSupply() should be declared external:
- StarTEK.totalSupply() (#768-770)
transfer(address,uint256) should be declared external:
- StarTEK.transfer(address,uint256) (#777-780)
allowance(address,address) should be declared external:
- StarTEK.allowance(address,address) (#782-784)
approve(address,uint256) should be declared external:
- StarTEK.approve(address,uint256) (#786-789)
transferFrom(address,address,uint256) should be declared external:
- StarTEK.transferFrom(address,address,uint256) (#791-795)
increaseAllowance(address,uint256) should be declared external:
- StarTEK.increaseAllowance(address,uint256) (#797-800)
decreaseAllowance(address,uint256) should be declared external:
- StarTEK.decreaseAllowance(address,uint256) (#802-805)
isExcludedFromReward(address) should be declared external:
- StarTEK.isExcludedFromReward(address) (#807-809)
totalFees() should be declared external:
- StarTEK.totalFees() (#811-813)
deliver(uint256) should be declared external:
- StarTEK.deliver(uint256) (#815-822)
reflectionFromToken(uint256,bool) should be declared external:
- StarTEK.reflectionFromToken(uint256,bool) (#824-833)
excludeFromReward(address) should be declared external:
- StarTEK.excludeFromReward(address) (#841-849)
excludeFromFee(address) should be declared external:
- StarTEK.excludeFromFee(address) (#874-876)
includeInFee(address) should be declared external:
- StarTEK.includeInFee(address) (#878-880)
setSwapAndLiquifyEnabled(bool) should be declared external:
- StarTEK.setSwapAndLiquifyEnabled(bool) (#896-899)
isExcludedFromFee(address) should be declared external:
- StarTEK.isExcludedFromFee(address) (#982-984)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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


Token has only one trading pair

Contract has 10% buy tax and 9% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


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


Token is deployed only at one blockchain


Telegram account has relatively few subscribers


Twitter account has relatively few followers


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 contract audit


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 token on CoinHunt

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low

Price for STEK

News for STEK