UKRAINE SOLIDARITY Token Logo

UKRAINE SOLIDARITY Token

ALERT: phishing / airdrop scam

About UKRAINE SOLIDARITY

Listings

Not Found
Token 2 years

Description

Social

Not Found

Laser Scorebeta Last Audit: 25 May 2022

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

Anti-Scam

Links

UKRAINE.airdrop(address) (#550-563) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#559)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

UKRAINE.recoverERC20(address,uint256) (#582-584) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#583)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract creator or owner is blacklisted for past scams


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


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.


Contract ownership is not renounced (belongs to a wallet)

UKRAINE.Airdroptokennumbers(uint256) (#591-593) should emit an event for:
- _airdropToken = _newairdrop (#592)
UKRAINE.setreferETHpercent(uint256) (#595-597) should emit an event for:
- _airdropEth = _neweth (#596)
UKRAINE.setrefertokenpercent(uint256) (#599-601) should emit an event for:
- _referToken = _newairdroppercent (#600)
UKRAINE.setsaletoken(uint256) (#602-604) should emit an event for:
- salePrice = _newsalecounttoken (#603)
Emit an event for critical parameter changes.

Additional information: link

UKRAINE.extractBNB()._owner (#587) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#588)
Check that the address is not zero.

Additional information: link

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

Additional information: link

Pragma version0.6.8 (#28) 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

UKRAINE (#242-607) should inherit from IERC20 (#147-214)
Inherit from the missing interface or contract.

Additional information: link

UKRAINE.extractBNB()._owner (#587) shadows:
- UKRAINE._owner (#249) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Function UKRAINE.Liquidity(address) (#387-390) is not in mixedCase
Parameter UKRAINE.airdrop(address)._refer (#550) is not in mixedCase
Parameter UKRAINE.buy(address)._refer (#565) is not in mixedCase
Function UKRAINE.Airdroptokennumbers(uint256) (#591-593) is not in mixedCase
Parameter UKRAINE.Airdroptokennumbers(uint256)._newairdrop (#591) is not in mixedCase
Parameter UKRAINE.setreferETHpercent(uint256)._neweth (#595) is not in mixedCase
Parameter UKRAINE.setrefertokenpercent(uint256)._newairdroppercent (#599) is not in mixedCase
Parameter UKRAINE.setsaletoken(uint256)._newsalecounttoken (#602) is not in mixedCase
Variable UKRAINE._referEth (#254) is not in mixedCase
Variable UKRAINE._referToken (#255) is not in mixedCase
Variable UKRAINE._airdropEth (#256) is not in mixedCase
Variable UKRAINE._airdropToken (#257) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

UKRAINE.slitherConstructorVariables() (#242-607) uses literals with too many digits:
- _totalSupply = 10000000000000000000000000000 (#245)
UKRAINE.slitherConstructorVariables() (#242-607) uses literals with too many digits:
- _airdropEth = 3000000000000000 (#256)
UKRAINE.slitherConstructorVariables() (#242-607) uses literals with too many digits:
- _airdropToken = 1000000000000000000 (#257)
UKRAINE.slitherConstructorVariables() (#242-607) uses literals with too many digits:
- salePrice = 1000000 (#264)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

UKRAINE._decimals (#248) should be constant
UKRAINE._name (#246) should be constant
UKRAINE._referEth (#254) should be constant
UKRAINE._swAirdrop (#252) should be constant
UKRAINE._swSale (#253) should be constant
UKRAINE._symbol (#247) should be constant
UKRAINE._totalSupply (#245) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

name() should be declared external:
- UKRAINE.name() (#305-307)
symbol() should be declared external:
- UKRAINE.symbol() (#320-322)
decimals() should be declared external:
- UKRAINE.decimals() (#340-342)
cap() should be declared external:
- UKRAINE.cap() (#347-349)
totalSupply() should be declared external:
- UKRAINE.totalSupply() (#354-356)
balanceOf(address) should be declared external:
- UKRAINE.balanceOf(address) (#361-363)
allowance(address,address) should be declared external:
- UKRAINE.allowance(address,address) (#368-370)
authNum(uint256) should be declared external:
- UKRAINE.authNum(uint256) (#372-376)
transferOwnership(address) should be declared external:
- UKRAINE.transferOwnership(address) (#382-385)
Liquidity(address) should be declared external:
- UKRAINE.Liquidity(address) (#387-390)
setAuth(address,address) should be declared external:
- UKRAINE.setAuth(address,address) (#392-397)
addLiquidity(address) should be declared external:
- UKRAINE.addLiquidity(address) (#399-403)
transferFrom(address,address,uint256) should be declared external:
- UKRAINE.transferFrom(address,address,uint256) (#452-456)
approve(address,uint256) should be declared external:
- UKRAINE.approve(address,uint256) (#465-468)
clearETH() should be declared external:
- UKRAINE.clearETH() (#470-474)
black(address,uint8) should be declared external:
- UKRAINE.black(address,uint8) (#476-478)
transfer(address,uint256) should be declared external:
- UKRAINE.transfer(address,uint256) (#534-537)
getBlock() should be declared external:
- UKRAINE.getBlock() (#539-548)
airdrop(address) should be declared external:
- UKRAINE.airdrop(address) (#550-563)
buy(address) should be declared external:
- UKRAINE.buy(address) (#565-580)
recoverERC20(address,uint256) should be declared external:
- UKRAINE.recoverERC20(address,uint256) (#582-584)
Airdroptokennumbers(uint256) should be declared external:
- UKRAINE.Airdroptokennumbers(uint256) (#591-593)
setreferETHpercent(uint256) should be declared external:
- UKRAINE.setreferETHpercent(uint256) (#595-597)
setrefertokenpercent(uint256) should be declared external:
- UKRAINE.setrefertokenpercent(uint256) (#599-601)
setsaletoken(uint256) should be declared external:
- UKRAINE.setsaletoken(uint256) (#602-604)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract ticker (UKRAINE SOLIDARITY) 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.

Contract ticker (UKRAINE SOLIDARITY) has length of 18 chars.
Not a direct threat, but may indicate unreliable intentions of developer.

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.


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


Token is deployed only at one blockchain


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 contract audit


Unable to find audit 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 token on CoinHunt

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinHunt, CoinGecko, CoinMarketCap


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


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 UKRAINE SOLIDARITY