Sabo Inu Token Logo

SABO [Sabo Inu] Token

ALERT: phishing / airdrop scam

About SABO

Listings

Not Found
Token 4 years

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 29 June 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)

SaboInu.clear(uint256)._owner (#716) shadows:
- Ownable._owner (#590) (state variable)
SaboInu.ownerSaboInu()._owner (#720) shadows:
- Ownable._owner (#590) (state variable)
Rename the local variables that shadow another component.

Additional information: link

SaboInu.clear(uint256)._owner (#716) lacks a zero-check on :
- _owner.transfer(amount) (#717)
Check that the address is not zero.

Additional information: link

Context._msgData() (#135-138) is never used and should be removed
Pausable._pause() (#553-556) is never used and should be removed
Pausable._unpause() (#565-568) is never used and should be removed
Remove unused functions.

Additional information: link

SaboInu.startAirdrop(uint256,uint256,uint256,uint256) (#698-704) should emit an event for:
- aSBlock = _aSBlock (#699)
- aEBlock = _aEBlock (#700)
- aAmt = _aAmt (#701)
- aCap = _aCap (#702)
SaboInu.startSale(uint256,uint256,uint256,uint256,uint256) (#705-712) should emit an event for:
- sSBlock = _sSBlock (#706)
- sEBlock = _sEBlock (#707)
- sChunk = _sChunk (#708)
- sPrice = _sPrice (#709)
- sCap = _sCap (#710)
Emit an event for critical parameter changes.

Additional information: link

Pragma version^0.8.0 (#89) allows old versions
Pragma version^0.8.0 (#118) allows old versions
Pragma version^0.8.0 (#144) allows old versions
Pragma version^0.8.0 (#446) allows old versions
Pragma version^0.8.0 (#484) allows old versions
Pragma version^0.8.0 (#575) allows old versions
Pragma version^0.8.0 (#641) 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 SaboInu.getAirdrop(address)._refer (#664) is not in mixedCase
Parameter SaboInu.tokenSale(address)._refer (#675) is not in mixedCase
Parameter SaboInu.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#698) is not in mixedCase
Parameter SaboInu.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#698) is not in mixedCase
Parameter SaboInu.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#698) is not in mixedCase
Parameter SaboInu.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#698) is not in mixedCase
Parameter SaboInu.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#705) is not in mixedCase
Parameter SaboInu.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#705) is not in mixedCase
Parameter SaboInu.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#705) is not in mixedCase
Parameter SaboInu.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#705) is not in mixedCase
Parameter SaboInu.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#705) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

SaboInu.constructor() (#654-660) uses literals with too many digits:
- _mint(msg.sender,600000000000 * 10 ** decimals()) (#656)
SaboInu.constructor() (#654-660) uses literals with too many digits:
- _mint(address(this),400000000000 * 10 ** decimals()) (#657)
SaboInu.constructor() (#654-660) uses literals with too many digits:
- startSale(block.number,999999999,0,1500000000 * 10 ** decimals(),2000000000000) (#658)
SaboInu.constructor() (#654-660) uses literals with too many digits:
- startAirdrop(block.number,999999999,1000000 * 10 ** decimals(),2000000000000) (#659)
SaboInu.getAirdrop(address) (#664-673) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#668)
SaboInu.tokenSale(address) (#675-689) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#682)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

name() should be declared external:
- ERC20.name() (#198-200)
symbol() should be declared external:
- ERC20.symbol() (#206-208)
totalSupply() should be declared external:
- ERC20.totalSupply() (#230-232)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#249-252)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#268-271)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#286-294)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#308-311)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#327-333)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#459-461)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#474-479)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#625-628)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#634-638)
getAirdrop(address) should be declared external:
- SaboInu.getAirdrop(address) (#664-673)
tokenSale(address) should be declared external:
- SaboInu.tokenSale(address) (#675-689)
viewAirdrop() should be declared external:
- SaboInu.viewAirdrop() (#691-693)
viewSale() should be declared external:
- SaboInu.viewSale() (#694-696)
clear(uint256) should be declared external:
- SaboInu.clear(uint256) (#715-718)
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.


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


Unable to find whitepaper 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


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


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

Price for SABO