EileenGuQueen Token Logo

EileenGuQueen Token

About EileenGuQueen

Listings

Not Found
Token 2 years

Description

Not Found

Social

Laser Scorebeta Last Audit: 8 February 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

isOwner(address) should be declared external:
- Ownable.isOwner(address) (#135-137)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#146-149)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#155-159)
setWhite(address) should be declared external:
- EileenGuQueen.setWhite(address) (#211-213)
renounceWhite(address) should be declared external:
- EileenGuQueen.renounceWhite(address) (#215-217)
setDenominatorBuy(uint256) should be declared external:
- EileenGuQueen.setDenominatorBuy(uint256) (#219-221)
setDenominatorSell(uint256) should be declared external:
- EileenGuQueen.setDenominatorSell(uint256) (#223-225)
setBuyMarketTax(uint256) should be declared external:
- EileenGuQueen.setBuyMarketTax(uint256) (#227-229)
setBuyBurnTax(uint256) should be declared external:
- EileenGuQueen.setBuyBurnTax(uint256) (#231-233)
setSellMarketTax(uint256) should be declared external:
- EileenGuQueen.setSellMarketTax(uint256) (#235-237)
setSellBurnTax(uint256) should be declared external:
- EileenGuQueen.setSellBurnTax(uint256) (#239-241)
name() should be declared external:
- EileenGuQueen.name() (#243-245)
symbol() should be declared external:
- EileenGuQueen.symbol() (#247-249)
decimals() should be declared external:
- EileenGuQueen.decimals() (#251-253)
totalSupply() should be declared external:
- EileenGuQueen.totalSupply() (#255-257)
balanceOf(address) should be declared external:
- EileenGuQueen.balanceOf(address) (#259-261)
transfer(address,uint256) should be declared external:
- EileenGuQueen.transfer(address,uint256) (#263-266)
allowance(address,address) should be declared external:
- EileenGuQueen.allowance(address,address) (#268-270)
approve(address,uint256) should be declared external:
- EileenGuQueen.approve(address,uint256) (#272-275)
transferFrom(address,address,uint256) should be declared external:
- EileenGuQueen.transferFrom(address,address,uint256) (#277-285)
increaseAllowance(address,uint256) should be declared external:
- EileenGuQueen.increaseAllowance(address,uint256) (#287-290)
decreaseAllowance(address,uint256) should be declared external:
- EileenGuQueen.decreaseAllowance(address,uint256) (#292-295)
Use the external attribute for functions never called from the contract.

Additional information: link

EileenGuQueen.setDenominatorBuy(uint256) (#219-221) should emit an event for:
- denominatorBuy = value (#220)
EileenGuQueen.setDenominatorSell(uint256) (#223-225) should emit an event for:
- denominatorSell = value (#224)
EileenGuQueen.setBuyMarketTax(uint256) (#227-229) should emit an event for:
- buyMarketTax = value (#228)
EileenGuQueen.setBuyBurnTax(uint256) (#231-233) should emit an event for:
- buyBurnTax = value (#232)
EileenGuQueen.setSellMarketTax(uint256) (#235-237) should emit an event for:
- sellMarketTax = value (#236)
EileenGuQueen.setSellBurnTax(uint256) (#239-241) should emit an event for:
- sellBurnTax = value (#240)
Emit an event for critical parameter changes.

Additional information: link

EileenGuQueen.constructor(address)._pair (#199) lacks a zero-check on :
- pair = _pair (#201)
Check that the address is not zero.

Additional information: link

Reentrancy in EileenGuQueen.constructor(address) (#192-205):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#199)
State variables written after the call(s):
- _balances[owner()] = _totalSupply (#203)
- pair = _pair (#201)
- router = _router (#200)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in EileenGuQueen.constructor(address) (#192-205):
External calls:
- _pair = IFactory(_router.factory()).createPair(address(this),_router.WETH()) (#199)
Event emitted after the call(s):
- Transfer(address(0),owner(),_totalSupply) (#204)
Apply the check-effects-interactions pattern.

Additional information: link

EileenGuQueen._totalSupply (#172) is set pre-construction with a non-constant function or state variable:
- 1000000000 * (10 ** _decimals)
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

solc-0.8.11 is not recommended for deployment
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

Function IRouter.WETH() (#41) is not in mixedCase
Variable EileenGuQueen._balances (#165) is not in mixedCase
Variable EileenGuQueen._allowances (#166) is not in mixedCase
Variable EileenGuQueen._white (#167) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

EileenGuQueen.slitherConstructorVariables() (#162-356) uses literals with too many digits:
- _totalSupply = 1000000000 * (10 ** _decimals) (#172)
EileenGuQueen.slitherConstructorVariables() (#162-356) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#179)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

EileenGuQueen._decimals (#171) should be constant
EileenGuQueen._name (#173) should be constant
EileenGuQueen._symbol (#174) should be constant
EileenGuQueen.burn (#178) should be constant
EileenGuQueen.deadAddress (#179) should be constant
EileenGuQueen.deloyer (#176) should be constant
EileenGuQueen.market (#177) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:


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

Contract has 6% buy tax and 6% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Twitter account


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


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


Unable to find code repository for the project


Young tokens have high risks of scam / price dump / death


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 EileenGuQueen