Token is flagged by TokenSniffer due to presence of exploit in contract code
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
WST.allowance(address,address).owner (#149) shadows:
- Ownable.owner() (#57-59) (function)
WST._approve(address,address,uint256).owner (#258) shadows:
- Ownable.owner() (#57-59) (function)
Rename the local variables that shadow another component.
Additional information: link
WST.isContract(address) (#192-199) uses assembly
- INLINE ASM (#195-197)
Do not use evm assembly.
Additional information: link
Context._msgData() (#27-29) is never used and should be removed
WST._burn(address,uint256) (#242-255) is never used and should be removed
WST._burnLP(address,uint256) (#127-135) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.8 (#2) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
solc-0.8.8 is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
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
Parameter WST.theSL(bool)._sl (#114) is not in mixedCase
Constant WST.PancakeV2Router (#72) is not in UPPER_CASE_WITH_UNDERSCORES
Constant WST.burnWallet (#73) is not in UPPER_CASE_WITH_UNDERSCORES
Variable WST._decimals (#77) is not in mixedCase
Variable WST._symbol (#78) is not in mixedCase
Variable WST._name (#79) is not in mixedCase
Variable WST._AMOUNT (#81) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
WST.slitherConstructorConstantVariables() (#70-276) uses literals with too many digits:
- burnWallet = 0x000000000000000000000000000000000000dEaD (#73)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
WST._AMOUNT (#81) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
name() should be declared external:
- WST.name() (#94-96)
symbol() should be declared external:
- WST.symbol() (#98-100)
decimals() should be declared external:
- WST.decimals() (#102-104)
totalSupply() should be declared external:
- WST.totalSupply() (#106-108)
balanceOf(address) should be declared external:
- WST.balanceOf(address) (#110-112)
theSL(bool) should be declared external:
- WST.theSL(bool) (#114-117)
sl() should be declared external:
- WST.sl() (#119-121)
burnLP(uint256) should be declared external:
- WST.burnLP(uint256) (#123-126)
transfer(address,uint256) should be declared external:
- WST.transfer(address,uint256) (#136-147)
allowance(address,address) should be declared external:
- WST.allowance(address,address) (#149-151)
approve(address,uint256) should be declared external:
- WST.approve(address,uint256) (#153-156)
transferFrom(address,address,uint256) should be declared external:
- WST.transferFrom(address,address,uint256) (#158-183)
increaseAllowance(address,uint256) should be declared external:
- WST.increaseAllowance(address,uint256) (#201-204)
decreaseAllowance(address,uint256) should be declared external:
- WST.decreaseAllowance(address,uint256) (#206-214)
tokenContract() should be declared external:
- WST.tokenContract() (#216-218)
Use the external attribute for functions never called from the contract.
Additional information: link
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 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 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 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 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
Unable to find Telegram and Twitter accounts