ELF Token Token Logo

$ELF [ELF] Token

About $ELF

Listings

Token 2 years
white paper

Elf Token is a community driven token targeting both our passive and active investors, in addition to those less fortunate. Investors will receive 5% BUSD rewards for holding, and be part of daily giveaways hosted by the team of 15 members. The token, a spinoff of the pop culture hit “Elf”, will also partner with Toys for Tots in an effort to bring the Christmas spirit to kids around the world.

Social

Laser Scorebeta Last Audit: 1 January 2022

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

ELF.addLiquidity(uint256,uint256) (#1753-1768) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- swapping = false (#1599)
- swapping = true (#1610)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1642)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#871)
- _balances[recipient] = _balances[recipient].add(amount) (#872)
- super._transfer(from,address(this),fees_scope_3) (#1652)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#871)
- _balances[recipient] = _balances[recipient].add(amount) (#872)
- super._transfer(from,to,amount) (#1657)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#871)
- _balances[recipient] = _balances[recipient].add(amount) (#872)
- swapping = false (#1622)
Apply the check-effects-interactions pattern.

Additional information: link

ELF.swapAndSendToFee(uint256) (#1674-1687) ignores return value by IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
ELF.swapAndSendToFee(uint256) (#1674-1687) ignores return value by IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
ELF.swapAndSendToFee(uint256) (#1674-1687) ignores return value by IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
ELF.swapAndSendToFee(uint256) (#1674-1687) ignores return value by IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
ELF.swapAndSendToFee(uint256) (#1674-1687) ignores return value by IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
ELF.swapAndSendToFee(uint256) (#1674-1687) ignores return value by IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

Contract ticker ($ELF) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

DividendPayingToken._withdrawDividendOfUser(address) (#1061-1077) has external calls inside a loop: success = IERC20(RewardToken).transfer(user,_withdrawableDividend) (#1066)
Favor pull over push strategy for external calls.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#1035) shadows:
- ERC20._name (#693) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1035) shadows:
- ERC20._symbol (#694) (state variable)
DividendPayingToken.dividendOf(address)._owner (#1083) shadows:
- Ownable._owner (#252) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#1090) shadows:
- Ownable._owner (#252) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#1097) shadows:
- Ownable._owner (#252) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#1107) shadows:
- Ownable._owner (#252) (state variable)
Rename the local variables that shadow another component.

Additional information: link

ELF.setBuy_BUSDRewardsFee(uint256) (#1343-1346) should emit an event for:
- Buy_BUSDRewardsFee = value (#1344)
- Buy_totalFees = Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee) (#1345)
ELF.setBuy_LiquidityFee(uint256) (#1348-1351) should emit an event for:
- Buy_liquidityFee = value (#1349)
- Buy_totalFees = Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee) (#1350)
ELF.setBuy_MarketingFee(uint256) (#1353-1356) should emit an event for:
- Buy_marketingFee = value (#1354)
- Buy_totalFees = Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee) (#1355)
ELF.setBuy_devFee(uint256) (#1358-1362) should emit an event for:
- Buy_devFee = value (#1359)
- Buy_totalFees = Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee) (#1360)
ELF.setBuy_giveawayFee(uint256) (#1364-1368) should emit an event for:
- Buy_giveaway = value (#1365)
- Buy_totalFees = Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee) (#1366)
ELF.setBuy_charityFee(uint256) (#1370-1374) should emit an event for:
- Buy_charity = value (#1371)
- Buy_totalFees = Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee) (#1372)
ELF.setSell_BUSDRewardsFee(uint256) (#1377-1380) should emit an event for:
- Sell_BUSDRewardsFee = value (#1378)
- Sell_totalFees = Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee) (#1379)
ELF.setSell_LiquidityFee(uint256) (#1382-1385) should emit an event for:
- Sell_liquidityFee = value (#1383)
- Sell_totalFees = Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee) (#1384)
ELF.setSell_MarketingFee(uint256) (#1387-1391) should emit an event for:
- Sell_marketingFee = value (#1388)
- Sell_totalFees = Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee) (#1389)
ELF.setSell_devFee(uint256) (#1393-1397) should emit an event for:
- Sell_devFee = value (#1394)
- Sell_totalFees = Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee) (#1395)
ELF.setSell_giveawayFee(uint256) (#1399-1403) should emit an event for:
- Sell_giveaway = value (#1400)
- Sell_totalFees = Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee) (#1401)
ELF.setSell_charityFee(uint256) (#1405-1408) should emit an event for:
- Sell_charity = value (#1406)
- Sell_totalFees = Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee) (#1407)
Emit an event for critical parameter changes.

Additional information: link

ELF.updateUniswapV2Router(address)._uniswapV2Pair (#1308-1309) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1310)
ELF.setMarketingWallet(address).wallet (#1330) lacks a zero-check on :
- _marketingWalletAddress = wallet (#1331)
ELF.setDevWallet(address).wallet (#1333) lacks a zero-check on :
- _devWalletAddress = wallet (#1334)
ELF.setCharityWallet(address).wallet (#1336) lacks a zero-check on :
- _charityAddress = wallet (#1337)
ELF.setGiveawayWallet(address).wallet (#1339) lacks a zero-check on :
- _giveawayAddress = wallet (#1340)
Check that the address is not zero.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1061-1077):
External calls:
- success = IERC20(RewardToken).transfer(user,_withdrawableDividend) (#1066)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1069)
Reentrancy in ELF.updateDividendTracker(address) (#1287-1302):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1294)
- newDividendTracker.excludeFromDividends(address(this)) (#1295)
- newDividendTracker.excludeFromDividends(owner()) (#1296)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1297)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1301)
Apply the check-effects-interactions pattern.

Additional information: link

ELF._transfer(address,address,uint256).claims (#1665) is a local variable never initialized
ELF._transfer(address,address,uint256).iterations (#1665) is a local variable never initialized
ELF._transfer(address,address,uint256).lastProcessedIndex (#1665) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

ELF.claim() (#1501-1503) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1502)
ELF._transfer(address,address,uint256) (#1557-1672) ignores return value by dividendTracker.process(gas) (#1665-1670)
ELF.addLiquidity(uint256,uint256) (#1753-1768) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Ensure that all the return values of the function calls are used.

Additional information: link

Variable 'ELF._transfer(address,address,uint256).claims (#1665)' in ELF._transfer(address,address,uint256) (#1557-1672) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1666)
Variable 'ELF._transfer(address,address,uint256).iterations (#1665)' in ELF._transfer(address,address,uint256) (#1557-1672) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1666)
Variable 'ELF._transfer(address,address,uint256).lastProcessedIndex (#1665)' in ELF._transfer(address,address,uint256) (#1557-1672) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1666)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (#1594)
- _allowances[owner][spender] = amount (#937)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1597)
- _allowances[owner][spender] = amount (#937)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- _allowances[owner][spender] = amount (#937)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- swapAndLiquify(swapTokens_scope_1) (#1617)
- _allowances[owner][spender] = amount (#937)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- _allowances[owner][spender] = amount (#937)
Reentrancy in ELF.constructor() (#1249-1281):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1256-1257)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1260)
- uniswapV2Router = _uniswapV2Router (#1259)
Reentrancy in ELF.constructor() (#1249-1281):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1256-1257)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1262)
- dividendTracker.excludeFromDividends(pair) (#1428)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1265)
- dividendTracker.excludeFromDividends(address(this)) (#1266)
- dividendTracker.excludeFromDividends(owner()) (#1267)
- dividendTracker.excludeFromDividends(deadWallet) (#1268)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1269)
State variables written after the call(s):
- _mint(owner(),1000000000000 * (10 ** 18)) (#1280)
- _balances[account] = _balances[account].add(amount) (#891)
- excludeFromFees(owner(),true) (#1272)
- _isExcludedFromFees[account] = excluded (#1315)
- excludeFromFees(_marketingWalletAddress,true) (#1273)
- _isExcludedFromFees[account] = excluded (#1315)
- excludeFromFees(address(this),true) (#1274)
- _isExcludedFromFees[account] = excluded (#1315)
- _mint(owner(),1000000000000 * (10 ** 18)) (#1280)
- _totalSupply = _totalSupply.add(amount) (#890)
Reentrancy in ELFDividendTracker.processAccount(address,bool) (#1978-1988):
External calls:
- amount = _withdrawDividendOfUser(account) (#1979)
- success = IERC20(RewardToken).transfer(user,_withdrawableDividend) (#1066)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1982)
Reentrancy in ELF.swapAndLiquify(uint256) (#1689-1710):
External calls:
- swapTokensForEth(half) (#1701)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- addLiquidity(otherHalf,newBalance) (#1707)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1707)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1707)
- _allowances[owner][spender] = amount (#937)
Reentrancy in ELF.updateUniswapV2Router(address) (#1304-1311):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1308-1309)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1310)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ELF._setAutomatedMarketMakerPair(address,bool) (#1423-1432):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1428)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1431)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#938)
- swapAndLiquify(swapTokens) (#1594)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- swapAndLiquify(swapTokens) (#1594)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#938)
- swapAndSendDividends(sellTokens) (#1597)
- SendDividends(tokens,dividends) (#1777)
- swapAndSendDividends(sellTokens) (#1597)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#938)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#938)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
- swapAndLiquify(swapTokens_scope_1) (#1617)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#938)
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- SendDividends(tokens,dividends) (#1777)
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- Transfer(sender,recipient,amount) (#873)
- super._transfer(from,address(this),fees_scope_3) (#1652)
- Transfer(sender,recipient,amount) (#873)
- super._transfer(from,to,amount) (#1657)
- Transfer(sender,recipient,amount) (#873)
- super._transfer(from,address(this),fees) (#1642)
Reentrancy in ELF._transfer(address,address,uint256) (#1557-1672):
External calls:
- swapAndSendToFee(marketingTokens) (#1591)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens) (#1597)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- swapAndSendToFee(marketingTokens_scope_0) (#1614)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1681)
- IERC20(RewardToken).transfer(_marketingWalletAddress,feeSplit) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- IERC20(RewardToken).transfer(_devWalletAddress,feeSplit) (#1683)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1684)
- IERC20(RewardToken).transfer(_charityAddress,feeSplit) (#1685)
- IERC20(RewardToken).transfer(_giveawayAddress,feeSplit) (#1686)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- swapAndSendDividends(sellTokens_scope_2) (#1620)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1659)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1660)
- dividendTracker.process(gas) (#1665-1670)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1594)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
- swapAndLiquify(swapTokens_scope_1) (#1617)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1666)
Reentrancy in ELF.constructor() (#1249-1281):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1256-1257)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1262)
- dividendTracker.excludeFromDividends(pair) (#1428)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1431)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1262)
Reentrancy in ELF.constructor() (#1249-1281):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1256-1257)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1262)
- dividendTracker.excludeFromDividends(pair) (#1428)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1265)
- dividendTracker.excludeFromDividends(address(this)) (#1266)
- dividendTracker.excludeFromDividends(owner()) (#1267)
- dividendTracker.excludeFromDividends(deadWallet) (#1268)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1269)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1317)
- excludeFromFees(address(this),true) (#1274)
- ExcludeFromFees(account,excluded) (#1317)
- excludeFromFees(owner(),true) (#1272)
- ExcludeFromFees(account,excluded) (#1317)
- excludeFromFees(_marketingWalletAddress,true) (#1273)
- Transfer(address(0),account,amount) (#892)
- _mint(owner(),1000000000000 * (10 ** 18)) (#1280)
Reentrancy in ELFDividendTracker.processAccount(address,bool) (#1978-1988):
External calls:
- amount = _withdrawDividendOfUser(account) (#1979)
- success = IERC20(RewardToken).transfer(user,_withdrawableDividend) (#1066)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1983)
Reentrancy in ELF.processDividendTracker(uint256) (#1496-1499):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1497)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1498)
Reentrancy in ELF.swapAndLiquify(uint256) (#1689-1710):
External calls:
- swapTokensForEth(half) (#1701)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1724-1730)
- addLiquidity(otherHalf,newBalance) (#1707)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1707)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1759-1766)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#938)
- addLiquidity(otherHalf,newBalance) (#1707)
- SwapAndLiquify(half,newBalance,otherHalf) (#1709)
Reentrancy in ELF.swapAndSendDividends(uint256) (#1770-1779):
External calls:
- swapTokensForBUSD(tokens) (#1771)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1744-1750)
- success = IERC20(RewardToken).transfer(address(dividendTracker),dividends) (#1773)
- dividendTracker.distributeBUSDDividends(dividends) (#1776)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1777)
Reentrancy in ELF.updateDividendTracker(address) (#1287-1302):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1294)
- newDividendTracker.excludeFromDividends(address(this)) (#1295)
- newDividendTracker.excludeFromDividends(owner()) (#1296)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1297)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1299)
Apply the check-effects-interactions pattern.

Additional information: link

ELFDividendTracker.getAccount(address) (#1842-1885) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1882-1884)
ELFDividendTracker.canAutoClaim(uint256) (#1906-1912) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1907)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1911)
Avoid relying on block.timestamp.

Additional information: link

Different versions of Solidity is used:
- Version used: ['>=0.6.2', '^0.6.2']
- ^0.6.2 (#1)
- ^0.6.2 (#24)
- ^0.6.2 (#169)
- ^0.6.2 (#235)
- ^0.6.2 (#249)
- ^0.6.2 (#303)
- >=0.6.2 (#399)
- ^0.6.2 (#442)
- ^0.6.2 (#495)
- ^0.6.2 (#513)
- ^0.6.2 (#578)
- ^0.6.2 (#658)
- ^0.6.2 (#682)
- ^0.6.2 (#962)
- ^0.6.2 (#997)
- ^0.6.2 (#1017)
- ^0.6.2 (#1160)
Use one Solidity version.

Additional information: link

Context._msgData() (#18-21) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1117-1123) is never used and should be removed
SafeMath.mod(uint256,uint256) (#147-149) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#163-166) is never used and should be removed
SafeMathInt.abs(int256) (#223-226) is never used and should be removed
SafeMathInt.div(int256,int256) (#194-200) is never used and should be removed
SafeMathInt.mul(int256,int256) (#182-189) is never used and should be removed
Remove unused functions.

Additional information: link

ELF.Buy_totalFees (#1195) is set pre-construction with a non-constant function or state variable:
- Buy_BUSDRewardsFee.add(Buy_liquidityFee).add(Buy_marketingFee).add(Buy_charity).add(Buy_giveaway).add(Buy_devFee)
ELF.Sell_totalFees (#1196) is set pre-construction with a non-constant function or state variable:
- Sell_BUSDRewardsFee.add(Sell_liquidityFee).add(Sell_marketingFee).add(Sell_charity).add(Sell_giveaway).add(Sell_devFee)
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

Pragma version^0.6.2 (#1) allows old versions
Pragma version^0.6.2 (#24) allows old versions
Pragma version^0.6.2 (#169) allows old versions
Pragma version^0.6.2 (#235) allows old versions
Pragma version^0.6.2 (#249) allows old versions
Pragma version^0.6.2 (#303) allows old versions
Pragma version>=0.6.2 (#399) allows old versions
Pragma version^0.6.2 (#442) allows old versions
Pragma version^0.6.2 (#495) allows old versions
Pragma version^0.6.2 (#513) allows old versions
Pragma version^0.6.2 (#578) allows old versions
Pragma version^0.6.2 (#658) allows old versions
Pragma version^0.6.2 (#682) allows old versions
Pragma version^0.6.2 (#962) allows old versions
Pragma version^0.6.2 (#997) allows old versions
Pragma version^0.6.2 (#1017) allows old versions
Pragma version^0.6.2 (#1160) allows old versions
solc-0.6.2 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

Function IUniswapV2Router01.WETH() (#307) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#459) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#460) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#477) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1083) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1090) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1097) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1107) is not in mixedCase
Variable DividendPayingToken.RewardToken (#1024) is not in mixedCase
Constant DividendPayingToken.magnitude (#1026) is not in UPPER_CASE_WITH_UNDERSCORES
Function ELF.setBuy_BUSDRewardsFee(uint256) (#1343-1346) is not in mixedCase
Function ELF.setBuy_LiquidityFee(uint256) (#1348-1351) is not in mixedCase
Function ELF.setBuy_MarketingFee(uint256) (#1353-1356) is not in mixedCase
Function ELF.setBuy_devFee(uint256) (#1358-1362) is not in mixedCase
Function ELF.setBuy_giveawayFee(uint256) (#1364-1368) is not in mixedCase
Function ELF.setBuy_charityFee(uint256) (#1370-1374) is not in mixedCase
Function ELF.setSell_BUSDRewardsFee(uint256) (#1377-1380) is not in mixedCase
Function ELF.setSell_LiquidityFee(uint256) (#1382-1385) is not in mixedCase
Function ELF.setSell_MarketingFee(uint256) (#1387-1391) is not in mixedCase
Function ELF.setSell_devFee(uint256) (#1393-1397) is not in mixedCase
Function ELF.setSell_giveawayFee(uint256) (#1399-1403) is not in mixedCase
Function ELF.setSell_charityFee(uint256) (#1405-1408) is not in mixedCase
Variable ELF.RewardToken (#1174) is not in mixedCase
Variable ELF._isBlacklisted (#1178) is not in mixedCase
Variable ELF.Buy_BUSDRewardsFee (#1180) is not in mixedCase
Variable ELF.Buy_charity (#1181) is not in mixedCase
Variable ELF.Buy_giveaway (#1182) is not in mixedCase
Variable ELF.Buy_liquidityFee (#1183) is not in mixedCase
Variable ELF.Buy_marketingFee (#1184) is not in mixedCase
Variable ELF.Buy_devFee (#1185) is not in mixedCase
Variable ELF.Sell_BUSDRewardsFee (#1187) is not in mixedCase
Variable ELF.Sell_charity (#1188) is not in mixedCase
Variable ELF.Sell_giveaway (#1189) is not in mixedCase
Variable ELF.Sell_liquidityFee (#1190) is not in mixedCase
Variable ELF.Sell_marketingFee (#1191) is not in mixedCase
Variable ELF.Sell_devFee (#1192) is not in mixedCase
Variable ELF.Buy_totalFees (#1195) is not in mixedCase
Variable ELF.Sell_totalFees (#1196) is not in mixedCase
Variable ELF._charityAddress (#1200) is not in mixedCase
Variable ELF._giveawayAddress (#1201) is not in mixedCase
Variable ELF._marketingWalletAddress (#1202) is not in mixedCase
Variable ELF._devWalletAddress (#1203) is not in mixedCase
Parameter ELFDividendTracker.getAccount(address)._account (#1842) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#19)" inContext (#13-22)
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 (#312) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#313)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1062) is too similar to ELFDividendTracker.getAccount(address).withdrawableDividends (#1847)
Prevent variables from having similar names.

Additional information: link

ELF.constructor() (#1249-1281) uses literals with too many digits:
- _mint(owner(),1000000000000 * (10 ** 18)) (#1280)
ELF.updateGasForProcessing(uint256) (#1435-1440) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,ELF: gasForProcessing must be between 200,000 and 500,000) (#1436)
ELF.slitherConstructorVariables() (#1162-1780) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#1172)
ELF.slitherConstructorVariables() (#1162-1780) uses literals with too many digits:
- swapTokensAtAmount = 20000000 * (10 ** 18) (#1176)
ELF.slitherConstructorVariables() (#1162-1780) uses literals with too many digits:
- gasForProcessing = 300000 (#1206)
ELFDividendTracker.constructor() (#1802-1805) uses literals with too many digits:
- minimumTokenBalanceForDividends = 2000000 * (10 ** 18) (#1804)
ELFDividendTracker.getAccountAtIndex(uint256) (#1887-1904) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1898)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#177) is never used in SafeMathInt (#175-233)
Remove unused state variables.

Additional information: link

DividendPayingToken.RewardToken (#1024) should be constant
ELF.RewardToken (#1174) should be constant
ELF.deadWallet (#1172) should be constant
ELF.swapTokensAtAmount (#1176) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#287-290)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#296-300)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#526-528)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#530-535)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#537-539)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#543-545)
name() should be declared external:
- ERC20.name() (#713-715)
symbol() should be declared external:
- ERC20.symbol() (#721-723)
decimals() should be declared external:
- ERC20.decimals() (#738-740)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#764-767)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#772-774)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#783-786)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#801-809)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#823-826)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#842-845)
distributeBUSDDividends(uint256) should be declared external:
- DividendPayingToken.distributeBUSDDividends(uint256) (#1040-1051)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1055-1057)
- ELFDividendTracker.withdrawDividend() (#1811-1813)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1083-1085)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1097-1099)
updateDividendTracker(address) should be declared external:
- ELF.updateDividendTracker(address) (#1287-1302)
updateUniswapV2Router(address) should be declared external:
- ELF.updateUniswapV2Router(address) (#1304-1311)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- ELF.excludeMultipleAccountsFromFees(address[],bool) (#1320-1326)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- ELF.setAutomatedMarketMakerPair(address,bool) (#1412-1416)
updateGasForProcessing(uint256) should be declared external:
- ELF.updateGasForProcessing(uint256) (#1435-1440)
isExcludedFromFees(address) should be declared external:
- ELF.isExcludedFromFees(address) (#1454-1456)
withdrawableDividendOf(address) should be declared external:
- ELF.withdrawableDividendOf(address) (#1458-1460)
dividendTokenBalanceOf(address) should be declared external:
- ELF.dividendTokenBalanceOf(address) (#1462-1464)
openTrading() should be declared external:
- ELF.openTrading() (#1513-1515)
closeTrading() should be declared external:
- ELF.closeTrading() (#1517-1519)
beforeLaunch() should be declared external:
- ELF.beforeLaunch() (#1522-1539)
resetTaxes() should be declared external:
- ELF.resetTaxes() (#1541-1555)
getAccountAtIndex(uint256) should be declared external:
- ELFDividendTracker.getAccountAtIndex(uint256) (#1887-1904)
process(uint256) should be declared external:
- ELFDividendTracker.process(uint256) (#1931-1976)
Use the external attribute for functions never called from the contract.

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


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


Last post in Twitter was more than 30 days ago


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


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

Additional information: link


Unable to find whitepaper link on the website


Young tokens have high risks of price dump / death


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


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for $ELF

News for $ELF