ShibFen Inu Token Logo

SHIBFEN [ShibFen Inu] Token

ALERT: honeypot scam

About SHIBFEN

Listings

Not Found
Token 4 years
white paper

Shib Fén Inu has been created from the idea of establishing a positive friendship with the world wide community of Shiba Inu. The project is simple and clear and the mission of Shib Fén Inu is very simple…. We want to decimate the supply of Shiba Inu.
If you are a holder of Shiba Inu you will no doubt be driven and waiting for the burns to keep coming. We found many projects offer Shiba Inu as rewards, this is great as it helps the holder count but we struggle to see the overall benefit to Shiba Inu holders as we all know holders are not sending those free tokens to the dead wallet. So that lead the team to Shib Fén Inu.

The team want to keep Shib Fén Inu very clear and simple for investors and people looking at the project.
Shib Fén Inu is designed to be the friendly token that everyone should have alongside their Shiba Inu. There are over 1million holders of Shiba Inu across the globe who are dedicated and simply buying and holding Shib Fén Inu will mean big burns of ShibaInu.

Offering BNB rewards to holders means they will get value back directly in their wallet with the automatic rewards system. This allows people to easily fill up with more Shib Fén Inu or allow them to continuously receive back a % of their investment for doing nothing else other than holding Shib Fén Inu.

The BuyBack feature will be done manually by the team. The buy back will be used to predominantly buy Shiba Inu and then send it to the dead wallet removing from circulation forever. The value of this to holders of Shiba Inu means not only will Shib Fén Inu help to push the value of Shiba Inu but also burning the Shiba Inu purchased means that value put into Shiba Inu will remain.
The BuyBack wallet will also be used if needed to implement the same for Shib Fén Inu if the project needs the boost.

Social

Laser Scorebeta Last Audit: 20 February 2022

report
Token seems to be a scam (type: honeypot scam).

