BabyLuoTianYi Token Logo

BabyLuoTianYi Token

ALERT: unclassified scam

About BabyLuoTianYi

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Laser Scorebeta Last Audit: 14 February 2022

report
Token seems to be a scam (type: unclassified scam).


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

BabyLuoTianYi._isExcluded (#286) is never initialized. It is used in:
- BabyLuoTianYi.isExcludedFromRewards(address) (#411-413)
BabyLuoTianYi._tFeeTotal (#292) is never initialized. It is used in:
- BabyLuoTianYi.totalFees() (#415-417)
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

Address.isContract(address) (#133-145) uses assembly
- INLINE ASM (#141-143)
Address._functionCallWithValue(address,bytes,uint256,string) (#208-234) uses assembly
- INLINE ASM (#226-229)
Do not use evm assembly.

Additional information: link

BabyLuoTianYi._transfer(address,address,uint256) (#459-474) compares to a boolean constant:
-require(bool,string)(_SENSENGG[from] == false,Transfer amount must be greater than zero) (#469)
Remove the equality to the boolean constant.

Additional information: link

BabyLuoTianYi.allowance(address,address).owner (#355) shadows:
- Ownable.owner() (#257-259) (function)
BabyLuoTianYi._approve(address,address,uint256).owner (#448) shadows:
- Ownable.owner() (#257-259) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.transferOwnership(address).newOwner (#273) lacks a zero-check on :
- _owner = newOwner (#274)
Check that the address is not zero.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#208-234) is never used and should be removed
Address.functionCall(address,bytes) (#163-168) is never used and should be removed
Address.functionCall(address,bytes,string) (#171-177) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#180-192) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#195-206) is never used and should be removed
Address.isContract(address) (#133-145) is never used and should be removed
Address.sendValue(address,uint256) (#148-160) is never used and should be removed
Context._msgData() (#124-127) is never used and should be removed
SafeMath.mod(uint256,uint256) (#104-106) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#109-116) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.9 (#5) is known to contain severe issues (https://solidity.readthedocs.io/en/latest/bugs.html)
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#148-160):
- (success) = recipient.call{value: amount}() (#155)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#208-234):
- (success,returndata) = target.call{value: weiValue}(data) (#217-219)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function BabyLuoTianYi._VGFGC(address,uint256) (#402-409) is not in mixedCase
Parameter BabyLuoTianYi._VGFGC(address,uint256).PZPZOO (#402) is not in mixedCase
Parameter BabyLuoTianYi._VGFGC(address,uint256).TRTROT (#402) is not in mixedCase
Function BabyLuoTianYi.__FDFDGK(bool) (#427-429) is not in mixedCase
Function BabyLuoTianYi.__ERBGGBS(address) (#430-432) is not in mixedCase
Function BabyLuoTianYi.__FGGOOU(address) (#434-436) is not in mixedCase
Function BabyLuoTianYi.FRTYHB(address) (#438-445) is not in mixedCase
Variable BabyLuoTianYi._ERERNGHB (#282) is not in mixedCase
Variable BabyLuoTianYi._maxTxAmount (#290) is not in mixedCase
Variable BabyLuoTianYi._SENSENGG (#301) is not in mixedCase
Variable BabyLuoTianYi._GOTTGO (#302) is not in mixedCase
Variable BabyLuoTianYi._XGOXG (#303) is not in mixedCase
Variable BabyLuoTianYi.SENSENGG (#305) is not in mixedCase
Variable BabyLuoTianYi._DJDJGG (#306) is not in mixedCase
Variable BabyLuoTianYi.__DJDJGG (#307) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#125)" inContext (#119-128)
Remove redundant statements if they congest code but offer no value.

Additional information: link

BabyLuoTianYi.slitherConstructorVariables() (#278-492) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#241)
BabyLuoTianYi.slitherConstructorVariables() (#278-492) uses literals with too many digits:
- _total = 1000000000000 * 10 ** 8 (#289)
BabyLuoTianYi.slitherConstructorVariables() (#278-492) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 8 (#290)
BabyLuoTianYi.slitherConstructorVariables() (#278-492) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000000000000 * 10 ** 8 (#291)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BabyLuoTianYi.MAX (#288) is never used in BabyLuoTianYi (#278-492)
Remove unused state variables.

Additional information: link

BabyLuoTianYi._GOTTGO (#302) should be constant
BabyLuoTianYi._decimals (#296) should be constant
BabyLuoTianYi._maxTxAmount (#290) should be constant
BabyLuoTianYi._name (#294) should be constant
BabyLuoTianYi._symbol (#295) should be constant
BabyLuoTianYi._tFeeTotal (#292) should be constant
BabyLuoTianYi._total (#289) should be constant
BabyLuoTianYi.deadFee (#297) should be constant
BabyLuoTianYi.devFee (#298) should be constant
BabyLuoTianYi.numTokensSellToAddToLiquidity (#291) should be constant
Ownable._dowoAddress (#240) should be constant
Ownable.deadAddress (#241) should be constant
Ownable.devAddress (#242) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#273-275)
name() should be declared external:
- BabyLuoTianYi.name() (#318-320)
symbol() should be declared external:
- BabyLuoTianYi.symbol() (#322-324)
decimals() should be declared external:
- BabyLuoTianYi.decimals() (#326-328)
totalSupply() should be declared external:
- BabyLuoTianYi.totalSupply() (#330-332)
balanceOf(address) should be declared external:
- BabyLuoTianYi.balanceOf(address) (#334-336)
transfer(address,uint256) should be declared external:
- BabyLuoTianYi.transfer(address,uint256) (#338-353)
allowance(address,address) should be declared external:
- BabyLuoTianYi.allowance(address,address) (#355-362)
approve(address,uint256) should be declared external:
- BabyLuoTianYi.approve(address,uint256) (#364-371)
transferFrom(address,address,uint256) should be declared external:
- BabyLuoTianYi.transferFrom(address,address,uint256) (#373-400)
isExcludedFromRewards(address) should be declared external:
- BabyLuoTianYi.isExcludedFromRewards(address) (#411-413)
totalFees() should be declared external:
- BabyLuoTianYi.totalFees() (#415-417)
excludeFromFee(address) should be declared external:
- BabyLuoTianYi.excludeFromFee(address) (#419-421)
includeInFee(address) should be declared external:
- BabyLuoTianYi.includeInFee(address) (#423-425)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

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.


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 Twitter account


Telegram account has less than 100 subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Price for BabyLuoTianYi