SHIBA INU BILLIONAIRE Token Logo

SHIBIB [SHIBA INU BILLIONAIRE] Token

About SHIBIB

Listings

Token 3 years
CoinMarketCap 3 years

Brother of the Legendary Shiba Inu. A Decentralized Meme Token Evolution.

Social

Laser Scorebeta Last Audit: 26 February 2022

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

Reentrancy in ShibaInuBillionaire._transfer(address,address,uint256) (#796-880):
External calls:
- swapAndLiquify(contractTokenBalance) (#830)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#830)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#752)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#961)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#970)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#621)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#981)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#962)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#972)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#982)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#623)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _rTotal = _rTotal.sub(rFee) (#707)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#754)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#620)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#980)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#971)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#622)
Apply the check-effects-interactions pattern.

Additional information: link


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


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.

ShibaInuBillionaire.includeInReward(address) (#605-616) has costly operations inside a loop:
- _excluded.pop() (#612)
ShibaInuBillionaire.removeBotFromBlackList(address) (#658-668) has costly operations inside a loop:
- _blackListedBots.pop() (#664)
Use a local variable to hold the loop computation result.

Additional information: link

ShibaInuBillionaire._transfer(address,address,uint256) (#796-880) uses tx.origin for authorization: require(bool,string)(! _isBlackListedBot[tx.origin],You have no power here!) (#806)
Do not use tx.origin for authorization.

Additional information: link

ShibaInuBillionaire.addLiquidity(uint256,uint256) (#923-936) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
Ensure that all the return values of the function calls are used.

Additional information: link

ShibaInuBillionaire.allowance(address,address).owner (#536) shadows:
- Ownable.owner() (#149-151) (function)
ShibaInuBillionaire._approve(address,address,uint256).owner (#788) shadows:
- Ownable.owner() (#149-151) (function)
Rename the local variables that shadow another component.

Additional information: link

ShibaInuBillionaire.setTaxFeePercent(uint256) (#637-639) should emit an event for:
- _taxFee = taxFee (#638)
ShibaInuBillionaire.setLiquidityFeePercent(uint256) (#641-643) should emit an event for:
- _liquidityFee = liquidityFee (#642)
ShibaInuBillionaire.setMaxTxPercent(uint256) (#645-649) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#646-648)
ShibaInuBillionaire.setBuyFee(uint256,uint256) (#675-678) should emit an event for:
- _buyTaxFee = buyTaxFee (#676)
- _buyLiquidityFee = buyLiquidityFee (#677)
ShibaInuBillionaire.setSellFee(uint256,uint256) (#680-683) should emit an event for:
- _sellTaxFee = sellTaxFee (#681)
- _sellLiquidityFee = sellLiquidityFee (#682)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in ShibaInuBillionaire._transfer(address,address,uint256) (#796-880):
External calls:
- swapAndLiquify(contractTokenBalance) (#830)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#830)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
State variables written after the call(s):
- removeAllFee() (#842)
- _liquidityFee = 0 (#776)
- _liquidityFee = _buyLiquidityFee (#844)
- removeAllFee() (#848)
- _liquidityFee = 0 (#776)
- _liquidityFee = _sellLiquidityFee (#850)
- removeAllFee() (#855)
- _liquidityFee = 0 (#776)
- _liquidityFee = _addressFees[from]._liquidityFee (#857)
- _liquidityFee = _addressFees[from]._sellLiquidityFee (#862)
- removeAllFee() (#869)
- _liquidityFee = 0 (#776)
- _liquidityFee = _addressFees[to]._buyLiquidityFee (#872)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _liquidityFee = _previousLiquidityFee (#781)
- _liquidityFee = 0 (#776)
- removeAllFee() (#842)
- _previousLiquidityFee = _liquidityFee (#773)
- removeAllFee() (#848)
- _previousLiquidityFee = _liquidityFee (#773)
- removeAllFee() (#855)
- _previousLiquidityFee = _liquidityFee (#773)
- removeAllFee() (#869)
- _previousLiquidityFee = _liquidityFee (#773)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _previousLiquidityFee = _liquidityFee (#773)
- removeAllFee() (#842)
- _previousTaxFee = _taxFee (#772)
- removeAllFee() (#848)
- _previousTaxFee = _taxFee (#772)
- removeAllFee() (#855)
- _previousTaxFee = _taxFee (#772)
- removeAllFee() (#869)
- _previousTaxFee = _taxFee (#772)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _previousTaxFee = _taxFee (#772)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _tFeeTotal = _tFeeTotal.add(tFee) (#708)
- removeAllFee() (#842)
- _taxFee = 0 (#775)
- _taxFee = _buyTaxFee (#843)
- removeAllFee() (#848)
- _taxFee = 0 (#775)
- _taxFee = _sellTaxFee (#849)
- removeAllFee() (#855)
- _taxFee = 0 (#775)
- _taxFee = _addressFees[from]._taxFee (#856)
- _taxFee = _addressFees[from]._sellTaxFee (#861)
- removeAllFee() (#869)
- _taxFee = 0 (#775)
- _taxFee = _addressFees[to]._buyTaxFee (#871)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- _taxFee = _previousTaxFee (#780)
- _taxFee = 0 (#775)
Reentrancy in ShibaInuBillionaire.constructor() (#467-508):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#472-473)
State variables written after the call(s):
- _blackListedBots.push(address(0xE031b36b53E53a292a20c5F08fd1658CDdf74fce)) (#484)
- _blackListedBots.push(address(0xe516bDeE55b0b4e9bAcaF6285130De15589B1345)) (#487)
- _blackListedBots.push(address(0xa1ceC245c456dD1bd9F2815a6955fEf44Eb4191b)) (#490)
- _blackListedBots.push(address(0xd7d3EE77D35D0a56F91542D4905b1a2b1CD7cF95)) (#493)
- _blackListedBots.push(address(0xFe76f05dc59fEC04184fA0245AD0C3CF9a57b964)) (#496)
- _blackListedBots.push(address(0xDC81a3450817A58D00f45C86d0368290088db848)) (#499)
- _blackListedBots.push(address(0x45fD07C63e5c316540F14b2002B085aEE78E3881)) (#502)
- _blackListedBots.push(address(0x27F9Adb26D532a41D97e00206114e429ad58c679)) (#505)
- _isBlackListedBot[address(0xE031b36b53E53a292a20c5F08fd1658CDdf74fce)] = true (#483)
- _isBlackListedBot[address(0xe516bDeE55b0b4e9bAcaF6285130De15589B1345)] = true (#486)
- _isBlackListedBot[address(0xa1ceC245c456dD1bd9F2815a6955fEf44Eb4191b)] = true (#489)
- _isBlackListedBot[address(0xd7d3EE77D35D0a56F91542D4905b1a2b1CD7cF95)] = true (#492)
- _isBlackListedBot[address(0xFe76f05dc59fEC04184fA0245AD0C3CF9a57b964)] = true (#495)
- _isBlackListedBot[address(0xDC81a3450817A58D00f45C86d0368290088db848)] = true (#498)
- _isBlackListedBot[address(0x45fD07C63e5c316540F14b2002B085aEE78E3881)] = true (#501)
- _isBlackListedBot[address(0x27F9Adb26D532a41D97e00206114e429ad58c679)] = true (#504)
- _isExcludedFromFee[owner()] = true (#479)
- _isExcludedFromFee[address(this)] = true (#480)
- uniswapV2Router = _uniswapV2Router (#476)
Reentrancy in ShibaInuBillionaire.swapAndLiquify(uint256) (#882-903):
External calls:
- swapTokensForEth(half) (#894)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
- addLiquidity(otherHalf,newBalance) (#900)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#900)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#900)
- _allowances[owner][spender] = amount (#792)
Reentrancy in ShibaInuBillionaire.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
- _allowances[owner][spender] = amount (#792)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in ShibaInuBillionaire._transfer(address,address,uint256) (#796-880):
External calls:
- swapAndLiquify(contractTokenBalance) (#830)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#830)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#965)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- Transfer(sender,recipient,tTransferAmount) (#975)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- Transfer(sender,recipient,tTransferAmount) (#985)
- _tokenTransfer(from,to,amount,takeFee) (#879)
- Transfer(sender,recipient,tTransferAmount) (#626)
- _tokenTransfer(from,to,amount,takeFee) (#879)
Reentrancy in ShibaInuBillionaire.constructor() (#467-508):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#472-473)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#507)
Reentrancy in ShibaInuBillionaire.swapAndLiquify(uint256) (#882-903):
External calls:
- swapTokensForEth(half) (#894)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
- addLiquidity(otherHalf,newBalance) (#900)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#900)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#793)
- addLiquidity(otherHalf,newBalance) (#900)
- SwapAndLiquify(half,newBalance,otherHalf) (#902)
Reentrancy in ShibaInuBillionaire.transferFrom(address,address,uint256) (#545-549):
External calls:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#914-920)
External calls sending eth:
- _transfer(sender,recipient,amount) (#546)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#928-935)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#793)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#547)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#180-185) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#182)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#81-90) uses assembly
- INLINE ASM (#88)
Address._functionCallWithValue(address,bytes,uint256,string) (#116-133) uses assembly
- INLINE ASM (#125-128)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#116-133) is never used and should be removed
Address.functionCall(address,bytes) (#99-101) is never used and should be removed
Address.functionCall(address,bytes,string) (#103-105) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#107-109) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#111-114) is never used and should be removed
Address.isContract(address) (#81-90) is never used and should be removed
Address.sendValue(address,uint256) (#91-97) is never used and should be removed
Context._msgData() (#74-77) is never used and should be removed
SafeMath.mod(uint256,uint256) (#59-61) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#63-66) is never used and should be removed
Remove unused functions.

Additional information: link

ShibaInuBillionaire._rTotal (#412) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
ShibaInuBillionaire._previousTaxFee (#430) is set pre-construction with a non-constant function or state variable:
- _taxFee
ShibaInuBillionaire._previousLiquidityFee (#433) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#91-97):
- (success) = recipient.call{value: amount}() (#95)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#116-133):
- (success,returndata) = target.call{value: weiValue}(data) (#119)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#222) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#223) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#240) is not in mixedCase
Function IUniswapV2Router01.WETH() (#260) is not in mixedCase
Parameter ShibaInuBillionaire.setSwapAndLiquifyEnabled(bool)._enabled (#670) is not in mixedCase
Parameter ShibaInuBillionaire.setAddressFee(address,bool,uint256,uint256)._address (#685) is not in mixedCase
Parameter ShibaInuBillionaire.setAddressFee(address,bool,uint256,uint256)._enable (#685) is not in mixedCase
Parameter ShibaInuBillionaire.setAddressFee(address,bool,uint256,uint256)._addressTaxFee (#685) is not in mixedCase
Parameter ShibaInuBillionaire.setAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#685) is not in mixedCase
Parameter ShibaInuBillionaire.setBuyAddressFee(address,bool,uint256,uint256)._address (#691) is not in mixedCase
Parameter ShibaInuBillionaire.setBuyAddressFee(address,bool,uint256,uint256)._enable (#691) is not in mixedCase
Parameter ShibaInuBillionaire.setBuyAddressFee(address,bool,uint256,uint256)._addressTaxFee (#691) is not in mixedCase
Parameter ShibaInuBillionaire.setBuyAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#691) is not in mixedCase
Parameter ShibaInuBillionaire.setSellAddressFee(address,bool,uint256,uint256)._address (#697) is not in mixedCase
Parameter ShibaInuBillionaire.setSellAddressFee(address,bool,uint256,uint256)._enable (#697) is not in mixedCase
Parameter ShibaInuBillionaire.setSellAddressFee(address,bool,uint256,uint256)._addressTaxFee (#697) is not in mixedCase
Parameter ShibaInuBillionaire.setSellAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#697) is not in mixedCase
Parameter ShibaInuBillionaire.calculateTaxFee(uint256)._amount (#757) is not in mixedCase
Parameter ShibaInuBillionaire.calculateLiquidityFee(uint256)._amount (#763) is not in mixedCase
Variable ShibaInuBillionaire._taxFee (#429) is not in mixedCase
Variable ShibaInuBillionaire._liquidityFee (#432) is not in mixedCase
Variable ShibaInuBillionaire._buyTaxFee (#435) is not in mixedCase
Variable ShibaInuBillionaire._buyLiquidityFee (#436) is not in mixedCase
Variable ShibaInuBillionaire._sellTaxFee (#438) is not in mixedCase
Variable ShibaInuBillionaire._sellLiquidityFee (#439) is not in mixedCase
Variable ShibaInuBillionaire._addressFees (#448) is not in mixedCase
Variable ShibaInuBillionaire._maxTxAmount (#450) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#75)" inContext (#69-78)
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 (#265) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#266)
Variable ShibaInuBillionaire._transferFromExcluded(address,address,uint256).rTransferAmount (#979) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._transferToExcluded(address,address,uint256).rTransferAmount (#969) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._transferStandard(address,address,uint256).rTransferAmount (#960) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._transferBothExcluded(address,address,uint256).rTransferAmount (#619) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._getValues(uint256).rTransferAmount (#713) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._transferStandard(address,address,uint256).rTransferAmount (#960) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire._transferToExcluded(address,address,uint256).rTransferAmount (#969) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._transferStandard(address,address,uint256).rTransferAmount (#960) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire._transferFromExcluded(address,address,uint256).rTransferAmount (#979) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._transferStandard(address,address,uint256).rTransferAmount (#960) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._transferBothExcluded(address,address,uint256).rTransferAmount (#619) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._getValues(uint256).rTransferAmount (#713) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._transferBothExcluded(address,address,uint256).rTransferAmount (#619) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire._transferToExcluded(address,address,uint256).rTransferAmount (#969) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._transferStandard(address,address,uint256).rTransferAmount (#960) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Variable ShibaInuBillionaire._transferBothExcluded(address,address,uint256).rTransferAmount (#619) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire._transferFromExcluded(address,address,uint256).rTransferAmount (#979) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._transferBothExcluded(address,address,uint256).rTransferAmount (#619) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._transferStandard(address,address,uint256).rTransferAmount (#960) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._getValues(uint256).rTransferAmount (#713) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._transferBothExcluded(address,address,uint256).rTransferAmount (#619) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Variable ShibaInuBillionaire.reflectionFromToken(uint256,bool).rTransferAmount (#584) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire._getValues(uint256).rTransferAmount (#713) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Variable ShibaInuBillionaire._transferToExcluded(address,address,uint256).rTransferAmount (#969) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire._transferFromExcluded(address,address,uint256).rTransferAmount (#979) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire.reflectionFromToken(uint256,bool).rTransferAmount (#584) is too similar to ShibaInuBillionaire._getTValues(uint256).tTransferAmount (#720)
Variable ShibaInuBillionaire._transferFromExcluded(address,address,uint256).rTransferAmount (#979) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Variable ShibaInuBillionaire._getValues(uint256).rTransferAmount (#713) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire._transferToExcluded(address,address,uint256).rTransferAmount (#969) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire.reflectionFromToken(uint256,bool).rTransferAmount (#584) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire.reflectionFromToken(uint256,bool).rTransferAmount (#584) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire._transferFromExcluded(address,address,uint256).rTransferAmount (#979) is too similar to ShibaInuBillionaire._transferBothExcluded(address,address,uint256).tTransferAmount (#619)
Variable ShibaInuBillionaire.reflectionFromToken(uint256,bool).rTransferAmount (#584) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Variable ShibaInuBillionaire._transferToExcluded(address,address,uint256).rTransferAmount (#969) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Variable ShibaInuBillionaire.reflectionFromToken(uint256,bool).rTransferAmount (#584) is too similar to ShibaInuBillionaire._transferToExcluded(address,address,uint256).tTransferAmount (#969)
Variable ShibaInuBillionaire._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to ShibaInuBillionaire._transferFromExcluded(address,address,uint256).tTransferAmount (#979)
Variable ShibaInuBillionaire._getValues(uint256).rTransferAmount (#713) is too similar to ShibaInuBillionaire._getValues(uint256).tTransferAmount (#712)
Variable ShibaInuBillionaire._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#728) is too similar to ShibaInuBillionaire._transferStandard(address,address,uint256).tTransferAmount (#960)
Prevent variables from having similar names.

Additional information: link

ShibaInuBillionaire.slitherConstructorVariables() (#395-988) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 8 (#411)
ShibaInuBillionaire.slitherConstructorVariables() (#395-988) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 8 (#450)
ShibaInuBillionaire.slitherConstructorVariables() (#395-988) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 8 (#451)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ShibaInuBillionaire._decimals (#417) should be constant
ShibaInuBillionaire._name (#415) should be constant
ShibaInuBillionaire._symbol (#416) should be constant
ShibaInuBillionaire._tTotal (#411) should be constant
ShibaInuBillionaire.numTokensSellToAddToLiquidity (#451) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#158-161)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#163-167)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#169-171)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#173-178)
unlock() should be declared external:
- Ownable.unlock() (#180-185)
name() should be declared external:
- ShibaInuBillionaire.name() (#510-512)
symbol() should be declared external:
- ShibaInuBillionaire.symbol() (#514-516)
decimals() should be declared external:
- ShibaInuBillionaire.decimals() (#518-520)
totalSupply() should be declared external:
- ShibaInuBillionaire.totalSupply() (#522-524)
transfer(address,uint256) should be declared external:
- ShibaInuBillionaire.transfer(address,uint256) (#531-534)
allowance(address,address) should be declared external:
- ShibaInuBillionaire.allowance(address,address) (#536-538)
approve(address,uint256) should be declared external:
- ShibaInuBillionaire.approve(address,uint256) (#540-543)
transferFrom(address,address,uint256) should be declared external:
- ShibaInuBillionaire.transferFrom(address,address,uint256) (#545-549)
increaseAllowance(address,uint256) should be declared external:
- ShibaInuBillionaire.increaseAllowance(address,uint256) (#551-554)
decreaseAllowance(address,uint256) should be declared external:
- ShibaInuBillionaire.decreaseAllowance(address,uint256) (#556-559)
isExcludedFromReward(address) should be declared external:
- ShibaInuBillionaire.isExcludedFromReward(address) (#561-563)
totalFees() should be declared external:
- ShibaInuBillionaire.totalFees() (#565-567)
deliver(uint256) should be declared external:
- ShibaInuBillionaire.deliver(uint256) (#569-576)
reflectionFromToken(uint256,bool) should be declared external:
- ShibaInuBillionaire.reflectionFromToken(uint256,bool) (#578-587)
excludeFromReward(address) should be declared external:
- ShibaInuBillionaire.excludeFromReward(address) (#595-603)
excludeFromFee(address) should be declared external:
- ShibaInuBillionaire.excludeFromFee(address) (#629-631)
includeInFee(address) should be declared external:
- ShibaInuBillionaire.includeInFee(address) (#633-635)
setSwapAndLiquifyEnabled(bool) should be declared external:
- ShibaInuBillionaire.setSwapAndLiquifyEnabled(bool) (#670-673)
isExcludedFromFee(address) should be declared external:
- ShibaInuBillionaire.isExcludedFromFee(address) (#784-786)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity 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 30d PancakeSwap volume is low.


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


Token is deployed only at one blockchain

Contract has 10% buy tax and 8% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


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

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find whitepaper 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 price dump / death


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


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for SHIBIB

News for SHIBIB