Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Rocket_Boys.withdrawToken(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#432-440) ignores return value by IERC20(tokenAddress).transfer(receiver,amount) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#439)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Contract name (rocketboys.io) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.
Rocket_Boys.setAirdropAmount(uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#304-307) should emit an event for:
- _airdropAmount = airdropAmount_ (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#306)
Emit an event for critical parameter changes.
Additional information: link
Rocket_Boys.allowance(address,address).owner (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#300) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#220-222) (function)
Rocket_Boys._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#398) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#220-222) (function)
Rename the local variables that shadow another component.
Additional information: link
Rocket_Boys.withdrawEth(address,uint256).receiver (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#423) lacks a zero-check on :
- receiver.transfer(amount) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#429)
Check that the address is not zero.
Additional information: link
Context._msgData() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#204-206) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version^0.8.0 (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#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
Contract genesisCalls (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#7-75) is not in CapWords
Function genesisCalls.AllowAddressToDestroyGenesis(address,address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#9) is not in mixedCase
Function genesisCalls.AllowReceiveGenesisTransfers(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#11) is not in mixedCase
Function genesisCalls.BurnTokens(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#13) is not in mixedCase
Function genesisCalls.RemoveAllowAddressToDestroyGenesis(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#15) is not in mixedCase
Function genesisCalls.RemoveAllowReceiveGenesisTransfers(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#17) is not in mixedCase
Function genesisCalls.RemoveGenesisAddressFromSale(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#19) is not in mixedCase
Function genesisCalls.SetGenesisForSale(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#21) is not in mixedCase
Function genesisCalls.TransferGenesis(address,address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#23) is not in mixedCase
Function genesisCalls.UpgradeToLevel2FromLevel1(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#25) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromDev(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#27) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromLevel1(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#29) is not in mixedCase
Function genesisCalls.UpgradeToLevel3FromLevel2(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#31) is not in mixedCase
Function genesisCalls.BurnGenesisAddresses(address,address[]) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#73) is not in mixedCase
Contract normalAddress (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#78-91) is not in CapWords
Function normalAddress.BuyNormalAddress(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#80) is not in mixedCase
Function normalAddress.RemoveNormalAddressFromSale(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#82) is not in mixedCase
Function normalAddress.SetNormalAddressForSale(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#86) is not in mixedCase
Contract stakes (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#96-112) is not in CapWords
Function stakes.RemoveStakeFromSale(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#98) is not in mixedCase
Function stakes.SetStakeForSale(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#100) is not in mixedCase
Function stakes.StakeTransferGenesis(address,address,uint256,address[]) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#102) is not in mixedCase
Function stakes.StakeTransferMNE(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#104) is not in mixedCase
Contract stakeBuys (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#116-126) is not in CapWords
Function stakeBuys.BuyStakeGenesis(address,address,address[],uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#118) is not in mixedCase
Function stakeBuys.BuyStakeMNE(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#120) is not in mixedCase
Contract genesisBuys (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#130-142) is not in CapWords
Function genesisBuys.BuyGenesisLevel1FromNormal(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#132) is not in mixedCase
Function genesisBuys.BuyGenesisLevel2FromNormal(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#134) is not in mixedCase
Function genesisBuys.BuyGenesisLevel3FromNormal(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#136) is not in mixedCase
Contract tokenService (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#146-158) is not in CapWords
Function tokenService.DestroyGenesisAddressLevel1(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#154) is not in mixedCase
Function tokenService.Bridge(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#156) is not in mixedCase
Contract baseTransfers (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#160-170) is not in CapWords
Contract mneStaking (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#173-177) is not in CapWords
Contract luckyDraw (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#179-183) is not in CapWords
Function luckyDraw.BuyTickets(address,uint256[]) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#181) is not in mixedCase
Contract externalService (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#186-190) is not in CapWords
Contract externalReceiver (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#192-196) is not in CapWords
Contract Rocket_Boys (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#260-442) is not in CapWords
Follow the Solidity naming convention.
Additional information: link
Variable Rocket_Boys._airdropAmount (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#264) is too similar to Rocket_Boys.setAirdropAmount(uint256).airdropAmount_ (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#304)
Variable Rocket_Boys._airdropAmount (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#264) is too similar to Rocket_Boys.constructor(string,string,uint256).airdropAmount_ (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#270)
Prevent variables from having similar names.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#229-231)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#233-236)
name() should be declared external:
- Rocket_Boys.name() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#276-278)
symbol() should be declared external:
- Rocket_Boys.symbol() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#280-282)
decimals() should be declared external:
- Rocket_Boys.decimals() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#284-286)
totalSupply() should be declared external:
- Rocket_Boys.totalSupply() (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#288-290)
balanceOf(address) should be declared external:
- Rocket_Boys.balanceOf(address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#292-298)
allowance(address,address) should be declared external:
- Rocket_Boys.allowance(address,address) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#300-302)
setAirdropAmount(uint256) should be declared external:
- Rocket_Boys.setAirdropAmount(uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#304-307)
approve(address,uint256) should be declared external:
- Rocket_Boys.approve(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#310-313)
transfer(address,uint256) should be declared external:
- Rocket_Boys.transfer(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#315-318)
transferFrom(address,address,uint256) should be declared external:
- Rocket_Boys.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#320-334)
increaseAllowance(address,uint256) should be declared external:
- Rocket_Boys.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#338-341)
decreaseAllowance(address,uint256) should be declared external:
- Rocket_Boys.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#343-351)
mint(address,uint256) should be declared external:
- Rocket_Boys.mint(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#410-412)
burn(address,uint256) should be declared external:
- Rocket_Boys.burn(address,uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#414-416)
batchTransferToken(address[],uint256) should be declared external:
- Rocket_Boys.batchTransferToken(address[],uint256) (crytic-export/etherscan-contracts/0xeade8e37700a34b196142d9962858d2a137e6eb8.bscscan.com-Rocket_Boys.sol#418-422)
Use the external attribute for functions never called from the contract.
Additional information: link
Token seems to be untradeable: there is no PancakeSwap trading pair and no trading volumes. Ignore for presale.
Token makes many airdrops and seems to be a phishing / airdrop scam
Additional information: link
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 that token and website are owned by the same team (no listings + unable to find contract on website)
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 CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
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
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Alexa traffic rank is relatively low
Additional information: link
Unable to find Telegram and Twitter accounts