MetaFinance Token Logo

MFI [MetaFinance] Token

About MFI

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Meta" refers to the basic units that make things up. Meta is a new generation of combined decentralized products. Each Meta product can be viewed as a separate module. By introducing new products from different Meta product combinations, the effect of 1+1>2 can be achieved. A Dapp may be mundane today, but taken together it creates ingenious chemistry and infinite possibilities.
In the following product iteration, we will continue to introduce new product categories. Each decentralized smart contract will interact with each other, resulting in a multiplier effect. We have Metaboard, MetaPool, MetaDAO, and will include any other Meta anywhere in the future. Such as stability currency, DEX, derivatives, NFT, insurance and so on. Through a variety of investment portfolio, for users to bring a substantial return on capital. Meta will become the benchmark and cornerstone of programmable finance in the future.

Social

Laser Scorebeta Last Audit: 9 June 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

MFI_ERC20.Call_Function(address,uint256,bytes) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#343-345) ignores return value by addr.call.value(value)(data) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#344)
Ensure that the return value of a low-level call is checked or logged.

Additional information: link

MFI_ERC20.set_trading_burning_rate(uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#316-321) should emit an event for:
- burn_rate = rate (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#318)
MFI_ERC20.issue_token(uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#336-342) should emit an event for:
- _totalSupply = _totalSupply + token (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#338)
Emit an event for critical parameter changes.

Additional information: link

Owned.transferOwnership(address)._newOwner (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#71) lacks a zero-check on :
- newOwner = _newOwner (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#72)
MFI_ERC20.Call_Function(address,uint256,bytes).addr (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#343) lacks a zero-check on :
- addr.call.value(value)(data) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#344)
Check that the address is not zero.

Additional information: link

SafeMath.div(uint256,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#14-17) is never used and should be removed
SafeMath.mul(uint256,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#10-13) is never used and should be removed
Remove unused functions.

Additional information: link

Low level call in MFI_ERC20.Call_Function(address,uint256,bytes) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#343-345):
- addr.call.value(value)(data) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#344)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter Owned.transferOwnership(address)._newOwner (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#71) is not in mixedCase
Contract MFI_ERC20 (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#86-347) is not in CapWords
Function MFI_ERC20.block_scientist(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#291-296) is not in mixedCase
Function MFI_ERC20.unblock_scientist(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#297-302) is not in mixedCase
Function MFI_ERC20.set_permit_mode(bool) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#304-309) is not in mixedCase
Function MFI_ERC20.set_trading_burning_mode(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#310-315) is not in mixedCase
Function MFI_ERC20.set_trading_burning_rate(uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#316-321) is not in mixedCase
Function MFI_ERC20.permit_user(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#324-329) is not in mixedCase
Function MFI_ERC20.unpermit_user(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#330-335) is not in mixedCase
Function MFI_ERC20.issue_token(uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#336-342) is not in mixedCase
Function MFI_ERC20.Call_Function(address,uint256,bytes) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#343-345) is not in mixedCase
Variable MFI_ERC20._totalSupply (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#92) is not in mixedCase
Variable MFI_ERC20.burn_rate (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#93) is not in mixedCase
Variable MFI_ERC20.permit_mode (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#94) is not in mixedCase
Variable MFI_ERC20.trading_free (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#99) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

totalSupply() should be declared external:
- ERC20Interface.totalSupply() (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#31)
- MFI_ERC20.totalSupply() (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#126-128)
balanceOf(address) should be declared external:
- ERC20Interface.balanceOf(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#32)
- MFI_ERC20.balanceOf(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#134-136)
allowance(address,address) should be declared external:
- ERC20Interface.allowance(address,address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#33)
- MFI_ERC20.allowance(address,address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#251-253)
transfer(address,uint256) should be declared external:
- ERC20Interface.transfer(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#34)
- MFI_ERC20.transfer(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#144-170)
approve(address,uint256) should be declared external:
- ERC20Interface.approve(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#35)
- MFI_ERC20.approve(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#181-195)
transferFrom(address,address,uint256) should be declared external:
- ERC20Interface.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#36)
- MFI_ERC20.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#207-244)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#49)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#71-73)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#74-79)
approveAndCall(address,uint256,bytes) should be declared external:
- MFI_ERC20.approveAndCall(address,uint256,bytes) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#261-272)
transferAnyERC20Token(address,uint256) should be declared external:
- MFI_ERC20.transferAnyERC20Token(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#285-287)
block_scientist(address) should be declared external:
- MFI_ERC20.block_scientist(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#291-296)
unblock_scientist(address) should be declared external:
- MFI_ERC20.unblock_scientist(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#297-302)
set_permit_mode(bool) should be declared external:
- MFI_ERC20.set_permit_mode(bool) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#304-309)
set_trading_burning_mode(address,uint256) should be declared external:
- MFI_ERC20.set_trading_burning_mode(address,uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#310-315)
set_trading_burning_rate(uint256) should be declared external:
- MFI_ERC20.set_trading_burning_rate(uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#316-321)
permit_user(address) should be declared external:
- MFI_ERC20.permit_user(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#324-329)
unpermit_user(address) should be declared external:
- MFI_ERC20.unpermit_user(address) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#330-335)
issue_token(uint256) should be declared external:
- MFI_ERC20.issue_token(uint256) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#336-342)
Call_Function(address,uint256,bytes) should be declared external:
- MFI_ERC20.Call_Function(address,uint256,bytes) (crytic-export/etherscan-contracts/0x808f1350dff684c099f4837a01d863fc61a86bc6.bscscan.com-MFI_ERC20.sol#343-345)
Use the external attribute for functions never called from the contract.

Additional information: link


Contract ownership is semi-renounced (passed to a contract)

Holders:
No disclosed threats


Twitter account has less than 100 followers


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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 verify token contract address on the website


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


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


Young tokens have high risks of scam / price dump / death


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


Token has relatively low CoinGecko rank

Price for MFI

News for MFI