FlokiSpaceX Token Logo

$FlokiSpaceX [FlokiSpaceX] Token

ALERT: rug pull scam

About $FlokiSpaceX

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 4 May 2022

report
Token seems to be a scam (type: rug pull scam).


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

Contract ticker ($FlokiSpaceX) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

FlokiSpaceX.includeAccount(address) (#1077-1099) has costly operations inside a loop:
- _excluded.pop() (#1091)
Use a local variable to hold the loop computation result.

Additional information: link

FlokiSpaceX._getTValues(uint256) (#1251-1259) performs a multiplication on the result of a division:
-tFee = tAmount.div(100).mul(reflectFees) (#1253)
Consider ordering multiplication before division.

Additional information: link

FlokiSpaceX.allowance(address,address).owner (#941) shadows:
- Ownable.owner() (#767-771) (function)
FlokiSpaceX._approve(address,address,uint256).owner (#1103) shadows:
- Ownable.owner() (#767-771) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#499-517) uses assembly
- INLINE ASM (#513)
Address._functionCallWithValue(address,bytes,uint256,string) (#685-727) uses assembly
- INLINE ASM (#711-717)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#685-727) is never used and should be removed
Address.functionCall(address,bytes) (#605-609) is never used and should be removed
Address.functionCall(address,bytes,string) (#625-629) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#655-659) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#675-681) is never used and should be removed
Address.isContract(address) (#499-517) is never used and should be removed
Address.sendValue(address,uint256) (#553-565) is never used and should be removed
Context._msgData() (#23-29) is never used and should be removed
SafeMath.mod(uint256,uint256) (#419-423) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#451-457) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#553-565):
- (success) = recipient.call{value: amount}() (#561)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#685-727):
- (success,returndata) = target.call{value: weiValue}(data) (#693)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant FlokiSpaceX._tTotal (#861) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

Variable FlokiSpaceX._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable FlokiSpaceX._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX._getValues(uint256).rTransferAmount (#1243) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX._getValues(uint256).rTransferAmount (#1243) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to FlokiSpaceX._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable FlokiSpaceX._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX._getValues(uint256).rTransferAmount (#1243) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX._getValues(uint256).rTransferAmount (#1243) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable FlokiSpaceX._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable FlokiSpaceX._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable FlokiSpaceX._getValues(uint256).rTransferAmount (#1243) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable FlokiSpaceX._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable FlokiSpaceX._getValues(uint256).rTransferAmount (#1243) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to FlokiSpaceX._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable FlokiSpaceX._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to FlokiSpaceX._getTValues(uint256).tTransferAmount (#1255)
Variable FlokiSpaceX._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to FlokiSpaceX._getValues(uint256).tTransferAmount (#1239)
Variable FlokiSpaceX._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to FlokiSpaceX._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable FlokiSpaceX._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to FlokiSpaceX._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Prevent variables from having similar names.

Additional information: link

FlokiSpaceX._decimals (#873) should be constant
FlokiSpaceX._name (#869) should be constant
FlokiSpaceX._symbol (#871) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#767-771)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#805-811)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#823-831)
name() should be declared external:
- FlokiSpaceX.name() (#889-893)
symbol() should be declared external:
- FlokiSpaceX.symbol() (#897-901)
decimals() should be declared external:
- FlokiSpaceX.decimals() (#905-909)
totalSupply() should be declared external:
- FlokiSpaceX.totalSupply() (#913-917)
balanceOf(address) should be declared external:
- FlokiSpaceX.balanceOf(address) (#921-927)
transfer(address,uint256) should be declared external:
- FlokiSpaceX.transfer(address,uint256) (#931-937)
allowance(address,address) should be declared external:
- FlokiSpaceX.allowance(address,address) (#941-945)
approve(address,uint256) should be declared external:
- FlokiSpaceX.approve(address,uint256) (#949-955)
transferFrom(address,address,uint256) should be declared external:
- FlokiSpaceX.transferFrom(address,address,uint256) (#959-967)
increaseAllowance(address,uint256) should be declared external:
- FlokiSpaceX.increaseAllowance(address,uint256) (#971-977)
decreaseAllowance(address,uint256) should be declared external:
- FlokiSpaceX.decreaseAllowance(address,uint256) (#981-987)
isExcluded(address) should be declared external:
- FlokiSpaceX.isExcluded(address) (#991-995)
totalFees() should be declared external:
- FlokiSpaceX.totalFees() (#999-1003)
reflect(uint256) should be declared external:
- FlokiSpaceX.reflect(uint256) (#1007-1021)
reflectionFromToken(uint256,bool) should be declared external:
- FlokiSpaceX.reflectionFromToken(uint256,bool) (#1025-1043)
Use the external attribute for functions never called from the contract.

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 PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


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


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.


Token is deployed only at one blockchain

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


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for $FlokiSpaceX