WIKI CAT Token Logo

WIKICAT [WIKI CAT] Token

ALERT: honeypot scam

About WIKICAT

Listings

Not Found
Token 3 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 19 August 2022

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

Reentrancy in WKCWIKICAT._transfer(address,address,uint256) (#793-829):
External calls:
- swapAndSendToFee(sellTokens) (#815)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#815)
- address(_marketingWallet).transfer(ethToSend) (#836)
State variables written after the call(s):
- _tOwned[from] -= amount (#819)
- transferAmount = _getValues(amount,from) (#824)
- _tOwned[address(this)] += marketingFee + liquidityFee (#775)
- _tOwned[to] += transferAmount (#827)
- swapping = false (#816)
Apply the check-effects-interactions pattern.

Additional information: link


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

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

Additional information: link

Reentrancy in WKCWIKICAT.constructor() (#691-707):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#696)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#702)
- _isExcludedFromFee[address(this)] = true (#703)
- _isExcludedFromFee[_marketingWallet] = true (#704)
- uniswapV2Pair = _uniswapV2Pair (#699)
- uniswapV2Router = _uniswapV2Router (#698)
Reentrancy in WKCWIKICAT.swapAndLiquify() (#839-851):
External calls:
- newBalance = swapTokensForEth(half) (#844)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
- addLiquidity(otherHalf,newBalance) (#848)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#878-885)
- (success) = recipient.call{value: amount}() (#298)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#888)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#848)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#878-885)
- (success) = recipient.call{value: amount}() (#298)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#848)
- _allowances[owner][spender] = amount (#789)
Reentrancy in WKCWIKICAT.transferFrom(address,address,uint256) (#743-747):
External calls:
- _transfer(sender,recipient,amount) (#744)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- _transfer(sender,recipient,amount) (#744)
- address(_marketingWallet).transfer(ethToSend) (#836)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#745)
- _allowances[owner][spender] = amount (#789)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in WKCWIKICAT._transfer(address,address,uint256) (#793-829):
External calls:
- swapAndSendToFee(sellTokens) (#815)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- swapAndSendToFee(sellTokens) (#815)
- address(_marketingWallet).transfer(ethToSend) (#836)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#776)
- transferAmount = _getValues(amount,from) (#824)
- Transfer(from,to,transferAmount) (#828)
Reentrancy in WKCWIKICAT.constructor() (#691-707):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#696)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#706)
Reentrancy in WKCWIKICAT.swapAndLiquify() (#839-851):
External calls:
- newBalance = swapTokensForEth(half) (#844)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
- addLiquidity(otherHalf,newBalance) (#848)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#878-885)
- (success) = recipient.call{value: amount}() (#298)
- address(_marketingWallet).sendValue(ethAmount - ethFromLiquidity) (#888)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#848)
- (ethFromLiquidity) = uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#878-885)
- (success) = recipient.call{value: amount}() (#298)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#790)
- addLiquidity(otherHalf,newBalance) (#848)
- SwapAndLiquify(half,newBalance,otherHalf) (#849)
Reentrancy in WKCWIKICAT.transferFrom(address,address,uint256) (#743-747):
External calls:
- _transfer(sender,recipient,amount) (#744)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#863-869)
External calls sending eth:
- _transfer(sender,recipient,amount) (#744)
- address(_marketingWallet).transfer(ethToSend) (#836)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#790)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#745)
Apply the check-effects-interactions pattern.

Additional information: link

WKCWIKICAT._transfer(address,address,uint256) (#793-829) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_lastBuy[to] + _buyCooldown < block.timestamp,Must wait til after coooldown to buy) (#807)
WKCWIKICAT.addLiquidity(uint256,uint256) (#873-889) uses timestamp for comparisons
Dangerous comparisons:
- ethAmount - ethFromLiquidity > 0 (#887)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#267-276) uses assembly
- INLINE ASM (#274)
Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) uses assembly
- INLINE ASM (#373-376)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#360-381) is never used and should be removed
Address.functionCall(address,bytes) (#320-322) is never used and should be removed
Address.functionCall(address,bytes,string) (#330-332) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#345-347) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#355-358) is never used and should be removed
Address.isContract(address) (#267-276) is never used and should be removed
Address.sendValue(address,uint256) (#294-300) is never used and should be removed
Context._msgData() (#239-242) is never used and should be removed
SafeMath.add(uint256,uint256) (#102-107) is never used and should be removed
SafeMath.div(uint256,uint256) (#176-178) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#192-198) is never used and should be removed
SafeMath.mod(uint256,uint256) (#212-214) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#228-231) is never used and should be removed
SafeMath.mul(uint256,uint256) (#150-162) is never used and should be removed
SafeMath.sub(uint256,uint256) (#119-121) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#133-138) is never used and should be removed
WKCWIKICAT.addLiquidity(uint256,uint256) (#873-889) is never used and should be removed
WKCWIKICAT.swapAndLiquify() (#839-851) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.13 (#1) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.13 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#294-300):
- (success) = recipient.call{value: amount}() (#298)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#360-381):
- (success,returndata) = target.call{value: weiValue}(data) (#364)
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() (#484) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#485) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#502) is not in mixedCase
Function IUniswapV2Router01.WETH() (#524) is not in mixedCase
Variable WKCWIKICAT._maxTxAmount (#674) is not in mixedCase
Constant WKCWIKICAT._name (#676) is not in UPPER_CASE_WITH_UNDERSCORES
Constant WKCWIKICAT._symbol (#677) is not in UPPER_CASE_WITH_UNDERSCORES
Constant WKCWIKICAT._decimals (#678) is not in UPPER_CASE_WITH_UNDERSCORES
Variable WKCWIKICAT._buyCooldown (#684) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#240)" inContext (#234-243)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in WKCWIKICAT._transfer(address,address,uint256) (#793-829):
External calls:
- swapAndSendToFee(sellTokens) (#815)
- address(_marketingWallet).transfer(ethToSend) (#836)
State variables written after the call(s):
- _tOwned[from] -= amount (#819)
- transferAmount = _getValues(amount,from) (#824)
- _tOwned[address(this)] += marketingFee + liquidityFee (#775)
- _tOwned[to] += transferAmount (#827)
- swapping = false (#816)
Event emitted after the call(s):
- Transfer(from,address(this),marketingFee + liquidityFee) (#776)
- transferAmount = _getValues(amount,from) (#824)
- Transfer(from,to,transferAmount) (#828)
Reentrancy in WKCWIKICAT.transferFrom(address,address,uint256) (#743-747):
External calls:
- _transfer(sender,recipient,amount) (#744)
- address(_marketingWallet).transfer(ethToSend) (#836)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#745)
- _allowances[owner][spender] = amount (#789)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#790)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#745)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#529) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#530)
Prevent variables from having similar names.

Additional information: link

WKCWIKICAT.slitherConstructorVariables() (#661-891) uses literals with too many digits:
- _tTotal = 1000000000000 * 10 ** 9 (#673)
WKCWIKICAT.slitherConstructorVariables() (#661-891) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#674)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

WKCWIKICAT._buyCooldown (#684) should be constant
WKCWIKICAT._liquidityFee (#681) should be constant
WKCWIKICAT._marketingFee (#680) should be constant
WKCWIKICAT._marketingWallet (#682) should be constant
WKCWIKICAT._maxTxAmount (#674) should be constant
WKCWIKICAT._tTotal (#673) 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)
name() should be declared external:
- WKCWIKICAT.name() (#709-711)
symbol() should be declared external:
- WKCWIKICAT.symbol() (#713-715)
decimals() should be declared external:
- WKCWIKICAT.decimals() (#717-719)
totalSupply() should be declared external:
- WKCWIKICAT.totalSupply() (#721-723)
transfer(address,uint256) should be declared external:
- WKCWIKICAT.transfer(address,uint256) (#729-732)
allowance(address,address) should be declared external:
- WKCWIKICAT.allowance(address,address) (#734-736)
approve(address,uint256) should be declared external:
- WKCWIKICAT.approve(address,uint256) (#738-741)
transferFrom(address,address,uint256) should be declared external:
- WKCWIKICAT.transferFrom(address,address,uint256) (#743-747)
increaseAllowance(address,uint256) should be declared external:
- WKCWIKICAT.increaseAllowance(address,uint256) (#749-752)
decreaseAllowance(address,uint256) should be declared external:
- WKCWIKICAT.decreaseAllowance(address,uint256) (#754-757)
excludeFromFee(address) should be declared external:
- WKCWIKICAT.excludeFromFee(address) (#759-761)
includeInFee(address) should be declared external:
- WKCWIKICAT.includeInFee(address) (#763-765)
isExcludedFromFee(address) should be declared external:
- WKCWIKICAT.isExcludedFromFee(address) (#781-783)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 9% buy tax and 99% sell tax.
Taxes are extremely high (over 30%)

Additional information: link


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.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


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

Additional information: link


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for WIKICAT