We are building "CEX & DEX Aggregator Protocol". RocketX exchange aggregates both the Centralised and Decentralised Crypto Exchanges and makes it easy for the user to find the best rates to trade tokens across different exchanges with the lowest gas fee. We are the first to support Multi Chain Trade via Cross-Chain Swaps & Bridges b/w the leading chains.
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.
Redundant expression "this (#12)" inContext (#6-15)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Context._msgData() (#11-14) is never used and should be removed
ERC20._setupDecimals(uint8) (#196-198) is never used and should be removed
SafeMath.div(uint256,uint256) (#64-66) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#68-73) is never used and should be removed
SafeMath.mod(uint256,uint256) (#75-77) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#79-82) is never used and should be removed
SafeMath.mul(uint256,uint256) (#53-62) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (#4) is too complex
Pragma version>=0.6.0<0.8.0 (#17) is too complex
Pragma version>=0.6.0<0.8.0 (#31) is too complex
Pragma version>=0.6.0<0.8.0 (#86) is too complex
Pragma version>=0.6.0<0.8.0 (#204) is too complex
Pragma version>=0.6.0<0.8.0 (#223) is too complex
Pragma version>=0.6.0<0.8.0 (#257) is too complex
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
ERC20._mint(address,uint256) (#168-176) uses literals with too many digits:
- require(bool,string)(totalSupply().add(amount) <= 100000000000000000000000000,ERC20Capped: cap exceeded) (#170)
RocketVaultRocketX.constructor() (#262-264) uses literals with too many digits:
- _mint(_msgSender(),23680800000000000000000000) (#263)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
name() should be declared external:
- ERC20.name() (#107-109)
symbol() should be declared external:
- ERC20.symbol() (#111-113)
decimals() should be declared external:
- ERC20.decimals() (#115-117)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#123-125)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#127-130)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#136-139)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#141-145)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#147-150)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#152-155)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#210-212)
- RocketVaultRocketX.burn(uint256) (#266-268)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#214-219)
- RocketVaultRocketX.burnFrom(address,uint256) (#274-279)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#245-248)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#250-254)
transferAnyERC20Token(address,uint256) should be declared external:
- RocketVaultRocketX.transferAnyERC20Token(address,uint256) (#281-283)
Use the external attribute for functions never called from the contract.
Additional information: link
Young tokens have high risks of price dump / death
Unable to find Youtube account
Unable to find Discord account