Stream2Earn Token Logo

STREAMN [Stream2Earn] Token

About STREAMN

Listings

Token 3 years
CoinGecko 3 years
CoinMarketCap 3 years
white paper

Stream2Earn(StreamN) is a platform that helps video content creators, livestreamers and viewers earn money. Creators and viewers will get a share of the revenue from advertisers, brands, and sponsors. As a Crypto version of Twitch worldwide. We connect viewers, content creators and businesses. ✅ KYC & AUDIT| ✅ ✅ EXPERIENCE TEAM ✅ HUGE PARTNER ✅

Social

Laser Scorebeta Last Audit: 26 August 2022

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

Reentrancy in STREAMN._transfer(address,address,uint256) (#459-501):
External calls:
- swapTokensForEth(contractTokenBalance) (#478)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#511-517)
External calls sending eth:
- sendETHToFee(address(this).balance) (#481)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#500)
- _owned[address(this)] = _owned[address(this)].add(rTeam) (#568)
- _owned[sender] = _owned[sender].sub(rAmount) (#555)
- _owned[recipient] = _owned[recipient].add(rTransferAmount) (#556)
- _tokenTransfer(from,to,amount) (#500)
- _rTotal = _rTotal.sub(rFee) (#575)
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)

STREAMN.allowance(address,address).owner (#344) shadows:
- Ownable.owner() (#142-144) (function)
STREAMN._approve(address,address,uint256).owner (#435) shadows:
- Ownable.owner() (#142-144) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.transferOwnership(address).newOwner (#161) lacks a zero-check on :
- _owner = newOwner (#163)
Check that the address is not zero.

Additional information: link

STREAMN._rTotal (#215) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _totalSupply))
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.10 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 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

Function IUniswapV2Router02.WETH() (#62) is not in mixedCase
Parameter STREAMN.toggleSwap(bool)._feeSwap (#678) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

STREAMN.constructor() (#252-271) uses literals with too many digits:
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_totalSupply) (#266-270)
STREAMN.slitherConstructorVariables() (#202-723) uses literals with too many digits:
- _totalSupply = 100000000 * 10 ** 18 (#208)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Reentrancy in STREAMN._transfer(address,address,uint256) (#459-501):
External calls:
- swapTokensForEth(contractTokenBalance) (#478)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#511-517)
External calls sending eth:
- sendETHToFee(address(this).balance) (#481)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#559)
- _tokenTransfer(from,to,amount) (#500)
Reentrancy in STREAMN.constructor() (#252-271):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#258-259)
Event emitted after the call(s):
- Transfer(address(0x0000000000000000000000000000000000000000),_msgSender(),_totalSupply) (#266-270)
Reentrancy in STREAMN.transferFrom(address,address,uint256) (#388-403):
External calls:
- _transfer(sender,recipient,amount) (#393)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#511-517)
External calls sending eth:
- _transfer(sender,recipient,amount) (#393)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#442)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#394-401)
Apply the check-effects-interactions pattern.

Additional information: link

Variable STREAMN._transferStandard(address,address,uint256).rTransferAmount (#549) is too similar to STREAMN._transferStandard(address,address,uint256).tTransferAmount (#551)
Variable STREAMN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#653) is too similar to STREAMN._getValues(uint256).tTransferAmount (#596)
Variable STREAMN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#653) is too similar to STREAMN._getTValues(uint256,uint256,uint256).tTransferAmount (#629)
Variable STREAMN._transferStandard(address,address,uint256).rTransferAmount (#549) is too similar to STREAMN._getTValues(uint256,uint256,uint256).tTransferAmount (#629)
Variable STREAMN._transferStandard(address,address,uint256).rTransferAmount (#549) is too similar to STREAMN._getValues(uint256).tTransferAmount (#596)
Variable STREAMN._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#653) is too similar to STREAMN._transferStandard(address,address,uint256).tTransferAmount (#551)
Variable STREAMN._getValues(uint256).rTransferAmount (#602) is too similar to STREAMN._getTValues(uint256,uint256,uint256).tTransferAmount (#629)
Variable STREAMN._getValues(uint256).rTransferAmount (#602) is too similar to STREAMN._transferStandard(address,address,uint256).tTransferAmount (#551)
Variable STREAMN._getValues(uint256).rTransferAmount (#602) is too similar to STREAMN._getValues(uint256).tTransferAmount (#596)
Prevent variables from having similar names.

Additional information: link

Ownable._previousOwner (#134) is never used in STREAMN (#202-723)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#134) should be constant
STREAMN._charityAddress (#221-222) should be constant
STREAMN._decimals (#212) should be constant
STREAMN._marketingAddress (#219-220) should be constant
STREAMN._name (#210) should be constant
STREAMN._symbol (#211) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Reentrancy in STREAMN._transfer(address,address,uint256) (#459-501):
External calls:
- swapTokensForEth(contractTokenBalance) (#478)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#511-517)
External calls sending eth:
- sendETHToFee(address(this).balance) (#481)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#500)
- _tFee = _tFee.add(tFee) (#576)
- _taxFee = 3 (#486)
- _taxFee = 3 (#490)
- _taxFee = 0 (#496)
Reentrancy in STREAMN.constructor() (#252-271):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#258-259)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#261)
- _isExcludedFromFee[address(this)] = true (#262)
- _isExcludedFromFee[_marketingAddress] = true (#263)
- _isExcludedFromFee[_charityAddress] = true (#264)
Reentrancy in STREAMN.transferFrom(address,address,uint256) (#388-403):
External calls:
- _transfer(sender,recipient,amount) (#393)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#511-517)
External calls sending eth:
- _transfer(sender,recipient,amount) (#393)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#394-401)
- _allowances[owner][spender] = amount (#441)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in STREAMN._transfer(address,address,uint256) (#459-501):
External calls:
- sendETHToFee(address(this).balance) (#481)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#500)
- _owned[address(this)] = _owned[address(this)].add(rTeam) (#568)
- _owned[sender] = _owned[sender].sub(rAmount) (#555)
- _owned[recipient] = _owned[recipient].add(rTransferAmount) (#556)
- _tokenTransfer(from,to,amount) (#500)
- _rTotal = _rTotal.sub(rFee) (#575)
- _tokenTransfer(from,to,amount) (#500)
- _tFee = _tFee.add(tFee) (#576)
- _taxFee = 3 (#486)
- _taxFee = 3 (#490)
- _taxFee = 0 (#496)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#559)
- _tokenTransfer(from,to,amount) (#500)
Reentrancy in STREAMN.transferFrom(address,address,uint256) (#388-403):
External calls:
- _transfer(sender,recipient,amount) (#393)
- _charityAddress.transfer(amount.mul(50).div(100)) (#524)
- _marketingAddress.transfer(amount.mul(50).div(100)) (#525)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#394-401)
- _allowances[owner][spender] = amount (#441)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#442)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#394-401)
Apply the check-effects-interactions pattern.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#151-154)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#161-164)
transfer(address,uint256) should be declared external:
- STREAMN.transfer(address,uint256) (#332-339)
allowance(address,address) should be declared external:
- STREAMN.allowance(address,address) (#344-351)
approve(address,uint256) should be declared external:
- STREAMN.approve(address,uint256) (#363-370)
transferFrom(address,address,uint256) should be declared external:
- STREAMN.transferFrom(address,address,uint256) (#388-403)
toggleSwap(bool) should be declared external:
- STREAMN.toggleSwap(bool) (#678-680)
excludeFromFees(address[],bool) should be declared external:
- STREAMN.excludeFromFees(address[],bool) (#685-692)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 3% buy tax and 3% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Blog account (Reddit or Medium)


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to verify token contract address on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


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 no active CoinGecko listing / rank


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

Price for STREAMN

News for STREAMN