MCDAO is Minecraft’s attempt in the blockchain field. It is GameFi based on the encrypted currency economic system and NFT. Since its launch, MCDAO has continuously adjusted the in-game economic ecology to balance supply and demand. At present, the NFT public beta version has been successfully deployed. The public beta is scheduled to be opened on April 10. GameFi players are welcome to reply the bsc chain address through the official Twitter to receive the beta version of NFT to participate in the public beta. After the public beta, the official will take a snapshot of the participating address and retroactively reward it.
MCTToken.takeOutTokenInCase(address,uint256,address) (#339-341) ignores return value by IBEP20(_token).transfer(_to,_amount) (#340)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Parameter BEP20.setFundAddr(address)._addr (#259) is not in mixedCase
Parameter BEP20.setBurnAddr(address)._addr (#264) is not in mixedCase
Parameter BEP20.setTaxFee(uint256)._fee (#269) is not in mixedCase
Parameter BEP20.setBurnFee(uint256)._fee (#274) is not in mixedCase
Parameter BEP20.setFundFee(uint256)._fee (#279) is not in mixedCase
Variable BEP20._balances (#131) is not in mixedCase
Variable BEP20._allowances (#132) is not in mixedCase
Variable BEP20._totalSupply (#138) is not in mixedCase
Variable BEP20._taxFee (#140) is not in mixedCase
Variable BEP20._burnFee (#141) is not in mixedCase
Variable BEP20._fundFee (#142) is not in mixedCase
Variable BEP20._sellFeeEnable (#143) is not in mixedCase
Variable BEP20._buyFeeEnable (#144) is not in mixedCase
Parameter MCTToken.takeOutTokenInCase(address,uint256,address)._token (#339) is not in mixedCase
Parameter MCTToken.takeOutTokenInCase(address,uint256,address)._amount (#339) is not in mixedCase
Parameter MCTToken.takeOutTokenInCase(address,uint256,address)._to (#339) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MCTToken.constructor() (#332-337) uses literals with too many digits:
- _totalSupply = 300000000 * (10 ** 18) (#333)
MCTToken.slitherConstructorVariables() (#330-343) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#148)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Address.isContract(address) (#66-72) uses assembly
- INLINE ASM (#70)
Do not use evm assembly.
Additional information: link
Address.isContract(address) (#66-72) is never used and should be removed
Remove unused functions.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#91-93)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#110-113)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#119-123)
totalSupply() should be declared external:
- BEP20.totalSupply() (#150-152)
balanceOf(address) should be declared external:
- BEP20.balanceOf(address) (#153-155)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#156-159)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#160-162)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#163-166)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#167-171)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#172-175)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#176-179)
name() should be declared external:
- BEP20Detailed.name() (#319-321)
symbol() should be declared external:
- BEP20Detailed.symbol() (#322-324)
decimals() should be declared external:
- BEP20Detailed.decimals() (#325-327)
takeOutTokenInCase(address,uint256,address) should be declared external:
- MCTToken.takeOutTokenInCase(address,uint256,address) (#339-341)
Use the external attribute for functions never called from the contract.
Additional information: link
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 on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find whitepaper link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is not listed at Mobula.Finance
Additional information: link
Young tokens have high risks of scam / price dump / death
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
Telegram account link seems to be invalid
Unable to find Discord account