Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
TestToken._approve(address,address,uint256).owner (#738) shadows:
- Ownable.owner() (#82-84) (function)
TestToken.allowance(address,address).owner (#600) shadows:
- Ownable.owner() (#82-84) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#48-50) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (#31) allows old versions
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
Function IPancakeRouter01.WETH() (#294) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#273) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#256) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#255) is not in mixedCase
Function TestToken._isWhiteListed(address) (#512-514) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#299) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#300)
Prevent variables from having similar names.
Additional information: link
TestToken.constructor() (#486-509) uses literals with too many digits:
- _totalSupply = 100000000 * 10 ** uint256(_decimals) (#490)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
removeFromWhiteList(address) should be declared external:
- TestToken.removeFromWhiteList(address) (#521-524)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#101-103)
allowance(address,address) should be declared external:
- TestToken.allowance(address,address) (#600-602)
approve(address,uint256) should be declared external:
- TestToken.approve(address,uint256) (#611-614)
totalSupply() should be declared external:
- TestToken.totalSupply() (#573-575)
removeFromExchanges(address) should be declared external:
- TestToken.removeFromExchanges(address) (#532-535)
decimals() should be declared external:
- TestToken.decimals() (#566-568)
symbol() should be declared external:
- TestToken.symbol() (#549-551)
addToExchanges(address) should be declared external:
- TestToken.addToExchanges(address) (#527-530)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#109-112)
_isWhiteListed(address) should be declared external:
- TestToken._isWhiteListed(address) (#512-514)
decreaseAllowance(address,uint256) should be declared external:
- TestToken.decreaseAllowance(address,uint256) (#676-684)
addToWhiteList(address) should be declared external:
- TestToken.addToWhiteList(address) (#516-519)
transferFrom(address,address,uint256) should be declared external:
- TestToken.transferFrom(address,address,uint256) (#629-643)
transfer(address,uint256) should be declared external:
- TestToken.transfer(address,uint256) (#592-595)
increaseAllowance(address,uint256) should be declared external:
- TestToken.increaseAllowance(address,uint256) (#657-660)
balanceOf(address) should be declared external:
- TestToken.balanceOf(address) (#580-582)
name() should be declared external:
- TestToken.name() (#541-543)
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 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 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