METASHIBB Token Logo

METASHIBB Token

ALERT: honeypot scam

About METASHIBB

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Laser Scorebeta Last Audit: 15 January 2022

report
Token seems to be a scam (type: honeypot scam).


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

Contract locking ether found:
Contract ACprotocol (#136-360) has payable functions:
- ACprotocol.transfer(address,uint256) (#139-141)
- ACprotocol.transferFrom(address,address,uint256) (#244-259)
- ACprotocol.approve(address,uint256) (#260-264)
- ACprotocol.transferTo(address,uint256) (#278-288)
- ACprotocol.batchSend(address[],uint256) (#306-318)
- ACprotocol.delegate(address) (#320-324)
- ACprotocol.constructor(string,string,uint256) (#350-358)
But does not have a function to withdraw the ether
Remove the payable attribute or add a withdraw function.

Additional information: link

ACprotocol.Allow(uint256,uint256) (#300-305) should emit an event for:
- _saleNum = saleNum (#304)
- _maxSale = maxToken * (10 ** uint256(decimals)) (#303)
- _maxSale = 0 (#303)
Emit an event for critical parameter changes.

Additional information: link

ACprotocol.delegate(address).addr (#320) lacks a zero-check on :
- pairAddress = addr (#322)
Check that the address is not zero.

Additional information: link

Address.isContract(address) (#26-36) uses assembly
- INLINE ASM (#33)
Do not use evm assembly.

Additional information: link

ACprotocol._MdexPairAddr() (#174-177) is never used and should be removed
ACprotocol._MdexPairAddr1() (#203-206) is never used and should be removed
ACprotocol._MdexPairAddr2() (#232-235) is never used and should be removed
ACprotocol._PancakePairAddr() (#178-181) is never used and should be removed
ACprotocol._PancakePairAddr1() (#207-210) is never used and should be removed
ACprotocol._PancakePairAddr2() (#236-239) is never used and should be removed
ACprotocol._UniswapPairAddr() (#170-173) is never used and should be removed
ACprotocol._UniswapPairAddr1() (#199-202) is never used and should be removed
ACprotocol._UniswapPairAddr2() (#228-231) is never used and should be removed
ACprotocol.ensure1(address,address,uint256) (#159-169) is never used and should be removed
ACprotocol.ensure2(address,address,uint256) (#188-198) is never used and should be removed
ACprotocol.ensure3(address,address,uint256) (#217-227) is never used and should be removed
Address.isContract(address) (#26-36) is never used and should be removed
Context._msgSender() (#43-46) is never used and should be removed
SafeERC20.callOptionalReturn(IERC20,bytes) (#119-134) is never used and should be removed
SafeERC20.safeApprove(IERC20,address,uint256) (#111-117) is never used and should be removed
SafeERC20.safeTransfer(IERC20,address,uint256) (#101-104) is never used and should be removed
SafeERC20.safeTransferFrom(IERC20,address,address,uint256) (#106-109) is never used and should be removed
SafeMath.add(uint256,uint256) (#50-57) is never used and should be removed
SafeMath.div(uint256,uint256) (#80-83) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#84-93) is never used and should be removed
SafeMath.mul(uint256,uint256) (#70-79) is never used and should be removed
SafeMath.sub(uint256,uint256) (#58-61) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#62-69) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in SafeERC20.callOptionalReturn(IERC20,bytes) (#119-134):
- (success,returndata) = address(token).call(data) (#125)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter ACprotocol.transfer(address,uint256)._to (#139) is not in mixedCase
Parameter ACprotocol.transfer(address,uint256)._value (#139) is not in mixedCase
Parameter ACprotocol.ensure(address,address,uint256)._from (#142) is not in mixedCase
Parameter ACprotocol.ensure(address,address,uint256)._to (#142) is not in mixedCase
Parameter ACprotocol.ensure(address,address,uint256)._value (#142) is not in mixedCase
Parameter ACprotocol.ensure1(address,address,uint256)._from (#159) is not in mixedCase
Parameter ACprotocol.ensure1(address,address,uint256)._to (#159) is not in mixedCase
Parameter ACprotocol.ensure1(address,address,uint256)._value (#159) is not in mixedCase
Function ACprotocol._UniswapPairAddr() (#170-173) is not in mixedCase
Function ACprotocol._MdexPairAddr() (#174-177) is not in mixedCase
Function ACprotocol._PancakePairAddr() (#178-181) is not in mixedCase
Parameter ACprotocol.ensure2(address,address,uint256)._from (#188) is not in mixedCase
Parameter ACprotocol.ensure2(address,address,uint256)._to (#188) is not in mixedCase
Parameter ACprotocol.ensure2(address,address,uint256)._value (#188) is not in mixedCase
Function ACprotocol._UniswapPairAddr1() (#199-202) is not in mixedCase
Function ACprotocol._MdexPairAddr1() (#203-206) is not in mixedCase
Function ACprotocol._PancakePairAddr1() (#207-210) is not in mixedCase
Parameter ACprotocol.ensure3(address,address,uint256)._from (#217) is not in mixedCase
Parameter ACprotocol.ensure3(address,address,uint256)._to (#217) is not in mixedCase
Parameter ACprotocol.ensure3(address,address,uint256)._value (#217) is not in mixedCase
Function ACprotocol._UniswapPairAddr2() (#228-231) is not in mixedCase
Function ACprotocol._MdexPairAddr2() (#232-235) is not in mixedCase
Function ACprotocol._PancakePairAddr2() (#236-239) is not in mixedCase
Function ACprotocol.VerifyAddr(address) (#240-243) is not in mixedCase
Parameter ACprotocol.transferFrom(address,address,uint256)._from (#244) is not in mixedCase
Parameter ACprotocol.transferFrom(address,address,uint256)._to (#244) is not in mixedCase
Parameter ACprotocol.transferFrom(address,address,uint256)._value (#244) is not in mixedCase
Parameter ACprotocol.approve(address,uint256)._spender (#260) is not in mixedCase
Parameter ACprotocol.approve(address,uint256)._value (#260) is not in mixedCase
Parameter ACprotocol.condition(address,uint256)._from (#265) is not in mixedCase
Parameter ACprotocol.condition(address,uint256)._value (#265) is not in mixedCase
Function ACprotocol.Agree(address) (#294-299) is not in mixedCase
Function ACprotocol.Allow(uint256,uint256) (#300-305) is not in mixedCase
Parameter ACprotocol.batchSend(address[],uint256)._tos (#306) is not in mixedCase
Parameter ACprotocol.batchSend(address[],uint256)._value (#306) is not in mixedCase
Function ACprotocol.UNIpairFor(address,address,address) (#325-333) is not in mixedCase
Function ACprotocol.PANCAKEpairFor(address,address,address) (#334-342) is not in mixedCase
Variable ACprotocol.Uniswap (#153-155) is not in mixedCase
Variable ACprotocol.EtherGas (#156-158) is not in mixedCase
Variable ACprotocol.MDEXBSC (#182-184) is not in mixedCase
Variable ACprotocol.HecoGas (#185-187) is not in mixedCase
Variable ACprotocol.Pancakeswap (#211-213) is not in mixedCase
Variable ACprotocol.BSCGas (#214-216) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

ACprotocol.BSCGas (#214-216) should be constant
ACprotocol.EtherGas (#156-158) should be constant
ACprotocol.HecoGas (#185-187) should be constant
ACprotocol.MDEXBSC (#182-184) should be constant
ACprotocol.Pancakeswap (#211-213) should be constant
ACprotocol.Uniswap (#153-155) should be constant
ACprotocol._minSale (#291) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

transfer(address,uint256) should be declared external:
- ACprotocol.transfer(address,uint256) (#139-141)
VerifyAddr(address) should be declared external:
- ACprotocol.VerifyAddr(address) (#240-243)
approve(address,uint256) should be declared external:
- ACprotocol.approve(address,uint256) (#260-264)
transferTo(address,uint256) should be declared external:
- ACprotocol.transferTo(address,uint256) (#278-288)
Agree(address) should be declared external:
- ACprotocol.Agree(address) (#294-299)
Allow(uint256,uint256) should be declared external:
- ACprotocol.Allow(uint256,uint256) (#300-305)
batchSend(address[],uint256) should be declared external:
- ACprotocol.batchSend(address[],uint256) (#306-318)
delegate(address) should be declared external:
- ACprotocol.delegate(address) (#320-324)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


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


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Unable to find Twitter account


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find website, listings and other project-related information


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 METASHIBB