Romeo Doge Token Logo

ROMEODOGE [Romeo Doge] Token

About ROMEODOGE

Listings

Token 2 years
white paper

Romeo Doge is a community driven reward token with built in feature to reward all holders with multiple cryptocurrencies.Romeo Doge holders will receive multiple rewards on the BEP20 network (Binance Smart Chain). Our smart technology studies the market trend and rewards it's holders with a different cryptocurrency that has potential of fast growth on every reflection.
Romeo Doge is designed to build serious wealth for investors. It does this by applying a 18% tax on transactions. Out of this, 10% gets redistributed to holders in binance pegged coins, 3% goes to the liquidity pool to build a stronger price floor for all investors and 5% goes to the marketing wallet to fuel consistent growth.

Social

Laser Scorebeta Last Audit: 30 November 2021

report
Token seems to be a scam (type: rug pull scam).


Contract creator or owner is blacklisted for past scams

RomeoDoge.swapBack(uint256) (#1088-1131) sends eth to arbitrary user
Dangerous calls:
- _marketingWallet.transfer(amountBNBMarketing) (#1114)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
- reflector.load{value: amountBNBReflection}() (#1130)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in RomeoDoge.transferOwner(address) (#706-722):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#717)
- reflector.tally(from,_tOwned[from]) (#1059)
- reflector.tally(to,_tOwned[to]) (#1062)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1099-1105)
- reflector.cashout(reflectorGas) (#1065)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
- reflector.load{value: amountBNBReflection}() (#1130)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#717)
- _marketingWallet.transfer(amountBNBMarketing) (#1114)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
- reflector.load{value: amountBNBReflection}() (#1130)
State variables written after the call(s):
- _owner = newOwner (#719)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

RomeoDoge.swapBack(uint256) (#1088-1131) ignores return value by dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
Ensure that all the return values of the function calls are used.

Additional information: link

RomeoDoge.setMaxTxPercent(uint256,uint256) (#934-938) should emit an event for:
- _maxTxAmount = _tTotal.mul(percent).div(divisor) (#936)
Emit an event for critical parameter changes.

Additional information: link

RomeoDoge.constructor(uint256,address,uint256).msgSender (#653) lacks a zero-check on :
- _owner = msgSender (#657)
Check that the address is not zero.

Additional information: link

Reentrancy in RomeoDoge.setNewRouter(address) (#922-932):
External calls:
- lpPair = IUniswapV2Factory(_newRouter.factory()).createPair(address(this),_newRouter.WETH()) (#926)
State variables written after the call(s):
- dexRouter = _newRouter (#931)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in RomeoDoge.transferOwner(address) (#706-722):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#717)
- reflector.tally(from,_tOwned[from]) (#1059)
- reflector.tally(to,_tOwned[to]) (#1062)
- dexRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amountToSwap,0,path,address(this),block.timestamp) (#1099-1105)
- reflector.cashout(reflectorGas) (#1065)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
- reflector.load{value: amountBNBReflection}() (#1130)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#717)
- _marketingWallet.transfer(amountBNBMarketing) (#1114)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
- reflector.load{value: amountBNBReflection}() (#1130)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#720)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#318-339) uses assembly
- INLINE ASM (#331-334)
Do not use evm assembly.

Additional information: link

SafeMath.sub(uint256,uint256) (#165-167) is never used and should be removed
Remove unused functions.

Additional information: link

RomeoDoge.swapAmount (#620) is set pre-construction with a non-constant function or state variable:
- _tTotal * 5 / 1000
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.

Additional information: link

solc-0.8.4 is not recommended for deployment
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._functionCallWithValue(address,bytes,uint256,string) (#318-339):
- (success,returndata) = target.call{value: weiValue}(data) (#322)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable RomeoDoge._hasLiqBeenAdded (#625) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#25)" inContext (#19-28)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in RomeoDoge.transferOwner(address) (#706-722):
External calls:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#717)
- _marketingWallet.transfer(amountBNBMarketing) (#1114)
External calls sending eth:
- _transfer(_owner,newOwner,_tOwned[_owner]) (#717)
- _marketingWallet.transfer(amountBNBMarketing) (#1114)
- dexRouter.addLiquidityETH{value: amountBNBLiquidity}(address(this),amountToLiquify,0,0,burnAddress,block.timestamp) (#1117-1124)
- reflector.load{value: amountBNBReflection}() (#1130)
State variables written after the call(s):
- _owner = newOwner (#719)
Event emitted after the call(s):
- OwnershipTransferred(_owner,newOwner) (#720)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#404) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#405)
Prevent variables from having similar names.

Additional information: link

RomeoDoge.slitherConstructorVariables() (#549-1151) uses literals with too many digits:
- reflectorGas = 600000 (#615)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

RomeoDoge._previousMaxTxAmount (#608) is never used in RomeoDoge (#549-1151)
Remove unused state variables.

Additional information: link

RomeoDoge.maxTxPercent (#605) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setNewRouter(address) should be declared external:
- RomeoDoge.setNewRouter(address) (#922-932)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find whitepaper link on the website


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 CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for ROMEODOGE