Ethera Token Logo

ETA [Ethera] Token

About ETA

Listings

Token 2 years
CoinMarketCap 2 years

Website

white paper

A new innovative yield farming protocol designed to reward its holders through passive staking. With a suite of BSC tools in development and other crypto variations in the pipeline.

Social

Laser Scorebeta Last Audit: 27 February 2023

report
Token is either risky or in presale. For presale 30+ is a fine score.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains

Contract locking ether found:
Contract EtheraToken (#866-1224) has payable functions:
- EtheraToken.receive() (#950)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

EtheraToken.allowance(address,address).owner (#992) shadows:
- Ownable.owner() (#816-818) (function)
EtheraToken._approve(address,address,uint256).owner (#1216) shadows:
- Ownable.owner() (#816-818) (function)
Rename the local variables that shadow another component.

Additional information: link

EtheraToken.setBuyEtheraBetsFee(uint256) (#1060-1062) should emit an event for:
- _buyEtheraBetsFee = value (#1061)
EtheraToken.setSellMaxTxAmount(uint256) (#1048-1050) should emit an event for:
- _sellMaxTxAmount = value.mul(10 ** _decimals) (#1049)
EtheraToken.setSellLiquidityFee(uint256) (#1068-1070) should emit an event for:
- _sellLiquidityFee = value (#1069)
EtheraToken.setSellEtheraBetsFee(uint256) (#1072-1074) should emit an event for:
- _sellEtheraBetsFee = value (#1073)
EtheraToken.setBuyLiquidityFee(uint256) (#1056-1058) should emit an event for:
- _buyLiquidityFee = value (#1057)
EtheraToken.setSellManagerFee(uint256) (#1076-1078) should emit an event for:
- _sellManagerFee = value (#1077)
EtheraToken.setBuyManagerFee(uint256) (#1064-1066) should emit an event for:
- _buyManagerFee = value (#1065)
EtheraToken.setBuyMaxTxAmount(uint256) (#1044-1046) should emit an event for:
- _buyMaxTxAmount = value.mul(10 ** _decimals) (#1045)
EtheraToken.setOtherEtheraBetsFee(uint256) (#1084-1086) should emit an event for:
- _otherEtheraBetsFee = value (#1085)
EtheraToken.setOtherMaxTxAmount(uint256) (#1052-1054) should emit an event for:
- _otherMaxTxAmount = value.mul(10 ** _decimals) (#1053)
EtheraToken.setOtherManagerFee(uint256) (#1088-1090) should emit an event for:
- _otherManagerFee = value (#1089)
EtheraToken.setOtherLiquidityFee(uint256) (#1080-1082) should emit an event for:
- _otherLiquidityFee = value (#1081)
Emit an event for critical parameter changes.

Additional information: link

Ownable.unlock() (#851-856) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#853)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#567-577) uses assembly
- INLINE ASM (#573-575)
Address.verifyCallResult(bool,bytes,string) (#736-756) uses assembly
- INLINE ASM (#748-751)
Do not use evm assembly.

Additional information: link

Address.verifyCallResult(bool,bytes,string) (#736-756) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#379-384) is never used and should be removed
Address.sendValue(address,uint256) (#595-600) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#649-655) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#391-396) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#719-728) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#709-711) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#337-343) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#532-541) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#663-674) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#506-515) is never used and should be removed
Context._msgData() (#772-775) is never used and should be removed
Address.functionStaticCall(address,bytes) (#682-684) is never used and should be removed
SafeMath.mod(uint256,uint256) (#466-468) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#362-372) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#350-355) is never used and should be removed
Address.isContract(address) (#567-577) is never used and should be removed
Address.functionCall(address,bytes,string) (#630-636) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#692-701) is never used and should be removed
Address.functionCall(address,bytes) (#620-622) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.functionDelegateCall(address,bytes,string) (#719-728):
- (success,returndata) = target.delegatecall(data) (#726)
Low level call in Address.functionStaticCall(address,bytes,string) (#692-701):
- (success,returndata) = target.staticcall(data) (#699)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#663-674):
- (success,returndata) = target.call{value: value}(data) (#672)
Low level call in Address.sendValue(address,uint256) (#595-600):
- (success) = recipient.call{value: amount}() (#598)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IPancakeRouter01.WETH() (#117) is not in mixedCase
Constant EtheraToken.marketingWallet (#877) is not in UPPER_CASE_WITH_UNDERSCORES
Variable EtheraToken._buyMaxTxAmount (#888) is not in mixedCase
Variable EtheraToken._otherLiquidityFee (#897) is not in mixedCase
Constant EtheraToken.etheraSwapWallet (#879) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter EtheraToken.calculateLiquidityFee(uint256)._amount (#1178) is not in mixedCase
Constant EtheraToken.etheraPixWallet (#881) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EtheraToken._decimals (#885) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EtheraToken._symbol (#884) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter EtheraToken.calculateEtheraBetsFee(uint256)._amount (#1182) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#302) is not in mixedCase
Constant EtheraToken.managerWallet (#880) is not in UPPER_CASE_WITH_UNDERSCORES
Variable EtheraToken._buyManagerFee (#893) is not in mixedCase
Variable EtheraToken._sellLiquidityFee (#894) is not in mixedCase
Variable EtheraToken._otherManagerFee (#899) is not in mixedCase
Constant EtheraToken.etheraBetsWallet (#878) is not in UPPER_CASE_WITH_UNDERSCORES
Variable EtheraToken._sellManagerFee (#896) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#285) is not in mixedCase
Variable EtheraToken._buyLiquidityFee (#891) is not in mixedCase
Variable EtheraToken._buyEtheraBetsFee (#892) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#284) is not in mixedCase
Parameter EtheraToken.calculateManagerFee(uint256)._amount (#1186) is not in mixedCase
Variable EtheraToken._otherEtheraBetsFee (#898) is not in mixedCase
Variable EtheraToken._sellMaxTxAmount (#889) is not in mixedCase
Variable EtheraToken._sellEtheraBetsFee (#895) is not in mixedCase
Constant EtheraToken.burnAddress (#876) is not in UPPER_CASE_WITH_UNDERSCORES
Constant EtheraToken._tTotalSupply (#886) is not in UPPER_CASE_WITH_UNDERSCORES
Variable EtheraToken._otherMaxTxAmount (#890) is not in mixedCase
Constant EtheraToken._name (#883) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#773)" inContext (#767-776)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#122) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#123)
Prevent variables from having similar names.

Additional information: link

EtheraToken.slitherConstructorConstantVariables() (#866-1224) uses literals with too many digits:
- burnAddress = 0x000000000000000000000000000000000000dEaD (#876)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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.


Average 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain


Token has only one trading pair

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


Last post in Twitter was more than 180 days ago


Unable to find Youtube account


Unable to crawl data from the website


Token was delisted from CoinGecko

Additional information: link


Token is not listed at Mobula.Finance

Additional information: link


Unable to find whitepaper link on the website


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for ETA

News for ETA