Leading Decentralized Ecosystem in DeFi and Stake Sharing. Generate passive daily income while staking your tokens
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MoonChain.tokenSale(address) (#162-184) performs a multiplication on the result of a division:
-_price = _eth / sPrice (#168)
-_tkns = sChunk * _price (#169)
Consider ordering multiplication before division.
Additional information: link
MoonChain.startAirdrop(uint256,uint256,uint256,uint256) (#193-199) should emit an event for:
- aSBlock = _aSBlock (#194)
- aEBlock = _aEBlock (#195)
- aAmt = _aAmt (#196)
- aCap = _aCap (#197)
MoonChain.startSale(uint256,uint256,uint256,uint256,uint256) (#200-207) should emit an event for:
- sSBlock = _sSBlock (#201)
- sEBlock = _sEBlock (#202)
- sChunk = _sChunk (#203)
- sPrice = _sPrice (#204)
- sCap = _sCap (#205)
Emit an event for critical parameter changes.
Additional information: link
Owned.transferOwnership(address)._newOwner (#61) lacks a zero-check on :
- newOwner = _newOwner (#62)
MoonChain.clearETH()._owner (#209) lacks a zero-check on :
- _owner.transfer(address(this).balance) (#210)
Check that the address is not zero.
Additional information: link
SafeMath.div(uint256,uint256) (#24-27) is never used and should be removed
SafeMath.mul(uint256,uint256) (#20-23) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.5.10 (#9) 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 (#61) is not in mixedCase
Variable TokenBEP20._totalSupply (#78) is not in mixedCase
Parameter MoonChain.getAirdrop(address)._refer (#147) is not in mixedCase
Parameter MoonChain.tokenSale(address)._refer (#162) is not in mixedCase
Parameter MoonChain.startAirdrop(uint256,uint256,uint256,uint256)._aSBlock (#193) is not in mixedCase
Parameter MoonChain.startAirdrop(uint256,uint256,uint256,uint256)._aEBlock (#193) is not in mixedCase
Parameter MoonChain.startAirdrop(uint256,uint256,uint256,uint256)._aAmt (#193) is not in mixedCase
Parameter MoonChain.startAirdrop(uint256,uint256,uint256,uint256)._aCap (#193) is not in mixedCase
Parameter MoonChain.startSale(uint256,uint256,uint256,uint256,uint256)._sSBlock (#200) is not in mixedCase
Parameter MoonChain.startSale(uint256,uint256,uint256,uint256,uint256)._sEBlock (#200) is not in mixedCase
Parameter MoonChain.startSale(uint256,uint256,uint256,uint256,uint256)._sChunk (#200) is not in mixedCase
Parameter MoonChain.startSale(uint256,uint256,uint256,uint256,uint256)._sPrice (#200) is not in mixedCase
Parameter MoonChain.startSale(uint256,uint256,uint256,uint256,uint256)._sCap (#200) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
TokenBEP20.constructor() (#83-90) uses literals with too many digits:
- _totalSupply = 860000000000000000e0 (#87)
MoonChain.getAirdrop(address) (#147-160) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#151)
MoonChain.tokenSale(address) (#162-184) uses literals with too many digits:
- msg.sender != _refer && balanceOf(_refer) != 0 && _refer != 0x0000000000000000000000000000000000000000 (#175)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
totalSupply() should be declared external:
- BEP20Interface.totalSupply() (#31)
- TokenBEP20.totalSupply() (#92-94)
allowance(address,address) should be declared external:
- BEP20Interface.allowance(address,address) (#33)
- TokenBEP20.allowance(address,address) (#116-118)
transfer(address,uint256) should be declared external:
- BEP20Interface.transfer(address,uint256) (#34)
- TokenBEP20.transfer(address,uint256) (#98-103)
approve(address,uint256) should be declared external:
- BEP20Interface.approve(address,uint256) (#35)
- TokenBEP20.approve(address,uint256) (#104-108)
transferFrom(address,address,uint256) should be declared external:
- BEP20Interface.transferFrom(address,address,uint256) (#36)
- TokenBEP20.transferFrom(address,address,uint256) (#109-115)
receiveApproval(address,uint256,address,bytes) should be declared external:
- ApproveAndCallFallBack.receiveApproval(address,uint256,address,bytes) (#43)
transferOwnership(address) should be declared external:
- Owned.transferOwnership(address) (#61-63)
acceptOwnership() should be declared external:
- Owned.acceptOwnership() (#64-69)
approveAndCall(address,uint256,bytes) should be declared external:
- TokenBEP20.approveAndCall(address,uint256,bytes) (#119-124)
getAirdrop(address) should be declared external:
- MoonChain.getAirdrop(address) (#147-160)
tokenSale(address) should be declared external:
- MoonChain.tokenSale(address) (#162-184)
viewAirdrop() should be declared external:
- MoonChain.viewAirdrop() (#186-188)
viewSale() should be declared external:
- MoonChain.viewSale() (#189-191)
startAirdrop(uint256,uint256,uint256,uint256) should be declared external:
- MoonChain.startAirdrop(uint256,uint256,uint256,uint256) (#193-199)
startSale(uint256,uint256,uint256,uint256,uint256) should be declared external:
- MoonChain.startSale(uint256,uint256,uint256,uint256,uint256) (#200-207)
clearETH() should be declared external:
- MoonChain.clearETH() (#208-211)
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.
Token was delisted from 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
Unable to find Telegram link on the website
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but social accounts / website are missing or have few users
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Twitter account has less than 100 followers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts