Zombie Rising is the first Play-to-Earn Zombie NFT Game on BSC blockchain.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
ZomebieRising._transfer(address,address,uint256) (#856-875) performs a multiplication on the result of a division:
-fee = amount.div(100).mul(rateSell) (#867)
Consider ordering multiplication before division.
Additional information: link
ZomebieRising._approve(address,address,uint256).owner (#927) shadows:
- Ownable.owner() (#58-60) (function)
Rename the local variables that shadow another component.
Additional information: link
ZomebieRising.setRate(uint256,uint256) (#825-828) should emit an event for:
- rateBuy = _rateBuy (#826)
- rateSell = _rateSell (#827)
Emit an event for critical parameter changes.
Additional information: link
ZomebieRising.setWalletGetFee(address)._address (#834) lacks a zero-check on :
- walletFee = _address (#835)
Check that the address is not zero.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#583-609) uses assembly
- INLINE ASM (#601-604)
Do not use evm assembly.
Additional information: link
ZomebieRising._mint(address,uint256) (#886-892) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.6.6 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._functionCallWithValue(address,bytes,uint256,string) (#583-609):
- (success,returndata) = target.call{value: weiValue}(data) (#592)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable ZomebieRising._totalSupply (#651) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#23)" inContext (#13-26)
Remove redundant statements if they congest code but offer no value.
Additional information: link
isWalletCheckFee(address) should be declared external:
- ZomebieRising.isWalletCheckFee(address) (#838-840)
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 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 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
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