Robot Dog Token Logo

RDOG [Robot Dog] Token

ALERT: rug pull scam

About RDOG

Listings

Not Found
Token 2 years
white paper

Robot dog is an open and inclusive autonomous community platform integrating defi, gamefi, NFT and metauniverse. It has created a unique cluster ecological and economic model of Robot dog community, and has become defi star ecology in one fell swoop!

Social

Laser Scorebeta Last Audit: 28 June 2022

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

Anti-Scam

Links

BEP20.addLiquidity(uint256,uint256) (#693-706) sends eth to arbitrary user
Dangerous calls:
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in BEP20._transfer(address,address,uint256) (#521-546):
External calls:
- _swap(recipient) (#536)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
External calls sending eth:
- _swap(recipient) (#536)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
State variables written after the call(s):
- netAmount = _takeFees(sender,recipient,amount) (#538)
- _balances[recipient] = _balances[recipient].add(fee) (#599)
- _balances[recipient] = _balances[recipient].add(fee) (#609)
- _balances[recipient] = _balances[recipient].add(netAmount) (#540)
Apply the check-effects-interactions pattern.

Additional information: link

RDOG.takeOutTokenInCase(address,uint256,address) (#836-842) ignores return value by IBEP20(_token).transfer(_to,_amount) (#841)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)


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.


Combination 2: Unchecked transfer + 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.


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.

BEP20.addLiquidity(uint256,uint256) (#693-706) ignores return value by swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
Ensure that all the return values of the function calls are used.

Additional information: link

Reentrancy in BEP20._transfer(address,address,uint256) (#521-546):
External calls:
- _swap(recipient) (#536)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
External calls sending eth:
- _swap(recipient) (#536)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
State variables written after the call(s):
- netAmount = _takeFees(sender,recipient,amount) (#538)
- _totalSupply = _totalSupply.sub(amount) (#621)
- _burn(sender,recipient,amount) (#542)
- _totalSupply = _totalSupply.sub(amount) (#621)
- netAmount = _takeFees(sender,recipient,amount) (#538)
- totalBurn = totalBurn.add(amount) (#620)
- _burn(sender,recipient,amount) (#542)
- totalBurn = totalBurn.add(amount) (#620)
Reentrancy in BEP20.constructor() (#426-438):
External calls:
- swapPair = IPancakeFactory(swapRouter.factory()).createPair(address(this),swapRouter.WETH()) (#430-433)
State variables written after the call(s):
- _isExcluded[owner()] = true (#435)
- _isExcluded[address(this)] = true (#436)
- isMarketPair[swapPair] = true (#437)
Reentrancy in BEP20Detailed.constructor(string,string,uint8) (#804-812):
External calls:
- BEP20() (#808)
- swapPair = IPancakeFactory(swapRouter.factory()).createPair(address(this),swapRouter.WETH()) (#430-433)
State variables written after the call(s):
- _decimals = tdecimals (#811)
- _name = tname (#809)
- _symbol = tsymbol (#810)
Reentrancy in RDOG.constructor() (#828-834):
External calls:
- BEP20Detailed(Robot Dog,RDOG,18) (#828)
- swapPair = IPancakeFactory(swapRouter.factory()).createPair(address(this),swapRouter.WETH()) (#430-433)
State variables written after the call(s):
- _balances[_msgSender()] = _totalSupply (#831)
- _totalSupply = 100_000_000_000 * (10 ** 18) (#829)
Reentrancy in BEP20.swapAndLiquify(uint256) (#652-673):
External calls:
- swapTokensForEth(half) (#664)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
- addLiquidity(otherHalf,newBalance) (#670)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#670)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#670)
- _allowances[towner][spender] = amount (#635)
Reentrancy in BEP20.transferFrom(address,address,uint256) (#477-492):
External calls:
- _transfer(sender,recipient,amount) (#482)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
External calls sending eth:
- _transfer(sender,recipient,amount) (#482)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#483-490)
- _allowances[towner][spender] = amount (#635)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in BEP20._transfer(address,address,uint256) (#521-546):
External calls:
- _swap(recipient) (#536)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
External calls sending eth:
- _swap(recipient) (#536)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
Event emitted after the call(s):
- Burn(sender,DeadAddress,amount) (#623)
- _burn(sender,recipient,amount) (#542)
- Burn(sender,DeadAddress,amount) (#623)
- netAmount = _takeFees(sender,recipient,amount) (#538)
- Transfer(sender,recipient,fee) (#600)
- netAmount = _takeFees(sender,recipient,amount) (#538)
- Transfer(sender,recipient,fee) (#611)
- netAmount = _takeFees(sender,recipient,amount) (#538)
- Transfer(sender,recipient,netAmount) (#544)
Reentrancy in RDOG.constructor() (#828-834):
External calls:
- BEP20Detailed(Robot Dog,RDOG,18) (#828)
- swapPair = IPancakeFactory(swapRouter.factory()).createPair(address(this),swapRouter.WETH()) (#430-433)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_totalSupply) (#833)
Reentrancy in BEP20.swapAndLiquify(uint256) (#652-673):
External calls:
- swapTokensForEth(half) (#664)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
- addLiquidity(otherHalf,newBalance) (#670)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#670)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
Event emitted after the call(s):
- Approval(towner,spender,amount) (#636)
- addLiquidity(otherHalf,newBalance) (#670)
- SwapAndLiquify(half,newBalance,otherHalf) (#672)
Reentrancy in BEP20.transferFrom(address,address,uint256) (#477-492):
External calls:
- _transfer(sender,recipient,amount) (#482)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
- swapRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#684-690)
External calls sending eth:
- _transfer(sender,recipient,amount) (#482)
- swapRouter.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,Liquidity,block.timestamp) (#698-705)
Event emitted after the call(s):
- Approval(towner,spender,amount) (#636)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,BEP20: transfer amount exceeds allowance)) (#483-490)
Apply the check-effects-interactions pattern.

Additional information: link

Function IPancakeRouter01.WETH() (#147) is not in mixedCase
Parameter BEP20.setLPHolderAddr(address)._addr (#716) is not in mixedCase
Parameter BEP20.setLPPowerAddr(address)._addr (#721) is not in mixedCase
Parameter BEP20.setFundAddr(address)._addr (#726) is not in mixedCase
Parameter BEP20.setCommunityAddr(address)._addr (#731) is not in mixedCase
Parameter BEP20.setLiquidityAddr(address)._addr (#736) is not in mixedCase
Parameter BEP20.setRouterAddr(address)._addr (#741) is not in mixedCase
Parameter BEP20.setSellToAddToLiquidity(uint256)._num (#746) is not in mixedCase
Variable BEP20._balances (#383) is not in mixedCase
Variable BEP20._allowances (#384) is not in mixedCase
Variable BEP20._totalSupply (#390) is not in mixedCase
Variable BEP20._taxFee (#392) is not in mixedCase
Variable BEP20._liquidityFee (#393) is not in mixedCase
Variable BEP20._lpHolderFee (#394) is not in mixedCase
Variable BEP20._lpPowerFee (#395) is not in mixedCase
Variable BEP20._fundFee (#396) is not in mixedCase
Variable BEP20._communityFee (#397) is not in mixedCase
Variable BEP20._burnFee (#398) is not in mixedCase
Variable BEP20._sellFeeEnable (#399) is not in mixedCase
Variable BEP20._buyFeeEnable (#400) is not in mixedCase
Variable BEP20.Liquidity (#404) is not in mixedCase
Variable BEP20.LPHolder (#405) is not in mixedCase
Variable BEP20.LPPower (#406) is not in mixedCase
Variable BEP20.Fund (#407) is not in mixedCase
Variable BEP20.Community (#408) is not in mixedCase
Variable BEP20.DeadAddress (#409) is not in mixedCase
Parameter RDOG.takeOutTokenInCase(address,uint256,address)._token (#837) is not in mixedCase
Parameter RDOG.takeOutTokenInCase(address,uint256,address)._amount (#838) is not in mixedCase
Parameter RDOG.takeOutTokenInCase(address,uint256,address)._to (#839) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#152) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#153)
Prevent variables from having similar names.

Additional information: link

RDOG.slitherConstructorVariables() (#827-844) uses literals with too many digits:
- DeadAddress = 0x000000000000000000000000000000000000dEaD (#409)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

BEP20.DeadAddress (#409) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#125-128)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#134-141)
totalSupply() should be declared external:
- BEP20.totalSupply() (#442-444)
transfer(address,uint256) should be declared external:
- BEP20.transfer(address,uint256) (#450-457)
allowance(address,address) should be declared external:
- BEP20.allowance(address,address) (#459-466)
approve(address,uint256) should be declared external:
- BEP20.approve(address,uint256) (#468-475)
transferFrom(address,address,uint256) should be declared external:
- BEP20.transferFrom(address,address,uint256) (#477-492)
increaseAllowance(address,uint256) should be declared external:
- BEP20.increaseAllowance(address,uint256) (#494-504)
decreaseAllowance(address,uint256) should be declared external:
- BEP20.decreaseAllowance(address,uint256) (#506-519)
name() should be declared external:
- BEP20Detailed.name() (#814-816)
symbol() should be declared external:
- BEP20Detailed.symbol() (#818-820)
decimals() should be declared external:
- BEP20Detailed.decimals() (#822-824)
takeOutTokenInCase(address,uint256,address) should be declared external:
- RDOG.takeOutTokenInCase(address,uint256,address) (#836-842)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 0% buy tax and 11% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average 30d number of PancakeSwap swaps is low.


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


Token is deployed only at one blockchain


Unable to find Blog account (Reddit or Medium)


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


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


Unable to find KYC or doxxing proof


Unable to find token contract audit


Unable to find whitepaper link on the website


Unable to find audit link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


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


Token is relatively young, but twitter if very old (probably it's fake).

Price for RDOG

News for RDOG