NFT + MMPOG + DeFi. Multi-play the classic alchemy game with collectible NFTs that are backed by a growing BNB treasury where users can play and gain attractive rewards.
Different versions of Solidity are used:
- Version used: ['0.6.12', '>=0.6.0<0.8.0']
- >=0.6.0<0.8.0 (#3)
- >=0.6.0<0.8.0 (#28)
- >=0.6.0<0.8.0 (#106)
- >=0.6.0<0.8.0 (#266)
- 0.6.12 (#572)
Use one Solidity version.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#266) is too complex
Pragma version>=0.6.0<0.8.0 (#106) is too complex
Pragma version>=0.6.0<0.8.0 (#3) is too complex
Pragma version>=0.6.0<0.8.0 (#28) 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
Redundant expression "this (#21)" inContext (#15-24)
Remove redundant statements if they congest code but offer no value.
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#414-418)
decimals() should be declared external:
- ERC20.decimals() (#351-353)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#451-454)
symbol() should be declared external:
- ERC20.symbol() (#334-336)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#365-367)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#377-380)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#432-435)
name() should be declared external:
- ERC20.name() (#326-328)
totalSupply() should be declared external:
- ERC20.totalSupply() (#358-360)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#396-399)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#385-387)
Use the external attribute for functions never called from the contract.
Additional information: link
SafeMath.mul(uint256,uint256) (#180-192) is never used and should be removed
SafeMath.sub(uint256,uint256) (#149-151) is never used and should be removed
ERC20._burn(address,uint256) (#511-519) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#258-261) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#222-228) is never used and should be removed
ERC20._setupDecimals(uint8) (#549-551) is never used and should be removed
Context._msgData() (#20-23) is never used and should be removed
SafeMath.mod(uint256,uint256) (#242-244) is never used and should be removed
SafeMath.div(uint256,uint256) (#206-208) is never used and should be removed
Remove unused functions.
Additional information: link
Last post in Twitter was more than 30 days ago