SHIB WOLF INU Token Logo

SHIBWOLFINU [SHIB WOLF INU] Token

About SHIBWOLFINU

Listings

Not Found
Token 2 years

Website

Not Found

WELCOME TO SHIB WOLF INU🐺🌕
PROJECT FROM SWITZERLAND 🇨🇭
A MUTANT FROM PLANET MOON 1000X🚀
MODS & Admins are all community volunteers and not finance advisors

Social

Laser Scorebeta Last Audit: 18 February 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in SHIBWOLFINU._transfer(address,address,uint256) (#1031-1085):
External calls:
- swapAndLiquify(contractTokenBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1199)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1190)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1191)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#870)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1210)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1201)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1211)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#872)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _rTotal = _rTotal.sub(rFee) (#923)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#970)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1209)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#869)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1200)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#871)
Apply the check-effects-interactions pattern.

Additional information: link

SHIBWOLFINU.removeStuckToken(address) (#1222-1227) ignores return value by IERC20(_address).transfer(owner(),IERC20(_address).balanceOf(address(this))) (#1226)
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.


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.

SHIBWOLFINU.addLiquidity(uint256,uint256) (#1127-1140) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
Ensure that all the return values of the function calls are used.

Additional information: link

SHIBWOLFINU.allowance(address,address).owner (#786) shadows:
- Ownable.owner() (#412-414) (function)
SHIBWOLFINU._approve(address,address,uint256).owner (#1023) shadows:
- Ownable.owner() (#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

SHIBWOLFINU.setTaxFeePercent(uint256) (#886-888) should emit an event for:
- _taxFee = taxFee (#887)
SHIBWOLFINU.setLiquidityFeePercent(uint256) (#890-892) should emit an event for:
- _liquidityFee = liquidityFee (#891)
SHIBWOLFINU.setBurnFeePercent(uint256) (#894-896) should emit an event for:
- _burnFee = burnFee (#895)
SHIBWOLFINU.setMarketingFeePercent(uint256) (#898-900) should emit an event for:
- _marketingFee = fee (#899)
SHIBWOLFINU.setMaxTxPercent(uint256) (#902-906) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#903-905)
SHIBWOLFINU.setMaxWalletPercent(uint256) (#908-912) should emit an event for:
- _maxWalletSize = _tTotal.mul(maxWallPercent).div(10 ** 2) (#909-911)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in SHIBWOLFINU._transfer(address,address,uint256) (#1031-1085):
External calls:
- swapAndLiquify(contractTokenBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _burnFee = _previousBurnFee (#1016)
- _burnFee = 0 (#1009)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _liquidityFee = _previousLiquidityFee (#1014)
- _liquidityFee = 0 (#1007)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _marketingFee = _previousMarketingFee (#1015)
- _marketingFee = 0 (#1008)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _previousBurnFee = _burnFee (#1004)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _previousLiquidityFee = _liquidityFee (#1002)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _previousMarketingFee = _marketingFee (#1003)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _previousTaxFee = _taxFee (#1001)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _tFeeTotal = _tFeeTotal.add(tFee) (#924)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- _taxFee = _previousTaxFee (#1013)
- _taxFee = 0 (#1006)
Reentrancy in SHIBWOLFINU.constructor() (#741-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#754)
- _isExcludedFromFee[address(this)] = true (#755)
- uniswapV2Router = _uniswapV2Router (#751)
Reentrancy in SHIBWOLFINU.swapAndLiquify(uint256) (#1087-1107):
External calls:
- swapTokensForEth(halfOfLiquify) (#1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
- addLiquidity(otherHalfOfLiquify,newBalance) (#1104)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
External calls sending eth:
- addLiquidity(otherHalfOfLiquify,newBalance) (#1104)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
State variables written after the call(s):
- addLiquidity(otherHalfOfLiquify,newBalance) (#1104)
- _allowances[owner][spender] = amount (#1027)
Reentrancy in SHIBWOLFINU.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
- _allowances[owner][spender] = amount (#1027)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SHIBWOLFINU._transfer(address,address,uint256) (#1031-1085):
External calls:
- swapAndLiquify(contractTokenBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1068)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1194)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- Transfer(sender,recipient,tTransferAmount) (#1214)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- Transfer(sender,recipient,tTransferAmount) (#1204)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
- Transfer(sender,recipient,tTransferAmount) (#875)
- _tokenTransfer(from,to,amount,takeFee) (#1084)
Reentrancy in SHIBWOLFINU.constructor() (#741-758):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#747-748)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#757)
Reentrancy in SHIBWOLFINU.swapAndLiquify(uint256) (#1087-1107):
External calls:
- swapTokensForEth(halfOfLiquify) (#1098)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
- addLiquidity(otherHalfOfLiquify,newBalance) (#1104)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
External calls sending eth:
- addLiquidity(otherHalfOfLiquify,newBalance) (#1104)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1028)
- addLiquidity(otherHalfOfLiquify,newBalance) (#1104)
- SwapAndLiquify(halfOfLiquify,newBalance,otherHalfOfLiquify) (#1106)
Reentrancy in SHIBWOLFINU.transferFrom(address,address,uint256) (#795-799):
External calls:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1118-1124)
External calls sending eth:
- _transfer(sender,recipient,amount) (#796)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1132-1139)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1028)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#797)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address.isContract(address) (#264-273) uses assembly
- INLINE ASM (#271)
Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) uses assembly
- INLINE ASM (#370-373)
Do not use evm assembly.

Additional information: link

SHIBWOLFINU.includeInReward(address) (#855-866) has costly operations inside a loop:
- _excluded.pop() (#862)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#357-378) is never used and should be removed
Address.functionCall(address,bytes) (#317-319) is never used and should be removed
Address.functionCall(address,bytes,string) (#327-329) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#342-344) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#352-355) is never used and should be removed
Address.isContract(address) (#264-273) is never used and should be removed
Address.sendValue(address,uint256) (#291-297) is never used and should be removed
Context._msgData() (#236-239) is never used and should be removed
SafeMath.mod(uint256,uint256) (#209-211) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#225-228) is never used and should be removed
Remove unused functions.

Additional information: link

SHIBWOLFINU._rTotal (#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SHIBWOLFINU._previousBurnFee (#704) is set pre-construction with a non-constant function or state variable:
- _burnFee
SHIBWOLFINU._previousMarketingFee (#707) is set pre-construction with a non-constant function or state variable:
- _marketingFee
SHIBWOLFINU._previousTaxFee (#710) is set pre-construction with a non-constant function or state variable:
- _taxFee
SHIBWOLFINU._previousLiquidityFee (#713) 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) (#291-297):
- (success) = recipient.call{value: amount}() (#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (#361)
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() (#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (#543) is not in mixedCase
Parameter SHIBWOLFINU.setSwapAndLiquifyEnabled(bool)._enabled (#914) is not in mixedCase
Parameter SHIBWOLFINU.calculateTaxFee(uint256)._amount (#973) is not in mixedCase
Parameter SHIBWOLFINU.calculateBurnFee(uint256)._amount (#979) is not in mixedCase
Parameter SHIBWOLFINU.calculateMarketingFee(uint256)._amount (#985) is not in mixedCase
Parameter SHIBWOLFINU.calculateLiquidityFee(uint256)._amount (#992) is not in mixedCase
Parameter SHIBWOLFINU.removeStuckToken(address)._address (#1222) is not in mixedCase
Variable SHIBWOLFINU._burnFee (#703) is not in mixedCase
Variable SHIBWOLFINU._marketingFee (#706) is not in mixedCase
Variable SHIBWOLFINU._taxFee (#709) is not in mixedCase
Variable SHIBWOLFINU._liquidityFee (#712) is not in mixedCase
Variable SHIBWOLFINU._maxTxAmount (#723) is not in mixedCase
Variable SHIBWOLFINU._maxWalletSize (#724) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#237)" inContext (#231-240)
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 (#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#549)
Variable SHIBWOLFINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Variable SHIBWOLFINU._getValues(uint256).rTransferAmount (#929) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._transferToExcluded(address,address,uint256).rTransferAmount (#1198) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._getValues(uint256).rTransferAmount (#929) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._transferToExcluded(address,address,uint256).rTransferAmount (#1198) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._transferStandard(address,address,uint256).rTransferAmount (#1189) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._getValues(uint256).rTransferAmount (#929) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._transferToExcluded(address,address,uint256).rTransferAmount (#1198) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._transferStandard(address,address,uint256).rTransferAmount (#1189) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1208) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Variable SHIBWOLFINU._transferToExcluded(address,address,uint256).rTransferAmount (#1198) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU._transferStandard(address,address,uint256).rTransferAmount (#1189) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._transferStandard(address,address,uint256).rTransferAmount (#1189) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._transferStandard(address,address,uint256).rTransferAmount (#1189) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Variable SHIBWOLFINU._getValues(uint256).rTransferAmount (#929) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._transferToExcluded(address,address,uint256).rTransferAmount (#1198) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to SHIBWOLFINU._getTValues(uint256).tTransferAmount (#936)
Variable SHIBWOLFINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._transferToExcluded(address,address,uint256).rTransferAmount (#1198) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Variable SHIBWOLFINU.reflectionFromToken(uint256,bool).rTransferAmount (#834) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Variable SHIBWOLFINU._transferStandard(address,address,uint256).rTransferAmount (#1189) is too similar to SHIBWOLFINU._transferBothExcluded(address,address,uint256).tTransferAmount (#868)
Variable SHIBWOLFINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to SHIBWOLFINU._transferToExcluded(address,address,uint256).tTransferAmount (#1198)
Variable SHIBWOLFINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#944) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Variable SHIBWOLFINU._getValues(uint256).rTransferAmount (#929) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to SHIBWOLFINU._transferStandard(address,address,uint256).tTransferAmount (#1189)
Variable SHIBWOLFINU._transferBothExcluded(address,address,uint256).rTransferAmount (#868) is too similar to SHIBWOLFINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1208)
Variable SHIBWOLFINU._getValues(uint256).rTransferAmount (#929) is too similar to SHIBWOLFINU._getValues(uint256).tTransferAmount (#928)
Prevent variables from having similar names.

Additional information: link

SHIBWOLFINU.slitherConstructorVariables() (#681-1230) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#695)
SHIBWOLFINU.slitherConstructorVariables() (#681-1230) uses literals with too many digits:
- _maxTxAmount = 10000000000000 * 10 ** 9 (#723)
SHIBWOLFINU.slitherConstructorVariables() (#681-1230) uses literals with too many digits:
- _maxWalletSize = 30000000000000 * 10 ** 9 (#724)
SHIBWOLFINU.slitherConstructorVariables() (#681-1230) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000000000 * 10 ** 9 (#725)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SHIBWOLFINU._decimals (#701) should be constant
SHIBWOLFINU._name (#699) should be constant
SHIBWOLFINU._symbol (#700) should be constant
SHIBWOLFINU._tTotal (#695) should be constant
SHIBWOLFINU.numTokensSellToAddToLiquidity (#725) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#451-456)
unlock() should be declared external:
- Ownable.unlock() (#459-464)
name() should be declared external:
- SHIBWOLFINU.name() (#760-762)
symbol() should be declared external:
- SHIBWOLFINU.symbol() (#764-766)
decimals() should be declared external:
- SHIBWOLFINU.decimals() (#768-770)
totalSupply() should be declared external:
- SHIBWOLFINU.totalSupply() (#772-774)
transfer(address,uint256) should be declared external:
- SHIBWOLFINU.transfer(address,uint256) (#781-784)
allowance(address,address) should be declared external:
- SHIBWOLFINU.allowance(address,address) (#786-788)
approve(address,uint256) should be declared external:
- SHIBWOLFINU.approve(address,uint256) (#790-793)
transferFrom(address,address,uint256) should be declared external:
- SHIBWOLFINU.transferFrom(address,address,uint256) (#795-799)
increaseAllowance(address,uint256) should be declared external:
- SHIBWOLFINU.increaseAllowance(address,uint256) (#801-804)
decreaseAllowance(address,uint256) should be declared external:
- SHIBWOLFINU.decreaseAllowance(address,uint256) (#806-809)
isExcludedFromReward(address) should be declared external:
- SHIBWOLFINU.isExcludedFromReward(address) (#811-813)
totalFees() should be declared external:
- SHIBWOLFINU.totalFees() (#815-817)
deliver(uint256) should be declared external:
- SHIBWOLFINU.deliver(uint256) (#819-826)
reflectionFromToken(uint256,bool) should be declared external:
- SHIBWOLFINU.reflectionFromToken(uint256,bool) (#828-837)
excludeFromReward(address) should be declared external:
- SHIBWOLFINU.excludeFromReward(address) (#845-853)
excludeFromFee(address) should be declared external:
- SHIBWOLFINU.excludeFromFee(address) (#878-880)
includeInFee(address) should be declared external:
- SHIBWOLFINU.includeInFee(address) (#882-884)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SHIBWOLFINU.setSwapAndLiquifyEnabled(bool) (#914-917)
isExcludedFromFee(address) should be declared external:
- SHIBWOLFINU.isExcludedFromFee(address) (#1019-1021)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


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


Unable to find Twitter account


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find website, listings and other project-related information


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SHIBWOLFINU