KAVABoats is a fast, decentralized blockchain system that empowers decentralized finance, NFT and metaverse. It securely connects most mainstream blockchains while providing extremely fast and low-cost transactions. Especially KAVABoats is a NFT that features 3 types of introduction Quickly cultivates quite extensive seamless quality vectors and idea sharing. Facilitate inviting your friends and earn a certain commission reward every time they make a swap on KAVA.Boats and 1% of their earnings in Farms & Launchpools.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token is flagged by TokenSniffer due to presence of exploit in contract code
Contract ownership is not renounced (belongs to a wallet)
Contract name (KAVA.Boats) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
KAVABoats._tokenTransfer(address,address,uint256,bool) (#340-382) performs a multiplication on the result of a division:
-_takeTransfer(sender,_deadAddress,tAmount.div(100).mul(_deadFee),currentRate) (#355-360)
KAVABoats._tokenTransfer(address,address,uint256,bool) (#340-382) performs a multiplication on the result of a division:
-_rOwned[recipient] = _rOwned[recipient].add(rAmount.div(100).mul(recipientRate)) (#378-380)
KAVABoats._tokenTransfer(address,address,uint256,bool) (#340-382) performs a multiplication on the result of a division:
-_takeTransfer(sender,_devAddress,tAmount.div(100).mul(_devFee),currentRate) (#363-368)
KAVABoats._tokenTransfer(address,address,uint256,bool) (#340-382) performs a multiplication on the result of a division:
-Transfer(sender,recipient,tAmount.div(100).mul(recipientRate)) (#381)
KAVABoats._takeInviterFee(address,address,uint256,uint256) (#400-430) performs a multiplication on the result of a division:
-curTAmount = tAmount.div(1000).mul(rate) (#425)
Consider ordering multiplication before division.
Additional information: link
KAVABoats._tokenTransfer(address,address,uint256,bool).rate (#352) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
KAVABoats.allowance(address,address).owner (#170) shadows:
- Ownable.owner() (#30-32) (function)
KAVABoats._approve(address,address,uint256).owner (#295) shadows:
- Ownable.owner() (#30-32) (function)
Rename the local variables that shadow another component.
Additional information: link
Ownable.changeOwner(address) (#42-44) should emit an event for:
- _owner = newOwner (#43)
Emit an event for critical parameter changes.
Additional information: link
KAVABoats.setdeadFeePercent(uint256) (#263-265) should emit an event for:
- _deadFee = deaddFee (#264)
KAVABoats.setdevFeePercent(uint256) (#267-269) should emit an event for:
- _devFee = devdFee (#268)
Emit an event for critical parameter changes.
Additional information: link
Ownable.changeOwner(address).newOwner (#42) lacks a zero-check on :
- _owner = newOwner (#43)
KAVABoats.constructor(address).tokenOwner (#123) lacks a zero-check on :
- _owner = tokenOwner (#137)
KAVABoats.changeRouter(address).router (#432) lacks a zero-check on :
- uniswapV2Pair = router (#433)
Check that the address is not zero.
Additional information: link
KAVABoats._reflectFee(uint256,uint256) (#395-398) is never used and should be removed
Remove unused functions.
Additional information: link
Variable Ownable._owner (#28) is not in mixedCase
Parameter KAVABoats.setSingleaddresstax(address,uint256).Singleaddresstax (#255) is not in mixedCase
Function KAVABoats.TransferKAVABoats(address[],uint256) (#435-439) is not in mixedCase
Parameter KAVABoats.TransferKAVABoats(address[],uint256).KAVABoatsrecipient (#435) is not in mixedCase
Parameter KAVABoats.TransferKAVABoats(address[],uint256).KAVABoatsamount (#435) is not in mixedCase
Variable KAVABoats._deadFee (#106) is not in mixedCase
Variable KAVABoats._devFee (#110) is not in mixedCase
Variable KAVABoats._inviterFee (#117) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
KAVABoats.constructor(address) (#123-139) uses literals with too many digits:
- _tTotal = 300000000000 * 10 ** _decimals (#128)
KAVABoats.slitherConstructorVariables() (#89-442) uses literals with too many digits:
- _deadAddress = address(0x000000000000000000000000000000000000dEaD) (#107-108)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
KAVABoats._deadAddress (#107-108) should be constant
KAVABoats._devAddress (#111-112) should be constant
KAVABoats._inviterFee (#117) should be constant
KAVABoats.devAddress (#114-115) should be constant
Ownable._own (#29) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#30-32)
changeOwner(address) should be declared external:
- Ownable.changeOwner(address) (#42-44)
name() should be declared external:
- KAVABoats.name() (#141-143)
symbol() should be declared external:
- KAVABoats.symbol() (#145-147)
decimals() should be declared external:
- KAVABoats.decimals() (#149-151)
totalSupply() should be declared external:
- KAVABoats.totalSupply() (#153-155)
transfer(address,uint256) should be declared external:
- KAVABoats.transfer(address,uint256) (#161-168)
allowance(address,address) should be declared external:
- KAVABoats.allowance(address,address) (#170-177)
approve(address,uint256) should be declared external:
- KAVABoats.approve(address,uint256) (#179-186)
transferFrom(address,address,uint256) should be declared external:
- KAVABoats.transferFrom(address,address,uint256) (#188-203)
increaseAllowance(address,uint256) should be declared external:
- KAVABoats.increaseAllowance(address,uint256) (#205-216)
decreaseAllowance(address,uint256) should be declared external:
- KAVABoats.decreaseAllowance(address,uint256) (#218-232)
totalFees() should be declared external:
- KAVABoats.totalFees() (#234-236)
excludeFromFee(address) should be declared external:
- KAVABoats.excludeFromFee(address) (#251-253)
setSingleaddresstax(address,uint256) should be declared external:
- KAVABoats.setSingleaddresstax(address,uint256) (#255-257)
includeInFee(address) should be declared external:
- KAVABoats.includeInFee(address) (#259-261)
claimTokens() should be declared external:
- KAVABoats.claimTokens() (#286-288)
isExcludedFromFee(address) should be declared external:
- KAVABoats.isExcludedFromFee(address) (#290-292)
changeRouter(address) should be declared external:
- KAVABoats.changeRouter(address) (#432-434)
TransferKAVABoats(address[],uint256) should be declared external:
- KAVABoats.TransferKAVABoats(address[],uint256) (#435-439)
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.
Contract has 10% buy tax and 0% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Number of Binance Smart Chain (BSC) token holders is low.
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