MetaMine is a DAO structured community project built based on crypto mining. The community issues token MINE as a generalization of minerals. The MINE token can be used as circulating currency in Metaverse apps.
Contract ownership is semi-renounced (passed to a contract)
MetaMine.releaseIthInvestorTokens(uint8) (#682-697) performs a multiplication on the result of a division:
-numVestingPeriodsPassed = now.sub(vestibleTokens[index].vestingStartTime).div(vestibleTokens[index].vestingTimeUnit) (#686)
-unlockedTokens = numVestingPeriodsPassed.mul(tokensPerVesting) (#687)
Consider ordering multiplication before division.
Additional information: link
MetaMine.allowance(address,address).owner (#458) shadows:
- Ownable.owner() (#297-299) (function)
MetaMine._approve(address,address,uint256).owner (#614) shadows:
- Ownable.owner() (#297-299) (function)
Rename the local variables that shadow another component.
Additional information: link
MetaMine.releaseIthInvestorTokens(uint8) (#682-697) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(vestibleTokens[index].supplyLeftToVest >= tokensPerVesting,Not enough to vest) (#684)
- require(bool,string)(unlockedTokens > vestibleTokens[index].supplyVested,Not enough unlocked) (#688)
- require(bool,string)(vestibleTokens[index].supplyVested.div(tokensPerVesting) < vestibleTokens[index].numVestingPeriods,Cannot vest more than numVestingPeriods) (#689)
MetaMine.pegOut(uint256,string) (#702-706) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(value < _balances[msg.sender],Cannot peg out more than owner amount) (#703)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#113-116) is never used and should be removed
MetaMine._burnFrom(address,uint256) (#628-631) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#262-265) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter MetaMine.burn(uint256)._value (#634) is not in mixedCase
Parameter MetaMine.addInvestor(string,uint256,uint8,uint256)._investorName (#652) is not in mixedCase
Parameter MetaMine.addInvestor(string,uint256,uint8,uint256)._vestingTimeUnit (#652) is not in mixedCase
Parameter MetaMine.addInvestor(string,uint256,uint8,uint256)._numVestingPeriods (#652) is not in mixedCase
Parameter MetaMine.addInvestor(string,uint256,uint8,uint256)._tokensToVest (#652) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#114)" inContext (#104-117)
Remove redundant statements if they congest code but offer no value.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#316-319)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#325-327)
increaseAllowance(address,uint256) should be declared external:
- MetaMine.increaseAllowance(address,uint256) (#504-507)
decreaseAllowance(address,uint256) should be declared external:
- MetaMine.decreaseAllowance(address,uint256) (#523-526)
burn(uint256) should be declared external:
- MetaMine.burn(uint256) (#634-636)
addInvestor(string,uint256,uint8,uint256) should be declared external:
- MetaMine.addInvestor(string,uint256,uint8,uint256) (#652-673)
releaseIthInvestorTokens(uint8) should be declared external:
- MetaMine.releaseIthInvestorTokens(uint8) (#682-697)
pegOut(uint256,string) should be declared external:
- MetaMine.pegOut(uint256,string) (#702-706)
pegIn(uint256,string,string) should be declared external:
- MetaMine.pegIn(uint256,string,string) (#712-715)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
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 no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Last post in Twitter was more than 30 days ago
Unable to find Youtube account
Unable to find Discord account