Buff Shiba Inu Token Logo

BUFFSHIBA [Buff Shiba Inu] Token

ALERT: unclassified scam

About BUFFSHIBA

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Community Token Welcome to Buff Shiba Inu, a community-driven token that empowers small and non-private investors to build stronger portfolios. The Shiba Inu Buff is a Buff version of the Shiba Inu. Shiba Inu buff is very hyper deflation with 50% burn on Launch. With the help of a very strong community, community-produced memes and of course a little marketing, besides that $BUFFSHIBA has a mission to save animals and a small part of the developer's profits will be donated to save animals.

Social

Laser Scorebeta Last Audit: 11 July 2022

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


Contract creator or owner is blacklisted for past scams

Reentrancy in BuffShibaInu._transfer(address,address,uint256) (#989-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#945)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1114)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1123)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1134)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#861)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1115)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1125)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1135)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#863)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _rTotal = _rTotal.sub(rFee) (#900)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#947)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1133)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#860)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1124)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#862)
Apply the check-effects-interactions pattern.

Additional information: link


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


Contract ownership is not renounced (belongs to a wallet)


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.

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#432-435)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#441-445)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#447-449)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#452-457)
unlock() should be declared external:
- Ownable.unlock() (#460-465)
name() should be declared external:
- BuffShibaInu.name() (#751-753)
symbol() should be declared external:
- BuffShibaInu.symbol() (#755-757)
decimals() should be declared external:
- BuffShibaInu.decimals() (#759-761)
totalSupply() should be declared external:
- BuffShibaInu.totalSupply() (#763-765)
transfer(address,uint256) should be declared external:
- BuffShibaInu.transfer(address,uint256) (#772-775)
allowance(address,address) should be declared external:
- BuffShibaInu.allowance(address,address) (#777-779)
approve(address,uint256) should be declared external:
- BuffShibaInu.approve(address,uint256) (#781-784)
transferFrom(address,address,uint256) should be declared external:
- BuffShibaInu.transferFrom(address,address,uint256) (#786-790)
increaseAllowance(address,uint256) should be declared external:
- BuffShibaInu.increaseAllowance(address,uint256) (#792-795)
decreaseAllowance(address,uint256) should be declared external:
- BuffShibaInu.decreaseAllowance(address,uint256) (#797-800)
isExcludedFromReward(address) should be declared external:
- BuffShibaInu.isExcludedFromReward(address) (#802-804)
totalFees() should be declared external:
- BuffShibaInu.totalFees() (#806-808)
deliver(uint256) should be declared external:
- BuffShibaInu.deliver(uint256) (#810-817)
reflectionFromToken(uint256,bool) should be declared external:
- BuffShibaInu.reflectionFromToken(uint256,bool) (#819-828)
excludeFromReward(address) should be declared external:
- BuffShibaInu.excludeFromReward(address) (#836-844)
excludeFromFee(address) should be declared external:
- BuffShibaInu.excludeFromFee(address) (#869-871)
includeInFee(address) should be declared external:
- BuffShibaInu.includeInFee(address) (#873-875)
setSwapAndLiquifyEnabled(bool) should be declared external:
- BuffShibaInu.setSwapAndLiquifyEnabled(bool) (#891-894)
isExcludedFromFee(address) should be declared external:
- BuffShibaInu.isExcludedFromFee(address) (#977-979)
Use the external attribute for functions never called from the contract.

Additional information: link

BuffShibaInu.includeInReward(address) (#846-857) has costly operations inside a loop:
- _excluded.pop() (#853)
Use a local variable to hold the loop computation result.

Additional information: link

BuffShibaInu.slitherConstructorVariables() (#682-1145) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#696)
BuffShibaInu.slitherConstructorVariables() (#682-1145) uses literals with too many digits:
- _maxTxAmount = 50000000 * 10 ** 6 * 10 ** 9 (#716)
BuffShibaInu.slitherConstructorVariables() (#682-1145) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (#717)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BuffShibaInu._decimals (#702) should be constant
BuffShibaInu._name (#700) should be constant
BuffShibaInu._symbol (#701) should be constant
BuffShibaInu._tTotal (#696) should be constant
BuffShibaInu.numTokensSellToAddToLiquidity (#717) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#549) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#550)
Variable BuffShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#825) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#859) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#921) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#921) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#825) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#921) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._getValues(uint256).rTransferAmount (#906) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#859) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to BuffShibaInu._transferBothExcluded(address,address,uint256).tTransferAmount (#859)
Variable BuffShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#921) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu._getValues(uint256).rTransferAmount (#906) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu._getValues(uint256).rTransferAmount (#906) is too similar to BuffShibaInu._transferFromExcluded(address,address,uint256).tTransferAmount (#1132)
Variable BuffShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#825) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#859) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable BuffShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu._transferToExcluded(address,address,uint256).rTransferAmount (#1122) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable BuffShibaInu._getValues(uint256).rTransferAmount (#906) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable BuffShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#859) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#825) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._getValues(uint256).rTransferAmount (#906) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#921) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#859) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable BuffShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#825) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to BuffShibaInu._transferStandard(address,address,uint256).tTransferAmount (#1113)
Variable BuffShibaInu._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#921) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable BuffShibaInu._transferBothExcluded(address,address,uint256).rTransferAmount (#859) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu._transferFromExcluded(address,address,uint256).rTransferAmount (#1132) is too similar to BuffShibaInu._getTValues(uint256).tTransferAmount (#913)
Variable BuffShibaInu._getValues(uint256).rTransferAmount (#906) is too similar to BuffShibaInu._getValues(uint256).tTransferAmount (#905)
Variable BuffShibaInu.reflectionFromToken(uint256,bool).rTransferAmount (#825) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Variable BuffShibaInu._transferStandard(address,address,uint256).rTransferAmount (#1113) is too similar to BuffShibaInu._transferToExcluded(address,address,uint256).tTransferAmount (#1122)
Prevent variables from having similar names.

Additional information: link

BuffShibaInu.addLiquidity(uint256,uint256) (#1076-1089) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Ensure that all the return values of the function calls are used.

Additional information: link

BuffShibaInu.allowance(address,address).owner (#777) shadows:
- Ownable.owner() (#413-415) (function)
BuffShibaInu._approve(address,address,uint256).owner (#981) shadows:
- Ownable.owner() (#413-415) (function)
Rename the local variables that shadow another component.

Additional information: link

BuffShibaInu.setTaxFeePercent(uint256) (#877-879) should emit an event for:
- _taxFee = taxFee (#878)
BuffShibaInu.setLiquidityFeePercent(uint256) (#881-883) should emit an event for:
- _liquidityFee = liquidityFee (#882)
BuffShibaInu.setMaxTxPercent(uint256) (#885-889) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#886-888)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in BuffShibaInu._transfer(address,address,uint256) (#989-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _liquidityFee = _previousLiquidityFee (#974)
- _liquidityFee = 0 (#969)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _previousLiquidityFee = _liquidityFee (#966)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _previousTaxFee = _taxFee (#965)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _tFeeTotal = _tFeeTotal.add(tFee) (#901)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- _taxFee = _previousTaxFee (#973)
- _taxFee = 0 (#968)
Reentrancy in BuffShibaInu.constructor() (#733-749):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#738-739)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#745)
- _isExcludedFromFee[address(this)] = true (#746)
- uniswapV2Router = _uniswapV2Router (#742)
Reentrancy in BuffShibaInu.swapAndLiquify(uint256) (#1035-1056):
External calls:
- swapTokensForEth(half) (#1047)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1053)
- _allowances[owner][spender] = amount (#985)
Reentrancy in BuffShibaInu.transferFrom(address,address,uint256) (#786-790):
External calls:
- _transfer(sender,recipient,amount) (#787)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- _transfer(sender,recipient,amount) (#787)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#788)
- _allowances[owner][spender] = amount (#985)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BuffShibaInu._transfer(address,address,uint256) (#989-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1118)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- Transfer(sender,recipient,tTransferAmount) (#1128)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- Transfer(sender,recipient,tTransferAmount) (#1138)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
- Transfer(sender,recipient,tTransferAmount) (#866)
- _tokenTransfer(from,to,amount,takeFee) (#1032)
Reentrancy in BuffShibaInu.constructor() (#733-749):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#738-739)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#748)
Reentrancy in BuffShibaInu.swapAndLiquify(uint256) (#1035-1056):
External calls:
- swapTokensForEth(half) (#1047)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1053)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#986)
- addLiquidity(otherHalf,newBalance) (#1053)
- SwapAndLiquify(half,newBalance,otherHalf) (#1055)
Reentrancy in BuffShibaInu.transferFrom(address,address,uint256) (#786-790):
External calls:
- _transfer(sender,recipient,amount) (#787)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1067-1073)
External calls sending eth:
- _transfer(sender,recipient,amount) (#787)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1081-1088)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#986)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#788)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#265-274) uses assembly
- INLINE ASM (#272)
Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) uses assembly
- INLINE ASM (#371-374)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#358-379) is never used and should be removed
Address.functionCall(address,bytes) (#318-320) is never used and should be removed
Address.functionCall(address,bytes,string) (#328-330) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#343-345) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#353-356) is never used and should be removed
Address.isContract(address) (#265-274) is never used and should be removed
Address.sendValue(address,uint256) (#292-298) is never used and should be removed
Context._msgData() (#237-240) is never used and should be removed
SafeMath.mod(uint256,uint256) (#210-212) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#226-229) is never used and should be removed
Remove unused functions.

Additional information: link

BuffShibaInu._rTotal (#697) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
BuffShibaInu._previousTaxFee (#705) is set pre-construction with a non-constant function or state variable:
- _taxFee
BuffShibaInu._previousLiquidityFee (#708) 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) (#292-298):
- (success) = recipient.call{value: amount}() (#296)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (#362)
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() (#504) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#505) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#522) is not in mixedCase
Function IUniswapV2Router01.WETH() (#544) is not in mixedCase
Parameter BuffShibaInu.setSwapAndLiquifyEnabled(bool)._enabled (#891) is not in mixedCase
Parameter BuffShibaInu.calculateTaxFee(uint256)._amount (#950) is not in mixedCase
Parameter BuffShibaInu.calculateLiquidityFee(uint256)._amount (#956) is not in mixedCase
Variable BuffShibaInu._taxFee (#704) is not in mixedCase
Variable BuffShibaInu._liquidityFee (#707) is not in mixedCase
Variable BuffShibaInu._maxTxAmount (#716) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#238)" inContext (#232-241)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Holders:

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

Additional information: link


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.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair


Last post in Twitter was more than 180 days ago


Unable to find Youtube account


Unable to find Discord account


Token was delisted (assigned to inactive / untracked listing) from 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


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for BUFFSHIBA

News for BUFFSHIBA