Liverpool Fan Token Token Logo

LIVERPOOL [Liverpool Fan] Token

ALERT: phishing / airdrop scam

About LIVERPOOL

Listings

Not Found
Token 2 years

The Liverpool Fan Token (LIVERPOOL) is a native BEP-20 utility token designed to revolutionize the fan experience for all LIVERPOOL supporters.

Social

Laser Scorebeta Last Audit: 14 May 2022

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

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

Liverpool.clear(uint256)._owner (#730) shadows:
- Ownable._owner (#603) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Liverpool.startAirdrop(uint256,uint256,uint256,uint256) (#712-718) should emit an event for:
- aSBlock = _aSBlock (#713)
- aEBlock = _aEBlock (#714)
- aAmt = _aAmt (#715)
- aCap = _aCap (#716)
Liverpool.startSale(uint256,uint256,uint256,uint256,uint256) (#719-726) should emit an event for:
- sSBlock = _sSBlock (#720)
- sEBlock = _sEBlock (#721)
- sChunk = _sChunk (#722)
- sPrice = _sPrice (#723)
- sCap = _sCap (#724)
Emit an event for critical parameter changes.

Additional information: link

Liverpool.clear(uint256)._owner (#730) lacks a zero-check on :
- _owner.transfer(amount) (#731)
Check that the address is not zero.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.4 (#13)
- ^0.8.0 (#92)
- ^0.8.0 (#121)
- ^0.8.0 (#148)
- ^0.8.0 (#454)
- ^0.8.0 (#496)
- ^0.8.0 (#588)
- ^0.8.0 (#656)
Use one Solidity version.

Additional information: link

Context._msgData() (#138-141) is never used and should be removed
Pausable._pause() (#566-569) is never used and should be removed
Pausable._unpause() (#578-581) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#92) allows old versions
Pragma version^0.8.0 (#121) allows old versions
Pragma version^0.8.0 (#148) allows old versions
Pragma version^0.8.0 (#454) allows old versions
Pragma version^0.8.0 (#496) allows old versions
Pragma version^0.8.0 (#588) allows old versions
Pragma version^0.8.0 (#656) allows old versions
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

Parameter Liverpool.getAirdrop(address)._refer (#678) is not in mixedCase
Parameter Liverpool.tokenSale(address)._refer (#689) is not in mixedCase
Parameter Liverpool.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#712) is not in mixedCase
Parameter Liverpool.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#712) is not in mixedCase
Parameter Liverpool.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#712) is not in mixedCase
Parameter Liverpool.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#712) is not in mixedCase
Parameter Liverpool.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#719) is not in mixedCase
Parameter Liverpool.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#719) is not in mixedCase
Parameter Liverpool.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#719) is not in mixedCase
Parameter Liverpool.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#719) is not in mixedCase
Parameter Liverpool.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#719) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#139)" inContext (#133-142)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Liverpool.constructor() (#669-674) uses literals with too many digits:
- _mint(msg.sender,500000 * 10 ** decimals()) (#670)
Liverpool.constructor() (#669-674) uses literals with too many digits:
- _mint(address(this),39500000 * 10 ** decimals()) (#671)
Liverpool.constructor() (#669-674) uses literals with too many digits:
- startSale(block.number,999999999,0,100000 * 10 ** decimals(),2000000000000) (#672)
Liverpool.constructor() (#669-674) uses literals with too many digits:
- startAirdrop(block.number,999999999,100 * 10 ** decimals(),2000000000000) (#673)
Liverpool.getAirdrop(address) (#678-687) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#682)
Liverpool.tokenSale(address) (#689-703) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#696)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

name() should be declared external:
- ERC20.name() (#204-206)
symbol() should be declared external:
- ERC20.symbol() (#212-214)
totalSupply() should be declared external:
- ERC20.totalSupply() (#236-238)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#255-258)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#274-277)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#292-300)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#314-317)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#333-339)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#469-471)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#484-489)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#638-641)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#647-651)
getAirdrop(address) should be declared external:
- Liverpool.getAirdrop(address) (#678-687)
tokenSale(address) should be declared external:
- Liverpool.tokenSale(address) (#689-703)
viewAirdrop() should be declared external:
- Liverpool.viewAirdrop() (#705-707)
viewSale() should be declared external:
- Liverpool.viewSale() (#708-710)
clear(uint256) should be declared external:
- Liverpool.clear(uint256) (#729-732)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.


Number of Binance Smart Chain (BSC) token holders is low.


Telegram account link seems to be invalid


Unable to find Twitter account


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/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 CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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