My Shiba Inu Token Logo

Shiba [My Shiba Inu] Token

ALERT: phishing / airdrop scam

About Shiba

Listings

Token 2 years

Shiba - Yield farm Shiba on Binance Smart Chain

Social

Laser Scorebeta Last Audit: 22 April 2023

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)

MyShibaInu.clear(uint256)._owner (#734) shadows:
- Ownable._owner (#599) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Redundant expression "this (#135)" inContext (#129-138)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Pragma version^0.8.0 (#88) allows old versions
Pragma version^0.8.0 (#584) allows old versions
Pragma version^0.8.0 (#653) allows old versions
Pragma version^0.8.0 (#117) allows old versions
Pragma version^0.8.0 (#144) allows old versions
Pragma version^0.8.0 (#450) allows old versions
Pragma version^0.8.0 (#492) 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

Pausable._pause() (#562-565) is never used and should be removed
Pausable._unpause() (#574-577) is never used and should be removed
Context._msgData() (#134-137) is never used and should be removed
Remove unused functions.

Additional information: link

MyShibaInu.constructor() (#666-671) uses literals with too many digits:
- _mint(msg.sender,100000000000000 * 10 ** decimals()) (#667)
MyShibaInu.constructor() (#666-671) uses literals with too many digits:
- startAirdrop(block.number,999999999,10000 * 10 ** decimals(),2000000000000) (#670)
MyShibaInu.getAirdrop(address) (#675-684) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#679)
MyShibaInu.tokenSale(address) (#686-700) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#693)
MyShibaInu.constructor() (#666-671) uses literals with too many digits:
- startSale(block.number,999999999,0,15000000 * 10 ** decimals(),2000000000000) (#669)
MyShibaInu.constructor() (#666-671) uses literals with too many digits:
- _mint(address(this),900000000000000 * 10 ** decimals()) (#668)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#288-296)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#480-485)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#634-637)
clear(uint256) should be declared external:
- MyShibaInu.clear(uint256) (#733-736)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#329-335)
symbol() should be declared external:
- ERC20.symbol() (#208-210)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#251-254)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#310-313)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#643-647)
sendair(address[],uint256[]) should be declared external:
- MyShibaInu.sendair(address[],uint256[]) (#709-714)
viewAirdrop() should be declared external:
- MyShibaInu.viewAirdrop() (#702-704)
viewSale() should be declared external:
- MyShibaInu.viewSale() (#705-707)
name() should be declared external:
- ERC20.name() (#200-202)
tokenSale(address) should be declared external:
- MyShibaInu.tokenSale(address) (#686-700)
totalSupply() should be declared external:
- ERC20.totalSupply() (#232-234)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#270-273)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#465-467)
getAirdrop(address) should be declared external:
- MyShibaInu.getAirdrop(address) (#675-684)
Use the external attribute for functions never called from the contract.

Additional information: link

Different versions of Solidity are used:
- Version used: ['^0.8.0', '^0.8.4']
- ^0.8.4 (#9)
- ^0.8.0 (#88)
- ^0.8.0 (#117)
- ^0.8.0 (#144)
- ^0.8.0 (#450)
- ^0.8.0 (#492)
- ^0.8.0 (#584)
- ^0.8.0 (#653)
Use one Solidity version.

Additional information: link

MyShibaInu.clear(uint256)._owner (#734) lacks a zero-check on :
- _owner.transfer(amount) (#735)
Check that the address is not zero.

Additional information: link

MyShibaInu.startAirdrop(uint256,uint256,uint256,uint256) (#716-722) should emit an event for:
- aSBlock = _aSBlock (#717)
- aEBlock = _aEBlock (#718)
- aAmt = _aAmt (#719)
- aCap = _aCap (#720)
MyShibaInu.startSale(uint256,uint256,uint256,uint256,uint256) (#723-730) should emit an event for:
- sSBlock = _sSBlock (#724)
- sEBlock = _sEBlock (#725)
- sChunk = _sChunk (#726)
- sPrice = _sPrice (#727)
- sCap = _sCap (#728)
Emit an event for critical parameter changes.

Additional information: link

Parameter MyShibaInu.getAirdrop(address)._refer (#675) is not in mixedCase
Parameter MyShibaInu.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#723) is not in mixedCase
Parameter MyShibaInu.tokenSale(address)._refer (#686) is not in mixedCase
Parameter MyShibaInu.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#716) is not in mixedCase
Parameter MyShibaInu.sendair(address[],uint256[])._receivers (#709) is not in mixedCase
Parameter MyShibaInu.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#723) is not in mixedCase
Parameter MyShibaInu.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#723) is not in mixedCase
Parameter MyShibaInu.sendair(address[],uint256[])._amounts (#709) is not in mixedCase
Parameter MyShibaInu.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#723) is not in mixedCase
Parameter MyShibaInu.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#716) is not in mixedCase
Parameter MyShibaInu.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#723) is not in mixedCase
Parameter MyShibaInu.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#716) is not in mixedCase
Parameter MyShibaInu.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#716) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d PancakeSwap liquidity 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 makes many airdrops and seems to be a phishing / airdrop scam

Additional information: link


Token is deployed only at one blockchain


Twitter account link seems to be invalid


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


Token is not listed at Mobula.Finance

Additional information: link


Unable to find code repository for the project


Unable to find audit link on the website


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

Additional information: link


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but average PancakeSwap 30d trading volume is low

Price for Shiba