$tream is used to contribute to the development of the community of streamers, to be a way to buy game items with discounts and a platform to bet and follow e-sports championships by multiplying their tokens.
Reentrancy in worldstreamfinance._transfer(address,address,uint256) (#636-668):
External calls:
- swapAndLiquify(contractTokenBalance) (#660)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#660)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#598)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#728)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#737)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#729)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#748)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#517)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#739)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#749)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#519)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _rTotal = _rTotal.sub(rFee) (#554)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#600)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#747)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#516)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#738)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#518)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Contract ownership is not renounced (belongs to a wallet)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#132-135)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#136-140)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#142-144)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#145-150)
unlock() should be declared external:
- Ownable.unlock() (#151-156)
name() should be declared external:
- worldstreamfinance.name() (#408-410)
symbol() should be declared external:
- worldstreamfinance.symbol() (#412-414)
decimals() should be declared external:
- worldstreamfinance.decimals() (#416-418)
totalSupply() should be declared external:
- worldstreamfinance.totalSupply() (#420-422)
transfer(address,uint256) should be declared external:
- worldstreamfinance.transfer(address,uint256) (#429-432)
allowance(address,address) should be declared external:
- worldstreamfinance.allowance(address,address) (#434-436)
approve(address,uint256) should be declared external:
- worldstreamfinance.approve(address,uint256) (#438-441)
transferFrom(address,address,uint256) should be declared external:
- worldstreamfinance.transferFrom(address,address,uint256) (#443-447)
increaseAllowance(address,uint256) should be declared external:
- worldstreamfinance.increaseAllowance(address,uint256) (#449-452)
decreaseAllowance(address,uint256) should be declared external:
- worldstreamfinance.decreaseAllowance(address,uint256) (#454-457)
isExcludedFromReward(address) should be declared external:
- worldstreamfinance.isExcludedFromReward(address) (#459-461)
totalFees() should be declared external:
- worldstreamfinance.totalFees() (#463-465)
deliver(uint256) should be declared external:
- worldstreamfinance.deliver(uint256) (#467-474)
reflectionFromToken(uint256,bool) should be declared external:
- worldstreamfinance.reflectionFromToken(uint256,bool) (#476-485)
excludeFromReward(address) should be declared external:
- worldstreamfinance.excludeFromReward(address) (#493-500)
excludeFromFee(address) should be declared external:
- worldstreamfinance.excludeFromFee(address) (#525-527)
includeInFee(address) should be declared external:
- worldstreamfinance.includeInFee(address) (#529-531)
setSwapAndLiquifyEnabled(bool) should be declared external:
- worldstreamfinance.setSwapAndLiquifyEnabled(bool) (#547-550)
isExcludedFromFee(address) should be declared external:
- worldstreamfinance.isExcludedFromFee(address) (#625-627)
Use the external attribute for functions never called from the contract.
Additional information: link
Contract ticker ($tream) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#222) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#223)
Variable worldstreamfinance._transferFromExcluded(address,address,uint256).rTransferAmount (#746) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#574) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#574) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Variable worldstreamfinance._getValues(uint256).rTransferAmount (#559) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._getValues(uint256).rTransferAmount (#559) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._transferFromExcluded(address,address,uint256).rTransferAmount (#746) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance._getValues(uint256).rTransferAmount (#559) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Variable worldstreamfinance._getValues(uint256).rTransferAmount (#559) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance._transferStandard(address,address,uint256).rTransferAmount (#727) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._transferStandard(address,address,uint256).rTransferAmount (#727) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._transferStandard(address,address,uint256).rTransferAmount (#727) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#574) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#574) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance._transferStandard(address,address,uint256).rTransferAmount (#727) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#574) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._transferFromExcluded(address,address,uint256).rTransferAmount (#746) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance._transferToExcluded(address,address,uint256).rTransferAmount (#736) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#574) is too similar to worldstreamfinance._transferToExcluded(address,address,uint256).tTransferAmount (#736)
Variable worldstreamfinance._transferFromExcluded(address,address,uint256).rTransferAmount (#746) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._transferStandard(address,address,uint256).rTransferAmount (#727) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Variable worldstreamfinance._transferStandard(address,address,uint256).rTransferAmount (#727) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance._getValues(uint256).rTransferAmount (#559) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance._transferToExcluded(address,address,uint256).rTransferAmount (#736) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance._getValues(uint256).rTransferAmount (#559) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance._transferToExcluded(address,address,uint256).rTransferAmount (#736) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Variable worldstreamfinance._transferToExcluded(address,address,uint256).rTransferAmount (#736) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance._transferFromExcluded(address,address,uint256).rTransferAmount (#746) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance._transferFromExcluded(address,address,uint256).rTransferAmount (#746) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Variable worldstreamfinance._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._transferToExcluded(address,address,uint256).rTransferAmount (#736) is too similar to worldstreamfinance._getValues(uint256).tTransferAmount (#558)
Variable worldstreamfinance._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to worldstreamfinance._transferFromExcluded(address,address,uint256).tTransferAmount (#746)
Variable worldstreamfinance.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance.reflectionFromToken(uint256,bool).rTransferAmount (#482) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Variable worldstreamfinance._transferToExcluded(address,address,uint256).rTransferAmount (#736) is too similar to worldstreamfinance._transferBothExcluded(address,address,uint256).tTransferAmount (#515)
Variable worldstreamfinance._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to worldstreamfinance._transferStandard(address,address,uint256).tTransferAmount (#727)
Variable worldstreamfinance._transferBothExcluded(address,address,uint256).rTransferAmount (#515) is too similar to worldstreamfinance._getTValues(uint256).tTransferAmount (#566)
Prevent variables from having similar names.
Additional information: link
worldstreamfinance.slitherConstructorVariables() (#350-755) uses literals with too many digits:
- _tTotal = 1000000000000000 * 10 ** 9 (#360)
worldstreamfinance.slitherConstructorVariables() (#350-755) uses literals with too many digits:
- _maxTxAmount = 7000000000000 * 10 ** 9 (#376)
worldstreamfinance.slitherConstructorVariables() (#350-755) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 700000000000 * 10 ** 9 (#377)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
worldstreamfinance._decimals (#365) should be constant
worldstreamfinance._name (#363) should be constant
worldstreamfinance._symbol (#364) should be constant
worldstreamfinance._tTotal (#360) should be constant
worldstreamfinance.numTokensSellToAddToLiquidity (#377) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
worldstreamfinance.addLiquidity(uint256,uint256) (#696-706) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
Ensure that all the return values of the function calls are used.
Additional information: link
worldstreamfinance.allowance(address,address).owner (#434) shadows:
- Ownable.owner() (#125-127) (function)
worldstreamfinance._approve(address,address,uint256).owner (#628) shadows:
- Ownable.owner() (#125-127) (function)
Rename the local variables that shadow another component.
Additional information: link
worldstreamfinance.setTaxFeePercent(uint256) (#533-535) should emit an event for:
- _taxFee = taxFee (#534)
worldstreamfinance.setLiquidityFeePercent(uint256) (#537-539) should emit an event for:
- _liquidityFee = liquidityFee (#538)
worldstreamfinance.setMaxTxPercent(uint256) (#541-545) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (#542-544)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in worldstreamfinance._transfer(address,address,uint256) (#636-668):
External calls:
- swapAndLiquify(contractTokenBalance) (#660)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#660)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _liquidityFee = _previousLiquidityFee (#623)
- _liquidityFee = 0 (#619)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _previousLiquidityFee = _liquidityFee (#616)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _previousTaxFee = _taxFee (#615)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _tFeeTotal = _tFeeTotal.add(tFee) (#555)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- _taxFee = _previousTaxFee (#622)
- _taxFee = 0 (#618)
Reentrancy in worldstreamfinance.constructor() (#393-406):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#397-398)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#402)
- _isExcludedFromFee[address(this)] = true (#403)
- uniswapV2Router = _uniswapV2Router (#400)
Reentrancy in worldstreamfinance.swapAndLiquify(uint256) (#670-679):
External calls:
- swapTokensForEth(half) (#674)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
- addLiquidity(otherHalf,newBalance) (#676)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#676)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#676)
- _allowances[owner][spender] = amount (#632)
Reentrancy in worldstreamfinance.transferFrom(address,address,uint256) (#443-447):
External calls:
- _transfer(sender,recipient,amount) (#444)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- _transfer(sender,recipient,amount) (#444)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#445)
- _allowances[owner][spender] = amount (#632)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in worldstreamfinance._transfer(address,address,uint256) (#636-668):
External calls:
- swapAndLiquify(contractTokenBalance) (#660)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#660)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#732)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- Transfer(sender,recipient,tTransferAmount) (#742)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- Transfer(sender,recipient,tTransferAmount) (#752)
- _tokenTransfer(from,to,amount,takeFee) (#667)
- Transfer(sender,recipient,tTransferAmount) (#522)
- _tokenTransfer(from,to,amount,takeFee) (#667)
Reentrancy in worldstreamfinance.constructor() (#393-406):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#397-398)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#405)
Reentrancy in worldstreamfinance.swapAndLiquify(uint256) (#670-679):
External calls:
- swapTokensForEth(half) (#674)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
- addLiquidity(otherHalf,newBalance) (#676)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#676)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#633)
- addLiquidity(otherHalf,newBalance) (#676)
- SwapAndLiquify(half,newBalance,otherHalf) (#678)
Reentrancy in worldstreamfinance.transferFrom(address,address,uint256) (#443-447):
External calls:
- _transfer(sender,recipient,amount) (#444)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- _transfer(sender,recipient,amount) (#444)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#698-705)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#633)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#445)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#151-156) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#153)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#71-76) uses assembly
- INLINE ASM (#74)
Address._functionCallWithValue(address,bytes,uint256,string) (#98-113) uses assembly
- INLINE ASM (#105-108)
Do not use evm assembly.
Additional information: link
worldstreamfinance.includeInReward(address) (#502-513) has costly operations inside a loop:
- _excluded.pop() (#509)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#98-113) is never used and should be removed
Address.functionCall(address,bytes) (#83-85) is never used and should be removed
Address.functionCall(address,bytes,string) (#87-89) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#90-92) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#93-96) is never used and should be removed
Address.isContract(address) (#71-76) is never used and should be removed
Address.sendValue(address,uint256) (#77-82) is never used and should be removed
Context._msgData() (#64-67) is never used and should be removed
SafeMath.mod(uint256,uint256) (#52-54) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#55-58) is never used and should be removed
Remove unused functions.
Additional information: link
worldstreamfinance._rTotal (#361) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
worldstreamfinance._previousTaxFee (#367) is set pre-construction with a non-constant function or state variable:
- _taxFee
worldstreamfinance._previousLiquidityFee (#369) 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) (#77-82):
- (success) = recipient.call{value: amount}() (#80)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#98-113):
- (success,returndata) = target.call{value: weiValue}(data) (#100)
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() (#183) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#184) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#198) is not in mixedCase
Function IUniswapV2Router01.WETH() (#217) is not in mixedCase
Contract worldstreamfinance (#350-755) is not in CapWords
Parameter worldstreamfinance.setSwapAndLiquifyEnabled(bool)._enabled (#547) is not in mixedCase
Parameter worldstreamfinance.calculateTaxFee(uint256)._amount (#603) is not in mixedCase
Parameter worldstreamfinance.calculateLiquidityFee(uint256)._amount (#608) is not in mixedCase
Variable worldstreamfinance._taxFee (#366) is not in mixedCase
Variable worldstreamfinance._liquidityFee (#368) is not in mixedCase
Variable worldstreamfinance._maxTxAmount (#376) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#65)" inContext (#60-68)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Contract has 15% buy tax and 13% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago
Unable to find Discord account