Hydrogen technology and the blockchain are connected here for the first time with this project and linked to a growing ecosystem in order to combine the advantages of both worlds.
Contract locking ether found:
Contract NEL_HYDROGEN (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#674-1122) has payable functions:
- NEL_HYDROGEN.receive() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#898-899)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
NEL_HYDROGEN.allowance(address,address).owner (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#768) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#405-407) (function)
NEL_HYDROGEN._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1004) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#405-407) (function)
Rename the local variables that shadow another component.
Additional information: link
NEL_HYDROGEN.ChangeBurnAddress(address).BurnAddressr (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#864) lacks a zero-check on :
- BurnAddress = BurnAddressr (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#865)
NEL_HYDROGEN.setLiquidityAddress(address)._liquidityAddr (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#869) lacks a zero-check on :
- liquidityAddr = _liquidityAddr (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#870)
Check that the address is not zero.
Additional information: link
Reentrancy in NEL_HYDROGEN.constructor() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#721-740):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),BUSD) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#727-728)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#886)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#729)
- Transfer(address(0),owner(),_tTotal) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#739)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version0.8.13 (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.13 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
Redundant expression "this (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#237)" inContext (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#231-240)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#541) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#542)
Variable NEL_HYDROGEN._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#908) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#908) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#908) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#925) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#908) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Variable NEL_HYDROGEN.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#808) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#908) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Variable NEL_HYDROGEN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Variable NEL_HYDROGEN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#925) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#925) is too similar to NEL_HYDROGEN._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#916)
Variable NEL_HYDROGEN._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#925) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#925) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Variable NEL_HYDROGEN._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#908) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Variable NEL_HYDROGEN.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#808) is too similar to NEL_HYDROGEN._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095)
Variable NEL_HYDROGEN.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#808) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095) is too similar to NEL_HYDROGEN._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082)
Variable NEL_HYDROGEN.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#808) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#925) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1095) is too similar to NEL_HYDROGEN._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#907)
Variable NEL_HYDROGEN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1082) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Variable NEL_HYDROGEN.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#808) is too similar to NEL_HYDROGEN._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1108)
Variable NEL_HYDROGEN.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#808) is too similar to NEL_HYDROGEN._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1070)
Prevent variables from having similar names.
Additional information: link
NEL_HYDROGEN.changeSellFees(uint256,uint256,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#858-862) should emit an event for:
- S_taxFee = taxFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#859)
- S_BurnFee = burn (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#860)
- S_liquidityFee = liquidityFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#861)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in NEL_HYDROGEN.constructor() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#721-740):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),BUSD) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#727-728)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#734)
- _isExcludedFromFee[address(this)] = true (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#736)
- _isExcludedSS[owner()] = true (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#735)
- _setAutomatedMarketMakerPair(uniswapV2Pair,true) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#729)
- automatedMarketMakerPairs[pair] = value (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#885)
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#731)
Reentrancy in NEL_HYDROGEN.setRouter(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#873-880):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),BUSD) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#876-877)
State variables written after the call(s):
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#879)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#452-457) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#454)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#264-273) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#271)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#357-378) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#370-373)
Do not use evm assembly.
Additional information: link
NEL_HYDROGEN.includeInReward(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#829-840) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#836)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#357-378) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#352-355) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#264-273) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#291-297) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#225-228) is never used and should be removed
Remove unused functions.
Additional information: link
NEL_HYDROGEN._rTotal (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#691) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
NEL_HYDROGEN._previousTaxFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#701) is set pre-construction with a non-constant function or state variable:
- _taxFee
NEL_HYDROGEN._previousBurnFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#707) is set pre-construction with a non-constant function or state variable:
- _BurnFee
NEL_HYDROGEN._previousLiquidityFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#712) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#291-297):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#361)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable Ownable._owner (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#394) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#496) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#497) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#514) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#536) is not in mixedCase
Contract NEL_HYDROGEN (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#674-1122) is not in CapWords
Function NEL_HYDROGEN.Exclude(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#850-852) is not in mixedCase
Function NEL_HYDROGEN.Include(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#854-856) is not in mixedCase
Function NEL_HYDROGEN.ChangeBurnAddress(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#864-866) is not in mixedCase
Parameter NEL_HYDROGEN.ChangeBurnAddress(address).BurnAddressr (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#864) is not in mixedCase
Parameter NEL_HYDROGEN.setLiquidityAddress(address)._liquidityAddr (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#869) is not in mixedCase
Function NEL_HYDROGEN._Burn(uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#954-960) is not in mixedCase
Parameter NEL_HYDROGEN.calculateTaxFee(uint256)._amount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#962) is not in mixedCase
Parameter NEL_HYDROGEN.calculateWalletFee(uint256)._amount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#969) is not in mixedCase
Parameter NEL_HYDROGEN.calculateLiquidityFee(uint256)._amount (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#975) is not in mixedCase
Variable NEL_HYDROGEN._taxFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#698) is not in mixedCase
Variable NEL_HYDROGEN.S_taxFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#699) is not in mixedCase
Variable NEL_HYDROGEN._previousTaxFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#701) is not in mixedCase
Variable NEL_HYDROGEN._BurnFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#704) is not in mixedCase
Variable NEL_HYDROGEN.S_BurnFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#705) is not in mixedCase
Variable NEL_HYDROGEN._previousBurnFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#707) is not in mixedCase
Variable NEL_HYDROGEN._liquidityFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#709) is not in mixedCase
Variable NEL_HYDROGEN.S_liquidityFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#710) is not in mixedCase
Variable NEL_HYDROGEN._previousLiquidityFee (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#712) is not in mixedCase
Variable NEL_HYDROGEN.BurnAddress (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#713) is not in mixedCase
Variable NEL_HYDROGEN.BUSD (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#714) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
NEL_HYDROGEN.slitherConstructorVariables() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#674-1122) uses literals with too many digits:
- BurnAddress = 0x000000000000000000000000000000000000dEaD (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#713)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
NEL_HYDROGEN.BUSD (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#714) should be constant
NEL_HYDROGEN._decimals (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#696) should be constant
NEL_HYDROGEN._name (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#694) should be constant
NEL_HYDROGEN._symbol (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#695) should be constant
NEL_HYDROGEN._tTotal (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#690) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#424-427)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#433-437)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#439-441)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#444-449)
unlock() should be declared external:
- Ownable.unlock() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#452-457)
name() should be declared external:
- NEL_HYDROGEN.name() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#742-744)
symbol() should be declared external:
- NEL_HYDROGEN.symbol() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#746-748)
decimals() should be declared external:
- NEL_HYDROGEN.decimals() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#750-752)
totalSupply() should be declared external:
- NEL_HYDROGEN.totalSupply() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#754-756)
balanceOf(address) should be declared external:
- NEL_HYDROGEN.balanceOf(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#758-761)
transfer(address,uint256) should be declared external:
- NEL_HYDROGEN.transfer(address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#763-766)
allowance(address,address) should be declared external:
- NEL_HYDROGEN.allowance(address,address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#768-770)
approve(address,uint256) should be declared external:
- NEL_HYDROGEN.approve(address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#772-775)
transferFrom(address,address,uint256) should be declared external:
- NEL_HYDROGEN.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#777-781)
increaseAllowance(address,uint256) should be declared external:
- NEL_HYDROGEN.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#783-786)
decreaseAllowance(address,uint256) should be declared external:
- NEL_HYDROGEN.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#788-791)
isExcludedFromReward(address) should be declared external:
- NEL_HYDROGEN.isExcludedFromReward(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#793-795)
totalFees() should be declared external:
- NEL_HYDROGEN.totalFees() (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#797-799)
reflectionFromToken(uint256,bool) should be declared external:
- NEL_HYDROGEN.reflectionFromToken(uint256,bool) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#802-811)
excludeFromReward(address) should be declared external:
- NEL_HYDROGEN.excludeFromReward(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#819-827)
excludeFromFee(address) should be declared external:
- NEL_HYDROGEN.excludeFromFee(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#842-844)
includeInFee(address) should be declared external:
- NEL_HYDROGEN.includeInFee(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#846-848)
Exclude(address) should be declared external:
- NEL_HYDROGEN.Exclude(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#850-852)
Include(address) should be declared external:
- NEL_HYDROGEN.Include(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#854-856)
setRouter(address) should be declared external:
- NEL_HYDROGEN.setRouter(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#873-880)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- NEL_HYDROGEN.setAutomatedMarketMakerPair(address,bool) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#890-894)
isExcludedFromFee(address) should be declared external:
- NEL_HYDROGEN.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0x421e16aeb0d8e6d4fbdf1f7cf6b846260dc6512b.bscscan.com-NEL_HYDROGEN.sol#1000-1002)
Use the external attribute for functions never called from the contract.
Additional information: link
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 low.
Average 30d number of PancakeSwap swaps is low.
Token is deployed only at one blockchain
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
Unable to find Telegram and Twitter accounts