Eloin Token Logo

ELOIN Token

About ELOIN

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

Website

white paper

ELOIN is a decentralised finance (DeFi) and meme themed token empowering the creators.

ELOIN plans to develop sustainability through meme, yield farming, gamify, NFTs, merch and come up with it's on launchpad named as LeoCorn.

ELOIN launched on July 26, 2021.

Social

Laser Scorebeta Last Audit: 14 July 2023

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...)

Reentrancy in Eloin._transfer(address,address,uint256) (#1039-1097):
External calls:
- BP.protect(from,to,amount) (#1045)
- swapAndLiquify(contractTokenBalance) (#1079)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1079)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#978)
- _rOwned[extraTaxWallet] = _rOwned[extraTaxWallet].add(rExtra) (#986)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1234)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1224)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#865)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1246)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1225)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1247)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1236)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#867)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _rTotal = _rTotal.sub(rFee) (#931)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _tOwned[extraTaxWallet] = _tOwned[extraTaxWallet].add(tExtra) (#988)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#980)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#864)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1245)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1235)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#866)
Apply the check-effects-interactions pattern.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Redundant expression "this (#237)" inContext (#231-240)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable Eloin.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._getValues(uint256).rTransferAmount (#937) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable Eloin._transferBothExcluded(address,address,uint256).rTransferAmount (#863) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferBothExcluded(address,address,uint256).rTransferAmount (#863) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable Eloin._transferBothExcluded(address,address,uint256).rTransferAmount (#863) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable Eloin.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin._transferStandard(address,address,uint256).rTransferAmount (#1223) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._transferBothExcluded(address,address,uint256).rTransferAmount (#863) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin._transferFromExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferBothExcluded(address,address,uint256).rTransferAmount (#863) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._transferToExcluded(address,address,uint256).rTransferAmount (#1233) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferToExcluded(address,address,uint256).rTransferAmount (#1233) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable Eloin._transferFromExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._getValues(uint256).rTransferAmount (#937) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable Eloin._getValues(uint256).rTransferAmount (#937) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._transferStandard(address,address,uint256).rTransferAmount (#1223) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable Eloin._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._transferToExcluded(address,address,uint256).rTransferAmount (#1233) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable Eloin._transferToExcluded(address,address,uint256).rTransferAmount (#1233) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._getValues(uint256).rTransferAmount (#937) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin._transferStandard(address,address,uint256).rTransferAmount (#1223) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable Eloin.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable Eloin._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._transferToExcluded(address,address,uint256).rTransferAmount (#1233) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin._transferFromExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#513) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#514)
Variable Eloin._transferStandard(address,address,uint256).rTransferAmount (#1223) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable Eloin.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Eloin._getValues(uint256).tTransferAmount (#936)
Variable Eloin._transferStandard(address,address,uint256).rTransferAmount (#1223) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferFromExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._transferStandard(address,address,uint256).rTransferAmount (#1223) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin.reflectionFromToken(uint256,bool).rTransferAmount (#826) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferBothExcluded(address,address,uint256).rTransferAmount (#863) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferToExcluded(address,address,uint256).rTransferAmount (#1233) is too similar to Eloin._transferFromExcluded(address,address,uint256).tTransferAmount (#1244)
Variable Eloin._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#954) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Variable Eloin._getValues(uint256).rTransferAmount (#937) is too similar to Eloin._transferToExcluded(address,address,uint256).tTransferAmount (#1233)
Variable Eloin._transferFromExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to Eloin._getTValues(uint256).tTransferAmount (#945)
Variable Eloin._getValues(uint256).rTransferAmount (#937) is too similar to Eloin._transferBothExcluded(address,address,uint256).tTransferAmount (#863)
Variable Eloin._transferFromExcluded(address,address,uint256).rTransferAmount (#1244) is too similar to Eloin._transferStandard(address,address,uint256).tTransferAmount (#1223)
Prevent variables from having similar names.

Additional information: link

Eloin.slitherConstructorVariables() (#652-1271) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 6 * 10 ** 9 (#669)
Eloin.slitherConstructorVariables() (#652-1271) uses literals with too many digits:
- _maxTxAmount = 500000 * 10 ** 6 * 10 ** 9 (#700)
Eloin.constructor() (#720-741) uses literals with too many digits:
- _transfer(_msgSender(),0x188cB8022A6Aa67c7c8bF6DEa96346D5485FBA43,20000000000000 * 10 ** 9) (#739)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Eloin._symbol (#679) should be constant
Eloin._name (#678) should be constant
Eloin._tTotal (#669) should be constant
Eloin._decimals (#680) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- Eloin.name() (#752-754)
changePauseState(bool) should be declared external:
- Eloin.changePauseState(bool) (#906-908)
transferFrom(address,address,uint256) should be declared external:
- Eloin.transferFrom(address,address,uint256) (#787-791)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#418-421)
decreaseAllowance(address,uint256) should be declared external:
- Eloin.decreaseAllowance(address,uint256) (#798-801)
isExcludedFromFee(address) should be declared external:
- Eloin.isExcludedFromFee(address) (#1027-1029)
changeTaxFeeWallet(address) should be declared external:
- Eloin.changeTaxFeeWallet(address) (#897-899)
reflectionFromToken(uint256,bool) should be declared external:
- Eloin.reflectionFromToken(uint256,bool) (#820-829)
symbol() should be declared external:
- Eloin.symbol() (#756-758)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#426-430)
isExcludedFromReward(address) should be declared external:
- Eloin.isExcludedFromReward(address) (#803-805)
allowance(address,address) should be declared external:
- Eloin.allowance(address,address) (#778-780)
approve(address,uint256) should be declared external:
- Eloin.approve(address,uint256) (#782-785)
deliver(uint256) should be declared external:
- Eloin.deliver(uint256) (#811-818)
changeTimeLimitBoolean(bool) should be declared external:
- Eloin.changeTimeLimitBoolean(bool) (#902-904)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Eloin.setSwapAndLiquifyEnabled(bool) (#922-925)
excludeFromFee(address) should be declared external:
- Eloin.excludeFromFee(address) (#874-876)
increaseAllowance(address,uint256) should be declared external:
- Eloin.increaseAllowance(address,uint256) (#793-796)
totalSupply() should be declared external:
- Eloin.totalSupply() (#764-766)
totalFees() should be declared external:
- Eloin.totalFees() (#807-809)
transfer(address,uint256) should be declared external:
- Eloin.transfer(address,uint256) (#773-776)
excludeFromReward(address) should be declared external:
- Eloin.excludeFromReward(address) (#837-845)
decimals() should be declared external:
- Eloin.decimals() (#760-762)
includeInFee(address) should be declared external:
- Eloin.includeInFee(address) (#878-880)
Use the external attribute for functions never called from the contract.

Additional information: link

Eloin.changeTaxFeeWallet(address).newWallet (#897) lacks a zero-check on :
- extraTaxWallet = newWallet (#898)
Check that the address is not zero.

Additional information: link

Parameter Eloin.calculateExtraTaxFee(uint256)._amount (#1003) is not in mixedCase
Variable Eloin._taxFee (#682) is not in mixedCase
Variable Eloin._sellTime (#664) is not in mixedCase
Parameter Eloin.calculateTaxFee(uint256)._amount (#991) is not in mixedCase
Parameter Eloin.calculateLiquidityFee(uint256)._amount (#997) is not in mixedCase
Variable Eloin._liquidityFee (#685) is not in mixedCase
Parameter Eloin.setBpEnabled(bool)._enabled (#747) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#469) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#486) is not in mixedCase
Variable Eloin._buyTime (#665) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#468) is not in mixedCase
Variable Eloin.BP (#703) is not in mixedCase
Variable Eloin._extraTaxFee (#688) is not in mixedCase
Parameter Eloin.setSwapAndLiquifyEnabled(bool)._enabled (#922) is not in mixedCase
Parameter Eloin.setBPAddrss(address)._bp (#743) is not in mixedCase
Function IUniswapV2Router01.WETH() (#508) is not in mixedCase
Variable Eloin._maxTxAmount (#700) is not in mixedCase
Variable Eloin._isBlacklisted (#663) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Eloin.addLiquidity(uint256,uint256) (#1185-1199) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
Ensure that all the return values of the function calls are used.

Additional information: link

Eloin.allowance(address,address).owner (#778) shadows:
- Ownable.owner() (#403-405) (function)
Eloin._approve(address,address,uint256).owner (#1031) shadows:
- Ownable.owner() (#403-405) (function)
Rename the local variables that shadow another component.

Additional information: link

Eloin.setLiquidityFeePercent(uint256) (#887-890) should emit an event for:
- _liquidityFee = liquidityFee (#889)
Eloin.setMaxTxPercent(uint256) (#910-915) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#911-913)
Eloin.updateBuyLimit(uint256) (#1254-1256) should emit an event for:
- buyLimit = limit (#1255)
Eloin.setExtraTaxFeePercent(uint256) (#892-895) should emit an event for:
- _extraTaxFee = fee (#894)
Eloin.setNumTokensSellToAddToLiquidity(uint256) (#918-920) should emit an event for:
- numTokensSellToAddToLiquidity = value (#919)
Eloin.setTaxFeePercent(uint256) (#882-885) should emit an event for:
- _taxFee = taxFee (#884)
Eloin.updateSellLimit(uint256) (#1258-1260) should emit an event for:
- sellLimit = limit (#1259)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Eloin.swapAndLiquify(uint256) (#1142-1163):
External calls:
- swapTokensForEth(half) (#1154)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
- addLiquidity(otherHalf,newBalance) (#1160)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1160)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1160)
- _allowances[owner][spender] = amount (#1035)
Reentrancy in Eloin._transfer(address,address,uint256) (#1039-1097):
External calls:
- BP.protect(from,to,amount) (#1045)
- swapAndLiquify(contractTokenBalance) (#1079)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1079)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
State variables written after the call(s):
- swapAndLiquify(contractTokenBalance) (#1079)
- _allowances[owner][spender] = amount (#1035)
- _validateTime(from,to,takeFee) (#1092)
- _buyTime[recipient] = now (#1124)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _extraTaxFee = _previousExtraTaxFee (#1024)
- _extraTaxFee = 0 (#1018)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _liquidityFee = _previousLiquidityFee (#1023)
- _liquidityFee = 0 (#1017)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _previousExtraTaxFee = _extraTaxFee (#1014)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _previousLiquidityFee = _liquidityFee (#1013)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _previousTaxFee = _taxFee (#1012)
- _validateTime(from,to,takeFee) (#1092)
- _sellTime[sender] = now (#1127)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _tFeeTotal = _tFeeTotal.add(tFee) (#932)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- _taxFee = _previousTaxFee (#1022)
- _taxFee = 0 (#1016)
Reentrancy in Eloin.transferFrom(address,address,uint256) (#787-791):
External calls:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
- BP.protect(from,to,amount) (#1045)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
External calls sending eth:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#789)
- _allowances[owner][spender] = amount (#1035)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Eloin.transferFrom(address,address,uint256) (#787-791):
External calls:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
- BP.protect(from,to,amount) (#1045)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
External calls sending eth:
- _transfer(sender,recipient,amount) (#788)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1036)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#789)
Reentrancy in Eloin.swapAndLiquify(uint256) (#1142-1163):
External calls:
- swapTokensForEth(half) (#1154)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
- addLiquidity(otherHalf,newBalance) (#1160)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1160)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1036)
- addLiquidity(otherHalf,newBalance) (#1160)
- SwapAndLiquify(half,newBalance,otherHalf) (#1162)
Reentrancy in Eloin._transfer(address,address,uint256) (#1039-1097):
External calls:
- BP.protect(from,to,amount) (#1045)
- swapAndLiquify(contractTokenBalance) (#1079)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1174-1182)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1079)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(this),block.timestamp) (#1190-1198)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1036)
- swapAndLiquify(contractTokenBalance) (#1079)
- SwapAndLiquify(half,newBalance,otherHalf) (#1162)
- swapAndLiquify(contractTokenBalance) (#1079)
- Transfer(sender,recipient,tTransferAmount) (#1229)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- Transfer(sender,recipient,tTransferAmount) (#1240)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- Transfer(sender,recipient,tTransferAmount) (#1251)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
- Transfer(sender,recipient,tTransferAmount) (#871)
- _tokenTransfer(from,to,amount,takeFee) (#1096)
Apply the check-effects-interactions pattern.

Additional information: link

Eloin._validateTime(address,address,bool) (#1115-1130) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(_buyTime[recipient] + 240 <= now,wait 4 minutes to buy again) (#1123)
- require(bool,string)(_sellTime[sender] + 300 <= now,wait 5 minutes to sell again) (#1126)
Avoid relying on block.timestamp.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Do not use evm assembly.

Additional information: link

Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Remove unused functions.

Additional information: link

Eloin._previousExtraTaxFee (#689) is set pre-construction with a non-constant function or state variable:
- _extraTaxFee
Eloin._previousLiquidityFee (#686) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Eloin._previousTaxFee (#683) is set pre-construction with a non-constant function or state variable:
- _taxFee
Eloin._rTotal (#670) 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) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
Low level call in Address.sendValue(address,uint256) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Eloin.includeInReward(address) (#847-860) has costly operations inside a loop:
- _excluded.pop() (#856)
Use a local variable to hold the loop computation result.

Additional information: link

Holders:


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


Token is deployed only at one blockchain

Contract has 3% buy tax and 2% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Unable to find PancakeSwap trading pair to compute liquidity.


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


Unable to find PancakeSwap trading pair to compute volume.


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


Unable to find audit link on the website


Unable to find Twitter link on the website


Unable to find Telegram link on the website


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for ELOIN