KCCM Token Logo

KCCM Token

About KCCM

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

The first major Micro & LowCap launchPad on KCC. Bringing stabilty, safety and amazing opportunities on the new and highly anticipated KuCoin Community Chain!

The deflationary nature of KCCM, redistributes 0.5% to Holders and another 0.5% is burned, making KCCM scarce with each transaction. The KCC MemePad team individually vets all prospective projects on our launchpad. Only the best of the best make it to the Public.

-Deflationary LaunchPad

-Incubation of Microcaps & Fairlaunchs.

-Benefit to holders inform of fee re-distribution & Burn.

Social

Laser Scorebeta Last Audit: 17 May 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.


Contract ownership is not renounced (belongs to a wallet)


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

KCCM.allowance(address,address).owner (#511) shadows:
- Ownable.owner() (#412-414) (function)
KCCM._approve(address,address,uint256).owner (#604) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

KCCM.setTaxPercent(uint256) (#737-740) should emit an event for:
- _tax_fee = _taxFee (#738)
- _burn_fee = _taxFee (#739)
Emit an event for critical parameter changes.

Additional information: link

Address.isContract(address) (#266-275) uses assembly
- INLINE ASM (#273)
Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) uses assembly
- INLINE ASM (#372-375)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#359-380) is never used and should be removed
Address.functionCall(address,bytes) (#319-321) is never used and should be removed
Address.functionCall(address,bytes,string) (#329-331) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-357) is never used and should be removed
Address.isContract(address) (#266-275) is never used and should be removed
Address.sendValue(address,uint256) (#293-299) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SafeMath.mod(uint256,uint256) (#223-225) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#239-242) is never used and should be removed
Remove unused functions.

Additional information: link

KCCM._rTotal (#468) is set pre-construction with a non-constant function or state variable:
- (_MAX - (_MAX % _tTotal))
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

Low level call in Address.sendValue(address,uint256) (#293-299):
- (success) = recipient.call{value: amount}() (#297)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#359-380):
- (success,returndata) = target.call{value: weiValue}(data) (#363)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function KCCM._getTaxFee() (#729-731) is not in mixedCase
Parameter KCCM.enableTrading(bool)._tradingEnabled (#733) is not in mixedCase
Parameter KCCM.setTaxPercent(uint256)._taxFee (#737) is not in mixedCase
Variable KCCM._tax_fee (#475) is not in mixedCase
Variable KCCM._burn_fee (#476) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable KCCM._transferBothExcluded(address,address,uint256).rTransferAmount (#673) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM._transferFromExcluded(address,address,uint256).rTransferAmount (#662) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM._transferToExcluded(address,address,uint256).rTransferAmount (#651) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM._transferBothExcluded(address,address,uint256).rTransferAmount (#673) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Variable KCCM._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#708) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM._transferBothExcluded(address,address,uint256).rTransferAmount (#673) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferStandard(address,address,uint256).rTransferAmount (#641) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM._getValues(uint256).rTransferAmount (#693) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#708) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferFromExcluded(address,address,uint256).rTransferAmount (#662) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM._transferFromExcluded(address,address,uint256).rTransferAmount (#662) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferToExcluded(address,address,uint256).rTransferAmount (#651) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._transferBothExcluded(address,address,uint256).rTransferAmount (#673) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#708) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._transferBothExcluded(address,address,uint256).rTransferAmount (#673) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM._getValues(uint256).rTransferAmount (#693) is too similar to KCCM._transferStandard(address,address,uint256).tTransferAmount (#641)
Variable KCCM._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#708) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._transferFromExcluded(address,address,uint256).rTransferAmount (#662) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._transferStandard(address,address,uint256).rTransferAmount (#641) is too similar to KCCM._transferToExcluded(address,address,uint256).tTransferAmount (#651)
Variable KCCM._transferBothExcluded(address,address,uint256).rTransferAmount (#673) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM._transferToExcluded(address,address,uint256).rTransferAmount (#651) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Variable KCCM._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#708) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM._transferToExcluded(address,address,uint256).rTransferAmount (#651) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM._getValues(uint256).rTransferAmount (#693) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Variable KCCM._transferStandard(address,address,uint256).rTransferAmount (#641) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Variable KCCM.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM._transferToExcluded(address,address,uint256).rTransferAmount (#651) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferFromExcluded(address,address,uint256).rTransferAmount (#662) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Variable KCCM._getValues(uint256).rTransferAmount (#693) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM._getValues(uint256).rTransferAmount (#693) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM._transferStandard(address,address,uint256).rTransferAmount (#641) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM._transferStandard(address,address,uint256).rTransferAmount (#641) is too similar to KCCM._transferFromExcluded(address,address,uint256).tTransferAmount (#662)
Variable KCCM.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferFromExcluded(address,address,uint256).rTransferAmount (#662) is too similar to KCCM._getTValues(uint256,uint256,uint256).tTransferAmount (#700)
Variable KCCM._getValues(uint256).rTransferAmount (#693) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferStandard(address,address,uint256).rTransferAmount (#641) is too similar to KCCM._getValues(uint256).tTransferAmount (#691)
Variable KCCM._transferToExcluded(address,address,uint256).rTransferAmount (#651) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Variable KCCM._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#708) is too similar to KCCM._transferBothExcluded(address,address,uint256).tTransferAmount (#673)
Prevent variables from having similar names.

Additional information: link

KCCM.slitherConstructorVariables() (#447-742) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** 18 (#467)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

KCCM._decimals (#470) should be constant
KCCM._name (#461) should be constant
KCCM._symbol (#462) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
name() should be declared external:
- KCCM.name() (#485-487)
symbol() should be declared external:
- KCCM.symbol() (#489-491)
decimals() should be declared external:
- KCCM.decimals() (#493-495)
totalSupply() should be declared external:
- KCCM.totalSupply() (#497-499)
balanceOf(address) should be declared external:
- KCCM.balanceOf(address) (#501-504)
transfer(address,uint256) should be declared external:
- KCCM.transfer(address,uint256) (#506-509)
allowance(address,address) should be declared external:
- KCCM.allowance(address,address) (#511-513)
approve(address,uint256) should be declared external:
- KCCM.approve(address,uint256) (#515-518)
transferFrom(address,address,uint256) should be declared external:
- KCCM.transferFrom(address,address,uint256) (#520-524)
increaseAllowance(address,uint256) should be declared external:
- KCCM.increaseAllowance(address,uint256) (#526-529)
decreaseAllowance(address,uint256) should be declared external:
- KCCM.decreaseAllowance(address,uint256) (#531-534)
isExcluded(address) should be declared external:
- KCCM.isExcluded(address) (#536-538)
totalFees() should be declared external:
- KCCM.totalFees() (#540-542)
totalBurn() should be declared external:
- KCCM.totalBurn() (#544-546)
deliver(uint256) should be declared external:
- KCCM.deliver(uint256) (#554-561)
reflectionFromToken(uint256,bool) should be declared external:
- KCCM.reflectionFromToken(uint256,bool) (#563-572)
_getTaxFee() should be declared external:
- KCCM._getTaxFee() (#729-731)
Use the external attribute for functions never called from the contract.

Additional information: link

KCCM.includeAccount(address) (#591-602) has costly operations inside a loop:
- _excluded.pop() (#598)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


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.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Last post in Twitter was more than 30 days ago


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find audit link on the website


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for KCCM

News for KCCM