Safe Energy Token Logo

EnergyX [Safe Energy] Token

About EnergyX

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

SafeEnergy, or $ENERGYX is a community driven deflationary charity token with future projects to reduce our carbon footprint by making renewable energy sources more accessible. As SafeEnergy, we are determined and highly motivated, and made it our goal to invest, to establish, and support projects which incentivize the usage of renewable energy sources in mining BTC.

Social

Laser Scorebeta Last Audit: 21 December 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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

Pragma version^0.6.0 (#28) allows old versions
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

Redundant expression "this (#38)" inContext (#32-41)
Remove redundant statements if they congest code but offer no value.

Additional information: link

SafeEnergy.includeAccount(address) (#608-619) has costly operations inside a loop:
- _excluded.pop() (#615)
Use a local variable to hold the loop computation result.

Additional information: link

SafeEnergy._approve(address,address,uint256).owner (#621) shadows:
- Ownable.owner() (#440-442) (function)
SafeEnergy.allowance(address,address).owner (#535) shadows:
- Ownable.owner() (#440-442) (function)
Rename the local variables that shadow another component.

Additional information: link

SafeEnergy._setBurnFee(uint256) (#749-752) should emit an event for:
- _BURN_FEE = burnFee (#751)
SafeEnergy._setTaxFee(uint256) (#744-747) should emit an event for:
- _TAX_FEE = taxFee (#746)
Emit an event for critical parameter changes.

Additional information: link

Address.isContract(address) (#294-303) uses assembly
- INLINE ASM (#301)
Address._functionCallWithValue(address,bytes,uint256,string) (#387-408) uses assembly
- INLINE ASM (#400-403)
Do not use evm assembly.

Additional information: link

Address.sendValue(address,uint256) (#321-327) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#372-374) is never used and should be removed
SafeEnergy._getTaxFee() (#740-742) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#267-270) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#382-385) is never used and should be removed
Context._msgData() (#37-40) is never used and should be removed
SafeMath.mod(uint256,uint256) (#251-253) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#387-408) is never used and should be removed
Address.isContract(address) (#294-303) is never used and should be removed
Address.functionCall(address,bytes,string) (#357-359) is never used and should be removed
SafeEnergy._getMaxTxAmount() (#754-756) is never used and should be removed
Address.functionCall(address,bytes) (#347-349) is never used and should be removed
Remove unused functions.

Additional information: link

SafeEnergy._rTotal (#495) is set pre-construction with a non-constant function or state variable:
- (_MAX - (_MAX % _tTotal))
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

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#387-408):
- (success,returndata) = target.call{value: weiValue}(data) (#391)
Low level call in Address.sendValue(address,uint256) (#321-327):
- (success) = recipient.call{value: amount}() (#325)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function SafeEnergy._setBurnFee(uint256) (#749-752) is not in mixedCase
Function SafeEnergy._setTaxFee(uint256) (#744-747) is not in mixedCase
Variable SafeEnergy._TAX_FEE (#500) is not in mixedCase
Variable SafeEnergy._BURN_FEE (#501) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable SafeEnergy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#719) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy._getValues(uint256).rTransferAmount (#704) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#719) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._getValues(uint256).rTransferAmount (#704) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy._getValues(uint256).rTransferAmount (#704) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeEnergy._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeEnergy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#719) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#719) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy._getValues(uint256).rTransferAmount (#704) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._getValues(uint256).rTransferAmount (#704) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeEnergy._transferFromExcluded(address,address,uint256).tTransferAmount (#673)
Variable SafeEnergy._getValues(uint256).rTransferAmount (#704) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeEnergy._transferFromExcluded(address,address,uint256).rTransferAmount (#673) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeEnergy._transferBothExcluded(address,address,uint256).rTransferAmount (#684) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeEnergy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#719) is too similar to SafeEnergy._transferStandard(address,address,uint256).tTransferAmount (#652)
Variable SafeEnergy._transferStandard(address,address,uint256).rTransferAmount (#652) is too similar to SafeEnergy._getTValues(uint256,uint256,uint256).tTransferAmount (#711)
Variable SafeEnergy.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to SafeEnergy._getValues(uint256).tTransferAmount (#702)
Variable SafeEnergy.reflectionFromToken(uint256,bool).rTransferAmount (#587) is too similar to SafeEnergy._transferToExcluded(address,address,uint256).tTransferAmount (#662)
Variable SafeEnergy._transferToExcluded(address,address,uint256).rTransferAmount (#662) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Variable SafeEnergy._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#719) is too similar to SafeEnergy._transferBothExcluded(address,address,uint256).tTransferAmount (#684)
Prevent variables from having similar names.

Additional information: link

SafeEnergy.slitherConstructorConstantVariables() (#475-758) uses literals with too many digits:
- _MAX_TX_SIZE = 1000000000000000 * _DECIMALFACTOR (#502)
SafeEnergy.slitherConstructorVariables() (#475-758) uses literals with too many digits:
- _tTotal = 1000000000000000 * _DECIMALFACTOR (#494)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

approve(address,uint256) should be declared external:
- SafeEnergy.approve(address,uint256) (#539-542)
decreaseAllowance(address,uint256) should be declared external:
- SafeEnergy.decreaseAllowance(address,uint256) (#555-558)
balanceOf(address) should be declared external:
- SafeEnergy.balanceOf(address) (#525-528)
totalBurn() should be declared external:
- SafeEnergy.totalBurn() (#568-570)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#459-462)
isExcluded(address) should be declared external:
- SafeEnergy.isExcluded(address) (#560-562)
name() should be declared external:
- SafeEnergy.name() (#509-511)
totalSupply() should be declared external:
- SafeEnergy.totalSupply() (#521-523)
allowance(address,address) should be declared external:
- SafeEnergy.allowance(address,address) (#535-537)
reflectionFromToken(uint256,bool) should be declared external:
- SafeEnergy.reflectionFromToken(uint256,bool) (#581-590)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#468-472)
decimals() should be declared external:
- SafeEnergy.decimals() (#517-519)
transfer(address,uint256) should be declared external:
- SafeEnergy.transfer(address,uint256) (#530-533)
symbol() should be declared external:
- SafeEnergy.symbol() (#513-515)
transferFrom(address,address,uint256) should be declared external:
- SafeEnergy.transferFrom(address,address,uint256) (#544-548)
deliver(uint256) should be declared external:
- SafeEnergy.deliver(uint256) (#572-579)
increaseAllowance(address,uint256) should be declared external:
- SafeEnergy.increaseAllowance(address,uint256) (#550-553)
totalFees() should be declared external:
- SafeEnergy.totalFees() (#564-566)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


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


Unable to find PancakeSwap trading pair to compute liquidity.


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

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


Last post in Twitter was more than 180 days ago


Twitter account has relatively few followers


Unable to find Youtube account


Unable to find token contract audit


Unable to find token on CoinHunt

Additional information: link


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit link on the website


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


Token has a considerable age, but social accounts / website are missing or have few users


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for EnergyX

News for EnergyX