Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Kevin._getTValues(uint256) (#685-689) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#686)
Consider ordering multiplication before division.
Additional information: link
Kevin.allowance(address,address).owner (#531) shadows:
- Ownable.owner() (#443-445) (function)
Kevin._approve(address,address,uint256).owner (#612) shadows:
- Ownable.owner() (#443-445) (function)
Rename the local variables that shadow another component.
Additional information: link
Address.isContract(address) (#309-318) uses assembly
- INLINE ASM (#316)
Address._functionCallWithValue(address,bytes,uint256,string) (#402-423) uses assembly
- INLINE ASM (#415-418)
Do not use evm assembly.
Additional information: link
Kevin.includeAccount(address) (#599-610) has costly operations inside a loop:
- _excluded.pop() (#606)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#402-423) is never used and should be removed
Address.functionCall(address,bytes) (#362-364) is never used and should be removed
Address.functionCall(address,bytes,string) (#372-374) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#387-389) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#397-400) is never used and should be removed
Address.isContract(address) (#309-318) is never used and should be removed
Address.sendValue(address,uint256) (#336-342) is never used and should be removed
Context._msgData() (#71-74) is never used and should be removed
SafeMath.mod(uint256,uint256) (#269-271) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#285-288) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#336-342):
- (success) = recipient.call{value: amount}() (#340)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#402-423):
- (success,returndata) = target.call{value: weiValue}(data) (#406)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Constant Kevin._tTotal (#492) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#72)" inContext (#66-75)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable Kevin._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable Kevin._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin._transferFromExcluded(address,address,uint256).rTransferAmount (#655) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin._transferStandard(address,address,uint256).rTransferAmount (#638) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin._getRValues(uint256,uint256,uint256).rTransferAmount (#694) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin._getRValues(uint256,uint256,uint256).rTransferAmount (#694) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin._transferStandard(address,address,uint256).rTransferAmount (#638) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin.reflectionFromToken(uint256,bool).rTransferAmount (#579) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin._getRValues(uint256,uint256,uint256).rTransferAmount (#694) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin._transferStandard(address,address,uint256).rTransferAmount (#638) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin._transferToExcluded(address,address,uint256).rTransferAmount (#646) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin.reflectionFromToken(uint256,bool).rTransferAmount (#579) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin._getValues(uint256).rTransferAmount (#681) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin._getRValues(uint256,uint256,uint256).rTransferAmount (#694) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin._transferStandard(address,address,uint256).rTransferAmount (#638) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin._transferBothExcluded(address,address,uint256).rTransferAmount (#664) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin._getRValues(uint256,uint256,uint256).rTransferAmount (#694) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin._getValues(uint256).rTransferAmount (#681) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin._transferFromExcluded(address,address,uint256).rTransferAmount (#655) is too similar to Kevin._transferToExcluded(address,address,uint256).tTransferAmount (#646)
Variable Kevin._transferFromExcluded(address,address,uint256).rTransferAmount (#655) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin._transferStandard(address,address,uint256).rTransferAmount (#638) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin._transferFromExcluded(address,address,uint256).rTransferAmount (#655) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin._transferToExcluded(address,address,uint256).rTransferAmount (#646) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin.reflectionFromToken(uint256,bool).rTransferAmount (#579) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin._getValues(uint256).rTransferAmount (#681) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin.reflectionFromToken(uint256,bool).rTransferAmount (#579) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable Kevin._transferToExcluded(address,address,uint256).rTransferAmount (#646) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin.reflectionFromToken(uint256,bool).rTransferAmount (#579) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin._transferToExcluded(address,address,uint256).rTransferAmount (#646) is too similar to Kevin._getTValues(uint256).tTransferAmount (#687)
Variable Kevin._transferToExcluded(address,address,uint256).rTransferAmount (#646) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable Kevin._getValues(uint256).rTransferAmount (#681) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin._getRValues(uint256,uint256,uint256).rTransferAmount (#694) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable Kevin._transferFromExcluded(address,address,uint256).rTransferAmount (#655) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin._transferToExcluded(address,address,uint256).rTransferAmount (#646) is too similar to Kevin._getValues(uint256).tTransferAmount (#679)
Variable Kevin._transferFromExcluded(address,address,uint256).rTransferAmount (#655) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable Kevin.reflectionFromToken(uint256,bool).rTransferAmount (#579) is too similar to Kevin._transferFromExcluded(address,address,uint256).tTransferAmount (#655)
Variable Kevin._getValues(uint256).rTransferAmount (#681) is too similar to Kevin._transferStandard(address,address,uint256).tTransferAmount (#638)
Variable Kevin._getValues(uint256).rTransferAmount (#681) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Variable Kevin._transferStandard(address,address,uint256).rTransferAmount (#638) is too similar to Kevin._transferBothExcluded(address,address,uint256).tTransferAmount (#664)
Prevent variables from having similar names.
Additional information: link
Kevin.slitherConstructorConstantVariables() (#480-715) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 (#492)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Kevin._decimals (#498) should be constant
Kevin._name (#496) should be constant
Kevin._symbol (#497) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#443-445)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#462-465)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#471-475)
name() should be declared external:
- Kevin.name() (#505-507)
symbol() should be declared external:
- Kevin.symbol() (#509-511)
decimals() should be declared external:
- Kevin.decimals() (#513-515)
totalSupply() should be declared external:
- Kevin.totalSupply() (#517-519)
balanceOf(address) should be declared external:
- Kevin.balanceOf(address) (#521-524)
transfer(address,uint256) should be declared external:
- Kevin.transfer(address,uint256) (#526-529)
allowance(address,address) should be declared external:
- Kevin.allowance(address,address) (#531-533)
approve(address,uint256) should be declared external:
- Kevin.approve(address,uint256) (#535-538)
transferFrom(address,address,uint256) should be declared external:
- Kevin.transferFrom(address,address,uint256) (#540-544)
increaseAllowance(address,uint256) should be declared external:
- Kevin.increaseAllowance(address,uint256) (#546-549)
decreaseAllowance(address,uint256) should be declared external:
- Kevin.decreaseAllowance(address,uint256) (#551-554)
isExcluded(address) should be declared external:
- Kevin.isExcluded(address) (#556-558)
totalFees() should be declared external:
- Kevin.totalFees() (#560-562)
reflect(uint256) should be declared external:
- Kevin.reflect(uint256) (#564-571)
reflectionFromToken(uint256,bool) should be declared external:
- Kevin.reflectionFromToken(uint256,bool) (#573-582)
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.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d PancakeSwap volume is low.
Average 30d number of PancakeSwap swaps is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 2% buy tax and 1% sell tax.
Taxes are low and contract ownership is renounced.
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