TOKE.N Token Logo

TOKE.N Token

About TOKE.N

Listings

Token 4 years

The TOKE.N project will offer an easy to use and entertaining link that allows information to be transferred from the farmer and processors to the consumer without violating cannabis advertising restrictions. When the consumer purchases cannabis from one of our partners it will come with a QR code on the packaging. The consumer will scan the code and receive the following product information along with an NFT that authenticates it.

Social

Laser Scorebeta Last Audit: 14 January 2022

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

Anti-Scam

Links


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

TOKEN._addLiquidity(uint256,uint256) (#1018-1034) sends eth to arbitrary user
Dangerous calls:
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in TOKEN._taxedTransfer(address,address,uint256,bool,bool) (#870-918):
External calls:
- _swapContractToken() (#898)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _swapContractToken() (#898)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
State variables written after the call(s):
- _removeToken(sender,amount) (#906)
- _balances[addr] = newAmount (#954)
- _balances[address(this)] += contractToken (#909)
- _addToken(recipient,taxedAmount) (#914)
- _balances[addr] = newAmount (#945)
Apply the check-effects-interactions pattern.

Additional information: link

TOKEN.TeamReleaseLiquidity() (#1247-1261) ignores return value by liquidityToken.transfer(TeamWallet,amount) (#1255)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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.


Combination 2: Unchecked transfer + 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.


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

Contract name (TOKE.N) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Contract ticker (TOKE.N) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

TOKEN.constructor() (#803-835) ignores return value by _excluded.add(TeamWallet) (#831)
TOKEN.constructor() (#803-835) ignores return value by _excluded.add(ConstructionWallet) (#832)
TOKEN.constructor() (#803-835) ignores return value by _excluded.add(msg.sender) (#833)
TOKEN._addLiquidity(uint256,uint256) (#1018-1034) ignores return value by _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
TOKEN.AddWalletExclusion(address) (#1147-1150) ignores return value by _excluded.add(exclusionAdd) (#1148)
TOKEN.TeamRemoveLiquidity() (#1263-1285) ignores return value by liquidityToken.approve(address(_pancakeRouter),amount) (#1269)
TOKEN.TeamRemoveLiquidity() (#1263-1285) ignores return value by _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,(amount * 75) / 100,(amount * 75) / 100,address(this),block.timestamp) (#1273-1280)
Ensure that all the return values of the function calls are used.

Additional information: link

TOKEN.allowance(address,address)._owner (#1330) shadows:
- Ownable._owner (#211) (state variable)
TOKEN._approve(address,address,uint256).owner (#1338) shadows:
- Ownable.owner() (#227-229) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in TOKEN.TeamRemoveLiquidity() (#1263-1285):
External calls:
- liquidityToken.approve(address(_pancakeRouter),amount) (#1269)
- _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,(amount * 75) / 100,(amount * 75) / 100,address(this),block.timestamp) (#1273-1280)
State variables written after the call(s):
- marketingBalance += newBNBBalance (#1282)
Reentrancy in TOKEN._swapContractToken() (#971-1001):
External calls:
- _swapTokenForBNB(swapToken) (#991)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _addLiquidity(liqToken,liqBNB) (#995)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#995)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
State variables written after the call(s):
- _addLiquidity(liqToken,liqBNB) (#995)
- _allowances[owner][spender] = amount (#1342)
- marketingBalance += distributeBNB (#1000)
Reentrancy in TOKEN._taxedTransfer(address,address,uint256,bool,bool) (#870-918):
External calls:
- _swapContractToken() (#898)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _swapContractToken() (#898)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
State variables written after the call(s):
- _circulatingSupply -= tokensToBeBurnt (#911)
Reentrancy in TOKEN.constructor() (#803-835):
External calls:
- _pancakePairAddress = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#811)
State variables written after the call(s):
- _burnTax = 10 (#826)
- _buyTax = 10 (#822)
- _liquidityTax = 40 (#827)
- _marketingTax = 50 (#828)
- _sellTax = 10 (#823)
- _transferTax = 10 (#824)
- balanceLimit = InitialSupply / BalanceLimitDivider (#814)
- buyLockTime = 9 (#818)
- sellLimit = InitialSupply / SellLimitDivider (#815)
Reentrancy in TOKEN.transferFrom(address,address,uint256) (#1346-1354):
External calls:
- _transfer(sender,recipient,amount) (#1347)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1347)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
State variables written after the call(s):
- _approve(sender,msg.sender,currentAllowance - amount) (#1352)
- _allowances[owner][spender] = amount (#1342)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TOKEN.TeamReleaseLiquidity() (#1247-1261):
External calls:
- liquidityToken.transfer(TeamWallet,amount) (#1255)
Event emitted after the call(s):
- Transfer(address(this),TeamWallet,amount) (#1256)
Reentrancy in TOKEN._swapContractToken() (#971-1001):
External calls:
- _swapTokenForBNB(swapToken) (#991)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _addLiquidity(liqToken,liqBNB) (#995)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _addLiquidity(liqToken,liqBNB) (#995)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1343)
- _addLiquidity(liqToken,liqBNB) (#995)
Reentrancy in TOKEN._taxedTransfer(address,address,uint256,bool,bool) (#870-918):
External calls:
- _swapContractToken() (#898)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _swapContractToken() (#898)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
Event emitted after the call(s):
- Transfer(sender,recipient,taxedAmount) (#916)
Reentrancy in TOKEN.transferFrom(address,address,uint256) (#1346-1354):
External calls:
- _transfer(sender,recipient,amount) (#1347)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1009-1015)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1347)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,minTokens,minBnb,address(this),block.timestamp) (#1023-1030)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1343)
- _approve(sender,msg.sender,currentAllowance - amount) (#1352)
Apply the check-effects-interactions pattern.

Additional information: link

TOKEN.getLiquidityReleaseTimeInSeconds() (#1038-1043) uses timestamp for comparisons
Dangerous comparisons:
- block.timestamp < _liquidityUnlockTime (#1039)
TOKEN.getAddressBuyLockTimeInSeconds(address) (#1058-1065) uses timestamp for comparisons
Dangerous comparisons:
- lockTime <= block.timestamp (#1060)
TOKEN._prolongLiquidityLock(uint256) (#1238-1244) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(newUnlockTime > _liquidityUnlockTime,Error: New unlock time is shorter than old one.) (#1240-1241)
TOKEN.TeamReleaseLiquidity() (#1247-1261) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1249)
TOKEN.TeamRemoveLiquidity() (#1263-1285) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1265)
TOKEN.TeamRemoveRemainingBNB() (#1287-1292) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1288)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#283-292) uses assembly
- INLINE ASM (#290)
Address._verifyCallResult(bool,bytes,string) (#428-445) uses assembly
- INLINE ASM (#437-440)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#428-445) is never used and should be removed
Address.functionCall(address,bytes) (#336-338) is never used and should be removed
Address.functionCall(address,bytes,string) (#346-348) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#361-363) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#371-378) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#410-412) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#420-426) is never used and should be removed
Address.functionStaticCall(address,bytes) (#386-388) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#396-402) is never used and should be removed
Address.isContract(address) (#283-292) is never used and should be removed
Address.sendValue(address,uint256) (#310-316) is never used and should be removed
EnumerableSet._at(EnumerableSet.Set,uint256) (#573-576) is never used and should be removed
EnumerableSet._length(EnumerableSet.Set) (#559-561) is never used and should be removed
EnumerableSet._remove(EnumerableSet.Set,bytes32) (#515-547) is never used and should be removed
EnumerableSet.add(EnumerableSet.Bytes32Set,bytes32) (#590-592) is never used and should be removed
EnumerableSet.add(EnumerableSet.UintSet,uint256) (#698-700) is never used and should be removed
EnumerableSet.at(EnumerableSet.AddressSet,uint256) (#682-684) is never used and should be removed
EnumerableSet.at(EnumerableSet.Bytes32Set,uint256) (#628-630) is never used and should be removed
EnumerableSet.at(EnumerableSet.UintSet,uint256) (#736-738) is never used and should be removed
EnumerableSet.contains(EnumerableSet.Bytes32Set,bytes32) (#607-609) is never used and should be removed
EnumerableSet.contains(EnumerableSet.UintSet,uint256) (#715-717) is never used and should be removed
EnumerableSet.length(EnumerableSet.AddressSet) (#668-670) is never used and should be removed
EnumerableSet.length(EnumerableSet.Bytes32Set) (#614-616) is never used and should be removed
EnumerableSet.length(EnumerableSet.UintSet) (#722-724) is never used and should be removed
EnumerableSet.remove(EnumerableSet.AddressSet,address) (#654-656) is never used and should be removed
EnumerableSet.remove(EnumerableSet.Bytes32Set,bytes32) (#600-602) is never used and should be removed
EnumerableSet.remove(EnumerableSet.UintSet,uint256) (#708-710) is never used and should be removed
Remove unused functions.

Additional information: link

TOKEN.balanceLimit (#785) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
TOKEN.sellLimit (#786) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
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) (#310-316):
- (success) = recipient.call{value: amount}() (#314)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#371-378):
- (success,returndata) = target.call{value: value}(data) (#376)
Low level call in Address.functionStaticCall(address,bytes,string) (#396-402):
- (success,returndata) = target.staticcall(data) (#400)
Low level call in Address.functionDelegateCall(address,bytes,string) (#420-426):
- (success,returndata) = target.delegatecall(data) (#424)
Low level call in TOKEN.TeamRemoveRemainingBNB() (#1287-1292):
- (sent) = TeamWallet.call{value: (address(this).balance)}() (#1289)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeERC20.DOMAIN_SEPARATOR() (#44) is not in mixedCase
Function IPancakeERC20.PERMIT_TYPEHASH() (#45) is not in mixedCase
Function IPancakeRouter01.WETH() (#148) is not in mixedCase
Parameter TOKEN.getAddressBuyLockTimeInSeconds(address).AddressToCheck (#1058) is not in mixedCase
Function TOKEN.AddressResetBuyLock() (#1073-1076) is not in mixedCase
Function TOKEN.TeamWithdrawALLMarketingBNB() (#1084-1091) is not in mixedCase
Function TOKEN.TeamWithdrawXMarketingBNB(uint256) (#1092-1100) is not in mixedCase
Function TOKEN.TeamSwitchManualBNBConversion(bool) (#1103-1106) is not in mixedCase
Function TOKEN.TeamChangeAntiWhale(uint256) (#1108-1111) is not in mixedCase
Function TOKEN.TeamChangeTeamWallet(address) (#1113-1118) is not in mixedCase
Function TOKEN.TeamChangeConstructionWallet(address) (#1120-1125) is not in mixedCase
Function TOKEN.TeamDisableBuyLock(bool) (#1128-1131) is not in mixedCase
Function TOKEN.TeamSetBuyLockTime(uint256) (#1134-1138) is not in mixedCase
Function TOKEN.TeamUpdateAmountToSwap(uint256) (#1141-1144) is not in mixedCase
Function TOKEN.AddWalletExclusion(address) (#1147-1150) is not in mixedCase
Function TOKEN.TeamSetTaxes(uint8,uint8,uint8,uint8,uint8,uint8) (#1153-1176) is not in mixedCase
Function TOKEN.TeamCreateLPandBNB() (#1179-1181) is not in mixedCase
Function TOKEN.TeamUpdateLimits(uint256,uint256) (#1190-1210) is not in mixedCase
Function TOKEN.SetupEnableTrading() (#1218-1220) is not in mixedCase
Function TOKEN.SetupLiquidityTokenAddress(address) (#1222-1226) is not in mixedCase
Function TOKEN.TeamProlongLiquidityLockInSeconds(uint256) (#1233-1236) is not in mixedCase
Function TOKEN.TeamReleaseLiquidity() (#1247-1261) is not in mixedCase
Function TOKEN.TeamRemoveLiquidity() (#1263-1285) is not in mixedCase
Function TOKEN.TeamRemoveRemainingBNB() (#1287-1292) is not in mixedCase
Parameter TOKEN.allowance(address,address)._owner (#1330) is not in mixedCase
Constant TOKEN._name (#759) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN._symbol (#760) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN._decimals (#761) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN.InitialSupply (#762) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN.BalanceLimitDivider (#767) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN.SellLimitDivider (#769) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN.MaxBuyLockTime (#771) is not in UPPER_CASE_WITH_UNDERSCORES
Constant TOKEN.DefaultLiquidityLockTime (#773) is not in UPPER_CASE_WITH_UNDERSCORES
Variable TOKEN.TeamWallet (#775) is not in mixedCase
Variable TOKEN.ConstructionWallet (#776) is not in mixedCase
Variable TOKEN.PancakeRouter (#778) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in TOKEN.TeamWithdrawALLMarketingBNB() (#1084-1091):
External calls:
- address(TeamWallet).transfer((amount * 40) / 100) (#1087)
- address(ConstructionWallet).transfer((amount - (amount * 40) / 100)) (#1088)
Event emitted after the call(s):
- Transfer(address(this),TeamWallet,(amount * 40) / 100) (#1089)
- Transfer(address(this),ConstructionWallet,(amount - (amount * 40) / 100)) (#1090)
Reentrancy in TOKEN.TeamWithdrawXMarketingBNB(uint256) (#1092-1100):
External calls:
- address(TeamWallet).transfer((amount * 40) / 100) (#1096)
- address(ConstructionWallet).transfer((amount - (amount * 40) / 100)) (#1097)
Event emitted after the call(s):
- Transfer(address(this),TeamWallet,(amount * 40) / 100) (#1098)
- Transfer(address(this),ConstructionWallet,(amount - (amount * 40) / 100)) (#1099)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#67) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#68)
Prevent variables from having similar names.

Additional information: link

TOKEN.slitherConstructorVariables() (#743-1372) uses literals with too many digits:
- currentAmountToSwap = 1000000000 * 10 ** _decimals (#765)
TOKEN.slitherConstructorVariables() (#743-1372) uses literals with too many digits:
- antiWhale = 10000000000 * 10 ** _decimals (#787)
TOKEN.slitherConstructorConstantVariables() (#743-1372) uses literals with too many digits:
- InitialSupply = 1000000000000 * 10 ** _decimals (#762)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TOKEN.DefaultLiquidityLockTime (#773) is never used in TOKEN (#743-1372)
Remove unused state variables.

Additional information: link

Holders:


Average 30d PancakeSwap volume is low.


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


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Telegram account link seems to be invalid


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


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


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


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


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


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


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for TOKE.N