Shengweihu Token Logo

Shengweihu Token

About Shengweihu

Listings

Token 2 years
CoinMarketCap 2 years
white paper

SHENGWEIHU is a project fully autonomous by the community, fully decentralized, and it will adopt the DAO model. Decentralized Autonomous Organizations (DAOs) are gaining more and more attention. Due to its high flexibility and community ownership, it further stimulates productivity, and is completely fair and equitable, with all decisions of the community being voted on by the token holders, the Shengweihu DAO can modernize and digitize the concept of Shengweihu, and Many powerful functions of the blockchain can be integrated, and the community members who initially supported Shengweihu NFT will be issued and rewarded.

In addition, the concept of the metaverse is now sweeping the world, which brings more space and possibilities for GameFi to flourish. The decision of Shengweihu to carry out gameFi will be through detailed planning, and the members of Shengweihu DAO will decide whether to proceed, and gradually improve its own ecology. Shengweihu has a strong ecology composed of DAO and swap, which makes Shengweihu coin continuously recycled in its own ecology. This is where Shengweihu has a strong advantage over other MEME tokens. Nowadays, the primary market of Binance Chain is chaotic. All kinds of Pixiu disks and running disks are appearing in front of our eyes. DogGod will be a clear stream in the currency circle. We will initiate a revolution in the primary market of blockchain. We lead you back to the top.

Social

Laser Scorebeta Last Audit: 18 February 2022

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

Anti-Scam

Links


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

