Everprinter is a HIGH dividend rewarding token on the Binance Smart Chain. Backed by an experienced team and solid code. Look no further and start printing USDT rewards for yourself.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
EverPrinter.addLiquidity(uint256,uint256) (#1664-1679) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in EverPrinter._transfer(address,address,uint256) (#1518-1589):
External calls:
- swapAndSendToFee(marketingTokens) (#1545)
- IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
- swapAndSendDividends(sellTokens) (#1551)
- success = IERC20(USDT).transfer(address(dividendTracker),dividends) (#1684)
- dividendTracker.distributeUSDTDividends(dividends) (#1687)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1571)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#925)
- _balances[recipient] = _balances[recipient].add(amount) (#926)
- super._transfer(from,to,amount) (#1574)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#925)
- _balances[recipient] = _balances[recipient].add(amount) (#926)
- swapping = false (#1553)
Apply the check-effects-interactions pattern.
Additional information: link
EverPrinter.swapAndSendToFee(uint256) (#1591-1598) ignores return value by IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
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 ($EPRINT) 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.
Variable 'EverPrinter._transfer(address,address,uint256).claims (#1582)' in EverPrinter._transfer(address,address,uint256) (#1518-1589) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1583)
Variable 'EverPrinter._transfer(address,address,uint256).iterations (#1582)' in EverPrinter._transfer(address,address,uint256) (#1518-1589) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1583)
Variable 'EverPrinter._transfer(address,address,uint256).lastProcessedIndex (#1582)' in EverPrinter._transfer(address,address,uint256) (#1518-1589) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1583)
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 EverPrinter._transfer(address,address,uint256) (#1518-1589):
External calls:
- swapAndSendToFee(marketingTokens) (#1545)
- IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
State variables written after the call(s):
- swapAndLiquify(swapTokens) (#1548)
- _allowances[owner][spender] = amount (#991)
Reentrancy in EverPrinter._transfer(address,address,uint256) (#1518-1589):
External calls:
- swapAndSendToFee(marketingTokens) (#1545)
- IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
- swapAndSendDividends(sellTokens) (#1551)
- success = IERC20(USDT).transfer(address(dividendTracker),dividends) (#1684)
- dividendTracker.distributeUSDTDividends(dividends) (#1687)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1551)
- _allowances[owner][spender] = amount (#991)
Reentrancy in EverPrinter.constructor() (#1316-1348):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1323-1324)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1327)
- uniswapV2Router = _uniswapV2Router (#1326)
Reentrancy in EverPrinter.constructor() (#1316-1348):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1323-1324)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1329)
- dividendTracker.excludeFromDividends(pair) (#1432)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1332)
- dividendTracker.excludeFromDividends(address(this)) (#1333)
- dividendTracker.excludeFromDividends(owner()) (#1334)
- dividendTracker.excludeFromDividends(deadWallet) (#1335)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1336)
State variables written after the call(s):
- _mint(owner(),100000000000 * (10 ** 18)) (#1347)
- _balances[account] = _balances[account].add(amount) (#945)
- excludeFromFees(owner(),true) (#1339)
- _isExcludedFromFees[account] = excluded (#1382)
- excludeFromFees(_marketingWalletAddress,true) (#1340)
- _isExcludedFromFees[account] = excluded (#1382)
- excludeFromFees(address(this),true) (#1341)
- _isExcludedFromFees[account] = excluded (#1382)
- _mint(owner(),100000000000 * (10 ** 18)) (#1347)
- _totalSupply = _totalSupply.add(amount) (#944)
Reentrancy in EverPrinterDividendTracker.processAccount(address,bool) (#1889-1899):
External calls:
- amount = _withdrawDividendOfUser(account) (#1890)
- success = IERC20(USDT).transfer(user,_withdrawableDividend) (#1149)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1893)
Reentrancy in EverPrinter.swapAndLiquify(uint256) (#1600-1621):
External calls:
- swapTokensForEth(half) (#1612)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
- addLiquidity(otherHalf,newBalance) (#1618)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1618)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1618)
- _allowances[owner][spender] = amount (#991)
Reentrancy in EverPrinter.updateUniswapV2Router(address) (#1371-1378):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(uniswapV2Router.factory()).createPair(address(this),uniswapV2Router.WETH()) (#1375-1376)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1377)
Apply the check-effects-interactions pattern.
Additional information: link
Pragma version^0.6.2 (#4) allows old versions
Pragma version^0.6.2 (#7) allows old versions
Pragma version^0.6.2 (#89) allows old versions
Pragma version^0.6.2 (#115) allows old versions
Pragma version^0.6.2 (#259) allows old versions
Pragma version^0.6.2 (#279) allows old versions
Pragma version^0.6.2 (#334) allows old versions
Pragma version^0.6.2 (#360) allows old versions
Pragma version^0.6.2 (#416) allows old versions
Pragma version^0.6.2 (#563) allows old versions
Pragma version^0.6.2 (#631) allows old versions
Pragma version^0.6.2 (#647) allows old versions
Pragma version^0.6.2 (#712) allows old versions
Pragma version^0.6.2 (#1019) allows old versions
Pragma version^0.6.2 (#1056) allows old versions
Pragma version^0.6.2 (#1080) allows old versions
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Redundant expression "this (#107)" inContext (#101-110)
Remove redundant statements if they congest code but offer no value.
Additional information: link
SafeMathInt.MAX_INT256 (#571) is never used in SafeMathInt (#569-627)
Remove unused state variables.
Additional information: link
EverPrinter.setUSDTRewardsFee(uint256) (#1399-1402) should emit an event for:
- USDTRewardsFee = value (#1400)
- totalFees = USDTRewardsFee.add(liquidityFee).add(marketingFee) (#1401)
EverPrinter.setLiquiditFee(uint256) (#1404-1407) should emit an event for:
- liquidityFee = value (#1405)
- totalFees = USDTRewardsFee.add(liquidityFee).add(marketingFee) (#1406)
EverPrinter.setMarketingFee(uint256) (#1409-1413) should emit an event for:
- marketingFee = value (#1410)
- totalFees = USDTRewardsFee.add(liquidityFee).add(marketingFee) (#1411)
Emit an event for critical parameter changes.
Additional information: link
EverPrinter.updateUniswapV2Router(address)._uniswapV2Pair (#1375-1376) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#1377)
EverPrinter.setMarketingWallet(address).wallet (#1395) lacks a zero-check on :
- _marketingWalletAddress = wallet (#1396)
Check that the address is not zero.
Additional information: link
DividendPayingToken._withdrawDividendOfUser(address) (#1144-1160) has external calls inside a loop: success = IERC20(USDT).transfer(user,_withdrawableDividend) (#1149)
Favor pull over push strategy for external calls.
Additional information: link
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1144-1160):
External calls:
- success = IERC20(USDT).transfer(user,_withdrawableDividend) (#1149)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1152)
Reentrancy in EverPrinter.updateDividendTracker(address) (#1354-1369):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1361)
- newDividendTracker.excludeFromDividends(address(this)) (#1362)
- newDividendTracker.excludeFromDividends(owner()) (#1363)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1364)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1368)
Apply the check-effects-interactions pattern.
Additional information: link
EverPrinter._transfer(address,address,uint256).lastProcessedIndex (#1582) is a local variable never initialized
EverPrinter._transfer(address,address,uint256).iterations (#1582) is a local variable never initialized
EverPrinter._transfer(address,address,uint256).claims (#1582) 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
EverPrinter.claim() (#1505-1507) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1506)
EverPrinter._transfer(address,address,uint256) (#1518-1589) ignores return value by dividendTracker.process(gas) (#1582-1587)
EverPrinter.addLiquidity(uint256,uint256) (#1664-1679) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
Ensure that all the return values of the function calls are used.
Additional information: link
DividendPayingToken.constructor(string,string)._name (#1118) shadows:
- ERC20._name (#747) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1118) shadows:
- ERC20._symbol (#748) (state variable)
DividendPayingToken.dividendOf(address)._owner (#1166) shadows:
- Ownable._owner (#363) (state variable)
DividendPayingToken.withdrawableDividendOf(address)._owner (#1173) shadows:
- Ownable._owner (#363) (state variable)
DividendPayingToken.withdrawnDividendOf(address)._owner (#1180) shadows:
- Ownable._owner (#363) (state variable)
DividendPayingToken.accumulativeDividendOf(address)._owner (#1190) shadows:
- Ownable._owner (#363) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in EverPrinter._setAutomatedMarketMakerPair(address,bool) (#1427-1436):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1432)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1435)
Reentrancy in EverPrinter._transfer(address,address,uint256) (#1518-1589):
External calls:
- swapAndSendToFee(marketingTokens) (#1545)
- IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#992)
- swapAndLiquify(swapTokens) (#1548)
- SwapAndLiquify(half,newBalance,otherHalf) (#1620)
- swapAndLiquify(swapTokens) (#1548)
Reentrancy in EverPrinter._transfer(address,address,uint256) (#1518-1589):
External calls:
- swapAndSendToFee(marketingTokens) (#1545)
- IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
- swapAndSendDividends(sellTokens) (#1551)
- success = IERC20(USDT).transfer(address(dividendTracker),dividends) (#1684)
- dividendTracker.distributeUSDTDividends(dividends) (#1687)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#992)
- swapAndSendDividends(sellTokens) (#1551)
- SendDividends(tokens,dividends) (#1688)
- swapAndSendDividends(sellTokens) (#1551)
- Transfer(sender,recipient,amount) (#927)
- super._transfer(from,address(this),fees) (#1571)
- Transfer(sender,recipient,amount) (#927)
- super._transfer(from,to,amount) (#1574)
Reentrancy in EverPrinter._transfer(address,address,uint256) (#1518-1589):
External calls:
- swapAndSendToFee(marketingTokens) (#1545)
- IERC20(USDT).transfer(_marketingWalletAddress,newBalance) (#1597)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
- swapAndSendDividends(sellTokens) (#1551)
- success = IERC20(USDT).transfer(address(dividendTracker),dividends) (#1684)
- dividendTracker.distributeUSDTDividends(dividends) (#1687)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1576)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1577)
- dividendTracker.process(gas) (#1582-1587)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1548)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1583)
Reentrancy in EverPrinter.constructor() (#1316-1348):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1323-1324)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1329)
- dividendTracker.excludeFromDividends(pair) (#1432)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1435)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1329)
Reentrancy in EverPrinter.constructor() (#1316-1348):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1323-1324)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1329)
- dividendTracker.excludeFromDividends(pair) (#1432)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1332)
- dividendTracker.excludeFromDividends(address(this)) (#1333)
- dividendTracker.excludeFromDividends(owner()) (#1334)
- dividendTracker.excludeFromDividends(deadWallet) (#1335)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1336)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1384)
- excludeFromFees(address(this),true) (#1341)
- ExcludeFromFees(account,excluded) (#1384)
- excludeFromFees(_marketingWalletAddress,true) (#1340)
- ExcludeFromFees(account,excluded) (#1384)
- excludeFromFees(owner(),true) (#1339)
- Transfer(address(0),account,amount) (#946)
- _mint(owner(),100000000000 * (10 ** 18)) (#1347)
Reentrancy in EverPrinterDividendTracker.processAccount(address,bool) (#1889-1899):
External calls:
- amount = _withdrawDividendOfUser(account) (#1890)
- success = IERC20(USDT).transfer(user,_withdrawableDividend) (#1149)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1894)
Reentrancy in EverPrinter.processDividendTracker(uint256) (#1500-1503):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1501)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1502)
Reentrancy in EverPrinter.swapAndLiquify(uint256) (#1600-1621):
External calls:
- swapTokensForEth(half) (#1612)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1635-1641)
- addLiquidity(otherHalf,newBalance) (#1618)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1618)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1670-1677)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#992)
- addLiquidity(otherHalf,newBalance) (#1618)
- SwapAndLiquify(half,newBalance,otherHalf) (#1620)
Reentrancy in EverPrinter.swapAndSendDividends(uint256) (#1681-1690):
External calls:
- swapTokensForUSDT(tokens) (#1682)
- uniswapV2Router.swapExactTokensForTokensSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1655-1661)
- success = IERC20(USDT).transfer(address(dividendTracker),dividends) (#1684)
- dividendTracker.distributeUSDTDividends(dividends) (#1687)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1688)
Reentrancy in EverPrinter.updateDividendTracker(address) (#1354-1369):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1361)
- newDividendTracker.excludeFromDividends(address(this)) (#1362)
- newDividendTracker.excludeFromDividends(owner()) (#1363)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1364)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1366)
Apply the check-effects-interactions pattern.
Additional information: link
EverPrinterDividendTracker.getAccount(address) (#1753-1796) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1793-1795)
EverPrinterDividendTracker.canAutoClaim(uint256) (#1817-1823) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1818)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1822)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#106-109) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1200-1206) is never used and should be removed
SafeMath.mod(uint256,uint256) (#539-541) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#555-558) is never used and should be removed
SafeMathInt.abs(int256) (#617-620) is never used and should be removed
SafeMathInt.div(int256,int256) (#588-594) is never used and should be removed
SafeMathInt.mul(int256,int256) (#576-583) is never used and should be removed
Remove unused functions.
Additional information: link
EverPrinter.totalFees (#1267) is set pre-construction with a non-constant function or state variable:
- USDTRewardsFee.add(liquidityFee).add(marketingFee)
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
Function IUniswapV2Router01.WETH() (#119) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#296) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#297) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#314) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1166) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1173) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1180) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1190) is not in mixedCase
Variable DividendPayingToken.USDT (#1092) is not in mixedCase
Constant DividendPayingToken.magnitude (#1098) is not in UPPER_CASE_WITH_UNDERSCORES
Variable EverPrinter.USDT (#1258) is not in mixedCase
Variable EverPrinter._isBlacklisted (#1262) is not in mixedCase
Variable EverPrinter.USDTRewardsFee (#1264) is not in mixedCase
Variable EverPrinter._marketingWalletAddress (#1269) is not in mixedCase
Parameter EverPrinterDividendTracker.getAccount(address)._account (#1753) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#124) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#125)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1145) is too similar to EverPrinterDividendTracker.getAccount(address).withdrawableDividends (#1758)
Prevent variables from having similar names.
Additional information: link
EverPrinter.constructor() (#1316-1348) uses literals with too many digits:
- _mint(owner(),100000000000 * (10 ** 18)) (#1347)
EverPrinter.updateGasForProcessing(uint256) (#1439-1444) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,EverPrinter: gasForProcessing must be between 200,000 and 500,000) (#1440)
EverPrinter.slitherConstructorVariables() (#1246-1691) uses literals with too many digits:
- deadWallet = 0x000000000000000000000000000000000000dEaD (#1256)
EverPrinter.slitherConstructorVariables() (#1246-1691) uses literals with too many digits:
- swapTokensAtAmount = 2000000 * (10 ** 18) (#1260)
EverPrinter.slitherConstructorVariables() (#1246-1691) uses literals with too many digits:
- gasForProcessing = 300000 (#1273)
EverPrinterDividendTracker.constructor() (#1713-1716) uses literals with too many digits:
- minimumTokenBalanceForDividends = 200000 * (10 ** 18) (#1715)
EverPrinterDividendTracker.getAccountAtIndex(uint256) (#1798-1815) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1809)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
EverPrinter.deadWallet (#1256) should be constant
EverPrinter.swapTokensAtAmount (#1260) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#398-401)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#407-411)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#658-660)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#662-667)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#669-671)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#675-677)
name() should be declared external:
- ERC20.name() (#767-769)
symbol() should be declared external:
- ERC20.symbol() (#775-777)
decimals() should be declared external:
- ERC20.decimals() (#792-794)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#818-821)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#826-828)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#837-840)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#855-863)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#877-880)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#896-899)
distributeUSDTDividends(uint256) should be declared external:
- DividendPayingToken.distributeUSDTDividends(uint256) (#1123-1134)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1138-1140)
- EverPrinterDividendTracker.withdrawDividend() (#1722-1724)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1166-1168)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1180-1182)
updateDividendTracker(address) should be declared external:
- EverPrinter.updateDividendTracker(address) (#1354-1369)
updateUniswapV2Router(address) should be declared external:
- EverPrinter.updateUniswapV2Router(address) (#1371-1378)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- EverPrinter.excludeMultipleAccountsFromFees(address[],bool) (#1387-1393)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- EverPrinter.setAutomatedMarketMakerPair(address,bool) (#1416-1420)
updateGasForProcessing(uint256) should be declared external:
- EverPrinter.updateGasForProcessing(uint256) (#1439-1444)
isExcludedFromFees(address) should be declared external:
- EverPrinter.isExcludedFromFees(address) (#1458-1460)
withdrawableDividendOf(address) should be declared external:
- EverPrinter.withdrawableDividendOf(address) (#1462-1464)
dividendTokenBalanceOf(address) should be declared external:
- EverPrinter.dividendTokenBalanceOf(address) (#1466-1468)
getAccountAtIndex(uint256) should be declared external:
- EverPrinterDividendTracker.getAccountAtIndex(uint256) (#1798-1815)
process(uint256) should be declared external:
- EverPrinterDividendTracker.process(uint256) (#1842-1887)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 2% buy tax and 3% sell tax.
Taxes are low and contract ownership is renounced.
Unable to crawl data from the website
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 token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts