Mocktail Token Logo

MOK [Mocktail] Token

ALERT: rug pull scam

About MOK

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Mocktail is The World's First ERC 1155 Standard Semi-Fungible Token (SFT) on Binance Smart Chain

Laser Scorebeta Last Audit: 24 April 2022

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

Anti-Scam

Links


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

MOKToken._writeCheckpoint(address,uint32,uint256,uint256) (#836-854) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (#846)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

Address._functionCallWithValue(address,bytes,uint256,string) (#364-390) is never used and should be removed
Address.functionCall(address,bytes) (#311-313) is never used and should be removed
Address.functionCall(address,bytes,string) (#321-327) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#340-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#354-362) is never used and should be removed
Address.isContract(address) (#256-267) is never used and should be removed
Address.sendValue(address,uint256) (#285-291) is never used and should be removed
BEP20._burnFrom(address,uint256) (#662-669) is never used and should be removed
Context._msgData() (#9-12) is never used and should be removed
SafeMath.div(uint256,uint256) (#154-156) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#170-180) is never used and should be removed
SafeMath.min(uint256,uint256) (#219-221) is never used and should be removed
SafeMath.mod(uint256,uint256) (#194-196) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#210-217) is never used and should be removed
SafeMath.mul(uint256,uint256) (#128-140) is never used and should be removed
SafeMath.sqrt(uint256) (#224-235) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in Address.sendValue(address,uint256) (#285-291):
- (success) = recipient.call{value: amount}() (#289)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#364-390):
- (success,returndata) = target.call{value: weiValue}(data) (#373)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter MOKToken.mint(address,uint256)._to (#689) is not in mixedCase
Parameter MOKToken.mint(address,uint256)._amount (#689) is not in mixedCase
Parameter MOKToken.burn(address,uint256)._from (#694) is not in mixedCase
Parameter MOKToken.burn(address,uint256)._amount (#694) is not in mixedCase
Parameter MOKToken.burnMOK(uint256)._amount (#699) is not in mixedCase
Variable MOKToken._delegates (#684) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

BEP20.constructor(string,string).name (#416) shadows:
- BEP20.name() (#432-434) (function)
- IBEP20.name() (#50) (function)
BEP20.constructor(string,string).symbol (#416) shadows:
- BEP20.symbol() (#446-448) (function)
- IBEP20.symbol() (#49) (function)
BEP20.allowance(address,address).owner (#480) shadows:
- Ownable.owner() (#24-26) (function)
BEP20._approve(address,address,uint256).owner (#652) shadows:
- Ownable.owner() (#24-26) (function)
Rename the local variables that shadow another component.

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

MOKToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (#716-757) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,MOK::delegateBySig: signature expired) (#755)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#256-267) uses assembly
- INLINE ASM (#263-265)
Address._functionCallWithValue(address,bytes,uint256,string) (#364-390) uses assembly
- INLINE ASM (#382-385)
MOKToken.getChainId() (#861-865) uses assembly
- INLINE ASM (#863)
Do not use evm assembly.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#31-34)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#35-37)
decimals() should be declared external:
- BEP20.decimals() (#439-441)
symbol() should be declared external:
- BEP20.symbol() (#446-448)
totalSupply() should be declared external:
- BEP20.totalSupply() (#453-455)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#472-475)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#480-482)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#491-494)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#508-520)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#534-537)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#553-560)
mint(uint256) should be declared external:
- BEP20.mint(uint256) (#570-573)
mint(address,uint256) should be declared external:
- MOKToken.mint(address,uint256) (#689-692)
burn(address,uint256) should be declared external:
- MOKToken.burn(address,uint256) (#694-697)
burnMOK(uint256) should be declared external:
- MOKToken.burnMOK(uint256) (#699-702)
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


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


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

Additional information: link


Token has a considerable age, but we're still unable to find its website


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


Token has relatively low CoinMarketCap rank

Price for MOK