S.S.LAZIO Token Logo

LAZIO [S.S.LAZIO] Token

ALERT: phishing / airdrop scam

About LAZIO

Listings

Not Found
Token 2 years

S.S. Lazio, commonly referred to as Lazio, is one of the most successful Italian football clubs with a remarkable winning history. Based in Rome, S.S. Lazio plays in Serie A and have spent most of their history in the top tier of Italian football. Lazio has been Italian champions twice and has won the Coppa Italia seven times, the Supercoppa Italiana three times, and both the UEFA Cup Winners' Cup and UEFA Super Cup on one occasion.

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)

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

Additional information: link

Contract name (S.S.LAZIO) 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.

LAZIO.startAirdrop(uint256,uint256,uint256,uint256) (#712-718) should emit an event for:
- aSBlock = _aSBlock (#713)
- aEBlock = _aEBlock (#714)
- aAmt = _aAmt (#715)
- aCap = _aCap (#716)
LAZIO.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

LAZIO.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 LAZIO.getAirdrop(address)._refer (#678) is not in mixedCase
Parameter LAZIO.tokenSale(address)._refer (#689) is not in mixedCase
Parameter LAZIO.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#712) is not in mixedCase
Parameter LAZIO.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#712) is not in mixedCase
Parameter LAZIO.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#712) is not in mixedCase
Parameter LAZIO.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#712) is not in mixedCase
Parameter LAZIO.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#719) is not in mixedCase
Parameter LAZIO.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#719) is not in mixedCase
Parameter LAZIO.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#719) is not in mixedCase
Parameter LAZIO.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#719) is not in mixedCase
Parameter LAZIO.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

LAZIO.constructor() (#669-674) uses literals with too many digits:
- _mint(msg.sender,1000000 * 10 ** decimals()) (#670)
LAZIO.constructor() (#669-674) uses literals with too many digits:
- _mint(address(this),39000000 * 10 ** decimals()) (#671)
LAZIO.constructor() (#669-674) uses literals with too many digits:
- startSale(block.number,999999999,0,50000 * 10 ** decimals(),2000000000000) (#672)
LAZIO.constructor() (#669-674) uses literals with too many digits:
- startAirdrop(block.number,999999999,50 * 10 ** decimals(),2000000000000) (#673)
LAZIO.getAirdrop(address) (#678-687) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#682)
LAZIO.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:
- LAZIO.getAirdrop(address) (#678-687)
tokenSale(address) should be declared external:
- LAZIO.tokenSale(address) (#689-703)
viewAirdrop() should be declared external:
- LAZIO.viewAirdrop() (#705-707)
viewSale() should be declared external:
- LAZIO.viewSale() (#708-710)
clear(uint256) should be declared external:
- LAZIO.clear(uint256) (#729-732)
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.


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


Telegram account link seems to be invalid


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


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 has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for LAZIO

News for LAZIO