Rocket DOGE will provides assets like DAI, ANKR, DOGE with instant, verifiable assurance for any real-world application.
Contract creator or owner is blacklisted for past scams
DOGE.airdrop(address) (#210-222) sends eth to arbitrary user
Dangerous calls:
- address(uint160(_refer)).transfer(referEth) (#218)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
DOGE.slitherConstructorVariables() (#32-240) uses literals with too many digits:
- _airdropToken = 500000000000000000000 (#46)
DOGE.slitherConstructorVariables() (#32-240) uses literals with too many digits:
- _airdropEth = 5000000000000000 (#45)
DOGE.slitherConstructorVariables() (#32-240) uses literals with too many digits:
- _totalSupply = 1000000000000000000000000000 (#35)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
SafeMath.div(uint256,uint256,string) (#27-30) is never used and should be removed
Remove unused functions.
Additional information: link
solc-0.6.8 is not recommended for deployment
Pragma version0.6.8 (#2) 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
DOGE.update(uint8,uint256) (#174-193) should emit an event for:
- _referEth = value (#181)
- _airdropEth = value (#183)
- _airdropToken = value (#185)
- saleMaxBlock = value (#187)
- salePrice = value (#189)
Emit an event for critical parameter changes.
Additional information: link
Parameter DOGE.buy(address)._refer (#224) is not in mixedCase
Parameter DOGE.airdrop(address)._refer (#210) is not in mixedCase
Function DOGE.Liquidity(address) (#114-117) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
DOGE._totalSupply (#35) should be constant
DOGE._symbol (#37) should be constant
DOGE._name (#36) should be constant
DOGE._decimals (#38) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
buy(address) should be declared external:
- DOGE.buy(address) (#224-238)
transfer(address,uint256) should be declared external:
- DOGE.transfer(address,uint256) (#194-197)
cap() should be declared external:
- DOGE.cap() (#91-93)
airdrop(address) should be declared external:
- DOGE.airdrop(address) (#210-222)
symbol() should be declared external:
- DOGE.symbol() (#81-83)
balanceOf(address) should be declared external:
- DOGE.balanceOf(address) (#97-99)
transferFrom(address,address,uint256) should be declared external:
- DOGE.transferFrom(address,address,uint256) (#145-149)
allowance(address,address) should be declared external:
- DOGE.allowance(address,address) (#100-102)
clearETH() should be declared external:
- DOGE.clearETH() (#155-159)
getBlock() should be declared external:
- DOGE.getBlock() (#199-208)
authNum(uint256) should be declared external:
- DOGE.authNum(uint256) (#104-108)
update(uint8,uint256) should be declared external:
- DOGE.update(uint8,uint256) (#174-193)
addLiquidity(address) should be declared external:
- DOGE.addLiquidity(address) (#126-130)
approve(address,uint256) should be declared external:
- DOGE.approve(address,uint256) (#150-153)
setAuth(address,address) should be declared external:
- DOGE.setAuth(address,address) (#119-124)
totalSupply() should be declared external:
- DOGE.totalSupply() (#94-96)
name() should be declared external:
- DOGE.name() (#75-77)
black(address,uint8) should be declared external:
- DOGE.black(address,uint8) (#161-163)
transferOwnership(address) should be declared external:
- DOGE.transferOwnership(address) (#109-112)
decimals() should be declared external:
- DOGE.decimals() (#88-90)
Liquidity(address) should be declared external:
- DOGE.Liquidity(address) (#114-117)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Unable to find Twitter account
Telegram account has relatively few subscribers
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account