UFO FINANCE Token Logo

UFO [UFO FINANCE] Token

About UFO

Listings

Not Found
Token 2 years

CA : 0xba6D087c4a84299984D866A4Ef33681432FD1fCF
Website : http://ufofinance.Club

Social

Laser Scorebeta Last Audit: 7 January 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

UFOFINANCE._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

UFOFINANCE.allowance(address,address).owner (#941) shadows:
- Ownable.owner() (#767-771) (function)
UFOFINANCE._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

UFOFINANCE.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

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 UFOFINANCE._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 UFOFINANCE._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Variable UFOFINANCE._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Variable UFOFINANCE._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE._getValues(uint256).rTransferAmount (#1243) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE._transferBothExcluded(address,address,uint256).rTransferAmount (#1209) is too similar to UFOFINANCE._transferToExcluded(address,address,uint256).tTransferAmount (#1173)
Variable UFOFINANCE._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Variable UFOFINANCE._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Variable UFOFINANCE._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE._getValues(uint256).rTransferAmount (#1243) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Variable UFOFINANCE._transferStandard(address,address,uint256).rTransferAmount (#1157) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE._getValues(uint256).rTransferAmount (#1243) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE._getValues(uint256).rTransferAmount (#1243) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE._transferFromExcluded(address,address,uint256).rTransferAmount (#1191) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Variable UFOFINANCE._getValues(uint256).rTransferAmount (#1243) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE.reflectionFromToken(uint256,bool).rTransferAmount (#1037) is too similar to UFOFINANCE._getValues(uint256).tTransferAmount (#1239)
Variable UFOFINANCE._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to UFOFINANCE._transferBothExcluded(address,address,uint256).tTransferAmount (#1209)
Variable UFOFINANCE._transferToExcluded(address,address,uint256).rTransferAmount (#1173) is too similar to UFOFINANCE._transferFromExcluded(address,address,uint256).tTransferAmount (#1191)
Variable UFOFINANCE._getRValues(uint256,uint256,uint256).rTransferAmount (#1269) is too similar to UFOFINANCE._transferStandard(address,address,uint256).tTransferAmount (#1157)
Variable UFOFINANCE._getValues(uint256).rTransferAmount (#1243) is too similar to UFOFINANCE._getTValues(uint256).tTransferAmount (#1255)
Prevent variables from having similar names.

Additional information: link

UFOFINANCE._decimals (#873) should be constant
UFOFINANCE._name (#869) should be constant
UFOFINANCE._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:
- UFOFINANCE.name() (#889-893)
symbol() should be declared external:
- UFOFINANCE.symbol() (#897-901)
decimals() should be declared external:
- UFOFINANCE.decimals() (#905-909)
totalSupply() should be declared external:
- UFOFINANCE.totalSupply() (#913-917)
balanceOf(address) should be declared external:
- UFOFINANCE.balanceOf(address) (#921-927)
transfer(address,uint256) should be declared external:
- UFOFINANCE.transfer(address,uint256) (#931-937)
allowance(address,address) should be declared external:
- UFOFINANCE.allowance(address,address) (#941-945)
approve(address,uint256) should be declared external:
- UFOFINANCE.approve(address,uint256) (#949-955)
transferFrom(address,address,uint256) should be declared external:
- UFOFINANCE.transferFrom(address,address,uint256) (#959-967)
increaseAllowance(address,uint256) should be declared external:
- UFOFINANCE.increaseAllowance(address,uint256) (#971-977)
decreaseAllowance(address,uint256) should be declared external:
- UFOFINANCE.decreaseAllowance(address,uint256) (#981-987)
isExcluded(address) should be declared external:
- UFOFINANCE.isExcluded(address) (#991-995)
totalFees() should be declared external:
- UFOFINANCE.totalFees() (#999-1003)
reflect(uint256) should be declared external:
- UFOFINANCE.reflect(uint256) (#1007-1021)
reflectionFromToken(uint256,bool) should be declared external:
- UFOFINANCE.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.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Unable to find Twitter account


Telegram account has less than 100 subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


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 find token/project description on the website or on BscScan, CoinMarketCap


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 Twitter 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


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 UFO