Whalertoken Token Logo

WHA [Whaler] Token

About WHA

Listings

Token 3 years
CoinGecko 2 years
white paper

The Whalertoken is a crypto project that reinvests money raised from $WHA selling. Such reinvesting has two directions. The first direction is to put 50% into crypto assets. The second one is to invest 50% into classical stocks with a minimum dividend yield of 6% and higher. The team plans to use income from these investments for buybacks and partly for further reinvestments.
Moreover, four traders-veterans will be making all these actions. Also, the project’s mission is not to make rich people richer but to help the small and starting investor on their way. So any user could make intelligent decisions in a well-founded manner.

WHA is the BEP20 (BSC) token with a 5% tax-redistribution rate. So, in addition to getting dividends and benefiting from buybacks, holders receive a reward from every transaction. Also, if anyone has the whaler tokens worth at least $10, he obtains free advice about profitable investing opportunities. To check the planned allocation of capital, look at the image below. Using such a balanced cap allocation model, the team wants to reach a $1 coin price due to 2031.

Social

Laser Scorebeta Last Audit: 1 May 2022

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

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)


Contract ownership is not renounced (belongs to a wallet)

WHATOKEN._getTValues(uint256) (#409-413) performs a multiplication on the result of a division:
-tFee = tAmount.div(40).mul(2) (#410)
Consider ordering multiplication before division.

Additional information: link

WHATOKEN.allowance(address,address).owner (#255) shadows:
- Ownable.owner() (#176-178) (function)
WHATOKEN._approve(address,address,uint256).owner (#336) shadows:
- Ownable.owner() (#176-178) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#101-107) uses assembly
- INLINE ASM (#105)
Address._functionCallWithValue(address,bytes,uint256,string) (#139-158) uses assembly
- INLINE ASM (#150-153)
Do not use evm assembly.

Additional information: link

WHATOKEN.includeAccount(address) (#323-334) has costly operations inside a loop:
- _excluded.pop() (#330)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#139-158) is never used and should be removed
Address.functionCall(address,bytes) (#119-121) is never used and should be removed
Address.functionCall(address,bytes,string) (#124-126) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#129-131) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#134-137) is never used and should be removed
Address.isContract(address) (#101-107) is never used and should be removed
Address.sendValue(address,uint256) (#110-116) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SafeMath.mod(uint256,uint256) (#88-90) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#93-96) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#110-116):
- (success) = recipient.call{value: amount}() (#114)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#139-158):
- (success,returndata) = target.call{value: weiValue}(data) (#143)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant WHATOKEN._tTotal (#216) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable WHATOKEN._transferStandard(address,address,uint256).rTransferAmount (#362) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN._transferFromExcluded(address,address,uint256).rTransferAmount (#379) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Variable WHATOKEN._getValues(uint256).rTransferAmount (#405) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._transferFromExcluded(address,address,uint256).rTransferAmount (#379) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN._transferToExcluded(address,address,uint256).rTransferAmount (#370) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Variable WHATOKEN._getRValues(uint256,uint256,uint256).rTransferAmount (#418) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN._transferStandard(address,address,uint256).rTransferAmount (#362) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN._transferToExcluded(address,address,uint256).rTransferAmount (#370) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN._transferFromExcluded(address,address,uint256).rTransferAmount (#379) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._transferBothExcluded(address,address,uint256).rTransferAmount (#388) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN._transferFromExcluded(address,address,uint256).rTransferAmount (#379) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN._transferToExcluded(address,address,uint256).rTransferAmount (#370) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._transferBothExcluded(address,address,uint256).rTransferAmount (#388) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._getRValues(uint256,uint256,uint256).rTransferAmount (#418) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._transferStandard(address,address,uint256).rTransferAmount (#362) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._getRValues(uint256,uint256,uint256).rTransferAmount (#418) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Variable WHATOKEN._transferStandard(address,address,uint256).rTransferAmount (#362) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Variable WHATOKEN._getRValues(uint256,uint256,uint256).rTransferAmount (#418) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN._transferStandard(address,address,uint256).rTransferAmount (#362) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN._getValues(uint256).rTransferAmount (#405) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Variable WHATOKEN._getRValues(uint256,uint256,uint256).rTransferAmount (#418) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._transferStandard(address,address,uint256).rTransferAmount (#362) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._getValues(uint256).rTransferAmount (#405) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN.reflectionFromToken(uint256,bool).rTransferAmount (#303) is too similar to WHATOKEN._getTValues(uint256).tTransferAmount (#411)
Variable WHATOKEN._getRValues(uint256,uint256,uint256).rTransferAmount (#418) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN._transferBothExcluded(address,address,uint256).rTransferAmount (#388) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._getValues(uint256).rTransferAmount (#405) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN.reflectionFromToken(uint256,bool).rTransferAmount (#303) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN.reflectionFromToken(uint256,bool).rTransferAmount (#303) is too similar to WHATOKEN._transferBothExcluded(address,address,uint256).tTransferAmount (#388)
Variable WHATOKEN._transferBothExcluded(address,address,uint256).rTransferAmount (#388) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Variable WHATOKEN._transferToExcluded(address,address,uint256).rTransferAmount (#370) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN._transferFromExcluded(address,address,uint256).rTransferAmount (#379) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._transferBothExcluded(address,address,uint256).rTransferAmount (#388) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN.reflectionFromToken(uint256,bool).rTransferAmount (#303) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN._getValues(uint256).rTransferAmount (#405) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._transferToExcluded(address,address,uint256).rTransferAmount (#370) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN._transferBothExcluded(address,address,uint256).rTransferAmount (#388) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN.reflectionFromToken(uint256,bool).rTransferAmount (#303) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._getValues(uint256).rTransferAmount (#405) is too similar to WHATOKEN._transferFromExcluded(address,address,uint256).tTransferAmount (#379)
Variable WHATOKEN._transferToExcluded(address,address,uint256).rTransferAmount (#370) is too similar to WHATOKEN._getValues(uint256).tTransferAmount (#403)
Variable WHATOKEN._transferFromExcluded(address,address,uint256).rTransferAmount (#379) is too similar to WHATOKEN._transferStandard(address,address,uint256).tTransferAmount (#362)
Variable WHATOKEN.reflectionFromToken(uint256,bool).rTransferAmount (#303) is too similar to WHATOKEN._transferToExcluded(address,address,uint256).tTransferAmount (#370)
Prevent variables from having similar names.

Additional information: link

WHATOKEN.slitherConstructorConstantVariables() (#204-439) uses literals with too many digits:
- _tTotal = 950000000000 * 10 ** 18 (#216)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

WHATOKEN._decimals (#222) should be constant
WHATOKEN._name (#220) should be constant
WHATOKEN._symbol (#221) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#176-178)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#189-192)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#195-199)
name() should be declared external:
- WHATOKEN.name() (#229-231)
symbol() should be declared external:
- WHATOKEN.symbol() (#233-235)
decimals() should be declared external:
- WHATOKEN.decimals() (#237-239)
totalSupply() should be declared external:
- WHATOKEN.totalSupply() (#241-243)
balanceOf(address) should be declared external:
- WHATOKEN.balanceOf(address) (#245-248)
transfer(address,uint256) should be declared external:
- WHATOKEN.transfer(address,uint256) (#250-253)
allowance(address,address) should be declared external:
- WHATOKEN.allowance(address,address) (#255-257)
approve(address,uint256) should be declared external:
- WHATOKEN.approve(address,uint256) (#259-262)
transferFrom(address,address,uint256) should be declared external:
- WHATOKEN.transferFrom(address,address,uint256) (#264-268)
increaseAllowance(address,uint256) should be declared external:
- WHATOKEN.increaseAllowance(address,uint256) (#270-273)
decreaseAllowance(address,uint256) should be declared external:
- WHATOKEN.decreaseAllowance(address,uint256) (#275-278)
isExcluded(address) should be declared external:
- WHATOKEN.isExcluded(address) (#280-282)
totalFees() should be declared external:
- WHATOKEN.totalFees() (#284-286)
reflect(uint256) should be declared external:
- WHATOKEN.reflect(uint256) (#288-295)
reflectionFromToken(uint256,bool) should be declared external:
- WHATOKEN.reflectionFromToken(uint256,bool) (#297-306)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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

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


Average 30d PancakeSwap volume is low.


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 only one trading pair


Last post in Twitter was more than 180 days ago


Telegram account has relatively few subscribers


Unable to find Youtube account


Unable to find Discord account


Unable to find token on CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


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


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

Price for WHA

News for WHA