Era Chain Token Logo

ERC [Era Chain] Token

ALERT: unclassified scam

About ERC

Listings

Not Found
Token 4 years

Description

Not Found

Social

Laser Scorebeta Last Audit: 27 June 2022

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

Anti-Scam

Links

Reentrancy in EraChain._transfer(address,address,uint256) (#498-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#534)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#534)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tOwned[sender] = _tOwned[sender] - tAmount (#636)
- _tOwned[recipient] = _tOwned[recipient] + tAmount (#637)
- _tOwned[sender] = _tOwned[sender] - tAmount (#648)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#649)
- _tOwned[address(this)] = _tOwned[address(this)] + buyFEE (#650)
- _tOwned[sender] = _tOwned[sender] - tAmount (#661)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount_scope_0 (#662)
- _tOwned[address(this)] = _tOwned[address(this)] + sellFEE (#663)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tTotal = _tTotal - tAmount (#641)
- _tTotal = _tTotal - tTransferAmount (#654)
- _tTotal = _tTotal - tTransferAmount_scope_0 (#667)
- txCount ++ (#547)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in EraChain.constructor() (#408-430):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#418-419)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#422)
- _isExcludedFromFee[address(this)] = true (#423)
- _isExcludedFromFee[Wallet_Marketing] = true (#424)
- _isExcludedFromFee[Wallet_Burn] = true (#425)
- _isExcludedFromFee[Lp_Reciever] = true (#426)
- uniswapV2Router = _uniswapV2Router (#420)
Reentrancy in EraChain.swapAndLiquify(uint256) (#561-591):
External calls:
- swapTokensForBNB(tokens_to_LP_Half + tokens_to_M + tokens_to_D) (#573)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
External calls sending eth:
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
State variables written after the call(s):
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- _allowances[theOwner][theSpender] = amount (#493)
Reentrancy in EraChain.transferFrom(address,address,uint256) (#466-470):
External calls:
- _transfer(sender,recipient,amount) (#467)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- _transfer(sender,recipient,amount) (#467)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#468)
- _allowances[theOwner][theSpender] = amount (#493)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in EraChain._transfer(address,address,uint256) (#498-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#534)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#534)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#638)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount) (#651)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount_scope_0) (#664)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
Reentrancy in EraChain.constructor() (#408-430):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#418-419)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#428)
Reentrancy in EraChain.swapAndLiquify(uint256) (#561-591):
External calls:
- swapTokensForBNB(tokens_to_LP_Half + tokens_to_M + tokens_to_D) (#573)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
External calls sending eth:
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
Event emitted after the call(s):
- Approval(theOwner,theSpender,amount) (#494)
- addLiquidity(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D)) (#583)
- SwapAndLiquify(tokens_to_LP_Half,(BNB_Total - BNB_M - BNB_D),tokens_to_LP_Half) (#584)
Reentrancy in EraChain.transferFrom(address,address,uint256) (#466-470):
External calls:
- _transfer(sender,recipient,amount) (#467)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#599-605)
External calls sending eth:
- _transfer(sender,recipient,amount) (#467)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
Event emitted after the call(s):
- Approval(theOwner,theSpender,amount) (#494)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#468)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#73-77) uses assembly
- INLINE ASM (#75)
Address._verifyCallResult(bool,bytes,string) (#125-138) uses assembly
- INLINE ASM (#130-133)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#125-138) is never used and should be removed
Address.functionCall(address,bytes) (#85-87) is never used and should be removed
Address.functionCall(address,bytes,string) (#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#93-95) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#97-102) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#115-117) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#119-123) is never used and should be removed
Address.functionStaticCall(address,bytes) (#104-106) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#108-112) is never used and should be removed
Address.isContract(address) (#73-77) is never used and should be removed
Address.sendValue(address,uint256) (#79-83) is never used and should be removed
Context._msgData() (#64-67) is never used and should be removed
EraChain._getCurrentSupply() (#484-486) is never used and should be removed
SafeMath.div(uint256,uint256) (#38-40) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#49-54) is never used and should be removed
SafeMath.mul(uint256,uint256) (#34-36) is never used and should be removed
SafeMath.sub(uint256,uint256) (#30-32) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version0.8.10 (#9) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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

Low level call in Address.sendValue(address,uint256) (#79-83):
- (success) = recipient.call{value: amount}() (#81)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#97-102):
- (success,returndata) = target.call{value: value}(data) (#100)
Low level call in Address.functionStaticCall(address,bytes,string) (#108-112):
- (success,returndata) = target.staticcall(data) (#110)
Low level call in Address.functionDelegateCall(address,bytes,string) (#119-123):
- (success,returndata) = target.delegatecall(data) (#121)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#167) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#168) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#181) is not in mixedCase
Function IUniswapV2Router01.WETH() (#198) is not in mixedCase
Parameter EraChain.addLiquidity(uint256,uint256).BNBAmount (#609) is not in mixedCase
Function EraChain.remove_Random_Tokens(address,uint256) (#622-628) is not in mixedCase
Parameter EraChain.remove_Random_Tokens(address,uint256).random_Token_Address (#622) is not in mixedCase
Parameter EraChain.remove_Random_Tokens(address,uint256).percent_of_Tokens (#622) is not in mixedCase
Variable EraChain._isExcludedFromFee (#356) is not in mixedCase
Variable EraChain.Wallet_Marketing (#358) is not in mixedCase
Variable EraChain.Wallet_Dev (#359) is not in mixedCase
Constant EraChain.Wallet_Burn (#360) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EraChain.Lp_Reciever (#361) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EraChain._decimals (#366) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EraChain._name (#368) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EraChain._symbol (#369) is not in UPPER_CASE_WITH_UNDERSCORES
Variable EraChain._Tax_On_Buy (#374) is not in mixedCase
Variable EraChain._Tax_On_Sell (#375) is not in mixedCase
Variable EraChain.Percent_Marketing (#377) is not in mixedCase
Variable EraChain.Percent_Dev (#378) is not in mixedCase
Variable EraChain.Percent_Burn (#379) is not in mixedCase
Variable EraChain.Percent_AutoLP (#380) is not in mixedCase
Variable EraChain._maxWalletToken (#382) is not in mixedCase
Variable EraChain._maxTxAmount (#385) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#202) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#203)
Variable EraChain.swapAndLiquify(uint256).tokens_to_D (#569) is too similar to EraChain.swapAndLiquify(uint256).tokens_to_M (#568)
Prevent variables from having similar names.

Additional information: link

EraChain.slitherConstructorVariables() (#332-676) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** _decimals (#367)
EraChain.slitherConstructorConstantVariables() (#332-676) uses literals with too many digits:
- Wallet_Burn = address(0x000000000000000000000000000000000000dEaD) (#360)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

EraChain.MAX (#365) is never used in EraChain (#332-676)
EraChain._previousMaxWalletToken (#383) is never used in EraChain (#332-676)
EraChain._previousMaxTxAmount (#386) is never used in EraChain (#332-676)
Remove unused state variables.

Additional information: link

EraChain.Percent_AutoLP (#380) should be constant
EraChain.Percent_Burn (#379) should be constant
EraChain.Percent_Dev (#378) should be constant
EraChain.Percent_Marketing (#377) should be constant
EraChain.Wallet_Dev (#359) should be constant
EraChain.Wallet_Marketing (#358) should be constant
EraChain._Tax_On_Buy (#374) should be constant
EraChain._Tax_On_Sell (#375) should be constant
EraChain.swapAndLiquifyEnabled (#392) should be constant
EraChain.swapTrigger (#372) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

EraChain.swapAndLiquify(uint256) (#561-591) performs a multiplication on the result of a division:
-split_M = Percent_Marketing * 100 / (Percent_AutoLP + Percent_Marketing + Percent_Dev) (#576)
-BNB_M = BNB_Total * split_M / 100 (#577)
EraChain.swapAndLiquify(uint256) (#561-591) performs a multiplication on the result of a division:
-split_D = Percent_Dev * 100 / (Percent_AutoLP + Percent_Marketing + Percent_Dev) (#579)
-BNB_D = BNB_Total * split_D / 100 (#580)
Consider ordering multiplication before division.

Additional information: link

EraChain._transfer(address,address,uint256).isBuy (#538) is a local variable never initialized
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

EraChain.addLiquidity(uint256,uint256) (#609-620) ignores return value by uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
Ensure that all the return values of the function calls are used.

Additional information: link

EraChain._maxWalletToken (#382) is set pre-construction with a non-constant function or state variable:
- _tTotal * 5 / 1000
EraChain._previousMaxWalletToken (#383) is set pre-construction with a non-constant function or state variable:
- _maxWalletToken
EraChain._maxTxAmount (#385) is set pre-construction with a non-constant function or state variable:
- _tTotal * 5 / 1000
EraChain._previousMaxTxAmount (#386) is set pre-construction with a non-constant function or state variable:
- _maxTxAmount
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

Redundant expression "this (#65)" inContext (#59-68)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in EraChain._transfer(address,address,uint256) (#498-553):
External calls:
- swapAndLiquify(contractTokenBalance) (#534)
- wallet.transfer(amount) (#556)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#534)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tOwned[sender] = _tOwned[sender] - tAmount (#636)
- _tOwned[recipient] = _tOwned[recipient] + tAmount (#637)
- _tOwned[sender] = _tOwned[sender] - tAmount (#648)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#649)
- _tOwned[address(this)] = _tOwned[address(this)] + buyFEE (#650)
- _tOwned[sender] = _tOwned[sender] - tAmount (#661)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount_scope_0 (#662)
- _tOwned[address(this)] = _tOwned[address(this)] + sellFEE (#663)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- _tTotal = _tTotal - tAmount (#641)
- _tTotal = _tTotal - tTransferAmount (#654)
- _tTotal = _tTotal - tTransferAmount_scope_0 (#667)
- txCount ++ (#547)
Event emitted after the call(s):
- Transfer(sender,recipient,tAmount) (#638)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount) (#651)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
- Transfer(sender,recipient,tTransferAmount_scope_0) (#664)
- _tokenTransfer(from,to,amount,takeFee,isBuy) (#551)
Reentrancy in EraChain.transferFrom(address,address,uint256) (#466-470):
External calls:
- _transfer(sender,recipient,amount) (#467)
- wallet.transfer(amount) (#556)
External calls sending eth:
- _transfer(sender,recipient,amount) (#467)
- wallet.transfer(amount) (#556)
- uniswapV2Router.addLiquidityETH{value: BNBAmount}(address(this),tokenAmount,0,0,Lp_Reciever,block.timestamp) (#612-619)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#468)
- _allowances[theOwner][theSpender] = amount (#493)
Event emitted after the call(s):
- Approval(theOwner,theSpender,amount) (#494)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#468)
Apply the check-effects-interactions pattern.

Additional information: link

renounceOwnership() should be declared external:
- EraChain.renounceOwnership() (#349-352)
name() should be declared external:
- EraChain.name() (#432-434)
symbol() should be declared external:
- EraChain.symbol() (#436-438)
decimals() should be declared external:
- EraChain.decimals() (#440-442)
totalSupply() should be declared external:
- EraChain.totalSupply() (#444-446)
transfer(address,uint256) should be declared external:
- EraChain.transfer(address,uint256) (#452-455)
allowance(address,address) should be declared external:
- EraChain.allowance(address,address) (#457-459)
approve(address,uint256) should be declared external:
- EraChain.approve(address,uint256) (#461-464)
transferFrom(address,address,uint256) should be declared external:
- EraChain.transferFrom(address,address,uint256) (#466-470)
increaseAllowance(address,uint256) should be declared external:
- EraChain.increaseAllowance(address,uint256) (#472-475)
decreaseAllowance(address,uint256) should be declared external:
- EraChain.decreaseAllowance(address,uint256) (#477-480)
remove_Random_Tokens(address,uint256) should be declared external:
- EraChain.remove_Random_Tokens(address,uint256) (#622-628)
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.


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


Telegram account has less than 100 subscribers


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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 token contract audit


Unable to find KYC or doxxing proof


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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 is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


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


Young tokens have high risks of price dump / death

Price for ERC

News for ERC