Developed on BSC, RocketDoge is a decentralized platform based on the idea of Dogecoin, with the native token ROCKETDOGE.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
TransparentUpgradeableProxy.upgradeToAndCall(address,bytes) (contracts/libs/proxy/TransparentUpgradeableProxy.sol#116-119) ignores return value by Address.functionDelegateCall(newImplementation,data) (contracts/libs/proxy/TransparentUpgradeableProxy.sol#118)
UpgradeableProxy.constructor(address,bytes) (contracts/libs/proxy/UpgradeableProxy.sol#24-30) ignores return value by Address.functionDelegateCall(_logic,_data) (contracts/libs/proxy/UpgradeableProxy.sol#28)
Ensure that all the return values of the function calls are used.
Additional information: link
RocketDogeTokenProxy.constructor(address,address,bytes).admin (contracts/RocketDogeTokenProxy.sol#8) shadows:
- TransparentUpgradeableProxy.admin() (contracts/libs/proxy/TransparentUpgradeableProxy.sol#70-72) (function)
Rename the local variables that shadow another component.
Additional information: link
Modifier TransparentUpgradeableProxy.ifAdmin() (contracts/libs/proxy/TransparentUpgradeableProxy.sol#53-59) does not always execute _; or revert
All the paths in a modifier must execute _ or revert.
Additional information: link
Proxy._delegate(address) (contracts/libs/proxy/Proxy.sol#21-41) uses assembly
- INLINE ASM (contracts/libs/proxy/Proxy.sol#23-40)
TransparentUpgradeableProxy._admin() (contracts/libs/proxy/TransparentUpgradeableProxy.sol#124-130) uses assembly
- INLINE ASM (contracts/libs/proxy/TransparentUpgradeableProxy.sol#127-129)
TransparentUpgradeableProxy._setAdmin(address) (contracts/libs/proxy/TransparentUpgradeableProxy.sol#135-142) uses assembly
- INLINE ASM (contracts/libs/proxy/TransparentUpgradeableProxy.sol#139-141)
UpgradeableProxy._implementation() (contracts/libs/proxy/UpgradeableProxy.sol#47-53) uses assembly
- INLINE ASM (contracts/libs/proxy/UpgradeableProxy.sol#50-52)
UpgradeableProxy._setImplementation(address) (contracts/libs/proxy/UpgradeableProxy.sol#68-77) uses assembly
- INLINE ASM (contracts/libs/proxy/UpgradeableProxy.sol#74-76)
Address.isContract(address) (contracts/libs/utils/Address.sol#26-35) uses assembly
- INLINE ASM (contracts/libs/utils/Address.sol#33)
Address._verifyCallResult(bool,bytes,string) (contracts/libs/utils/Address.sol#171-188) uses assembly
- INLINE ASM (contracts/libs/utils/Address.sol#180-183)
Do not use evm assembly.
Additional information: link
Different versions of Solidity is used:
- Version used: ['0.6.12', '>=0.6.0<0.8.0', '>=0.6.2<0.8.0']
- 0.6.12 (contracts/RocketDogeTokenProxy.sol#1)
- >=0.6.0<0.8.0 (contracts/libs/proxy/Proxy.sol#3)
- >=0.6.0<0.8.0 (contracts/libs/proxy/TransparentUpgradeableProxy.sol#3)
- >=0.6.0<0.8.0 (contracts/libs/proxy/UpgradeableProxy.sol#3)
- >=0.6.2<0.8.0 (contracts/libs/utils/Address.sol#3)
Use one Solidity version.
Additional information: link
Address.functionCall(address,bytes) (contracts/libs/utils/Address.sol#79-81) is never used and should be removed
Address.functionCall(address,bytes,string) (contracts/libs/utils/Address.sol#89-91) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (contracts/libs/utils/Address.sol#104-106) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (contracts/libs/utils/Address.sol#114-121) is never used and should be removed
Address.functionStaticCall(address,bytes) (contracts/libs/utils/Address.sol#129-131) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (contracts/libs/utils/Address.sol#139-145) is never used and should be removed
Address.sendValue(address,uint256) (contracts/libs/utils/Address.sol#53-59) is never used and should be removed
Proxy._implementation() (contracts/libs/proxy/Proxy.sol#47) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version>=0.6.0<0.8.0 (contracts/libs/proxy/Proxy.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (contracts/libs/proxy/TransparentUpgradeableProxy.sol#3) is too complex
Pragma version>=0.6.0<0.8.0 (contracts/libs/proxy/UpgradeableProxy.sol#3) is too complex
Pragma version>=0.6.2<0.8.0 (contracts/libs/utils/Address.sol#3) 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
Low level call in Address.sendValue(address,uint256) (contracts/libs/utils/Address.sol#53-59):
- (success) = recipient.call{value: amount}() (contracts/libs/utils/Address.sol#57)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (contracts/libs/utils/Address.sol#114-121):
- (success,returndata) = target.call{value: value}(data) (contracts/libs/utils/Address.sol#119)
Low level call in Address.functionStaticCall(address,bytes,string) (contracts/libs/utils/Address.sol#139-145):
- (success,returndata) = target.staticcall(data) (contracts/libs/utils/Address.sol#143)
Low level call in Address.functionDelegateCall(address,bytes,string) (contracts/libs/utils/Address.sol#163-169):
- (success,returndata) = target.delegatecall(data) (contracts/libs/utils/Address.sol#167)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
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.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find website, listings and other project-related information
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko 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
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account