NFMonsters is a long term project focused on to explore all the possibilities on blockchain universe. The reason why our team decided to build it is because we believe that this is the future (or the present already, right?). We are a team of dreamers and awesome professionals putting a lot of hard work on it to bring to the community a project full of transparency and solidity. We promisse we gonna do our best. We will explore a fantasy world with monsters, magic, powers and others fun stuffs. Our proposal is to bring a multiplattaform project merging mobile, pc and others like tablets and similars. We will start on BINANCE SMART CHAIN NETWORK (bep20) and we have plans to expand it depending on what is the best for our players (dont worry, we will always hear the community before major implements).
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
NFMonsters._setTaxFee(uint256) (#815-818) contains a tautology or contradiction:
- require(bool,string)(taxFee >= 0 && taxFee <= 10,taxFee should be in 0 - 10) (#816)
NFMonsters._setBurnFee(uint256) (#820-823) contains a tautology or contradiction:
- require(bool,string)(burnFee >= 0 && burnFee <= 10,BurnFee should be in 0 - 10) (#821)
Fix the incorrect comparison by changing the value type or the comparison.
Additional information: link
NFMonsters._setTaxFee(uint256) (#815-818) should emit an event for:
- _taxFee = taxFee (#817)
NFMonsters._setBurnFee(uint256) (#820-823) should emit an event for:
- _burnFee = burnFee (#822)
NFMonsters._setMaxTxAmount(uint256) (#825-828) should emit an event for:
- _maxTxAmount = maxTxAmount (#827)
Emit an event for critical parameter changes.
Additional information: link
Address.isContract(address) (#347-356) uses assembly
- INLINE ASM (#354)
Address._functionCallWithValue(address,bytes,uint256,string) (#440-461) uses assembly
- INLINE ASM (#453-456)
Do not use evm assembly.
Additional information: link
NFMonsters.includeAccount(address) (#670-681) has costly operations inside a loop:
- _excluded.pop() (#677)
Use a local variable to hold the loop computation result.
Additional information: link
NFMonsters.allowance(address,address).owner (#588) shadows:
- Ownable.owner() (#491-493) (function)
NFMonsters._approve(address,address,uint256).owner (#683) shadows:
- Ownable.owner() (#491-493) (function)
Rename the local variables that shadow another component.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#440-461) is never used and should be removed
Address.functionCall(address,bytes) (#400-402) is never used and should be removed
Address.functionCall(address,bytes,string) (#410-412) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#425-427) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#435-438) is never used and should be removed
Address.isContract(address) (#347-356) is never used and should be removed
Address.sendValue(address,uint256) (#374-380) is never used and should be removed
Context._msgData() (#17-19) is never used and should be removed
NFMonsters._getBurnFee() (#806-808) is never used and should be removed
NFMonsters._getMaxTxAmount() (#810-812) is never used and should be removed
NFMonsters._getTaxFee() (#802-804) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#287-296) is never used and should be removed
SafeMath.mod(uint256,uint256) (#247-249) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#313-322) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#118-124) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#160-165) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#172-177) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#143-153) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#131-136) is never used and should be removed
Remove unused functions.
Additional information: link
NFMonsters._rTotal (#545) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Pragma version^0.8.0 (#10) 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
Low level call in Address.sendValue(address,uint256) (#374-380):
- (success) = recipient.call{value: amount}() (#378)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#440-461):
- (success,returndata) = target.call{value: weiValue}(data) (#444)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function NFMonsters.CurrentTaxFee() (#625-627) is not in mixedCase
Function NFMonsters.CurrentBurnFee() (#628-630) is not in mixedCase
Function NFMonsters.CurrentMaxAmount() (#631-633) is not in mixedCase
Function NFMonsters._setTaxFee(uint256) (#815-818) is not in mixedCase
Function NFMonsters._setBurnFee(uint256) (#820-823) is not in mixedCase
Function NFMonsters._setMaxTxAmount(uint256) (#825-828) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable NFMonsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters._transferFromExcluded(address,address,uint256).rTransferAmount (#735) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._transferBothExcluded(address,address,uint256).rTransferAmount (#746) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Variable NFMonsters._transferToExcluded(address,address,uint256).rTransferAmount (#724) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters._transferBothExcluded(address,address,uint256).rTransferAmount (#746) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters._transferStandard(address,address,uint256).rTransferAmount (#714) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters._transferToExcluded(address,address,uint256).rTransferAmount (#724) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._transferFromExcluded(address,address,uint256).rTransferAmount (#735) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters._transferStandard(address,address,uint256).rTransferAmount (#714) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._transferToExcluded(address,address,uint256).rTransferAmount (#724) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Variable NFMonsters._transferFromExcluded(address,address,uint256).rTransferAmount (#735) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._transferToExcluded(address,address,uint256).rTransferAmount (#724) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters._transferToExcluded(address,address,uint256).rTransferAmount (#724) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters._transferFromExcluded(address,address,uint256).rTransferAmount (#735) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#781) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters._transferBothExcluded(address,address,uint256).rTransferAmount (#746) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters._getValues(uint256).rTransferAmount (#766) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters._transferFromExcluded(address,address,uint256).rTransferAmount (#735) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Variable NFMonsters.reflectionFromToken(uint256,bool).rTransferAmount (#649) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Variable NFMonsters._transferBothExcluded(address,address,uint256).rTransferAmount (#746) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters._getValues(uint256).rTransferAmount (#766) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Variable NFMonsters._transferStandard(address,address,uint256).rTransferAmount (#714) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters.reflectionFromToken(uint256,bool).rTransferAmount (#649) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters._getValues(uint256).rTransferAmount (#766) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters._transferStandard(address,address,uint256).rTransferAmount (#714) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters.reflectionFromToken(uint256,bool).rTransferAmount (#649) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters._transferToExcluded(address,address,uint256).rTransferAmount (#724) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters._getValues(uint256).rTransferAmount (#766) is too similar to NFMonsters._transferBothExcluded(address,address,uint256).tTransferAmount (#746)
Variable NFMonsters._transferStandard(address,address,uint256).rTransferAmount (#714) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Variable NFMonsters._transferBothExcluded(address,address,uint256).rTransferAmount (#746) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters.reflectionFromToken(uint256,bool).rTransferAmount (#649) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters.reflectionFromToken(uint256,bool).rTransferAmount (#649) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._getValues(uint256).rTransferAmount (#766) is too similar to NFMonsters._getValues(uint256).tTransferAmount (#764)
Variable NFMonsters._transferFromExcluded(address,address,uint256).rTransferAmount (#735) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters._transferStandard(address,address,uint256).rTransferAmount (#714) is too similar to NFMonsters._transferFromExcluded(address,address,uint256).tTransferAmount (#735)
Variable NFMonsters.reflectionFromToken(uint256,bool).rTransferAmount (#649) is too similar to NFMonsters._getTValues(uint256,uint256,uint256).tTransferAmount (#773)
Variable NFMonsters._getValues(uint256).rTransferAmount (#766) is too similar to NFMonsters._transferStandard(address,address,uint256).tTransferAmount (#714)
Variable NFMonsters._transferBothExcluded(address,address,uint256).rTransferAmount (#746) is too similar to NFMonsters._transferToExcluded(address,address,uint256).tTransferAmount (#724)
Prevent variables from having similar names.
Additional information: link
NFMonsters._decimals (#551) should be constant
NFMonsters._name (#549) should be constant
NFMonsters._symbol (#550) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#510-512)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#518-521)
name() should be declared external:
- NFMonsters.name() (#562-564)
symbol() should be declared external:
- NFMonsters.symbol() (#566-568)
decimals() should be declared external:
- NFMonsters.decimals() (#570-572)
totalSupply() should be declared external:
- NFMonsters.totalSupply() (#574-576)
balanceOf(address) should be declared external:
- NFMonsters.balanceOf(address) (#578-581)
transfer(address,uint256) should be declared external:
- NFMonsters.transfer(address,uint256) (#583-586)
allowance(address,address) should be declared external:
- NFMonsters.allowance(address,address) (#588-590)
approve(address,uint256) should be declared external:
- NFMonsters.approve(address,uint256) (#592-595)
transferFrom(address,address,uint256) should be declared external:
- NFMonsters.transferFrom(address,address,uint256) (#597-601)
increaseAllowance(address,uint256) should be declared external:
- NFMonsters.increaseAllowance(address,uint256) (#603-606)
decreaseAllowance(address,uint256) should be declared external:
- NFMonsters.decreaseAllowance(address,uint256) (#608-611)
isExcluded(address) should be declared external:
- NFMonsters.isExcluded(address) (#613-615)
totalFees() should be declared external:
- NFMonsters.totalFees() (#617-619)
totalBurn() should be declared external:
- NFMonsters.totalBurn() (#621-623)
CurrentTaxFee() should be declared external:
- NFMonsters.CurrentTaxFee() (#625-627)
CurrentBurnFee() should be declared external:
- NFMonsters.CurrentBurnFee() (#628-630)
CurrentMaxAmount() should be declared external:
- NFMonsters.CurrentMaxAmount() (#631-633)
deliver(uint256) should be declared external:
- NFMonsters.deliver(uint256) (#634-641)
reflectionFromToken(uint256,bool) should be declared external:
- NFMonsters.reflectionFromToken(uint256,bool) (#643-652)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap volume is low.
Average PancakeSwap trading volume, liqudity, number of swaps are low. Token seems to be inactive.
Token is deployed only at one blockchain
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute number of swaps.
Unable to crawl data from the website
BscScan page for the token does not contain additional info: website, socials, description, etc.
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 price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Token has relatively low CoinMarketCap rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts