Manchester United Fan Token Token Logo

MUFC [Manchester United Fan] Token

About MUFC

Listings

Token 2 years
CoinMarketCap 2 years

Website

[CoinMarketCap] alert: This Project is not affiliated with Manchester United. Please do your own due diligence.
white paper

We are here to bring our whole-hearted support for Red Devil Warriors from Manchester United.

Social

Laser Scorebeta Last Audit: 21 August 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Anti-Scam

Links


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

BEP20Token._transferBurnAddresses (contracts/libs/token/BEP20/BEP20Token.sol#52) is never initialized. It is used in:
- BEP20Token._transfer(address,address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#273-299)
BEP20Token._enableFee (contracts/libs/token/BEP20/BEP20Token.sol#54) is never initialized. It is used in:
- BEP20Token.enableFee() (contracts/libs/token/BEP20/BEP20Token.sol#134-136)
- BEP20Token._transfer(address,address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#273-299)
BEP20Token.whiteList (contracts/libs/token/BEP20/BEP20Token.sol#58) is never initialized. It is used in:
- BEP20Token._transfer(address,address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#273-299)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

MUFCToken._safeTransferBNB(address,uint256) (contracts/MUFCToken.sol#73-76) sends eth to arbitrary user
Dangerous calls:
- (success) = to.call{value: value}(new bytes(0)) (contracts/MUFCToken.sol#74)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

MUFCToken.withdrawFunc(address,address) (contracts/MUFCToken.sol#50-52) ignores return value by BEP20Token(token).transfer(recipient,BEP20Token(token).balanceOf(address(this))) (contracts/MUFCToken.sol#51)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

MUFCToken._writeCheckpoint(address,uint32,uint256,uint256) (contracts/MUFCToken.sol#313-331) uses a dangerous strict equality:
- nCheckpoints > 0 && checkpoints[delegatee][nCheckpoints - 1].fromBlock == blockNumber (contracts/MUFCToken.sol#323)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link

BEP20Token._transfer(address,address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#273-299) contains a tautology or contradiction:
- _balances[sender].sub(amount).sub(receiedAmount) < 0 (contracts/libs/token/BEP20/BEP20Token.sol#289)
Fix the incorrect comparison by changing the value type or the comparison.

Additional information: link


Combination 2: Unchecked transfer + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Contract ownership is not renounced (belongs to a wallet)

MUFCToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32).owner (contracts/MUFCToken.sol#125) shadows:
- Ownable.owner() (contracts/libs/access/Ownable.sol#41-43) (function)
BEP20Token.constructor(string,string).name (contracts/libs/token/BEP20/BEP20Token.sol#68) shadows:
- BEP20Token.name() (contracts/libs/token/BEP20/BEP20Token.sol#92-94) (function)
- IBEP20.name() (contracts/libs/token/BEP20/IBEP20.sol#24) (function)
BEP20Token.constructor(string,string).symbol (contracts/libs/token/BEP20/BEP20Token.sol#68) shadows:
- BEP20Token.symbol() (contracts/libs/token/BEP20/BEP20Token.sol#106-108) (function)
- IBEP20.symbol() (contracts/libs/token/BEP20/IBEP20.sol#19) (function)
BEP20Token.allowance(address,address).owner (contracts/libs/token/BEP20/BEP20Token.sol#154) shadows:
- Ownable.owner() (contracts/libs/access/Ownable.sol#41-43) (function)
BEP20Token._approve(address,address,uint256).owner (contracts/libs/token/BEP20/BEP20Token.sol#350) shadows:
- Ownable.owner() (contracts/libs/access/Ownable.sol#41-43) (function)
Rename the local variables that shadow another component.

Additional information: link

BEP20Token.dev(address)._devaddr (contracts/libs/token/BEP20/BEP20Token.sol#77) lacks a zero-check on :
- devaddr = _devaddr (contracts/libs/token/BEP20/BEP20Token.sol#79)
BEP20Token.setLockContract(address).lockContract (contracts/libs/token/BEP20/BEP20Token.sol#249) lacks a zero-check on :
- LOCK_CONTRACT = lockContract (contracts/libs/token/BEP20/BEP20Token.sol#250)
Check that the address is not zero.

Additional information: link

MUFCToken.permit(address,address,uint256,uint256,uint8,bytes32,bytes32) (contracts/MUFCToken.sol#124-148) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp <= deadline,INVALID_EXPIRATION) (contracts/MUFCToken.sol#135)
MUFCToken.delegateBySig(address,uint256,uint256,uint8,bytes32,bytes32) (contracts/MUFCToken.sol#179-220) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now <= expiry,IFG::delegateBySig: signature expired) (contracts/MUFCToken.sol#218)
Avoid relying on block.timestamp.

Additional information: link

MUFCToken.getChainId() (contracts/MUFCToken.sol#338-342) uses assembly
- INLINE ASM (contracts/MUFCToken.sol#340)
Address.isContract(address) (contracts/libs/utils/Address.sol#26-35) uses assembly
- INLINE ASM (contracts/libs/utils/Address.sol#33)
Address._verifyCallResult(bool,bytes,string) (contracts/libs/utils/Address.sol#171-188) uses assembly
- INLINE ASM (contracts/libs/utils/Address.sol#180-183)
Do not use evm assembly.

Additional information: link

Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.4.0', '>=0.4.24<0.8.0', '>=0.6.2<0.8.0']
- 0.6.12 (contracts/MUFCToken.sol#2)
- 0.6.12 (contracts/interfaces/ILockContract.sol#2)
- 0.6.12 (contracts/interfaces/ISellToken.sol#2)
- >=0.4.0 (contracts/libs/GSN/Context.sol#3)
- >=0.4.0 (contracts/libs/access/Ownable.sol#3)
- >=0.4.0 (contracts/libs/math/SafeMath.sol#3)
- >=0.4.24<0.8.0 (contracts/libs/proxy/Initializable.sol#4)
- >=0.4.0 (contracts/libs/token/BEP20/BEP20Token.sol#3)
- >=0.4.0 (contracts/libs/token/BEP20/IBEP20.sol#3)
- >=0.6.2<0.8.0 (contracts/libs/utils/Address.sol#3)
Use one Solidity version.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (contracts/libs/utils/Address.sol#171-188) is never used and should be removed
Address.functionCall(address,bytes) (contracts/libs/utils/Address.sol#79-81) is never used and should be removed
Address.functionCall(address,bytes,string) (contracts/libs/utils/Address.sol#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (contracts/libs/utils/Address.sol#104-106) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (contracts/libs/utils/Address.sol#114-121) is never used and should be removed
Address.functionDelegateCall(address,bytes) (contracts/libs/utils/Address.sol#153-155) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (contracts/libs/utils/Address.sol#163-169) is never used and should be removed
Address.functionStaticCall(address,bytes) (contracts/libs/utils/Address.sol#129-131) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (contracts/libs/utils/Address.sol#139-145) is never used and should be removed
Address.sendValue(address,uint256) (contracts/libs/utils/Address.sol#53-59) is never used and should be removed
BEP20Token._burnFrom(address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#367-374) is never used and should be removed
Context._msgData() (contracts/libs/GSN/Context.sol#24-27) is never used and should be removed
SafeMath.min(uint256,uint256) (contracts/libs/math/SafeMath.sol#172-174) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/libs/math/SafeMath.sol#147-149) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/libs/math/SafeMath.sol#163-170) is never used and should be removed
SafeMath.sqrt(uint256) (contracts/libs/math/SafeMath.sol#177-188) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version>=0.4.0 (contracts/libs/GSN/Context.sol#3) allows old versions
Pragma version>=0.4.0 (contracts/libs/access/Ownable.sol#3) allows old versions
Pragma version>=0.4.0 (contracts/libs/math/SafeMath.sol#3) allows old versions
Pragma version>=0.4.24<0.8.0 (contracts/libs/proxy/Initializable.sol#4) is too complex
Pragma version>=0.4.0 (contracts/libs/token/BEP20/BEP20Token.sol#3) allows old versions
Pragma version>=0.4.0 (contracts/libs/token/BEP20/IBEP20.sol#3) allows old versions
Pragma version>=0.6.2<0.8.0 (contracts/libs/utils/Address.sol#3) is too complex
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

Low level call in MUFCToken._safeTransferBNB(address,uint256) (contracts/MUFCToken.sol#73-76):
- (success) = to.call{value: value}(new bytes(0)) (contracts/MUFCToken.sol#74)
Low level call in Address.sendValue(address,uint256) (contracts/libs/utils/Address.sol#53-59):
- (success) = recipient.call{value: amount}() (contracts/libs/utils/Address.sol#57)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (contracts/libs/utils/Address.sol#114-121):
- (success,returndata) = target.call{value: value}(data) (contracts/libs/utils/Address.sol#119)
Low level call in Address.functionStaticCall(address,bytes,string) (contracts/libs/utils/Address.sol#139-145):
- (success,returndata) = target.staticcall(data) (contracts/libs/utils/Address.sol#143)
Low level call in Address.functionDelegateCall(address,bytes,string) (contracts/libs/utils/Address.sol#163-169):
- (success,returndata) = target.delegatecall(data) (contracts/libs/utils/Address.sol#167)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter MUFCToken.mintTo(address,uint256)._to (contracts/MUFCToken.sol#40) is not in mixedCase
Parameter MUFCToken.mintTo(address,uint256)._amount (contracts/MUFCToken.sol#40) is not in mixedCase
Variable MUFCToken._nonces (contracts/MUFCToken.sol#11) is not in mixedCase
Variable MUFCToken.DOMAIN_SEPARATOR (contracts/MUFCToken.sol#15) is not in mixedCase
Variable MUFCToken._delegates (contracts/MUFCToken.sol#85) is not in mixedCase
Parameter BEP20Token.dev(address)._devaddr (contracts/libs/token/BEP20/BEP20Token.sol#77) is not in mixedCase
Variable BEP20Token.LOCK_CONTRACT (contracts/libs/token/BEP20/BEP20Token.sol#57) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (contracts/libs/GSN/Context.sol#25)" inContext (contracts/libs/GSN/Context.sol#15-28)
Remove redundant statements if they congest code but offer no value.

Additional information: link

BEP20Token._cap (contracts/libs/token/BEP20/BEP20Token.sol#50) is never used in MUFCToken (contracts/MUFCToken.sol#9-345)
Remove unused state variables.

Additional information: link

BEP20Token._cap (contracts/libs/token/BEP20/BEP20Token.sol#50) should be constant
BEP20Token._enableFee (contracts/libs/token/BEP20/BEP20Token.sol#54) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

initialize() should be declared external:
- MUFCToken.initialize() (contracts/MUFCToken.sol#20-37)
mintTo(address,uint256) should be declared external:
- MUFCToken.mintTo(address,uint256) (contracts/MUFCToken.sol#40-43)
withdrawFunc(address,address) should be declared external:
- MUFCToken.withdrawFunc(address,address) (contracts/MUFCToken.sol#50-52)
withdrawBNB(address,uint256) should be declared external:
- MUFCToken.withdrawBNB(address,uint256) (contracts/MUFCToken.sol#60-66)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/libs/access/Ownable.sol#60-63)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/libs/access/Ownable.sol#69-71)
dev(address) should be declared external:
- BEP20Token.dev(address) (contracts/libs/token/BEP20/BEP20Token.sol#77-80)
decimals() should be declared external:
- BEP20Token.decimals() (contracts/libs/token/BEP20/BEP20Token.sol#99-101)
symbol() should be declared external:
- BEP20Token.symbol() (contracts/libs/token/BEP20/BEP20Token.sol#106-108)
totalSupply() should be declared external:
- BEP20Token.totalSupply() (contracts/libs/token/BEP20/BEP20Token.sol#113-115)
transferBurnRate() should be declared external:
- BEP20Token.transferBurnRate() (contracts/libs/token/BEP20/BEP20Token.sol#127-129)
enableFee() should be declared external:
- BEP20Token.enableFee() (contracts/libs/token/BEP20/BEP20Token.sol#134-136)
transfer(address,uint256) should be declared external:
- BEP20Token.transfer(address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#146-149)
allowance(address,address) should be declared external:
- BEP20Token.allowance(address,address) (contracts/libs/token/BEP20/BEP20Token.sol#154-156)
approve(address,uint256) should be declared external:
- BEP20Token.approve(address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#165-168)
transferFrom(address,address,uint256) should be declared external:
- BEP20Token.transferFrom(address,address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#182-194)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#208-211)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (contracts/libs/token/BEP20/BEP20Token.sol#227-234)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (contracts/libs/token/BEP20/BEP20Token.sol#244-247)
setLockContract(address) should be declared external:
- BEP20Token.setLockContract(address) (contracts/libs/token/BEP20/BEP20Token.sol#249-252)
burn(uint256) should be declared external:
- BEP20Token.burn(uint256) (contracts/libs/token/BEP20/BEP20Token.sol#254-257)
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.


Token is deployed only at one blockchain


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord 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 on CoinGecko

Additional information: link


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


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


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Token has a considerable age, but social accounts / website are missing or have few users


Token has no active CoinGecko listing / rank


Young tokens have high risks of price dump / death

Price for MUFC