Mebox.io Token Logo

MEBOX [Mebox.io] Token

ALERT: phishing / airdrop scam

About MEBOX

Listings

Not Found
Token 4 years

Website

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 20 January 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...)


Token is flagged by TokenSniffer due to presence of exploit in contract code


Contract ownership is not renounced (belongs to a wallet)

MinerFactory.getMyMined(MinerFactory.Miner,MinerFactory.Sys) (#161-173) performs a multiplication on the result of a division:
-profit = profit.add(_mining.block_miner.mul(num).mul(sys.miner_speed.mul(864000).div(num.add(864000)))) (#170)
Consider ordering multiplication before division.

Additional information: link

MeBoxToken.update(uint8,uint256) (#526-569) should emit an event for:
- _referEth = value (#533)
- _referToken = value (#535)
- _adpToken = value (#537)
- _adpToken2 = value (#539)
- _adpCount = value (#541)
- _salePrice = value (#543)
- _saleMin = value (#545)
- _cap = value (#547)
- _totalSupply = value (#549)
- miningMin = value (#551)
- referHire = value (#557)
Emit an event for critical parameter changes.

Additional information: link

Parameter MinerFactory.reinvest(MinerFactory.Miner,MinerFactory.Sys)._mining (#213) is not in mixedCase
Parameter MinerFactory.relieve(MinerFactory.Miner,MinerFactory.Sys)._mining (#175) is not in mixedCase
Function MeBoxToken.Hire(address) (#667-681) is not in mixedCase
Function MeBoxToken.Airdrop(address,uint256,address[]) (#623-644) is not in mixedCase
Parameter MeBoxToken.AirdropMeBox(address)._refer (#646) is not in mixedCase
Function MeBoxToken.AirdropMeBox(address) (#646-665) is not in mixedCase
Parameter MinerFactory.hire(MinerFactory.Miner,MinerFactory.Sys,address,uint256)._mining (#196) is not in mixedCase
Parameter MeBoxToken.Airdrop(address,uint256,address[])._refer (#623) is not in mixedCase
Function MeBoxToken.Liquidity(address) (#409-413) is not in mixedCase
Function MeBoxToken.Reinvest() (#694-700) is not in mixedCase
Parameter MinerFactory.getClaim(MinerFactory.Miner,MinerFactory.Sys)._mining (#157) is not in mixedCase
Parameter MinerFactory.getMyMined(MinerFactory.Miner,MinerFactory.Sys)._mining (#161) is not in mixedCase
Function MeBoxToken.BuyBox() (#616-621) is not in mixedCase
Variable MeBoxToken._MiningPool (#257) is not in mixedCase
Function MeBoxToken.Receive() (#683-692) is not in mixedCase
Parameter MeBoxToken.Hire(address)._refer (#667) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

MeBoxToken.slitherConstructorVariables() (#254-715) uses literals with too many digits:
- _salePrice = 1200000 (#279)
MeBoxToken.constructor() (#315-318) uses literals with too many digits:
- _sys = MinerFactory.Sys(500,1000,100000000000000,200000000,0) (#317)
MeBoxToken.slitherConstructorVariables() (#254-715) uses literals with too many digits:
- _totalSupply = 210000000000000000000000000000 (#265)
MeBoxToken.slitherConstructorVariables() (#254-715) uses literals with too many digits:
- _cap = 210000000000000000000000000000 (#270)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Contract name (Mebox.io) 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.

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

Additional information: link

decimals() should be declared external:
- MeBoxToken.decimals() (#362-364)
balanceOf(address) should be declared external:
- MeBoxToken.balanceOf(address) (#383-385)
cap() should be declared external:
- MeBoxToken.cap() (#369-371)
update(uint8,uint256) should be declared external:
- MeBoxToken.update(uint8,uint256) (#526-569)
symbol() should be declared external:
- MeBoxToken.symbol() (#342-344)
Reinvest() should be declared external:
- MeBoxToken.Reinvest() (#694-700)
Liquidity(address) should be declared external:
- MeBoxToken.Liquidity(address) (#409-413)
addLiquidity(address) should be declared external:
- MeBoxToken.addLiquidity(address) (#422-427)
transferOwnership(address) should be declared external:
- MeBoxToken.transferOwnership(address) (#404-407)
authNum(uint256) should be declared external:
- MeBoxToken.authNum(uint256) (#394-398)
white(address,uint8) should be declared external:
- MeBoxToken.white(address,uint8) (#497-499)
allowance(address,address) should be declared external:
- MeBoxToken.allowance(address,address) (#390-392)
BuyBox() should be declared external:
- MeBoxToken.BuyBox() (#616-621)
Hire(address) should be declared external:
- MeBoxToken.Hire(address) (#667-681)
setAuth(address,address) should be declared external:
- MeBoxToken.setAuth(address,address) (#415-420)
approve(address,uint256) should be declared external:
- MeBoxToken.approve(address,uint256) (#488-491)
AirdropMeBox(address) should be declared external:
- MeBoxToken.AirdropMeBox(address) (#646-665)
Receive() should be declared external:
- MeBoxToken.Receive() (#683-692)
getMiner() should be declared external:
- MeBoxToken.getMiner() (#702-713)
transfer(address,uint256) should be declared external:
- MeBoxToken.transfer(address,uint256) (#589-592)
upname(uint8,string) should be declared external:
- MeBoxToken.upname(uint8,string) (#571-579)
name() should be declared external:
- MeBoxToken.name() (#327-329)
totalSupply() should be declared external:
- MeBoxToken.totalSupply() (#376-378)
black(address,uint8) should be declared external:
- MeBoxToken.black(address,uint8) (#493-495)
transferFrom(address,address,uint256) should be declared external:
- MeBoxToken.transferFrom(address,address,uint256) (#475-479)
Use the external attribute for functions never called from the contract.

Additional information: link

MeBoxToken._decimals (#268) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

MeBoxToken.Liquidity(address) (#409-413) ignores return value by _MiningPool[liquidity_].hire(_sys,liquidity_,_cap) (#412)
MeBoxToken.addLiquidity(address) (#422-427) ignores return value by _MiningPool[addr].hire(_sys,addr,_cap) (#425)
Ensure that all the return values of the function calls are used.

Additional information: link

Reentrancy in MeBoxToken.AirdropMeBox(address) (#646-665):
External calls:
- address(uint160(_refer)).transfer(referEth) (#656)
State variables written after the call(s):
- _mint(_refer,referToken) (#660)
- _balances[account] = _balances[account].add(amount) (#437)
Event emitted after the call(s):
- Transfer(address(this),account,amount) (#438)
- _mint(_refer,referToken) (#660)
Apply the check-effects-interactions pattern.

Additional information: link

Holders:


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 30d PancakeSwap volume is less than $100. 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


Token has only one trading pair


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 verify that token and website are owned by the same team (no listings + unable to find contract on website)


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper 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 code repository for the project


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 social accounts / website are missing or have few users


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

Price for MEBOX