Shengweihu.addLiquidity(uint256,uint256) (#1212-1225) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in Shengweihu._transfer(address,address,uint256) (#1125-1169):
External calls:
- swapAndLiquify(contractTokenBalance) (#1156)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1156)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1064)
- _rOwned[_marketingWalletAddress] = _rOwned[_marketingWalletAddress].add(rMarketing) (#1072)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1260)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1250)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1251)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#968)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1272)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1273)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1262)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _rTotal = _rTotal.sub(rFee) (#1017)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1066)
- _tOwned[_marketingWalletAddress] = _tOwned[_marketingWalletAddress].add(tMarketing) (#1074)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1271)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#967)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1261)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#969)
Apply the check-effects-interactions pattern.

Additional information: link


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#548-551)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#557-561)
name() should be declared external:
- Shengweihu.name() (#851-853)
symbol() should be declared external:
- Shengweihu.symbol() (#855-857)
decimals() should be declared external:
- Shengweihu.decimals() (#859-861)
totalSupply() should be declared external:
- Shengweihu.totalSupply() (#863-865)
transfer(address,uint256) should be declared external:
- Shengweihu.transfer(address,uint256) (#872-875)
allowance(address,address) should be declared external:
- Shengweihu.allowance(address,address) (#877-879)
approve(address,uint256) should be declared external:
- Shengweihu.approve(address,uint256) (#881-884)
transferFrom(address,address,uint256) should be declared external:
- Shengweihu.transferFrom(address,address,uint256) (#886-890)
increaseAllowance(address,uint256) should be declared external:
- Shengweihu.increaseAllowance(address,uint256) (#892-895)
decreaseAllowance(address,uint256) should be declared external:
- Shengweihu.decreaseAllowance(address,uint256) (#897-900)
isExcludedFromReward(address) should be declared external:
- Shengweihu.isExcludedFromReward(address) (#902-904)
totalFees() should be declared external:
- Shengweihu.totalFees() (#906-908)
deliver(uint256) should be declared external:
- Shengweihu.deliver(uint256) (#910-917)
reflectionFromToken(uint256,bool) should be declared external:
- Shengweihu.reflectionFromToken(uint256,bool) (#919-928)
excludeFromReward(address) should be declared external:
- Shengweihu.excludeFromReward(address) (#936-944)
setMarketingWalletAddress(address) should be declared external:
- Shengweihu.setMarketingWalletAddress(address) (#946-950)
excludeFromFee(address) should be declared external:
- Shengweihu.excludeFromFee(address) (#977-979)
includeInFee(address) should be declared external:
- Shengweihu.includeInFee(address) (#981-983)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Shengweihu.setSwapAndLiquifyEnabled(bool) (#1008-1011)
isExcludedFromFee(address) should be declared external:
- Shengweihu.isExcludedFromFee(address) (#1113-1115)
setRouterAddress(address) should be declared external:
- Shengweihu.setRouterAddress(address) (#1280-1285)
Use the external attribute for functions never called from the contract.

Additional information: link

Shengweihu._tTotal (#789) is set pre-construction with a non-constant function or state variable:
- 100000000 * 10 ** 6 * 10 ** _decimals
Shengweihu._rTotal (#790) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Shengweihu._maxTxAmount (#793) is set pre-construction with a non-constant function or state variable:
- 500000 * 10 ** 6 * 10 ** _decimals
Shengweihu.numTokensSellToAddToLiquidity (#794) is set pre-construction with a non-constant function or state variable:
- 50000 * 10 ** 6 * 10 ** _decimals
Shengweihu._previousTaxFee (#799) is set pre-construction with a non-constant function or state variable:
- _taxFee
Shengweihu._previousMarketingFee (#802) is set pre-construction with a non-constant function or state variable:
- _marketingFee
Shengweihu._previousLiquidityFee (#805) 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

Pragma version^0.8.3 (#3) allows old versions
solc-0.8.3 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.

Additional information: link

Shengweihu.addLiquidity(uint256,uint256) (#1212-1225) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
Ensure that all the return values of the function calls are used.

Additional information: link

Shengweihu.allowance(address,address).owner (#877) shadows:
- Ownable.owner() (#529-531) (function)
Shengweihu._approve(address,address,uint256).owner (#1117) shadows:
- Ownable.owner() (#529-531) (function)
Rename the local variables that shadow another component.

Additional information: link

Shengweihu.setTaxFeePercent(uint256) (#985-987) should emit an event for:
- _taxFee = taxFee (#986)
Shengweihu.setTokenLiquifyCap(uint256) (#990-992) should emit an event for:
- numTokensSellToAddToLiquidity = tokenNumber * 10 ** 6 * 10 ** _decimals (#991)
Shengweihu.setMarketingFeePercent(uint256) (#994-996) should emit an event for:
- _marketingFee = marketingFee (#995)
Shengweihu.setLiquidityFeePercent(uint256) (#998-1000) should emit an event for:
- _liquidityFee = liquidityFee (#999)
Shengweihu.setMaxTxPercent(uint256) (#1002-1006) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#1003-1005)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Shengweihu._transfer(address,address,uint256) (#1125-1169):
External calls:
- swapAndLiquify(contractTokenBalance) (#1156)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1156)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _liquidityFee = _previousLiquidityFee (#1110)
- _liquidityFee = 0 (#1104)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _marketingFee = _previousMarketingFee (#1109)
- _marketingFee = 0 (#1103)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _previousLiquidityFee = _liquidityFee (#1100)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _previousMarketingFee = _marketingFee (#1099)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _previousTaxFee = _taxFee (#1098)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1018)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- _taxFee = _previousTaxFee (#1108)
- _taxFee = 0 (#1102)
Reentrancy in Shengweihu.constructor() (#826-849):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#834-835)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#844)
- _isExcludedFromFee[_marketingWalletAddress] = true (#845)
- _isExcludedFromFee[address(this)] = true (#846)
- _marketingWalletAddress = 0xa4b7EcB9E3c71fcFE042B4aCcA8046BCDaAfEBDC (#841)
- uniswapV2Router = _uniswapV2Router (#838)
Reentrancy in Shengweihu.setRouterAddress(address) (#1280-1285):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_newPancakeRouter.factory()).createPair(address(this),_newPancakeRouter.WETH()) (#1283)
State variables written after the call(s):
- uniswapV2Router = _newPancakeRouter (#1284)
Reentrancy in Shengweihu.swapAndLiquify(uint256) (#1171-1192):
External calls:
- swapTokensForEth(half) (#1183)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
- addLiquidity(otherHalf,newBalance) (#1189)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1189)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1189)
- _allowances[owner][spender] = amount (#1121)
Reentrancy in Shengweihu.transferFrom(address,address,uint256) (#886-890):
External calls:
- _transfer(sender,recipient,amount) (#887)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
External calls sending eth:
- _transfer(sender,recipient,amount) (#887)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#888)
- _allowances[owner][spender] = amount (#1121)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Shengweihu._transfer(address,address,uint256) (#1125-1169):
External calls:
- swapAndLiquify(contractTokenBalance) (#1156)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1156)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1255)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- Transfer(sender,recipient,tTransferAmount) (#1266)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- Transfer(sender,recipient,tTransferAmount) (#1277)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
- Transfer(sender,recipient,tTransferAmount) (#974)
- _tokenTransfer(from,to,amount,takeFee) (#1168)
Reentrancy in Shengweihu.constructor() (#826-849):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#834-835)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#848)
Reentrancy in Shengweihu.swapAndLiquify(uint256) (#1171-1192):
External calls:
- swapTokensForEth(half) (#1183)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
- addLiquidity(otherHalf,newBalance) (#1189)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1189)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1122)
- addLiquidity(otherHalf,newBalance) (#1189)
- SwapAndLiquify(half,newBalance,otherHalf) (#1191)
Reentrancy in Shengweihu.transferFrom(address,address,uint256) (#886-890):
External calls:
- _transfer(sender,recipient,amount) (#887)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1203-1209)
External calls sending eth:
- _transfer(sender,recipient,amount) (#887)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1217-1224)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1122)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#888)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#336-345) uses assembly
- INLINE ASM (#343)
Address._verifyCallResult(bool,bytes,string) (#481-498) uses assembly
- INLINE ASM (#490-493)
Do not use evm assembly.

Additional information: link

Shengweihu.includeInReward(address) (#952-963) has costly operations inside a loop:
- _excluded.pop() (#959)
Use a local variable to hold the loop computation result.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#481-498) is never used and should be removed
Address.functionCall(address,bytes) (#389-391) is never used and should be removed
Address.functionCall(address,bytes,string) (#399-401) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#414-416) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#424-431) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#463-465) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#473-479) is never used and should be removed
Address.functionStaticCall(address,bytes) (#439-441) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#449-455) is never used and should be removed
Address.isContract(address) (#336-345) is never used and should be removed
Address.sendValue(address,uint256) (#363-369) is never used and should be removed
Context._msgData() (#309-312) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#264-269) is never used and should be removed
SafeMath.mod(uint256,uint256) (#224-226) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#286-291) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#95-101) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#137-142) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#149-154) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#120-130) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#108-113) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#363-369):
- (success) = recipient.call{value: amount}() (#367)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#424-431):
- (success,returndata) = target.call{value: value}(data) (#429)
Low level call in Address.functionStaticCall(address,bytes,string) (#449-455):
- (success,returndata) = target.staticcall(data) (#453)
Low level call in Address.functionDelegateCall(address,bytes,string) (#473-479):
- (success,returndata) = target.delegatecall(data) (#477)
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() (#595) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#596) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#613) is not in mixedCase
Function IUniswapV2Router01.WETH() (#633) is not in mixedCase
Parameter Shengweihu.setSwapAndLiquifyEnabled(bool)._enabled (#1008) is not in mixedCase
Parameter Shengweihu.calculateTaxFee(uint256)._amount (#1077) is not in mixedCase
Parameter Shengweihu.calculateMarketingFee(uint256)._amount (#1083) is not in mixedCase
Parameter Shengweihu.calculateLiquidityFee(uint256)._amount (#1089) is not in mixedCase
Variable Shengweihu._marketingWalletAddress (#779) is not in mixedCase
Variable Shengweihu._maxTxAmount (#793) is not in mixedCase
Variable Shengweihu._taxFee (#798) is not in mixedCase
Variable Shengweihu._marketingFee (#801) is not in mixedCase
Variable Shengweihu._liquidityFee (#804) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#310)" inContext (#304-313)
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 (#638) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#639)
Variable Shengweihu._transferToExcluded(address,address,uint256).rTransferAmount (#1259) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu._transferStandard(address,address,uint256).rTransferAmount (#1249) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu._transferFromExcluded(address,address,uint256).rTransferAmount (#1270) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Variable Shengweihu.reflectionFromToken(uint256,bool).rTransferAmount (#925) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._transferFromExcluded(address,address,uint256).rTransferAmount (#1270) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu.reflectionFromToken(uint256,bool).rTransferAmount (#925) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1040) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu.reflectionFromToken(uint256,bool).rTransferAmount (#925) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu._getValues(uint256).rTransferAmount (#1023) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._getValues(uint256).rTransferAmount (#1023) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._getValues(uint256).rTransferAmount (#1023) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu._getValues(uint256).rTransferAmount (#1023) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1040) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu.reflectionFromToken(uint256,bool).rTransferAmount (#925) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu._transferToExcluded(address,address,uint256).rTransferAmount (#1259) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._transferStandard(address,address,uint256).rTransferAmount (#1249) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._transferToExcluded(address,address,uint256).rTransferAmount (#1259) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._getValues(uint256).rTransferAmount (#1023) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Variable Shengweihu._transferFromExcluded(address,address,uint256).rTransferAmount (#1270) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._transferFromExcluded(address,address,uint256).rTransferAmount (#1270) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._transferToExcluded(address,address,uint256).rTransferAmount (#1259) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu._getValues(uint256).rTransferAmount (#1023) is too similar to Shengweihu._transferBothExcluded(address,address,uint256).tTransferAmount (#966)
Variable Shengweihu._transferFromExcluded(address,address,uint256).rTransferAmount (#1270) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu._transferStandard(address,address,uint256).rTransferAmount (#1249) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu._transferFromExcluded(address,address,uint256).rTransferAmount (#1270) is too similar to Shengweihu._getValues(uint256).tTransferAmount (#1022)
Variable Shengweihu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1040) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1040) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1040) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Variable Shengweihu._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to Shengweihu._transferStandard(address,address,uint256).tTransferAmount (#1249)
Variable Shengweihu._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Variable Shengweihu.reflectionFromToken(uint256,bool).rTransferAmount (#925) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu.reflectionFromToken(uint256,bool).rTransferAmount (#925) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Variable Shengweihu._transferStandard(address,address,uint256).rTransferAmount (#1249) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#1040) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._transferStandard(address,address,uint256).rTransferAmount (#1249) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu._transferStandard(address,address,uint256).rTransferAmount (#1249) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Variable Shengweihu._transferBothExcluded(address,address,uint256).rTransferAmount (#966) is too similar to Shengweihu._transferToExcluded(address,address,uint256).tTransferAmount (#1259)
Variable Shengweihu._transferToExcluded(address,address,uint256).rTransferAmount (#1259) is too similar to Shengweihu._transferFromExcluded(address,address,uint256).tTransferAmount (#1270)
Variable Shengweihu._transferToExcluded(address,address,uint256).rTransferAmount (#1259) is too similar to Shengweihu._getTValues(uint256).tTransferAmount (#1031)
Prevent variables from having similar names.

Additional information: link

Shengweihu.slitherConstructorVariables() (#766-1288) uses literals with too many digits:
- _tTotal = 100000000 * 10 ** 6 * 10 ** _decimals (#789)
Shengweihu.slitherConstructorVariables() (#766-1288) uses literals with too many digits:
- _maxTxAmount = 500000 * 10 ** 6 * 10 ** _decimals (#793)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Shengweihu._decimals (#786) should be constant
Shengweihu._name (#782) should be constant
Shengweihu._symbol (#783) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


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

Contract has 12% buy tax and 12% sell tax.
Taxes are high (over 10%) but contract ownership is renounced.


Token is deployed only at one blockchain


Token has only one trading pair


Twitter account link seems to be invalid


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


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 contract audit


Unable to find audit link on the website


Unable to find Twitter 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 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


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for Shengweihu