SpaceX Doge Token Logo

SXDoge [SpaceX Doge] Token

About SXDoge

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 10 February 2022

report
Token seems to be anonymous. As long as we are unable to find website score is limited.


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

SpaceXDoge._destroyAddress (#249-250) should be constant
SpaceXDoge._destroyFee (#248) should be constant
SpaceXDoge._liquidityFee (#246) should be constant
SpaceXDoge._taxFee (#244) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

SpaceXDoge._tokenSellTransfer(address,address,uint256,bool) (#468-505) performs a multiplication on the result of a division:
-_takeTransfer(sender,_destroyAddress,tAmount.div(100).mul(2),currentRate) (#484-489)
SpaceXDoge._tokenSellTransfer(address,address,uint256,bool) (#468-505) performs a multiplication on the result of a division:
-_reflectFee(rAmount.div(100).mul(3),tAmount.div(100).mul(3)) (#492-495)
SpaceXDoge._tokenSellTransfer(address,address,uint256,bool) (#468-505) performs a multiplication on the result of a division:
-_rOwned[recipient] = _rOwned[recipient].add(rAmount.div(100).mul(recipientRate)) (#501-503)
SpaceXDoge._tokenSellTransfer(address,address,uint256,bool) (#468-505) performs a multiplication on the result of a division:
-Transfer(sender,recipient,tAmount.div(100).mul(recipientRate)) (#504)
SpaceXDoge._tokenBuyTransfer(address,address,uint256,bool) (#507-538) performs a multiplication on the result of a division:
-_takeTransfer(sender,_fundBuyaddress,tAmount.div(100).mul(3),currentRate) (#523-528)
SpaceXDoge._tokenBuyTransfer(address,address,uint256,bool) (#507-538) performs a multiplication on the result of a division:
-_rOwned[recipient] = _rOwned[recipient].add(rAmount.div(100).mul(recipientRate)) (#534-536)
SpaceXDoge._tokenBuyTransfer(address,address,uint256,bool) (#507-538) performs a multiplication on the result of a division:
-Transfer(sender,recipient,tAmount.div(100).mul(recipientRate)) (#537)
Consider ordering multiplication before division.

Additional information: link

SpaceXDoge._tokenBuyTransfer(address,address,uint256,bool).rate (#519) is a local variable never initialized
SpaceXDoge._tokenSellTransfer(address,address,uint256,bool).rate (#480) 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

SpaceXDoge.allowance(address,address).owner (#305) shadows:
- Ownable.owner() (#91-93) (function)
SpaceXDoge._approve(address,address,uint256).owner (#418) shadows:
- Ownable.owner() (#91-93) (function)
Rename the local variables that shadow another component.

Additional information: link

Ownable.changeOwner(address) (#103-105) should emit an event for:
- _owner = newOwner (#104)
Emit an event for critical parameter changes.

Additional information: link

Ownable.changeOwner(address).newOwner (#103) lacks a zero-check on :
- _owner = newOwner (#104)
SpaceXDoge.constructor(address,address).fundBuyaddress (#257) lacks a zero-check on :
- _fundBuyaddress = fundBuyaddress (#262)
SpaceXDoge.constructor(address,address).tokenOwner (#257) lacks a zero-check on :
- _owner = tokenOwner (#272)
SpaceXDoge.changeRouter(address).router (#556) lacks a zero-check on :
- uniswapV2Pair = router (#557)
Check that the address is not zero.

Additional information: link

Variable Ownable._owner (#86) is not in mixedCase
Variable SpaceXDoge._taxFee (#244) is not in mixedCase
Variable SpaceXDoge._liquidityFee (#246) is not in mixedCase
Variable SpaceXDoge._destroyFee (#248) is not in mixedCase
Variable SpaceXDoge._fundBuyaddress (#255) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SpaceXDoge.slitherConstructorVariables() (#226-560) uses literals with too many digits:
- _destroyAddress = address(0x000000000000000000000000000000000000dEaD) (#249-250)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SpaceXDoge._tOwned (#230) is never used in SpaceXDoge (#226-560)
SpaceXDoge.buyAmount (#231) is never used in SpaceXDoge (#226-560)
Remove unused state variables.

Additional information: link

owner() should be declared external:
- Ownable.owner() (#91-93)
changeOwner(address) should be declared external:
- Ownable.changeOwner(address) (#103-105)
name() should be declared external:
- SpaceXDoge.name() (#276-278)
symbol() should be declared external:
- SpaceXDoge.symbol() (#280-282)
decimals() should be declared external:
- SpaceXDoge.decimals() (#284-286)
totalSupply() should be declared external:
- SpaceXDoge.totalSupply() (#288-290)
balanceOf(address) should be declared external:
- SpaceXDoge.balanceOf(address) (#292-294)
transfer(address,uint256) should be declared external:
- SpaceXDoge.transfer(address,uint256) (#296-303)
allowance(address,address) should be declared external:
- SpaceXDoge.allowance(address,address) (#305-312)
approve(address,uint256) should be declared external:
- SpaceXDoge.approve(address,uint256) (#314-321)
transferFrom(address,address,uint256) should be declared external:
- SpaceXDoge.transferFrom(address,address,uint256) (#323-338)
increaseAllowance(address,uint256) should be declared external:
- SpaceXDoge.increaseAllowance(address,uint256) (#340-351)
decreaseAllowance(address,uint256) should be declared external:
- SpaceXDoge.decreaseAllowance(address,uint256) (#353-367)
totalFees() should be declared external:
- SpaceXDoge.totalFees() (#369-371)
excludeFromFee(address) should be declared external:
- SpaceXDoge.excludeFromFee(address) (#386-388)
includeInFee(address) should be declared external:
- SpaceXDoge.includeInFee(address) (#390-392)
claimTokens() should be declared external:
- SpaceXDoge.claimTokens() (#409-411)
isExcludedFromFee(address) should be declared external:
- SpaceXDoge.isExcludedFromFee(address) (#413-415)
changeRouter(address) should be declared external:
- SpaceXDoge.changeRouter(address) (#556-558)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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.


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


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair

Contract has 3% buy tax and 4% sell tax.
Taxes are low and contract ownership is renounced.


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank

Price for SXDoge