CHILDMOON Token Logo

CHILD [CHILDMOON] Token

About CHILD

Listings

Not Found
Token 2 years

Website

Not Found

JOIN US BIG COMMUNITY!!

https://t.co/7o8aTHaHZw…

Social

Laser Scorebeta Last Audit: 15 January 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

CHILDMOON._getTransactionValues(uint256) (#630-634) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(3) (#631)
Consider ordering multiplication before division.

Additional information: link

CHILDMOON.allowance(address,address).owner (#476) shadows:
- Ownable.owner() (#382-384) (function)
CHILDMOON._approve(address,address,uint256).owner (#557) 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

CHILDMOON.includeAccount(address) (#544-555) has costly operations inside a loop:
- _excluded.pop() (#551)
Use a local variable to hold the loop computation result.

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() (#9-12) 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 CHILDMOON._tTotal (#432) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable CHILDMOON._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON._getValues(uint256).rTransferAmount (#626) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON._transferStandard(address,address,uint256).rTransferAmount (#583) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Variable CHILDMOON._getValues(uint256).rTransferAmount (#626) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON._getRValues(uint256,uint256,uint256).rTransferAmount (#639) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Variable CHILDMOON._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._getValues(uint256).rTransferAmount (#626) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._getValues(uint256).rTransferAmount (#626) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to CHILDMOON._transferBothExcluded(address,address,uint256).tTransferAmount (#609)
Variable CHILDMOON._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to CHILDMOON._getTransactionValues(uint256).tTransferAmount (#632)
Variable CHILDMOON._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to CHILDMOON._transferToExcluded(address,address,uint256).tTransferAmount (#591)
Variable CHILDMOON._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to CHILDMOON._transferFromExcluded(address,address,uint256).tTransferAmount (#600)
Variable CHILDMOON._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON._getValues(uint256).rTransferAmount (#626) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to CHILDMOON._transferStandard(address,address,uint256).tTransferAmount (#583)
Variable CHILDMOON._transferFromExcluded(address,address,uint256).rTransferAmount (#600) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Variable CHILDMOON._transferBothExcluded(address,address,uint256).rTransferAmount (#609) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Variable CHILDMOON._getValues(uint256).rTransferAmount (#626) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Variable CHILDMOON.reflectionFromToken(uint256,bool).rTransferAmount (#524) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Variable CHILDMOON._transferToExcluded(address,address,uint256).rTransferAmount (#591) is too similar to CHILDMOON._getValues(uint256).tTransferAmount (#624)
Prevent variables from having similar names.

Additional information: link

CHILDMOON.slitherConstructorConstantVariables() (#420-660) uses literals with too many digits:
- _tTotal = 200000000000000000000 (#432)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

CHILDMOON._charityOwner (#440) is never used in CHILDMOON (#420-660)
Remove unused state variables.

Additional information: link

CHILDMOON._charityOwner (#440) should be constant
CHILDMOON._decimals (#438) should be constant
CHILDMOON._name (#436) should be constant
CHILDMOON._symbol (#437) 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:
- CHILDMOON.name() (#450-452)
symbol() should be declared external:
- CHILDMOON.symbol() (#454-456)
decimals() should be declared external:
- CHILDMOON.decimals() (#458-460)
totalSupply() should be declared external:
- CHILDMOON.totalSupply() (#462-464)
balanceOf(address) should be declared external:
- CHILDMOON.balanceOf(address) (#466-469)
transfer(address,uint256) should be declared external:
- CHILDMOON.transfer(address,uint256) (#471-474)
allowance(address,address) should be declared external:
- CHILDMOON.allowance(address,address) (#476-478)
approve(address,uint256) should be declared external:
- CHILDMOON.approve(address,uint256) (#480-483)
transferFrom(address,address,uint256) should be declared external:
- CHILDMOON.transferFrom(address,address,uint256) (#485-489)
increaseAllowance(address,uint256) should be declared external:
- CHILDMOON.increaseAllowance(address,uint256) (#491-494)
decreaseAllowance(address,uint256) should be declared external:
- CHILDMOON.decreaseAllowance(address,uint256) (#496-499)
isExcluded(address) should be declared external:
- CHILDMOON.isExcluded(address) (#501-503)
totalFees() should be declared external:
- CHILDMOON.totalFees() (#505-507)
reflect(uint256) should be declared external:
- CHILDMOON.reflect(uint256) (#509-516)
reflectionFromToken(uint256,bool) should be declared external:
- CHILDMOON.reflectionFromToken(uint256,bool) (#518-527)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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


Young tokens have high risks of price dump / death

Price for CHILD

News for CHILD