Richie Token Logo

RICH [Richie] Token

ALERT: dead

About RICH

Listings

Token 4 years
CoinGecko 4 years
CoinMarketCap 4 years
[CoinMarketCap] alert: Richie has been migrated from an old contract address to a new contract address. Read more here.
[CoinGecko] alert: Richie (RICH) has rebranded to Richie 2.0 (RICHIE) and migrated from their old contract to a new one. For more information, please view this announcement on Twitter.
white paper

As the name suggests, Richie is rich but not just by his wallet but also at heart. Hence, Richie is descending on Planet Earth in his spaceship to provide help where needed as well as help the community grow just like his native planet, Planet Rich. Legend goes that if you look closely, you can see the golden planet (Planet Rich) shining bright against the dark night sky.

Laser Scorebeta Last Audit: 27 June 2022

report
Token seems to be unmaintained (no trading, inactive website, inactive socials, etc.).

Anti-Scam

Links


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

RichieRICH._getTValues(uint256) (#632-636) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(5) (#633)
Consider ordering multiplication before division.

Additional information: link

RichieRICH.allowance(address,address).owner (#478) shadows:
- Ownable.owner() (#390-392) (function)
RichieRICH._approve(address,address,uint256).owner (#559) shadows:
- Ownable.owner() (#390-392) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#256-265) uses assembly
- INLINE ASM (#263)
Address._functionCallWithValue(address,bytes,uint256,string) (#349-370) uses assembly
- INLINE ASM (#362-365)
Do not use evm assembly.

Additional information: link

RichieRICH.includeAccount(address) (#546-557) has costly operations inside a loop:
- _excluded.pop() (#553)
Use a local variable to hold the loop computation result.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#349-370) is never used and should be removed
Address.functionCall(address,bytes) (#309-311) is never used and should be removed
Address.functionCall(address,bytes,string) (#319-321) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#334-336) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#344-347) is never used and should be removed
Address.isContract(address) (#256-265) is never used and should be removed
Address.sendValue(address,uint256) (#283-289) is never used and should be removed
Context._msgData() (#18-21) is never used and should be removed
SafeMath.mod(uint256,uint256) (#216-218) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#232-235) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#283-289):
- (success) = recipient.call{value: amount}() (#287)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#349-370):
- (success,returndata) = target.call{value: weiValue}(data) (#353)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant RichieRICH._tTotal (#439) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable RichieRICH._transferBothExcluded(address,address,uint256).rTransferAmount (#611) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH._getValues(uint256).rTransferAmount (#628) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._getValues(uint256).rTransferAmount (#628) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH._transferToExcluded(address,address,uint256).rTransferAmount (#593) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._transferToExcluded(address,address,uint256).rTransferAmount (#593) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH._getRValues(uint256,uint256,uint256).rTransferAmount (#641) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._getRValues(uint256,uint256,uint256).rTransferAmount (#641) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH._getValues(uint256).rTransferAmount (#628) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH._getValues(uint256).rTransferAmount (#628) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Variable RichieRICH._transferToExcluded(address,address,uint256).rTransferAmount (#593) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH._transferStandard(address,address,uint256).rTransferAmount (#585) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._getValues(uint256).rTransferAmount (#628) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH._getValues(uint256).rTransferAmount (#628) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH._transferStandard(address,address,uint256).rTransferAmount (#585) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH._transferBothExcluded(address,address,uint256).rTransferAmount (#611) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._transferToExcluded(address,address,uint256).rTransferAmount (#593) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH._transferBothExcluded(address,address,uint256).rTransferAmount (#611) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH._transferFromExcluded(address,address,uint256).rTransferAmount (#602) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH.reflectionFromToken(uint256,bool).rTransferAmount (#526) is too similar to RichieRICH._transferFromExcluded(address,address,uint256).tTransferAmount (#602)
Variable RichieRICH._getRValues(uint256,uint256,uint256).rTransferAmount (#641) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH.reflectionFromToken(uint256,bool).rTransferAmount (#526) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH._transferStandard(address,address,uint256).rTransferAmount (#585) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH._transferFromExcluded(address,address,uint256).rTransferAmount (#602) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH.reflectionFromToken(uint256,bool).rTransferAmount (#526) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Variable RichieRICH._transferStandard(address,address,uint256).rTransferAmount (#585) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Variable RichieRICH._transferFromExcluded(address,address,uint256).rTransferAmount (#602) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Variable RichieRICH._transferStandard(address,address,uint256).rTransferAmount (#585) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH._getRValues(uint256,uint256,uint256).rTransferAmount (#641) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH.reflectionFromToken(uint256,bool).rTransferAmount (#526) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH._transferFromExcluded(address,address,uint256).rTransferAmount (#602) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH._transferToExcluded(address,address,uint256).rTransferAmount (#593) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH._transferBothExcluded(address,address,uint256).rTransferAmount (#611) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH._transferToExcluded(address,address,uint256).rTransferAmount (#593) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Variable RichieRICH._getRValues(uint256,uint256,uint256).rTransferAmount (#641) is too similar to RichieRICH._getTValues(uint256).tTransferAmount (#634)
Variable RichieRICH.reflectionFromToken(uint256,bool).rTransferAmount (#526) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._transferBothExcluded(address,address,uint256).rTransferAmount (#611) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Variable RichieRICH.reflectionFromToken(uint256,bool).rTransferAmount (#526) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH._transferBothExcluded(address,address,uint256).rTransferAmount (#611) is too similar to RichieRICH._transferToExcluded(address,address,uint256).tTransferAmount (#593)
Variable RichieRICH._transferFromExcluded(address,address,uint256).rTransferAmount (#602) is too similar to RichieRICH._transferStandard(address,address,uint256).tTransferAmount (#585)
Variable RichieRICH._transferStandard(address,address,uint256).rTransferAmount (#585) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH._transferFromExcluded(address,address,uint256).rTransferAmount (#602) is too similar to RichieRICH._transferBothExcluded(address,address,uint256).tTransferAmount (#611)
Variable RichieRICH._getRValues(uint256,uint256,uint256).rTransferAmount (#641) is too similar to RichieRICH._getValues(uint256).tTransferAmount (#626)
Prevent variables from having similar names.

Additional information: link

RichieRICH.slitherConstructorConstantVariables() (#427-662) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#439)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

RichieRICH._decimals (#445) should be constant
RichieRICH._name (#443) should be constant
RichieRICH._symbol (#444) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#390-392)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#409-412)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#418-422)
name() should be declared external:
- RichieRICH.name() (#452-454)
symbol() should be declared external:
- RichieRICH.symbol() (#456-458)
decimals() should be declared external:
- RichieRICH.decimals() (#460-462)
totalSupply() should be declared external:
- RichieRICH.totalSupply() (#464-466)
balanceOf(address) should be declared external:
- RichieRICH.balanceOf(address) (#468-471)
transfer(address,uint256) should be declared external:
- RichieRICH.transfer(address,uint256) (#473-476)
allowance(address,address) should be declared external:
- RichieRICH.allowance(address,address) (#478-480)
approve(address,uint256) should be declared external:
- RichieRICH.approve(address,uint256) (#482-485)
transferFrom(address,address,uint256) should be declared external:
- RichieRICH.transferFrom(address,address,uint256) (#487-491)
increaseAllowance(address,uint256) should be declared external:
- RichieRICH.increaseAllowance(address,uint256) (#493-496)
decreaseAllowance(address,uint256) should be declared external:
- RichieRICH.decreaseAllowance(address,uint256) (#498-501)
isExcluded(address) should be declared external:
- RichieRICH.isExcluded(address) (#503-505)
totalFees() should be declared external:
- RichieRICH.totalFees() (#507-509)
reflect(uint256) should be declared external:
- RichieRICH.reflect(uint256) (#511-518)
reflectionFromToken(uint256,bool) should be declared external:
- RichieRICH.reflectionFromToken(uint256,bool) (#520-529)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Average 30d PancakeSwap liquidity is low.


Token is deployed only at one blockchain

Contract has 5% buy tax and 4% sell tax.
Taxes are low and contract ownership is renounced.


Telegram account has relatively few subscribers


Last post in Twitter was more than 30 days ago


Unable to find Youtube account


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find code repository for the project


Token has no active CoinMarketCap listing / rank


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


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has relatively low CoinGecko rank

Price for RICH

News for RICH