Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
SafeMath.mod(uint256,uint256) (#37-40) is never used and should be removed
Remove unused functions.
Additional information: link
BaseToken._previousTaxFee (#132) is set pre-construction with a non-constant function or state variable:
- _taxFee
BaseToken._previousBurnFee (#135) is set pre-construction with a non-constant function or state variable:
- _burnFee
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
Pragma version^0.8.14 (#6) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.14 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
Parameter BaseToken.calculateTaxFee(uint256)._amount (#203) is not in mixedCase
Parameter BaseToken.calculateBurnFee(uint256)._amount (#209) is not in mixedCase
Function BaseToken.StandardTransfers(address) (#230-232) is not in mixedCase
Function BaseToken.CrosschainAccount(address) (#248-250) is not in mixedCase
Function BaseToken.StatsKnotse(address) (#252-255) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
KnotseBlockchain.slitherConstructorVariables() (#261-276) uses literals with too many digits:
- totalSupply = 1000000000000 * 10 ** uint256(decimals) (#124)
KnotseBlockchain.slitherConstructorVariables() (#261-276) uses literals with too many digits:
- projectAddress = 0x000000000000000000000000000000000000dEaD (#137)
KnotseBlockchain.slitherConstructorVariables() (#261-276) uses literals with too many digits:
- burnAddress = 0x000000000000000000000000000000000000dEaD (#139)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
BaseToken.burnAddress (#139) should be constant
BaseToken.projectAddress (#137) should be constant
BaseToken.totalSupply (#124) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transfer(address,uint256) should be declared external:
- BaseToken.transfer(address,uint256) (#171-174)
transferFrom(address,address,uint256) should be declared external:
- BaseToken.transferFrom(address,address,uint256) (#176-180)
approve(address,uint256) should be declared external:
- BaseToken.approve(address,uint256) (#182-187)
increaseAllowance(address,uint256) should be declared external:
- BaseToken.increaseAllowance(address,uint256) (#189-194)
decreaseAllowance(address,uint256) should be declared external:
- BaseToken.decreaseAllowance(address,uint256) (#196-201)
StandardTransfers(address) should be declared external:
- BaseToken.StandardTransfers(address) (#230-232)
includeInFee(address) should be declared external:
- BaseToken.includeInFee(address) (#239-241)
isExcludeFromFee(address) should be declared external:
- BaseToken.isExcludeFromFee(address) (#243-246)
CrosschainAccount(address) should be declared external:
- BaseToken.CrosschainAccount(address) (#248-250)
StatsKnotse(address) should be declared external:
- BaseToken.StatsKnotse(address) (#252-255)
Use the external attribute for functions never called from the contract.
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.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
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