Solar Wind Token Logo

SLW [Solar Wind] Token

About SLW

Listings

Token 2 years
white paper

SolarWind Token is solving BTC mining problems through renewable/clean energy. This token provides a decentralized way for people to get financed for solar projects. The full process of financing a project from start to finish is trackable on the Binance blockchain.

Laser Scorebeta Last Audit: 6 January 2022

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

Reentrancy in Solar_Wind._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#989-1033):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1081-1088)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1067-1073)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1020)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1081-1088)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1032)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#945)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1114)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1123)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#861)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1115)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1134)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1135)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1125)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#863)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1032)
- _rTotal = _rTotal.sub(rFee) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#900)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1032)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#947)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1133)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#860)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1124)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#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

Solar_Wind.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1076-1089) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1081-1088)
Ensure that all the return values of the function calls are used.

Additional information: link

Solar_Wind.allowance(address,address).owner (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#777) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#412-414) (function)
Solar_Wind._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#981) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

Solar_Wind.setTaxFeePercent(uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#877-879) should emit an event for:
- _taxFee = taxFee (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#878)
Solar_Wind.setLiquidityFeePercent(uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#881-883) should emit an event for:
- _liquidityFee = liquidityFee (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#882)
Solar_Wind.setMaxTxPercent(uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#885-889) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#886-888)
Emit an event for critical parameter changes.

Additional information: link

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

Additional information: link

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

Additional information: link

Ownable.unlock() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#459-464) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#461)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#264-273) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#271)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#357-378) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#370-373)
Do not use evm assembly.

Additional information: link

Solar_Wind.includeInReward(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#846-857) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#853)
Use a local variable to hold the loop computation result.

Additional information: link

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

Additional information: link

Solar_Wind._rTotal (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#696) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Solar_Wind._previousTaxFee (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#704) is set pre-construction with a non-constant function or state variable:
- _taxFee
Solar_Wind._previousLiquidityFee (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#707) 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) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#291-297):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#295)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#357-378):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#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() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#503) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#504) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#521) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#543) is not in mixedCase
Contract Solar_Wind (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#681-1145) is not in CapWords
Parameter Solar_Wind.setSwapAndLiquifyEnabled(bool)._enabled (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#891) is not in mixedCase
Parameter Solar_Wind.calculateTaxFee(uint256)._amount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#950) is not in mixedCase
Parameter Solar_Wind.calculateLiquidityFee(uint256)._amount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#956) is not in mixedCase
Variable Solar_Wind._taxFee (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#703) is not in mixedCase
Variable Solar_Wind._liquidityFee (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#706) is not in mixedCase
Variable Solar_Wind._maxTxAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#715) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#237)" inContext (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#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 (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#548) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#549)
Variable Solar_Wind._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Variable Solar_Wind._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#825) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#906) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#825) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#921) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#906) is too similar to Solar_Wind._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113)
Variable Solar_Wind._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#825) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Variable Solar_Wind.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#825) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Variable Solar_Wind._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#906) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#825) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#825) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#921) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#921) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#906) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113) is too similar to Solar_Wind._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859)
Variable Solar_Wind._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#921) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859) is too similar to Solar_Wind._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1132)
Variable Solar_Wind._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#921) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Variable Solar_Wind._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#906) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#921) is too similar to Solar_Wind._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#913)
Variable Solar_Wind._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#906) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Variable Solar_Wind._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1113) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Variable Solar_Wind._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859) is too similar to Solar_Wind._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#905)
Variable Solar_Wind._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#859) is too similar to Solar_Wind._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#1122)
Prevent variables from having similar names.

Additional information: link

Solar_Wind._decimals (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#701) should be constant
Solar_Wind._name (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#699) should be constant
Solar_Wind._symbol (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#700) should be constant
Solar_Wind._tTotal (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#695) should be constant
Solar_Wind.numTokensSellToAddToLiquidity (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#717) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#431-434)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#440-444)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#446-448)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#451-456)
unlock() should be declared external:
- Ownable.unlock() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#459-464)
name() should be declared external:
- Solar_Wind.name() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#751-753)
symbol() should be declared external:
- Solar_Wind.symbol() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#755-757)
decimals() should be declared external:
- Solar_Wind.decimals() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#759-761)
totalSupply() should be declared external:
- Solar_Wind.totalSupply() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#763-765)
transfer(address,uint256) should be declared external:
- Solar_Wind.transfer(address,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#772-775)
allowance(address,address) should be declared external:
- Solar_Wind.allowance(address,address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#777-779)
approve(address,uint256) should be declared external:
- Solar_Wind.approve(address,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#781-784)
transferFrom(address,address,uint256) should be declared external:
- Solar_Wind.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#786-790)
increaseAllowance(address,uint256) should be declared external:
- Solar_Wind.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#792-795)
decreaseAllowance(address,uint256) should be declared external:
- Solar_Wind.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#797-800)
isExcludedFromReward(address) should be declared external:
- Solar_Wind.isExcludedFromReward(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#802-804)
totalFees() should be declared external:
- Solar_Wind.totalFees() (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#806-808)
deliver(uint256) should be declared external:
- Solar_Wind.deliver(uint256) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#810-817)
reflectionFromToken(uint256,bool) should be declared external:
- Solar_Wind.reflectionFromToken(uint256,bool) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#819-828)
excludeFromReward(address) should be declared external:
- Solar_Wind.excludeFromReward(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#836-844)
excludeFromFee(address) should be declared external:
- Solar_Wind.excludeFromFee(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#869-871)
includeInFee(address) should be declared external:
- Solar_Wind.includeInFee(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#873-875)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Solar_Wind.setSwapAndLiquifyEnabled(bool) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#891-894)
isExcludedFromFee(address) should be declared external:
- Solar_Wind.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0x0ba59be045f570a2be774e319a210a0087b4f35b.bscscan.com-Solar_Wind.sol#977-979)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Last post in Twitter was more than 30 days ago


Unable to find token on CoinGecko

Additional information: link


Unable to find whitepaper link on the website


Token has no active CoinGecko listing / rank


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


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 CoinMarketCap rank

Price for SLW

News for SLW