SLEEPTOEARN TOKEN Token Logo

STE [SLEEPTOEARN] Token

About STE

Listings

Token 19 months
white paper

Sleep to earn is a Web3 app project. Our application aims at protecting the health of users by helping them to pay more attention to their sleep. You do not have to stay up all night to make money, Sleep to earn will assist you in earning crypto even while you are sleeping.

Social

Laser Scorebeta Last Audit: 28 June 2022

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


Contract ownership is not renounced (belongs to a wallet)

BEP20Token_SleepToEarn._burnFrom(address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#486-489) is never used and should be removed
BEP20Token_SleepToEarn._mint(address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#433-438) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#113-116) is never used and should be removed
SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#212-214) is never used and should be removed
SafeMath.div(uint256,uint256,string) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#227-234) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#262-265) is never used and should be removed
SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#187-199) is never used and should be removed
Remove unused functions.

Additional information: link

Contract BEP20Token_SleepToEarn (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#339-612) is not in CapWords
Function BEP20Token_SleepToEarn.update_tax_Address(address) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#592-595) is not in mixedCase
Parameter BEP20Token_SleepToEarn.update_tax_Address(address)._newAddress (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#592) is not in mixedCase
Function BEP20Token_SleepToEarn.update_master_Wallet(address) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#597-600) is not in mixedCase
Function BEP20Token_SleepToEarn.update_tax_Status(bool) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#602-604) is not in mixedCase
Function BEP20Token_SleepToEarn.update_Tax(uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#606-609) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#316-319)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#325-327)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token_SleepToEarn.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#533-536)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token_SleepToEarn.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#552-555)
burn(uint256) should be declared external:
- BEP20Token_SleepToEarn.burn(uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#588-590)
update_tax_Address(address) should be declared external:
- BEP20Token_SleepToEarn.update_tax_Address(address) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#592-595)
update_master_Wallet(address) should be declared external:
- BEP20Token_SleepToEarn.update_master_Wallet(address) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#597-600)
update_tax_Status(bool) should be declared external:
- BEP20Token_SleepToEarn.update_tax_Status(bool) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#602-604)
update_Tax(uint256) should be declared external:
- BEP20Token_SleepToEarn.update_Tax(uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#606-609)
Use the external attribute for functions never called from the contract.

Additional information: link

BEP20Token_SleepToEarn._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#571-586) performs a multiplication on the result of a division:
-_balances[masterWallet] = _balances[masterWallet].add(amount / 100 * tax) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#578)
BEP20Token_SleepToEarn._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#571-586) performs a multiplication on the result of a division:
-_balances[recipient] = _balances[recipient].add(amount / 100 * (100 - tax)) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#579)
Consider ordering multiplication before division.

Additional information: link

Redundant expression "this (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#114)" inContext (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#104-117)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Pragma version^0.8.1 (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#2) allows old versions
solc-0.8.13 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

BEP20Token_SleepToEarn._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#571-586) compares to a boolean constant:
-taxStatus == true && sender == taxAddress && tax > 0 (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#576)
Remove the equality to the boolean constant.

Additional information: link

BEP20Token_SleepToEarn.allowance(address,address).owner (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#420) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#297-299) (function)
BEP20Token_SleepToEarn._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#472) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#297-299) (function)
Rename the local variables that shadow another component.

Additional information: link

BEP20Token_SleepToEarn.update_Tax(uint256) (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#606-609) should emit an event for:
- tax = newTax (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#608)
Emit an event for critical parameter changes.

Additional information: link

BEP20Token_SleepToEarn.constructor(string,string,uint256,address).masterWalletToken (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#352) lacks a zero-check on :
- masterWallet = masterWalletToken (crytic-export/etherscan-contracts/0x312ed6f4eae6a3aa467d60d6ad1fd31cc3a8b5d0.bscscan.com-BEP20Token_SleepToEarn.sol#358)
Check that the address is not zero.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain


Token has only one trading pair

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


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 find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to verify token contract address on the website


Unable to find audit link on the website


Token is not listed at Mobula.Finance

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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for STE

News for STE