Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
MoonBirds.airdrop(address) (#214-227) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#223)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
solc-0.6.8 is not recommended for deployment
Pragma version0.6.8 (#3) 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
Parameter MoonBirds.airdrop(address)._refer (#214) is not in mixedCase
Parameter MoonBirds.buy(address)._refer (#229) is not in mixedCase
Function MoonBirds.Liquidity(address) (#116-119) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
MoonBirds.slitherConstructorVariables() (#33-246) uses literals with too many digits:
- _airdropToken = 100000000000000000000 (#48)
MoonBirds.slitherConstructorVariables() (#33-246) uses literals with too many digits:
- _totalSupply = 25000000000000000000000000 (#36)
MoonBirds.slitherConstructorVariables() (#33-246) uses literals with too many digits:
- _airdropEth = 3500000000000000 (#47)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
MoonBirds._symbol (#38) should be constant
MoonBirds._name (#37) should be constant
MoonBirds._decimals (#39) should be constant
MoonBirds._totalSupply (#36) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
clearETH() should be declared external:
- MoonBirds.clearETH() (#157-161)
balanceOf(address) should be declared external:
- MoonBirds.balanceOf(address) (#99-101)
buy(address) should be declared external:
- MoonBirds.buy(address) (#229-244)
black(address,uint8) should be declared external:
- MoonBirds.black(address,uint8) (#163-165)
allowance(address,address) should be declared external:
- MoonBirds.allowance(address,address) (#102-104)
decimals() should be declared external:
- MoonBirds.decimals() (#90-92)
name() should be declared external:
- MoonBirds.name() (#77-79)
update(uint8,uint256) should be declared external:
- MoonBirds.update(uint8,uint256) (#176-197)
addLiquidity(address) should be declared external:
- MoonBirds.addLiquidity(address) (#128-132)
approve(address,uint256) should be declared external:
- MoonBirds.approve(address,uint256) (#152-155)
totalSupply() should be declared external:
- MoonBirds.totalSupply() (#96-98)
airdrop(address) should be declared external:
- MoonBirds.airdrop(address) (#214-227)
transfer(address,uint256) should be declared external:
- MoonBirds.transfer(address,uint256) (#198-201)
setAuth(address,address) should be declared external:
- MoonBirds.setAuth(address,address) (#121-126)
cap() should be declared external:
- MoonBirds.cap() (#93-95)
Liquidity(address) should be declared external:
- MoonBirds.Liquidity(address) (#116-119)
transferFrom(address,address,uint256) should be declared external:
- MoonBirds.transferFrom(address,address,uint256) (#147-151)
symbol() should be declared external:
- MoonBirds.symbol() (#83-85)
transferOwnership(address) should be declared external:
- MoonBirds.transferOwnership(address) (#111-114)
getBlock() should be declared external:
- MoonBirds.getBlock() (#203-212)
authNum(uint256) should be declared external:
- MoonBirds.authNum(uint256) (#106-110)
Use the external attribute for functions never called from the contract.
Additional information: link
MoonBirds.update(uint8,uint256) (#176-197) should emit an event for:
- _referEth = value (#183)
- _referToken = value (#185)
- _airdropEth = value (#187)
- _airdropToken = value (#189)
- saleMaxBlock = value (#191)
- salePrice = value (#193)
Emit an event for critical parameter changes.
Additional information: link
SafeMath.div(uint256,uint256,string) (#28-31) is never used and should be removed
Remove unused functions.
Additional information: link
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts