NFT Action RPG Game ecosystem on Binance Smart Chain. An immersive in-game environment, 5 playable classes, in-game NFT items (NFTs which help your character), farming, staking, and more. The Mist Token is the in-game currency for the Mist Universe. The token is used in-game as currency, as well as to purchase NFTs .
Contract ownership is not renounced (belongs to a wallet)
solc-0.5.11 is not recommended for deployment
Pragma version^0.5.1 (contracts/Mist.sol#2) allows old versions
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
SafeMath.mul(uint256,uint256) (contracts/Mist.sol#15-22) is never used and should be removed
SafeMath.div(uint256,uint256) (contracts/Mist.sol#24-27) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter Mist.transferFrom(address,address,uint256)._from (contracts/Mist.sol#85) is not in mixedCase
Parameter Mist.decreaseApproval(address,uint256)._spender (contracts/Mist.sol#62) is not in mixedCase
Parameter Mist.transferFrom(address,address,uint256)._value (contracts/Mist.sol#85) is not in mixedCase
Parameter Mist.allowance(address,address)._owner (contracts/Mist.sol#81) is not in mixedCase
Parameter Mist.approve(address,uint256)._value (contracts/Mist.sol#113) is not in mixedCase
Parameter Mist.transfer(address,uint256)._value (contracts/Mist.sol#97) is not in mixedCase
Parameter Mist.increaseApproval(address,uint256)._addedValue (contracts/Mist.sol#107) is not in mixedCase
Parameter Mist.transfer(address,uint256)._to (contracts/Mist.sol#97) is not in mixedCase
Constant Mist.decimalFactor (contracts/Mist.sol#44) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter Mist.allowance(address,address)._spender (contracts/Mist.sol#81) is not in mixedCase
Constant Mist.totalSupply (contracts/Mist.sol#45) is not in UPPER_CASE_WITH_UNDERSCORES
Parameter Mist.increaseApproval(address,uint256)._spender (contracts/Mist.sol#107) is not in mixedCase
Parameter Mist.transferFrom(address,address,uint256)._to (contracts/Mist.sol#85) is not in mixedCase
Parameter Mist.balanceOf(address)._owner (contracts/Mist.sol#77) is not in mixedCase
Parameter Mist.approve(address,uint256)._spender (contracts/Mist.sol#113) is not in mixedCase
Parameter Mist.decreaseApproval(address,uint256)._subtractedValue (contracts/Mist.sol#62) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Mist.slitherConstructorConstantVariables() (contracts/Mist.sol#41-119) uses literals with too many digits:
- totalSupply = 1000000000 * decimalFactor (contracts/Mist.sol#45)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Mist.minted (contracts/Mist.sol#49) should be constant
Mist.name (contracts/Mist.sol#46) should be constant
Mist.symbol (contracts/Mist.sol#47) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transferFrom(address,address,uint256) should be declared external:
- Mist.transferFrom(address,address,uint256) (contracts/Mist.sol#85-95)
increaseApproval(address,uint256) should be declared external:
- Mist.increaseApproval(address,uint256) (contracts/Mist.sol#107-111)
owner() should be declared external:
- Mist.owner() (contracts/Mist.sol#73-75)
balanceOf(address) should be declared external:
- Mist.balanceOf(address) (contracts/Mist.sol#77-79)
allowance(address,address) should be declared external:
- Mist.allowance(address,address) (contracts/Mist.sol#81-83)
approve(address,uint256) should be declared external:
- Mist.approve(address,uint256) (contracts/Mist.sol#113-117)
decreaseApproval(address,uint256) should be declared external:
- Mist.decreaseApproval(address,uint256) (contracts/Mist.sol#62-71)
transfer(address,uint256) should be declared external:
- Mist.transfer(address,uint256) (contracts/Mist.sol#97-105)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Twitter account link seems to be invalid