Camelcoin Token Logo

CLC [Camelcoin] Token

ALERT: dead

About CLC

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 21 April 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

CAMELCOIN._getTValues(uint256) (#624-628) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(2) (#625)
Consider ordering multiplication before division.

Additional information: link

CAMELCOIN.includeAccount(address) (#538-549) has costly operations inside a loop:
- _excluded.pop() (#545)
Use a local variable to hold the loop computation result.

Additional information: link

CAMELCOIN.allowance(address,address).owner (#470) shadows:
- Ownable.owner() (#382-384) (function)
CAMELCOIN._approve(address,address,uint256).owner (#551) shadows:
- Ownable.owner() (#382-384) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#248-257) uses assembly
- INLINE ASM (#255)
Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) uses assembly
- INLINE ASM (#354-357)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#341-362) is never used and should be removed
Address.functionCall(address,bytes) (#301-303) is never used and should be removed
Address.functionCall(address,bytes,string) (#311-313) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#326-328) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#336-339) is never used and should be removed
Address.isContract(address) (#248-257) is never used and should be removed
Address.sendValue(address,uint256) (#275-281) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#208-210) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#224-227) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#275-281):
- (success) = recipient.call{value: amount}() (#279)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#341-362):
- (success,returndata) = target.call{value: weiValue}(data) (#345)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant CAMELCOIN._tTotal (#431) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable CAMELCOIN._getValues(uint256).rTransferAmount (#620) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN._getValues(uint256).rTransferAmount (#620) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN._getValues(uint256).rTransferAmount (#620) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Variable CAMELCOIN._getValues(uint256).rTransferAmount (#620) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN._getRValues(uint256,uint256,uint256).rTransferAmount (#633) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Variable CAMELCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Variable CAMELCOIN._getValues(uint256).rTransferAmount (#620) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Variable CAMELCOIN.reflectionFromToken(uint256,bool).rTransferAmount (#518) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Variable CAMELCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN._getValues(uint256).rTransferAmount (#620) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Variable CAMELCOIN._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to CAMELCOIN._transferFromExcluded(address,address,uint256).tTransferAmount (#594)
Variable CAMELCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN._transferBothExcluded(address,address,uint256).rTransferAmount (#603) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to CAMELCOIN._transferStandard(address,address,uint256).tTransferAmount (#577)
Variable CAMELCOIN._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to CAMELCOIN._transferBothExcluded(address,address,uint256).tTransferAmount (#603)
Variable CAMELCOIN._transferStandard(address,address,uint256).rTransferAmount (#577) is too similar to CAMELCOIN._transferToExcluded(address,address,uint256).tTransferAmount (#585)
Variable CAMELCOIN._transferToExcluded(address,address,uint256).rTransferAmount (#585) is too similar to CAMELCOIN._getTValues(uint256).tTransferAmount (#626)
Variable CAMELCOIN._transferFromExcluded(address,address,uint256).rTransferAmount (#594) is too similar to CAMELCOIN._getValues(uint256).tTransferAmount (#618)
Prevent variables from having similar names.

Additional information: link

CAMELCOIN.slitherConstructorConstantVariables() (#419-654) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 (#431)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CAMELCOIN._decimals (#437) should be constant
CAMELCOIN._name (#435) should be constant
CAMELCOIN._symbol (#436) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#382-384)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#401-404)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#410-414)
name() should be declared external:
- CAMELCOIN.name() (#444-446)
symbol() should be declared external:
- CAMELCOIN.symbol() (#448-450)
decimals() should be declared external:
- CAMELCOIN.decimals() (#452-454)
totalSupply() should be declared external:
- CAMELCOIN.totalSupply() (#456-458)
balanceOf(address) should be declared external:
- CAMELCOIN.balanceOf(address) (#460-463)
transfer(address,uint256) should be declared external:
- CAMELCOIN.transfer(address,uint256) (#465-468)
allowance(address,address) should be declared external:
- CAMELCOIN.allowance(address,address) (#470-472)
approve(address,uint256) should be declared external:
- CAMELCOIN.approve(address,uint256) (#474-477)
transferFrom(address,address,uint256) should be declared external:
- CAMELCOIN.transferFrom(address,address,uint256) (#479-483)
increaseAllowance(address,uint256) should be declared external:
- CAMELCOIN.increaseAllowance(address,uint256) (#485-488)
decreaseAllowance(address,uint256) should be declared external:
- CAMELCOIN.decreaseAllowance(address,uint256) (#490-493)
isExcluded(address) should be declared external:
- CAMELCOIN.isExcluded(address) (#495-497)
totalFees() should be declared external:
- CAMELCOIN.totalFees() (#499-501)
reflect(uint256) should be declared external:
- CAMELCOIN.reflect(uint256) (#503-510)
reflectionFromToken(uint256,bool) should be declared external:
- CAMELCOIN.reflectionFromToken(uint256,bool) (#512-521)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is low.


Unable to find Telegram and Twitter accounts


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


Token is marked as risky (blacklisted creator, fake name, dead project, etc.)

Additional information: link

Price for CLC