ShibFenInu.addLiquidity(uint256,uint256) (#1763-1778) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
ShibFenInu.sendBNBToMarketing(uint256) (#1780-1785) sends eth to arbitrary user
Dangerous calls:
- _marketingWallet.transfer(bnbToSend) (#1784)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- sendBNBToMarketing(marketingTokens) (#1673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1699)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1033)
- _balances[recipient] = _balances[recipient].add(amount) (#1034)
- super._transfer(from,to,amount) (#1702)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1033)
- _balances[recipient] = _balances[recipient].add(amount) (#1034)
- swapping = false (#1678)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#1212-1228):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1217)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1220)
Apply the check-effects-interactions pattern.

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.


Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.

Variable 'ShibFenInu._transfer(address,address,uint256).claims (#1710)' in ShibFenInu._transfer(address,address,uint256) (#1622-1717) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1711)
Variable 'ShibFenInu._transfer(address,address,uint256).iterations (#1710)' in ShibFenInu._transfer(address,address,uint256) (#1622-1717) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1711)
Variable 'ShibFenInu._transfer(address,address,uint256).lastProcessedIndex (#1710)' in ShibFenInu._transfer(address,address,uint256) (#1622-1717) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1711)
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

ShibFenInu.claim() (#1602-1604) ignores return value by dividendTracker.processAccount(msg.sender,false) (#1603)
ShibFenInu._transfer(address,address,uint256) (#1622-1717) ignores return value by dividendTracker.process(gas) (#1710-1715)
ShibFenInu.addLiquidity(uint256,uint256) (#1763-1778) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#1169) shadows:
- ERC20._name (#855) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#1169) shadows:
- ERC20._symbol (#856) (state variable)
Rename the local variables that shadow another component.

Additional information: link

ShibFenInu.setFee(uint256,uint256,uint256) (#1474-1480) should emit an event for:
- liquidityFee = _liquidityFee (#1476)
- marketingFee = _marketingFee (#1477)
- totalFees = BNBRewardsFee.add(liquidityFee).add(marketingFee) (#1479)
ShibFenInu.setMaxWalletTokend(uint256) (#1482-1484) should emit an event for:
- _maxWalletToken = _maxToken * (10 ** 18) (#1483)
ShibFenInu.setMaxSellTransaction(uint256) (#1486-1488) should emit an event for:
- maxSellTransactionAmount = _maxTxn * (10 ** 18) (#1487)
Emit an event for critical parameter changes.

Additional information: link

ShibFenInu.setMarketingWallet(address).wallet (#1470) lacks a zero-check on :
- _marketingWallet = wallet (#1471)
Check that the address is not zero.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#1212-1228) has external calls inside a loop: (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1217)
Favor pull over push strategy for external calls.

Additional information: link

ShibFenInu._transfer(address,address,uint256).lastProcessedIndex (#1710) is a local variable never initialized
ShibFenInu._transfer(address,address,uint256).iterations (#1710) is a local variable never initialized
ShibFenInu.addToBlackList(address[]).i (#1491) is a local variable never initialized
ShibFenInu._transfer(address,address,uint256).claims (#1710) 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

Reentrancy in ShibFenInu.updateDividendTracker(address) (#1447-1462):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1454)
- newDividendTracker.excludeFromDividends(address(this)) (#1455)
- newDividendTracker.excludeFromDividends(owner()) (#1456)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1457)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1461)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- sendBNBToMarketing(marketingTokens) (#1673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
State variables written after the call(s):
- sendBNBToMarketing(marketingTokens) (#1673)
- _allowances[owner][spender] = amount (#1099)
Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- sendBNBToMarketing(marketingTokens) (#1673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1676)
- _allowances[owner][spender] = amount (#1099)
Reentrancy in ShibFenInu.constructor() (#1397-1441):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1414-1415)
State variables written after the call(s):
- uniswapV2Pair = _uniswapV2Pair (#1418)
- uniswapV2Router = _uniswapV2Router (#1417)
Reentrancy in ShibFenInu.constructor() (#1397-1441):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1414-1415)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1420)
- dividendTracker.excludeFromDividends(pair) (#1526)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1423)
- dividendTracker.excludeFromDividends(address(this)) (#1424)
- dividendTracker.excludeFromDividends(owner()) (#1425)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1426)
State variables written after the call(s):
- _mint(owner(),1000000000000000 * (10 ** 18)) (#1440)
- _balances[account] = _balances[account].add(amount) (#1053)
- excludeFromFees(liquidityWallet,true) (#1429)
- _isExcludedFromFees[account] = excluded (#1502)
- excludeFromFees(address(this),true) (#1430)
- _isExcludedFromFees[account] = excluded (#1502)
- _mint(owner(),1000000000000000 * (10 ** 18)) (#1440)
- _totalSupply = _totalSupply.add(amount) (#1052)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1434)
Reentrancy in ShibFenInuDividendTracker.processAccount(address,bool) (#1994-2004):
External calls:
- amount = _withdrawDividendOfUser(account) (#1995)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1217)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1998)
Reentrancy in ShibFenInu.swapAndLiquify(uint256) (#1719-1740):
External calls:
- swapTokensForEth(half) (#1731)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- addLiquidity(otherHalf,newBalance) (#1737)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1737)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1737)
- _allowances[owner][spender] = amount (#1099)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibFenInu._setAutomatedMarketMakerPair(address,bool) (#1521-1530):
External calls:
- dividendTracker.excludeFromDividends(pair) (#1526)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1529)
Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- sendBNBToMarketing(marketingTokens) (#1673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1100)
- sendBNBToMarketing(marketingTokens) (#1673)
Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- sendBNBToMarketing(marketingTokens) (#1673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1100)
- swapAndSendDividends(sellTokens) (#1676)
- SendDividends(tokens,dividends) (#1793)
- swapAndSendDividends(sellTokens) (#1676)
- Transfer(sender,recipient,amount) (#1035)
- super._transfer(from,address(this),fees) (#1699)
- Transfer(sender,recipient,amount) (#1035)
- super._transfer(from,to,amount) (#1702)
Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- sendBNBToMarketing(marketingTokens) (#1673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1704)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1705)
- dividendTracker.process(gas) (#1710-1715)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1711)
Reentrancy in ShibFenInu.constructor() (#1397-1441):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1414-1415)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1420)
- dividendTracker.excludeFromDividends(pair) (#1526)
Event emitted after the call(s):
- SetAutomatedMarketMakerPair(pair,value) (#1529)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1420)
Reentrancy in ShibFenInu.constructor() (#1397-1441):
External calls:
- _uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#1414-1415)
- _setAutomatedMarketMakerPair(_uniswapV2Pair,true) (#1420)
- dividendTracker.excludeFromDividends(pair) (#1526)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1423)
- dividendTracker.excludeFromDividends(address(this)) (#1424)
- dividendTracker.excludeFromDividends(owner()) (#1425)
- dividendTracker.excludeFromDividends(address(_uniswapV2Router)) (#1426)
Event emitted after the call(s):
- ExcludeFromFees(account,excluded) (#1504)
- excludeFromFees(address(this),true) (#1430)
- ExcludeFromFees(account,excluded) (#1504)
- excludeFromFees(liquidityWallet,true) (#1429)
- Transfer(address(0),account,amount) (#1054)
- _mint(owner(),1000000000000000 * (10 ** 18)) (#1440)
Reentrancy in ShibFenInuDividendTracker.processAccount(address,bool) (#1994-2004):
External calls:
- amount = _withdrawDividendOfUser(account) (#1995)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1217)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1999)
Reentrancy in ShibFenInu.processDividendTracker(uint256) (#1597-1600):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1598)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1599)
Reentrancy in ShibFenInu.swapAndLiquify(uint256) (#1719-1740):
External calls:
- swapTokensForEth(half) (#1731)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- addLiquidity(otherHalf,newBalance) (#1737)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1737)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1100)
- addLiquidity(otherHalf,newBalance) (#1737)
- SwapAndLiquify(half,newBalance,otherHalf) (#1739)
Reentrancy in ShibFenInu.swapAndSendDividends(uint256) (#1787-1795):
External calls:
- swapTokensForEth(tokens) (#1788)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1753-1759)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
External calls sending eth:
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
Event emitted after the call(s):
- SendDividends(tokens,dividends) (#1793)
Reentrancy in ShibFenInu.updateDividendTracker(address) (#1447-1462):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1454)
- newDividendTracker.excludeFromDividends(address(this)) (#1455)
- newDividendTracker.excludeFromDividends(owner()) (#1456)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1457)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1459)
Apply the check-effects-interactions pattern.

Additional information: link

ShibFenInuDividendTracker.getAccount(address) (#1858-1901) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1898-1900)
ShibFenInuDividendTracker.canAutoClaim(uint256) (#1922-1928) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1923)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1927)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#639-642) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#1268-1274) is never used and should be removed
SafeMath.mod(uint256,uint256) (#597-599) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#613-616) is never used and should be removed
SafeMathInt.abs(int256) (#442-445) is never used and should be removed
SafeMathInt.div(int256,int256) (#413-419) is never used and should be removed
SafeMathInt.mul(int256,int256) (#401-408) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.6.2 (#7) allows old versions
Pragma version^0.6.2 (#151) allows old versions
Pragma version^0.6.2 (#172) allows old versions
Pragma version^0.6.2 (#227) allows old versions
Pragma version^0.6.2 (#293) allows old versions
Pragma version^0.6.2 (#320) allows old versions
Pragma version^0.6.2 (#388) allows old versions
Pragma version^0.6.2 (#457) allows old versions
Pragma version^0.6.2 (#474) allows old versions
Pragma version^0.6.2 (#622) allows old versions
Pragma version^0.6.2 (#646) allows old versions
Pragma version^0.6.2 (#705) allows old versions
Pragma version^0.6.2 (#788) allows old versions
Pragma version^0.6.2 (#816) allows old versions
Pragma version^0.6.2 (#1127) allows old versions
Pragma version^0.6.2 (#1314) 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

Low level call in DividendPayingToken._withdrawDividendOfUser(address) (#1212-1228):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#1217)
Low level call in ShibFenInu.swapAndSendDividends(uint256) (#1787-1795):
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Router01.WETH() (#11) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#189) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#190) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#207) is not in mixedCase
Parameter DividendPayingToken.dividendOf(address)._owner (#1234) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#1241) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#1248) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#1258) is not in mixedCase
Constant DividendPayingToken.magnitude (#1149) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter ShibFenInu.setFee(uint256,uint256,uint256)._BNBRewardsFee (#1474) is not in mixedCase
Parameter ShibFenInu.setFee(uint256,uint256,uint256)._liquidityFee (#1474) is not in mixedCase
Parameter ShibFenInu.setFee(uint256,uint256,uint256)._marketingFee (#1474) is not in mixedCase
Parameter ShibFenInu.setMaxWalletTokend(uint256)._maxToken (#1482) is not in mixedCase
Parameter ShibFenInu.setMaxSellTransaction(uint256)._maxTxn (#1486) is not in mixedCase
Function ShibFenInu.EnableTrading() (#1618-1620) is not in mixedCase
Variable ShibFenInu._isBlacklisted (#1329) is not in mixedCase
Variable ShibFenInu._maxWalletToken (#1341) is not in mixedCase
Variable ShibFenInu.BNBRewardsFee (#1343) is not in mixedCase
Variable ShibFenInu._marketingWallet (#1349) is not in mixedCase
Parameter ShibFenInuDividendTracker.getAccount(address)._account (#1858) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#640)" inContext (#634-643)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in ShibFenInu._transfer(address,address,uint256) (#1622-1717):
External calls:
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
External calls sending eth:
- swapAndLiquify(swapTokens) (#1670)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,liquidityWallet,block.timestamp) (#1769-1776)
- sendBNBToMarketing(marketingTokens) (#1673)
- _marketingWallet.transfer(bnbToSend) (#1784)
- swapAndSendDividends(sellTokens) (#1676)
- (success) = address(dividendTracker).call{value: dividends}() (#1790)
State variables written after the call(s):
- swapAndSendDividends(sellTokens) (#1676)
- _allowances[owner][spender] = amount (#1099)
- super._transfer(from,address(this),fees) (#1699)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1033)
- _balances[recipient] = _balances[recipient].add(amount) (#1034)
- super._transfer(from,to,amount) (#1702)
- _balances[sender] = _balances[sender].sub(amount,ERC20: transfer amount exceeds balance) (#1033)
- _balances[recipient] = _balances[recipient].add(amount) (#1034)
- swapping = false (#1678)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1100)
- swapAndSendDividends(sellTokens) (#1676)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1711)
- SendDividends(tokens,dividends) (#1793)
- swapAndSendDividends(sellTokens) (#1676)
- Transfer(sender,recipient,amount) (#1035)
- super._transfer(from,to,amount) (#1702)
- Transfer(sender,recipient,amount) (#1035)
- super._transfer(from,address(this),fees) (#1699)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#16) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#17)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#1213) is too similar to ShibFenInuDividendTracker.getAccount(address).withdrawableDividends (#1863)
Prevent variables from having similar names.

Additional information: link

ShibFenInu.constructor() (#1397-1441) uses literals with too many digits:
- _mint(owner(),1000000000000000 * (10 ** 18)) (#1440)
ShibFenInu.updateGasForProcessing(uint256) (#1540-1545) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,ShibFen: gasForProcessing must be between 200,000 and 500,000) (#1541)
ShibFenInu.slitherConstructorVariables() (#1323-1796) uses literals with too many digits:
- maxSellTransactionAmount = 500000000000000 * (10 ** 18) (#1339)
ShibFenInu.slitherConstructorVariables() (#1323-1796) uses literals with too many digits:
- swapTokensAtAmount = 200000000 * (10 ** 18) (#1340)
ShibFenInu.slitherConstructorVariables() (#1323-1796) uses literals with too many digits:
- _maxWalletToken = 1000000000000000 * (10 ** 18) (#1341)
ShibFenInu.slitherConstructorVariables() (#1323-1796) uses literals with too many digits:
- gasForProcessing = 500000 (#1352)
ShibFenInuDividendTracker.getAccountAtIndex(uint256) (#1903-1920) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1914)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#396) is never used in SafeMathInt (#394-452)
Remove unused state variables.

Additional information: link

ShibFenInu.swapTokensAtAmount (#1340) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#238-240)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#242-247)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#249-251)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#255-257)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#686-689)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#695-699)
name() should be declared external:
- ERC20.name() (#875-877)
symbol() should be declared external:
- ERC20.symbol() (#883-885)
decimals() should be declared external:
- ERC20.decimals() (#900-902)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#926-929)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#934-936)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#945-948)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#963-971)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#985-988)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#1004-1007)
withdrawDividend() should be declared external:
- DividendPayingToken.withdrawDividend() (#1206-1208)
- ShibFenInuDividendTracker.withdrawDividend() (#1827-1829)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#1234-1236)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#1248-1250)
updateDividendTracker(address) should be declared external:
- ShibFenInu.updateDividendTracker(address) (#1447-1462)
updateUniswapV2Router(address) should be declared external:
- ShibFenInu.updateUniswapV2Router(address) (#1464-1468)
setMarketingWallet(address) should be declared external:
- ShibFenInu.setMarketingWallet(address) (#1470-1472)
setFee(uint256,uint256,uint256) should be declared external:
- ShibFenInu.setFee(uint256,uint256,uint256) (#1474-1480)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- ShibFenInu.excludeMultipleAccountsFromFees(address[],bool) (#1507-1513)
setAutomatedMarketMakerPair(address,bool) should be declared external:
- ShibFenInu.setAutomatedMarketMakerPair(address,bool) (#1515-1519)
updateLiquidityWallet(address) should be declared external:
- ShibFenInu.updateLiquidityWallet(address) (#1533-1538)
updateGasForProcessing(uint256) should be declared external:
- ShibFenInu.updateGasForProcessing(uint256) (#1540-1545)
isExcludedFromFees(address) should be declared external:
- ShibFenInu.isExcludedFromFees(address) (#1559-1561)
withdrawableDividendOf(address) should be declared external:
- ShibFenInu.withdrawableDividendOf(address) (#1563-1565)
dividendTokenBalanceOf(address) should be declared external:
- ShibFenInu.dividendTokenBalanceOf(address) (#1567-1569)
getMarketingFeePercent() should be declared external:
- ShibFenInu.getMarketingFeePercent() (#1606-1608)
getAccountAtIndex(uint256) should be declared external:
- ShibFenInuDividendTracker.getAccountAtIndex(uint256) (#1903-1920)
process(uint256) should be declared external:
- ShibFenInuDividendTracker.process(uint256) (#1947-1992)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 94% buy tax and 95% sell tax.
Taxes are extremely high (over 30%)

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.


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account has less than 100 followers


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


Twitter account has few posts


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Young tokens have high risks of price dump / death


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for SHIBFEN

News for SHIBFEN