NFTGC Is A Decentralized Gaming Platform And NFT Market Place, Where Users Can Play World’s Famous Games On NFTGC & EA Platform 100% Free, And Download Pro Versions By Paying In NFTGC Token.
Play Games And Win NON – FUNGIBLE TOKENS & Sell For Major Crypto Currencies Like BNB, ETH And NFTGC Token.
Trade Your NON – FUNGIBLE TOKENS On NFTGC Platform By Connecting Your Wallet And Withdraw Your Funds Instant In Your Wallet, 100% Decentralized And Without Any Truncation Fees.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
NFTGAMESCLUB.tokenSale(address) (#158-180) performs a multiplication on the result of a division:
-_price = _eth / sPrice (#164)
-_tkns = sChunk * _price (#165)
Consider ordering multiplication before division.
Additional information: link
NFTGAMESCLUB.startAirdrop(uint256,uint256,uint256,uint256) (#189-195) should emit an event for:
- aSBlock = _aSBlock (#190)
- aEBlock = _aEBlock (#191)
- aAmt = _aAmt (#192)
- aCap = _aCap (#193)
NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256) (#196-203) should emit an event for:
- sSBlock = _sSBlock (#197)
- sEBlock = _sEBlock (#198)
- sChunk = _sChunk (#199)
- sPrice = _sPrice (#200)
- sCap = _sCap (#201)
Emit an event for critical parameter changes.
Additional information: link
Owned.transferOwnership(address)._newOwner (#57) lacks a zero-check on :
- newOwner = _newOwner (#58)
NFTGAMESCLUB.clearETH()._owner (#205) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#206)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256) (#20-23) is never used and should be removed
SafeMath.mul(uint256,uint256) (#16-19) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.5.10 (#5) allows old versions
solc-0.5.10 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
Parameter Owned.transferOwnership(address)._newOwner (#57) is not in mixedCase
Variable TokenBEP20._totalSupply (#74) is not in mixedCase
Parameter NFTGAMESCLUB.getAirdrop(address)._refer (#143) is not in mixedCase
Parameter NFTGAMESCLUB.tokenSale(address)._refer (#158) is not in mixedCase
Parameter NFTGAMESCLUB.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#189) is not in mixedCase
Parameter NFTGAMESCLUB.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#189) is not in mixedCase
Parameter NFTGAMESCLUB.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#189) is not in mixedCase
Parameter NFTGAMESCLUB.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#189) is not in mixedCase
Parameter NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#196) is not in mixedCase
Parameter NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#196) is not in mixedCase
Parameter NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#196) is not in mixedCase
Parameter NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#196) is not in mixedCase
Parameter NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#196) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
TokenBEP20.constructor() (#79-86) uses literals with too many digits:
- _totalSupply = 2000000000e9 (#83)
NFTGAMESCLUB.getAirdrop(address) (#143-156) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#147)
NFTGAMESCLUB.tokenSale(address) (#158-180) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#171)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
totalSupply() should be declared external:
- BEP20Interface.totalSupply() (#27)
- TokenBEP20.totalSupply() (#88-90)
allowance(address,address) should be declared external:
- BEP20Interface.allowance(address,address) (#29)
- TokenBEP20.allowance(address,address) (#112-114)
transfer(address,uint256) should be declared external:
- BEP20Interface.transfer(address,uint256) (#30)
- TokenBEP20.transfer(address,uint256) (#94-99)
approve(address,uint256) should be declared external:
- BEP20Interface.approve(address,uint256) (#31)
- TokenBEP20.approve(address,uint256) (#100-104)
transferFrom(address,address,uint256) should be declared external:
- BEP20Interface.transferFrom(address,address,uint256) (#32)
- TokenBEP20.transferFrom(address,address,uint256) (#105-111)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#39)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#57-59)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#60-65)
approveAndCall(address,uint256,bytes) should be declared external:
- TokenBEP20.approveAndCall(address,uint256,bytes) (#115-120)
getAirdrop(address) should be declared external:
- NFTGAMESCLUB.getAirdrop(address) (#143-156)
tokenSale(address) should be declared external:
- NFTGAMESCLUB.tokenSale(address) (#158-180)
viewAirdrop() should be declared external:
- NFTGAMESCLUB.viewAirdrop() (#182-184)
viewSale() should be declared external:
- NFTGAMESCLUB.viewSale() (#185-187)
startAirdrop(uint256,uint256,uint256,uint256) should be declared external:
- NFTGAMESCLUB.startAirdrop(uint256,uint256,uint256,uint256) (#189-195)
startSale(uint256,uint256,uint256,uint256,uint256) should be declared external:
- NFTGAMESCLUB.startSale(uint256,uint256,uint256,uint256,uint256) (#196-203)
clearETH() should be declared external:
- NFTGAMESCLUB.clearETH() (#204-207)
Use the external attribute for functions never called from the contract.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
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
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on 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 find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Token has a considerable age, but social accounts / website are missing or have few users
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
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