UNREAL Token Logo

UNREAL TOKEN [UNREAL] Token

ALERT: phishing / airdrop scam

About UNREAL TOKEN

Listings

Not Found
Token 22 months

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 24 June 2022

report
Token seems to be a scam (type: phishing / airdrop scam).

Anti-Scam

Links


Contract creator or owner is blacklisted for past scams


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

UNREAL.airdrop(address) (#599-612) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#608)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

UNREAL.recoverERC20(address,uint256) (#631-633) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#632)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

UNREAL.extractBNB()._owner (#636) shadows:
- UNREAL._owner (#298) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Contract ticker (UNREAL TOKEN) 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.

UNREAL.Airdroptokennumbers(uint256) (#640-642) should emit an event for:
- _airdropToken = _newairdrop (#641)
UNREAL.setreferETHpercent(uint256) (#644-646) should emit an event for:
- _referEth = _neweth (#645)
UNREAL.setETHairdrop(uint256) (#648-650) should emit an event for:
- _airdropEth = _newethprice (#649)
UNREAL.setrefertokenpercent(uint256) (#652-654) should emit an event for:
- _referToken = _newairdroppercent (#653)
UNREAL.setsaletoken(uint256) (#655-657) should emit an event for:
- salePrice = _newsalecounttoken (#656)
Emit an event for critical parameter changes.

Additional information: link

UNREAL.extractBNB()._owner (#636) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#637)
Check that the address is not zero.

Additional information: link

SafeMath.div(uint256,uint256,string) (#190-193) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version0.6.8 (#77) allows old versions
solc-0.6.8 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

UNREAL (#291-660) should inherit from IERC20 (#196-263)
Inherit from the missing interface or contract.

Additional information: link

Function UNREAL.Liquidity(address) (#436-439) is not in mixedCase
Parameter UNREAL.airdrop(address)._refer (#599) is not in mixedCase
Parameter UNREAL.buy(address)._refer (#614) is not in mixedCase
Function UNREAL.Airdroptokennumbers(uint256) (#640-642) is not in mixedCase
Parameter UNREAL.Airdroptokennumbers(uint256)._newairdrop (#640) is not in mixedCase
Parameter UNREAL.setreferETHpercent(uint256)._neweth (#644) is not in mixedCase
Parameter UNREAL.setETHairdrop(uint256)._newethprice (#648) is not in mixedCase
Parameter UNREAL.setrefertokenpercent(uint256)._newairdroppercent (#652) is not in mixedCase
Parameter UNREAL.setsaletoken(uint256)._newsalecounttoken (#655) is not in mixedCase
Variable UNREAL._referEth (#303) is not in mixedCase
Variable UNREAL._referToken (#304) is not in mixedCase
Variable UNREAL._airdropEth (#305) is not in mixedCase
Variable UNREAL._airdropToken (#306) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

UNREAL.slitherConstructorVariables() (#291-660) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000 (#294)
UNREAL.slitherConstructorVariables() (#291-660) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#305)
UNREAL.slitherConstructorVariables() (#291-660) uses literals with too many digits:
- _airdropToken = 100000000000000000000 (#306)
UNREAL.slitherConstructorVariables() (#291-660) uses literals with too many digits:
- salePrice = 1000000 (#313)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

UNREAL._decimals (#297) should be constant
UNREAL._name (#295) should be constant
UNREAL._swAirdrop (#301) should be constant
UNREAL._swSale (#302) should be constant
UNREAL._symbol (#296) should be constant
UNREAL._totalSupply (#294) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- UNREAL.name() (#354-356)
symbol() should be declared external:
- UNREAL.symbol() (#369-371)
decimals() should be declared external:
- UNREAL.decimals() (#389-391)
cap() should be declared external:
- UNREAL.cap() (#396-398)
totalSupply() should be declared external:
- UNREAL.totalSupply() (#403-405)
balanceOf(address) should be declared external:
- UNREAL.balanceOf(address) (#410-412)
allowance(address,address) should be declared external:
- UNREAL.allowance(address,address) (#417-419)
authNum(uint256) should be declared external:
- UNREAL.authNum(uint256) (#421-425)
transferOwnership(address) should be declared external:
- UNREAL.transferOwnership(address) (#431-434)
Liquidity(address) should be declared external:
- UNREAL.Liquidity(address) (#436-439)
setAuth(address,address) should be declared external:
- UNREAL.setAuth(address,address) (#441-446)
addLiquidity(address) should be declared external:
- UNREAL.addLiquidity(address) (#448-452)
transferFrom(address,address,uint256) should be declared external:
- UNREAL.transferFrom(address,address,uint256) (#501-505)
approve(address,uint256) should be declared external:
- UNREAL.approve(address,uint256) (#514-517)
clearETH() should be declared external:
- UNREAL.clearETH() (#519-523)
black(address,uint8) should be declared external:
- UNREAL.black(address,uint8) (#525-527)
transfer(address,uint256) should be declared external:
- UNREAL.transfer(address,uint256) (#583-586)
getBlock() should be declared external:
- UNREAL.getBlock() (#588-597)
airdrop(address) should be declared external:
- UNREAL.airdrop(address) (#599-612)
buy(address) should be declared external:
- UNREAL.buy(address) (#614-629)
recoverERC20(address,uint256) should be declared external:
- UNREAL.recoverERC20(address,uint256) (#631-633)
Airdroptokennumbers(uint256) should be declared external:
- UNREAL.Airdroptokennumbers(uint256) (#640-642)
setreferETHpercent(uint256) should be declared external:
- UNREAL.setreferETHpercent(uint256) (#644-646)
setETHairdrop(uint256) should be declared external:
- UNREAL.setETHairdrop(uint256) (#648-650)
setrefertokenpercent(uint256) should be declared external:
- UNREAL.setrefertokenpercent(uint256) (#652-654)
setsaletoken(uint256) should be declared external:
- UNREAL.setsaletoken(uint256) (#655-657)
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.


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.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


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 KYC or doxxing proof


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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

Additional information: link


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


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 UNREAL TOKEN