WORTHWHILE Token Logo

WHE [WORTHWHILE] Token

About WHE

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

To set the goal of this innovative concept, Team WORTHWHILE is passionate and efficient in this field and striving towards making this concept integral and amazing. Mr.Dan Vasyl is also the part of this team of Crypto Currency Concept. He is a well-known business tycoon of Ukraine. Most of the time he designs very different business models for benefits of the mass. He and other members of this team are taking major corporate decisions to manage overall operations and resources of his concept Worthwhile Coin. They all are very much responsible for setting the mission and vision of this concept Worthwhile Coin. Most of the members came up collectively with this marvelous business idea and acted on it. This team is the group of very talented and hardworking person to setup this amazing and profitable business. They always takes an active interest in getting the enterprise off the ground, finding and investing resources to form the Concept and helping it succeed.

Social

Laser Scorebeta Last Audit: 8 May 2022

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

WORTHWHILE.sendMultiBNB(address[],uint256[]) (#468-477) sends eth to arbitrary user
Dangerous calls:
- _contributors[i].transfer(_balances[i]) (#474)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

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)

ERC20Detailed.constructor(string,string,uint8).name (#306) shadows:
- ERC20Detailed.name() (#315-317) (function)
ERC20Detailed.constructor(string,string,uint8).symbol (#306) shadows:
- ERC20Detailed.symbol() (#322-324) (function)
ERC20Detailed.constructor(string,string,uint8).decimals (#306) shadows:
- ERC20Detailed.decimals() (#329-331) (function)
WORTHWHILE.multisendToken(address[],uint256[])._balances (#458) shadows:
- ERC20._balances (#119) (state variable)
WORTHWHILE.sendMultiBNB(address[],uint256[])._balances (#468) shadows:
- ERC20._balances (#119) (state variable)
Rename the local variables that shadow another component.

Additional information: link

WORTHWHILE.sendMultiBNB(address[],uint256[]) (#468-477) has external calls inside a loop: _contributors[i].transfer(_balances[i]) (#474)
Favor pull over push strategy for external calls.

Additional information: link

ERC20._mint(address,uint256) (#240-246) is never used and should be removed
SafeMath.div(uint256,uint256) (#63-70) is never used and should be removed
SafeMath.mod(uint256,uint256) (#96-99) is never used and should be removed
SafeMath.mul(uint256,uint256) (#46-58) is never used and should be removed
Remove unused functions.

Additional information: link

WORTHWHILE.trc20token (#445) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Pragma version^0.5.2 (#8) allows old versions
Pragma version^0.5.2 (#36) allows old versions
Pragma version^0.5.2 (#104) allows old versions
Pragma version^0.5.2 (#292) allows old versions
Pragma version^0.5.2 (#336) allows old versions
Pragma version^0.5.2 (#364) allows old versions
solc-0.5.2 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

Contract _WORTHWHILE (#366-370) is not in CapWords
Parameter WORTHWHILE.register(address)._address (#455) is not in mixedCase
Parameter WORTHWHILE.multisendToken(address[],uint256[])._contributors (#458) is not in mixedCase
Parameter WORTHWHILE.multisendToken(address[],uint256[])._balances (#458) is not in mixedCase
Parameter WORTHWHILE.sendMultiBNB(address[],uint256[])._contributors (#468) is not in mixedCase
Parameter WORTHWHILE.sendMultiBNB(address[],uint256[])._balances (#468) is not in mixedCase
Parameter WORTHWHILE.sell(uint256)._token (#482) is not in mixedCase
Parameter WORTHWHILE.withDraw(uint256)._amount (#487) is not in mixedCase
Parameter WORTHWHILE.getTokenfrom(address,uint256)._add (#491) is not in mixedCase
Parameter WORTHWHILE.getTokenfrom(address,uint256)._amount (#491) is not in mixedCase
Variable WORTHWHILE.Users (#453) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "i (#460)" inWORTHWHILE (#443-497)
Redundant expression "i (#471)" inWORTHWHILE (#443-497)
Remove redundant statements if they congest code but offer no value.

Additional information: link

_WORTHWHILE.constructor() (#367-369) uses literals with too many digits:
- _mint(msg.sender,50000000 * 10 ** 18) (#368)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

EternalStorage.uintStorage (#382) is never used in WORTHWHILE (#443-497)
EternalStorage.stringStorage (#383) is never used in WORTHWHILE (#443-497)
EternalStorage.addressStorage (#384) is never used in WORTHWHILE (#443-497)
EternalStorage.bytesStorage (#385) is never used in WORTHWHILE (#443-497)
EternalStorage.boolStorage (#386) is never used in WORTHWHILE (#443-497)
EternalStorage.intStorage (#387) is never used in WORTHWHILE (#443-497)
Remove unused state variables.

Additional information: link

totalSupply() should be declared external:
- ERC20.totalSupply() (#128-130)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#137-139)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#147-149)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#156-159)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#170-173)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#183-187)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#199-202)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#214-217)
name() should be declared external:
- ERC20Detailed.name() (#315-317)
symbol() should be declared external:
- ERC20Detailed.symbol() (#322-324)
decimals() should be declared external:
- ERC20Detailed.decimals() (#329-331)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#348-350)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#357-359)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#428-431)
register(address) should be declared external:
- WORTHWHILE.register(address) (#455-457)
sendMultiBNB(address[],uint256[]) should be declared external:
- WORTHWHILE.sendMultiBNB(address[],uint256[]) (#468-477)
sell(uint256) should be declared external:
- WORTHWHILE.sell(uint256) (#482-486)
getTokenfrom(address,uint256) should be declared external:
- WORTHWHILE.getTokenfrom(address,uint256) (#491-494)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Token has only one trading pair


Telegram account link seems to be invalid


Twitter account has less than 100 followers


Last post in Twitter was more than 30 days ago


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 Twitter link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has a considerable age, but social accounts / website are missing or have few users


Token has relatively low CoinMarketCap rank


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

Price for WHE

News for WHE