SAUDI SHIBA INU is a decentralized Meme Token with a NFT Platform and own NFT Collections.
In addition, the SAUDI SHIBA INU holders benefit from the reflections on every transaction. This is
an auto staking feature. Furthermore, charity activities for people and animals are carried out.
Founder Ben, Germany: Professional trader for over 10 years, trained insurance broker and
involved in: organizing the team and processes, marketing
Co-Founder Louis, England: FullStack Developer Business Applications.
Involved in: Website and contract creation, all kinds of technical support, marketing
Backer Axel, Germany: Frontend Developer, Social Media Expert
Backer Tom, Spain: Backend Developer, Community Manager, Marketing
Marketing Manager Lisa, Germany: Community Manager, Social Media and advertisement
Reentrancy in SaudiShibaInu._transfer(address,address,uint256) (#788-872):
External calls:
- swapAndLiquify(contractTokenBalance) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#744)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#962)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#953)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#603)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#954)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#973)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#974)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#964)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#605)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _rTotal = _rTotal.sub(rFee) (#699)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#746)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#972)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#602)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#963)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#604)
Apply the check-effects-interactions pattern.
Additional information: link
SaudiShibaInu.rescueBEP20(address,uint256) (#691-693) ignores return value by IERC20(tokenAdd).transfer(ownerWallet,amount) (#692)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
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.
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
Address.isContract(address) (#80-89) uses assembly
- INLINE ASM (#87)
Address._functionCallWithValue(address,bytes,uint256,string) (#115-132) uses assembly
- INLINE ASM (#124-127)
Do not use evm assembly.
Additional information: link
Reentrancy in SaudiShibaInu.swapAndLiquify(uint256) (#874-895):
External calls:
- swapTokensForEth(half) (#886)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
- addLiquidity(otherHalf,newBalance) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#785)
- addLiquidity(otherHalf,newBalance) (#892)
- SwapAndLiquify(half,newBalance,otherHalf) (#894)
Reentrancy in SaudiShibaInu._transfer(address,address,uint256) (#788-872):
External calls:
- swapAndLiquify(contractTokenBalance) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#957)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- Transfer(sender,recipient,tTransferAmount) (#967)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- Transfer(sender,recipient,tTransferAmount) (#977)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- Transfer(sender,recipient,tTransferAmount) (#608)
- _tokenTransfer(from,to,amount,takeFee) (#871)
Reentrancy in SaudiShibaInu.transferFrom(address,address,uint256) (#528-532):
External calls:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
External calls sending eth:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#785)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#530)
Apply the check-effects-interactions pattern.
Additional information: link
Redundant expression "this (#74)" inContext (#68-77)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable SaudiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#952) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable SaudiShibaInu._getValues(uint256).rTransferAmount (#705) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu._getValues(uint256).rTransferAmount (#705) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable SaudiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#961) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Variable SaudiShibaInu._getValues(uint256).rTransferAmount (#705) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#971) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#952) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#720) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#971) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#567) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable SaudiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#567) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#567) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#971) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#567) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Variable SaudiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#720) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Variable SaudiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#971) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#720) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#567) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#567) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Variable SaudiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#961) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#952) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#961) is too similar to SaudiShibaInu._getValues(uint256).tTransferAmount (#704)
Variable SaudiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#952) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#961) is too similar to SaudiShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#601)
Variable SaudiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#720) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable SaudiShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#601) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#246) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#247)
Variable SaudiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#971) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable SaudiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#720) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu._getValues(uint256).rTransferAmount (#705) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#952) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu._getValues(uint256).rTransferAmount (#705) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Variable SaudiShibaInu._transferStandard(address,address,uint256).rTransferAmount (#952) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Variable SaudiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#961) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#961) is too similar to SaudiShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#971)
Variable SaudiShibaInu._getValues(uint256).rTransferAmount (#705) is too similar to SaudiShibaInu._transferStandard(address,address,uint256).tTransferAmount (#952)
Variable SaudiShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#720) is too similar to SaudiShibaInu._getTValues(uint256).tTransferAmount (#712)
Variable SaudiShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#971) is too similar to SaudiShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#961)
Prevent variables from having similar names.
Additional information: link
Ownable._previousOwner (#137) is never used in SaudiShibaInu (#376-984)
Remove unused state variables.
Additional information: link
SaudiShibaInu.numTokensSellToAddToLiquidity (#434) should be constant
SaudiShibaInu._decimals (#400) should be constant
Ownable._previousOwner (#137) should be constant
SaudiShibaInu._symbol (#399) should be constant
SaudiShibaInu._tTotal (#394) should be constant
SaudiShibaInu._name (#398) should be constant
SaudiShibaInu.ownerWallet (#391) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
setSwapAndLiquifyEnabled(bool) should be declared external:
- SaudiShibaInu.setSwapAndLiquifyEnabled(bool) (#652-655)
transfer(address,uint256) should be declared external:
- SaudiShibaInu.transfer(address,uint256) (#514-517)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#156-159)
reflectionFromToken(uint256,bool) should be declared external:
- SaudiShibaInu.reflectionFromToken(uint256,bool) (#561-570)
totalSupply() should be declared external:
- SaudiShibaInu.totalSupply() (#505-507)
decreaseAllowance(address,uint256) should be declared external:
- SaudiShibaInu.decreaseAllowance(address,uint256) (#539-542)
symbol() should be declared external:
- SaudiShibaInu.symbol() (#497-499)
isExcludedFromReward(address) should be declared external:
- SaudiShibaInu.isExcludedFromReward(address) (#544-546)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#161-165)
totalFees() should be declared external:
- SaudiShibaInu.totalFees() (#548-550)
deliver(uint256) should be declared external:
- SaudiShibaInu.deliver(uint256) (#552-559)
excludeFromFee(address) should be declared external:
- SaudiShibaInu.excludeFromFee(address) (#611-613)
allowance(address,address) should be declared external:
- SaudiShibaInu.allowance(address,address) (#519-521)
increaseAllowance(address,uint256) should be declared external:
- SaudiShibaInu.increaseAllowance(address,uint256) (#534-537)
transferFrom(address,address,uint256) should be declared external:
- SaudiShibaInu.transferFrom(address,address,uint256) (#528-532)
excludeFromReward(address) should be declared external:
- SaudiShibaInu.excludeFromReward(address) (#578-586)
decimals() should be declared external:
- SaudiShibaInu.decimals() (#501-503)
name() should be declared external:
- SaudiShibaInu.name() (#493-495)
includeInFee(address) should be declared external:
- SaudiShibaInu.includeInFee(address) (#615-617)
approve(address,uint256) should be declared external:
- SaudiShibaInu.approve(address,uint256) (#523-526)
isExcludedFromFee(address) should be declared external:
- SaudiShibaInu.isExcludedFromFee(address) (#776-778)
Use the external attribute for functions never called from the contract.
Additional information: link
SaudiShibaInu.removeBotFromBlackList(address) (#640-650) has costly operations inside a loop:
- _blackListedBots.pop() (#646)
SaudiShibaInu.includeInReward(address) (#588-599) has costly operations inside a loop:
- _excluded.pop() (#595)
Use a local variable to hold the loop computation result.
Additional information: link
Address.sendValue(address,uint256) (#90-96) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#106-108) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#62-65) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#110-113) is never used and should be removed
Context._msgData() (#73-76) is never used and should be removed
SafeMath.mod(uint256,uint256) (#58-60) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#115-132) is never used and should be removed
Address.isContract(address) (#80-89) is never used and should be removed
Address.functionCall(address,bytes,string) (#102-104) is never used and should be removed
Address.functionCall(address,bytes) (#98-100) is never used and should be removed
Remove unused functions.
Additional information: link
SaudiShibaInu._previousTaxFee (#413) is set pre-construction with a non-constant function or state variable:
- _taxFee
SaudiShibaInu._rTotal (#395) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SaudiShibaInu._previousLiquidityFee (#416) 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) (#90-96):
- (success) = recipient.call{value: amount}() (#94)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#115-132):
- (success,returndata) = target.call{value: weiValue}(data) (#118)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable SaudiShibaInu._addressFees (#431) is not in mixedCase
Parameter SaudiShibaInu.setSellAddressFee(address,bool,uint256,uint256)._enable (#679) is not in mixedCase
Parameter SaudiShibaInu.setSellAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#679) is not in mixedCase
Parameter SaudiShibaInu.calculateTaxFee(uint256)._amount (#749) is not in mixedCase
Parameter SaudiShibaInu.calculateLiquidityFee(uint256)._amount (#755) is not in mixedCase
Variable SaudiShibaInu._buyLiquidityFee (#419) is not in mixedCase
Variable SaudiShibaInu._taxFee (#412) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#204) is not in mixedCase
Variable SaudiShibaInu._maxTxAmount (#433) is not in mixedCase
Parameter SaudiShibaInu.setAddressFee(address,bool,uint256,uint256)._enable (#667) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#221) is not in mixedCase
Parameter SaudiShibaInu.setSellAddressFee(address,bool,uint256,uint256)._address (#679) is not in mixedCase
Parameter SaudiShibaInu.setSellAddressFee(address,bool,uint256,uint256)._addressTaxFee (#679) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#203) is not in mixedCase
Parameter SaudiShibaInu.setSwapAndLiquifyEnabled(bool)._enabled (#652) is not in mixedCase
Parameter SaudiShibaInu.setBuyAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#673) is not in mixedCase
Parameter SaudiShibaInu.setBuyAddressFee(address,bool,uint256,uint256)._enable (#673) is not in mixedCase
Parameter SaudiShibaInu.setAddressFee(address,bool,uint256,uint256)._addressLiquidityFee (#667) is not in mixedCase
Variable SaudiShibaInu._sellTaxFee (#421) is not in mixedCase
Variable SaudiShibaInu._liquidityFee (#415) is not in mixedCase
Parameter SaudiShibaInu.setBuyAddressFee(address,bool,uint256,uint256)._addressTaxFee (#673) is not in mixedCase
Parameter SaudiShibaInu.setAddressFee(address,bool,uint256,uint256)._addressTaxFee (#667) is not in mixedCase
Parameter SaudiShibaInu.setAddressFee(address,bool,uint256,uint256)._address (#667) is not in mixedCase
Parameter SaudiShibaInu.setBuyAddressFee(address,bool,uint256,uint256)._address (#673) is not in mixedCase
Function IUniswapV2Router01.WETH() (#241) is not in mixedCase
Variable SaudiShibaInu._sellLiquidityFee (#422) is not in mixedCase
Variable SaudiShibaInu._buyTaxFee (#418) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
SaudiShibaInu.slitherConstructorVariables() (#376-984) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 8 (#433)
SaudiShibaInu.slitherConstructorVariables() (#376-984) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 8 (#394)
SaudiShibaInu.slitherConstructorVariables() (#376-984) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 8 (#434)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SaudiShibaInu._transfer(address,address,uint256) (#788-872) uses tx.origin for authorization: require(bool,string)(! _isBlackListedBot[tx.origin],You have no power here!) (#798)
Do not use tx.origin for authorization.
Additional information: link
SaudiShibaInu.addLiquidity(uint256,uint256) (#915-928) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
Ensure that all the return values of the function calls are used.
Additional information: link
SaudiShibaInu._approve(address,address,uint256).owner (#780) shadows:
- Ownable.owner() (#147-149) (function)
SaudiShibaInu.allowance(address,address).owner (#519) shadows:
- Ownable.owner() (#147-149) (function)
Rename the local variables that shadow another component.
Additional information: link
SaudiShibaInu.setLiquidityFeePercent(uint256) (#623-625) should emit an event for:
- _liquidityFee = liquidityFee (#624)
SaudiShibaInu.setSellFee(uint256,uint256) (#662-665) should emit an event for:
- _sellTaxFee = sellTaxFee (#663)
- _sellLiquidityFee = sellLiquidityFee (#664)
SaudiShibaInu.setTaxFeePercent(uint256) (#619-621) should emit an event for:
- _taxFee = taxFee (#620)
SaudiShibaInu.setMaxTxPercent(uint256) (#627-631) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#628-630)
SaudiShibaInu.setBuyFee(uint256,uint256) (#657-660) should emit an event for:
- _buyTaxFee = buyTaxFee (#658)
- _buyLiquidityFee = buyLiquidityFee (#659)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in SaudiShibaInu.transferFrom(address,address,uint256) (#528-532):
External calls:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
External calls sending eth:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#530)
- _allowances[owner][spender] = amount (#784)
Reentrancy in SaudiShibaInu._transfer(address,address,uint256) (#788-872):
External calls:
- swapAndLiquify(contractTokenBalance) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#822)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
State variables written after the call(s):
- removeAllFee() (#834)
- _liquidityFee = 0 (#768)
- _liquidityFee = _buyLiquidityFee (#836)
- removeAllFee() (#840)
- _liquidityFee = 0 (#768)
- _liquidityFee = _sellLiquidityFee (#842)
- removeAllFee() (#847)
- _liquidityFee = 0 (#768)
- _liquidityFee = _addressFees[from]._liquidityFee (#849)
- _liquidityFee = _addressFees[from]._sellLiquidityFee (#854)
- removeAllFee() (#861)
- _liquidityFee = 0 (#768)
- _liquidityFee = _addressFees[to]._buyLiquidityFee (#864)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _liquidityFee = _previousLiquidityFee (#773)
- _liquidityFee = 0 (#768)
- removeAllFee() (#834)
- _previousLiquidityFee = _liquidityFee (#765)
- removeAllFee() (#840)
- _previousLiquidityFee = _liquidityFee (#765)
- removeAllFee() (#847)
- _previousLiquidityFee = _liquidityFee (#765)
- removeAllFee() (#861)
- _previousLiquidityFee = _liquidityFee (#765)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _previousLiquidityFee = _liquidityFee (#765)
- removeAllFee() (#834)
- _previousTaxFee = _taxFee (#764)
- removeAllFee() (#840)
- _previousTaxFee = _taxFee (#764)
- removeAllFee() (#847)
- _previousTaxFee = _taxFee (#764)
- removeAllFee() (#861)
- _previousTaxFee = _taxFee (#764)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _previousTaxFee = _taxFee (#764)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _tFeeTotal = _tFeeTotal.add(tFee) (#700)
- removeAllFee() (#834)
- _taxFee = 0 (#767)
- _taxFee = _buyTaxFee (#835)
- removeAllFee() (#840)
- _taxFee = 0 (#767)
- _taxFee = _sellTaxFee (#841)
- removeAllFee() (#847)
- _taxFee = 0 (#767)
- _taxFee = _addressFees[from]._taxFee (#848)
- _taxFee = _addressFees[from]._sellTaxFee (#853)
- removeAllFee() (#861)
- _taxFee = 0 (#767)
- _taxFee = _addressFees[to]._buyTaxFee (#863)
- _tokenTransfer(from,to,amount,takeFee) (#871)
- _taxFee = _previousTaxFee (#772)
- _taxFee = 0 (#767)
Reentrancy in SaudiShibaInu.swapAndLiquify(uint256) (#874-895):
External calls:
- swapTokensForEth(half) (#886)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#906-912)
- addLiquidity(otherHalf,newBalance) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#892)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#920-927)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#892)
- _allowances[owner][spender] = amount (#784)
Apply the check-effects-interactions pattern.
Additional information: link
Contract has 2% buy tax and 19% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
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.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find KYC or doxxing proof
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinMarketCap rank
Token has relatively low CoinGecko rank
Unable to find Youtube account