X Doge Token Logo

X [X Doge] Token

ALERT: potential scam

About X

Listings

Token 19 months
CoinMarketCap 18 months

Website

[CoinMarketCap] alert: The ownership of the smart contract isn't renounced for the following asset, which means the owners are able to modify contract behavior (for example: disable selling, change fees, mint new tokens, or transfer tokens). Please exercise with extra caution if you are investing in this asset.
white paper

X Doge is the next evolutionary Defi cryptocurrency that strives to provide charting solution and other Web3 API services!

Social

Laser Scorebeta Last Audit: 21 November 2023

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

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

Redundant expression "this (#11)" inContext (#5-14)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#327-348) uses assembly
- INLINE ASM (#340-343)
Address.isContract(address) (#235-244) uses assembly
- INLINE ASM (#242)
Do not use evm assembly.

Additional information: link

Contract ticker (X) has length of 1 chars.
Not a direct threat, but may indicate unreliable intentions of developer.


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.

XDOGE._getValues(uint256) (#654-667) performs a multiplication on the result of a division:
-tFee = tAmount.div(1000).mul(9) (#661)
Consider ordering multiplication before division.

Additional information: link

XDOGE._getValues(uint256).tFee (#656) is a local variable never initialized
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.

Additional information: link

XDOGE.allowance(address,address).owner (#468) shadows:
- Ownable.owner() (#368-370) (function)
XDOGE._approve(address,address,uint256).owner (#560) shadows:
- Ownable.owner() (#368-370) (function)
Rename the local variables that shadow another component.

Additional information: link

Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#327-348):
- (success,returndata) = target.call{value: weiValue}(data) (#331)
Low level call in Address.sendValue(address,uint256) (#261-267):
- (success) = recipient.call{value: amount}() (#265)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

XDOGE._maxTxAmount (#431) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Address.sendValue(address,uint256) (#261-267) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#312-314) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#212-215) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#322-325) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
SafeMath.mod(uint256,uint256) (#196-198) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#327-348) is never used and should be removed
Address.isContract(address) (#235-244) is never used and should be removed
Address.functionCall(address,bytes,string) (#297-299) is never used and should be removed
Address.functionCall(address,bytes) (#287-289) is never used and should be removed
Remove unused functions.

Additional information: link

Variable XDOGE._tOwnedExcluded (#413) is not in mixedCase
Constant XDOGE._symbol (#429) is not in UPPER_CASE_WITH_UNDERSCORES
Variable XDOGE._maxTxAmount (#431) is not in mixedCase
Constant XDOGE._decimals (#430) is not in UPPER_CASE_WITH_UNDERSCORES
Constant XDOGE._tTotal (#424) is not in UPPER_CASE_WITH_UNDERSCORES
Variable XDOGE._rOwnedExcluded (#412) is not in mixedCase
Constant XDOGE._name (#428) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Variable XDOGE._transferStandard(address,address,uint256).rTransferAmount (#601) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#635) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#609) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#622) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#622) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE._getValues(uint256).rTransferAmount (#665) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#509) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#622) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Variable XDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#672) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE._getValues(uint256).rTransferAmount (#665) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Variable XDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#609) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._transferStandard(address,address,uint256).rTransferAmount (#601) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE._getValues(uint256).rTransferAmount (#665) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#509) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#635) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#609) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Variable XDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#509) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Variable XDOGE._transferStandard(address,address,uint256).rTransferAmount (#601) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Variable XDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#635) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._transferStandard(address,address,uint256).rTransferAmount (#601) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#635) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Variable XDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#622) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#509) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE._getValues(uint256).rTransferAmount (#665) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#609) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#672) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#609) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#635) is too similar to XDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#622)
Variable XDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#509) is too similar to XDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#609)
Variable XDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#672) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#672) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._rOwnedExcluded (#412) is too similar to XDOGE._tOwnedExcluded (#413)
Variable XDOGE._transferStandard(address,address,uint256).rTransferAmount (#601) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._getValues(uint256).rTransferAmount (#665) is too similar to XDOGE._transferStandard(address,address,uint256).tTransferAmount (#601)
Variable XDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#622) is too similar to XDOGE._getValues(uint256).tTransferAmount (#657)
Variable XDOGE._getRValues(uint256,uint256,uint256).rTransferAmount (#672) is too similar to XDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#635)
Prevent variables from having similar names.

Additional information: link

XDOGE.slitherConstructorConstantVariables() (#404-689) uses literals with too many digits:
- _tTotal = 10000000 * 10 ** 6 * 10 ** 9 (#424)
XDOGE.slitherConstructorVariables() (#404-689) uses literals with too many digits:
- _maxTxAmount = 100000 * 10 ** 6 * 10 ** 9 (#431)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#387-390)
isExcluded(address) should be declared external:
- XDOGE.isExcluded(address) (#483-485)
symbol() should be declared external:
- XDOGE.symbol() (#446-448)
approve(address,uint256) should be declared external:
- XDOGE.approve(address,uint256) (#472-475)
balanceOf(address) should be declared external:
- XDOGE.balanceOf(address) (#458-461)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#396-400)
reflect(uint256) should be declared external:
- XDOGE.reflect(uint256) (#491-501)
transferFrom(address,address,uint256) should be declared external:
- XDOGE.transferFrom(address,address,uint256) (#477-481)
transfer(address,uint256) should be declared external:
- XDOGE.transfer(address,uint256) (#463-466)
totalSupply() should be declared external:
- XDOGE.totalSupply() (#454-456)
allowance(address,address) should be declared external:
- XDOGE.allowance(address,address) (#468-470)
reflectionFromToken(uint256,bool) should be declared external:
- XDOGE.reflectionFromToken(uint256,bool) (#503-512)
name() should be declared external:
- XDOGE.name() (#442-444)
totalFees() should be declared external:
- XDOGE.totalFees() (#487-489)
decimals() should be declared external:
- XDOGE.decimals() (#450-452)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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 number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token is deployed only at one blockchain


Twitter account link seems to be invalid


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


Unable to find token on CoinGecko

Additional information: link


Unable to find token contract audit


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinGecko listing / rank


Token has relatively low CoinMarketCap rank

Price for X