Moon Warriors is a digital gaming platform based on the Binance Smart Chain.
Our vision is for gamers to regain control of their digital assets, Play to Earn, increase the adoption of blockchain technology in their everyday lives. Our mission is to provide a fun and profitable experience for our players, to create a healthy and excited community around blockchain gaming and build an ecosystem of Play to Earn systems to meet the needs of all gamers around the world
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MoonWarriors.ceil(uint256,uint256) (contracts/MoonWarriors.sol#295-297) performs a multiplication on the result of a division:
-((a + m - 1) / m) * m (contracts/MoonWarriors.sol#296)
Consider ordering multiplication before division.
Additional information: link
Reentrancy in MoonWarriors._transfer(address,address,uint256) (contracts/MoonWarriors.sol#191-225):
External calls:
- BP.protect(sender,recipient,amount) (contracts/MoonWarriors.sol#206)
State variables written after the call(s):
- _balances[sender] = _balances[sender].sub(amount) (contracts/MoonWarriors.sol#213)
- _balances[recipient] = _balances[recipient].add(tokensToTransfer) (contracts/MoonWarriors.sol#214)
- _balances[_dev] = _balances[_dev].add(tFee) (contracts/MoonWarriors.sol#215)
- _balances[sender] = _balances[sender].sub(amount) (contracts/MoonWarriors.sol#221)
- _balances[recipient] = _balances[recipient].add(amount) (contracts/MoonWarriors.sol#222)
Apply the check-effects-interactions pattern.
Additional information: link
MoonWarriors._approve(address,address,uint256).owner (contracts/MoonWarriors.sol#112) shadows:
- Ownable.owner() (@openzeppelin/contracts/access/Ownable.sol#34-36) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in MoonWarriors._transfer(address,address,uint256) (contracts/MoonWarriors.sol#191-225):
External calls:
- BP.protect(sender,recipient,amount) (contracts/MoonWarriors.sol#206)
State variables written after the call(s):
- _reflectFee(tFee) (contracts/MoonWarriors.sol#217)
- _tFeeTotal = _tFeeTotal.add(tFee) (contracts/MoonWarriors.sol#188)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in MoonWarriors._transfer(address,address,uint256) (contracts/MoonWarriors.sol#191-225):
External calls:
- BP.protect(sender,recipient,amount) (contracts/MoonWarriors.sol#206)
Event emitted after the call(s):
- Transfer(sender,recipient,tokensToTransfer) (contracts/MoonWarriors.sol#218)
- Transfer(sender,_dev,tFee) (contracts/MoonWarriors.sol#219)
- Transfer(sender,recipient,amount) (contracts/MoonWarriors.sol#223)
Apply the check-effects-interactions pattern.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (@openzeppelin/contracts/utils/Address.sol#189-209) uses assembly
- INLINE ASM (@openzeppelin/contracts/utils/Address.sol#201-204)
Do not use evm assembly.
Additional information: link
MoonWarriors.setBotProtectionDisableForever() (contracts/MoonWarriors.sol#290-293) compares to a boolean constant:
-require(bool)(BPDisabledForever == false) (contracts/MoonWarriors.sol#291)
Remove the equality to the boolean constant.
Additional information: link
SafeMath.trySub(uint256,uint256) (@openzeppelin/contracts/utils/math/SafeMath.sol#34-39) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.8.0 is not recommended for deployment
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
Low level call in Address.functionDelegateCall(address,bytes,string) (@openzeppelin/contracts/utils/Address.sol#178-187):
- (success,returndata) = target.delegatecall(data) (@openzeppelin/contracts/utils/Address.sol#185)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
MoonWarriors (contracts/MoonWarriors.sol#19-298) should inherit from IERC20Metadata (@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol#12-27)
Inherit from the missing interface or contract.
Additional information: link
Variable MoonWarriors.BPDisabledForever (contracts/MoonWarriors.sol#39) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MoonWarriors.slitherConstructorVariables() (contracts/MoonWarriors.sol#19-298) uses literals with too many digits:
- _totalSupply = 10000000 * 10 ** uint256(_decimals) (contracts/MoonWarriors.sol#34)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MoonWarriors._dev (contracts/MoonWarriors.sol#28) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
_getdevReward() should be declared external:
- MoonWarriors._getdevReward() (contracts/MoonWarriors.sol#261-263)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Telegram account link seems to be invalid
Twitter account link seems to be invalid
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account