SPACExDOGE Token Logo

SPACExDOGE Token

About SPACExDOGE

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Doge Universe #SPACExDOGE all about.

Max Supply: 100,000,000,000.

Public Pre-Sale: 20% (20,000,000,000).

Public Pre-Sale Price: $1 USD per 20,000 tokens.

Fees: 8% fee on all transactions. 4.5% will be to generate liquidity. 1.5% will go towards token burning. The remaining 2% will be distributed amongst all holder.

Staking Transition: This taxation system will be removed once 50% of the max supply has been burned, and we will transition to staking.

Growth. Problem.& Solution:
With billions of dollars entering the meme-coin market and millions of new investors looking for the next 1000x opportunity, There is one significant issue: FRAUD. Rug-pulls and exit scams have become a significant problem in the cryptocurrency market. The platform developed by Doge-Universe. (DogeUniverse.Finance) will significantly reduce the likelihood of these events occurring. The rug war has begun!

NFTs. New Method To EnhanceThe Value:
The NFT market has grown to be a multibillion-dollar enterprise. It is simple to create an NFT and circulate it. Our new method of creating and distributing NFTs via gamers who act as miners will increase the rarity and value of our beloved NFTs. A new ecosystem has entered the conversation, one that will enable gamers and all content creators to profit from their valuable work and art while also increasing the market's value.

Gaming. Virtual-Gaming Decentra-Land. UniversalExplorations:
We will revolutionize the future of gaming by implementing blockchains, non-volatile memory, decentralized universes, and, eventually, quantum computing, which will exponentially improve the overall quality of gaming to an unfathomable level. Graphics, memory, and gameplay quality will be light years ahead of what we currently have. By connecting computers to our brains, we will be able to duplicate universes and engage in simulations. Doge-Universe will advance the research and development necessary to make these dreams a reality.

A New Social-Ecosystem:
Our De-Fi platforms will foster the growth of new crypto ecosystems. A more sophisticated platform for user interaction. Crypto freelancers will be able to accept work via the platform from other projects or from anyone in need of crypto-related services such as smart contract development, web development, marketing, and graphic design.

Decentralized Governing Community:
Providing an improved and decentralization governance community. The original purpose of cryptocurrencies is a decentralized currency in which no single entity has central authority over the currency.

Laser Scorebeta Last Audit: 5 April 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

SPACExDOGE.addLiquidity(uint256,uint256) (#1178-1191) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in SPACExDOGE._transfer(address,address,uint256) (#1075-1135):
External calls:
- swapAndLiquify(contractTokenBalance) (#1113)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1113)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
State variables written after the call(s):
- _burn(from,tBurnAmount,rBurnAmount) (#1128)
- _rOwned[address(sender)] = 0 (#967)
- _rOwned[address(sender)] -= rBurnAmount (#969)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1031)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1225)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1216)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1217)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1236)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#910)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1237)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1227)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#912)
- _burn(from,tBurnAmount,rBurnAmount) (#1128)
- _rTotal = _rTotal.sub(rBurnAmount) (#972)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _rTotal = _rTotal.sub(rFee) (#954)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1033)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#909)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1235)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1226)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#911)
- _burn(from,tBurnAmount,rBurnAmount) (#1128)
- _tTotal = _tTotal.sub(tBurnAmount) (#971)
Apply the check-effects-interactions pattern.

Additional information: link

SPACExDOGE.withdrawAnyToken(address,address,uint256) (#1260-1265) ignores return value by IERC20(_ERC20address).transfer(_recipient,_amount) (#1263)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


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


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 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 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.

Redundant expression "this (#264)" inContext (#258-267)
Remove redundant statements if they congest code but offer no value.

Additional information: link

SPACExDOGE.includeInReward(address) (#895-906) has costly operations inside a loop:
- _excluded.pop() (#902)
Use a local variable to hold the loop computation result.

Additional information: link

SPACExDOGE._getBurnAmounts(uint256) (#958-963) performs a multiplication on the result of a division:
-tBurnAmount = amount.mul(_burnRate).div(10 ** DIVISION_FACTOR) (#960)
-rBurnAmount = tBurnAmount.mul(_currentRate) (#961)
Consider ordering multiplication before division.

Additional information: link

SPACExDOGE.addLiquidity(uint256,uint256) (#1178-1191) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
Ensure that all the return values of the function calls are used.

Additional information: link

SPACExDOGE.allowance(address,address).owner (#826) shadows:
- Ownable.owner() (#439-441) (function)
SPACExDOGE._approve(address,address,uint256).owner (#1067) shadows:
- Ownable.owner() (#439-441) (function)
Rename the local variables that shadow another component.

Additional information: link

SPACExDOGE._decimals (#731) should be constant
SPACExDOGE._feeSupplyCap (#727) should be constant
SPACExDOGE._name (#729) should be constant
SPACExDOGE._symbol (#730) should be constant
SPACExDOGE.dropTechSwitch (#756) should be constant
SPACExDOGE.totalDonated (#741) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

SPACExDOGE.setCoolOffUnits(uint256) (#918-920) should emit an event for:
- _coolOffUnits = coolOffUnits (#919)
SPACExDOGE.setTaxFeePercent(uint256) (#930-933) should emit an event for:
- _taxFee = taxFee (#932)
SPACExDOGE.setLiquidityFeePercent(uint256) (#935-938) should emit an event for:
- _liquidityFee = liquidityFee (#937)
SPACExDOGE.setBurnRate(uint256) (#940-943) should emit an event for:
- _burnRate = amount (#942)
SPACExDOGE.setLiquifyAmount(uint256) (#1243-1245) should emit an event for:
- numTokensSellToAddToLiquidity = amount (#1244)
SPACExDOGE.setDropDivisor(uint256) (#1251-1254) should emit an event for:
- DROP_DIVISOR = _DROP_DIVISOR (#1253)
Emit an event for critical parameter changes.

Additional information: link

SPACExDOGE.setPair(address)._uniswapV2Pair (#789) lacks a zero-check on :
- uniswapV2Pair = _uniswapV2Pair (#790)
SPACExDOGE.setLiqHolder(address).liq_holder (#792) lacks a zero-check on :
- LIQUIDITY_HOLDER = liq_holder (#793)
SPACExDOGE.setCharityWallet(address)._charityWallet (#1256) lacks a zero-check on :
- CHARITY_WALLET = _charityWallet (#1257)
SPACExDOGE.transferXS(address).recipient (#1267) lacks a zero-check on :
- recipient.transfer(address(this).balance) (#1268)
Check that the address is not zero.

Additional information: link

Reentrancy in SPACExDOGE._transfer(address,address,uint256) (#1075-1135):
External calls:
- swapAndLiquify(contractTokenBalance) (#1113)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1113)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _liquidityFee = _previousLiquidityFee (#1060)
- _liquidityFee = 0 (#1055)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _previousLiquidityFee = _liquidityFee (#1052)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _previousTaxFee = _taxFee (#1051)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _tFeeTotal = _tFeeTotal.add(tFee) (#955)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- _taxFee = _previousTaxFee (#1059)
- _taxFee = 0 (#1054)
- _burn(from,tBurnAmount,rBurnAmount) (#1128)
- _totalBurned = _totalBurned.add(tBurnAmount) (#973)
Reentrancy in SPACExDOGE.swapAndLiquify(uint256) (#1137-1158):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
- addLiquidity(otherHalf,newBalance) (#1155)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1155)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1155)
- _allowances[owner][spender] = amount (#1071)
Reentrancy in SPACExDOGE.transferFrom(address,address,uint256) (#835-839):
External calls:
- _transfer(sender,recipient,amount) (#836)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
External calls sending eth:
- _transfer(sender,recipient,amount) (#836)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#837)
- _allowances[owner][spender] = amount (#1071)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in SPACExDOGE._transfer(address,address,uint256) (#1075-1135):
External calls:
- swapAndLiquify(contractTokenBalance) (#1113)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1113)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
Event emitted after the call(s):
- Transfer(sender,address(0),tBurnAmount) (#975)
- _burn(from,tBurnAmount,rBurnAmount) (#1128)
- Transfer(sender,recipient,tTransferAmount) (#1220)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- Transfer(sender,recipient,tTransferAmount) (#1230)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- Transfer(sender,recipient,tTransferAmount) (#1240)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
- Transfer(sender,recipient,tTransferAmount) (#915)
- _tokenTransfer(from,to,amount,takeFee) (#1133)
Reentrancy in SPACExDOGE.swapAndLiquify(uint256) (#1137-1158):
External calls:
- swapTokensForEth(half) (#1149)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
- addLiquidity(otherHalf,newBalance) (#1155)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1155)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1072)
- addLiquidity(otherHalf,newBalance) (#1155)
- SwapAndLiquify(half,newBalance,otherHalf) (#1157)
Reentrancy in SPACExDOGE.transferFrom(address,address,uint256) (#835-839):
External calls:
- _transfer(sender,recipient,amount) (#836)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1169-1175)
External calls sending eth:
- _transfer(sender,recipient,amount) (#836)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,LIQUIDITY_HOLDER,block.timestamp) (#1183-1190)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1072)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#837)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#486-491) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 7 days) (#488)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#291-300) uses assembly
- INLINE ASM (#298)
Address._functionCallWithValue(address,bytes,uint256,string) (#384-405) uses assembly
- INLINE ASM (#397-400)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#384-405) is never used and should be removed
Address.functionCall(address,bytes) (#344-346) is never used and should be removed
Address.functionCall(address,bytes,string) (#354-356) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#369-371) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#379-382) is never used and should be removed
Address.isContract(address) (#291-300) is never used and should be removed
Address.sendValue(address,uint256) (#318-324) is never used and should be removed
Context._msgData() (#263-266) is never used and should be removed
SafeMath.mod(uint256,uint256) (#236-238) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#252-255) is never used and should be removed
Remove unused functions.

Additional information: link

SPACExDOGE._rTotal (#725) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
SPACExDOGE._previousTaxFee (#735) is set pre-construction with a non-constant function or state variable:
- _taxFee
SPACExDOGE._previousLiquidityFee (#738) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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

Low level call in Address.sendValue(address,uint256) (#318-324):
- (success) = recipient.call{value: amount}() (#322)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#384-405):
- (success,returndata) = target.call{value: weiValue}(data) (#388)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#530) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#531) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#548) is not in mixedCase
Function IUniswapV2Router01.WETH() (#570) is not in mixedCase
Parameter SPACExDOGE.setPair(address)._uniswapV2Pair (#789) is not in mixedCase
Parameter SPACExDOGE.setLiqHolder(address).liq_holder (#792) is not in mixedCase
Parameter SPACExDOGE.setSwapAndLiquifyEnabled(bool)._enabled (#945) is not in mixedCase
Parameter SPACExDOGE.calculateTaxFee(uint256)._amount (#1036) is not in mixedCase
Parameter SPACExDOGE.calculateLiquidityFee(uint256)._amount (#1042) is not in mixedCase
Parameter SPACExDOGE.setDropDivisor(uint256)._DROP_DIVISOR (#1251) is not in mixedCase
Parameter SPACExDOGE.setCharityWallet(address)._charityWallet (#1256) is not in mixedCase
Parameter SPACExDOGE.withdrawAnyToken(address,address,uint256)._recipient (#1260) is not in mixedCase
Parameter SPACExDOGE.withdrawAnyToken(address,address,uint256)._ERC20address (#1260) is not in mixedCase
Parameter SPACExDOGE.withdrawAnyToken(address,address,uint256)._amount (#1260) is not in mixedCase
Variable SPACExDOGE._coolOffBlock (#716) is not in mixedCase
Variable SPACExDOGE._feeSupplyCap (#727) is not in mixedCase
Variable SPACExDOGE._taxFee (#734) is not in mixedCase
Variable SPACExDOGE._liquidityFee (#737) is not in mixedCase
Variable SPACExDOGE.CHARITY_WALLET (#742) is not in mixedCase
Variable SPACExDOGE.LIQUIDITY_HOLDER (#743) is not in mixedCase
Variable SPACExDOGE._burnRate (#745) is not in mixedCase
Variable SPACExDOGE._totalBurned (#746) is not in mixedCase
Variable SPACExDOGE.DROP_DIVISOR (#748) is not in mixedCase
Variable SPACExDOGE._coolOffUnits (#758) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#575) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#576)
Variable SPACExDOGE.CHARITY_WALLET (#742) is too similar to SPACExDOGE.setCharityWallet(address)._charityWallet (#1256)
Variable SPACExDOGE._getBurnAmounts(uint256).rBurnAmount (#961) is too similar to SPACExDOGE._burn(address,uint256,uint256).tBurnAmount (#965)
Variable SPACExDOGE._getBurnAmounts(uint256).rBurnAmount (#961) is too similar to SPACExDOGE._transfer(address,address,uint256).tBurnAmount (#1126)
Variable SPACExDOGE._getBurnAmounts(uint256).rBurnAmount (#961) is too similar to SPACExDOGE.burn(uint256).tBurnAmount (#983)
Variable SPACExDOGE._burn(address,uint256,uint256).rBurnAmount (#965) is too similar to SPACExDOGE._transfer(address,address,uint256).tBurnAmount (#1126)
Variable SPACExDOGE.burn(uint256).rBurnAmount (#984) is too similar to SPACExDOGE._transfer(address,address,uint256).tBurnAmount (#1126)
Variable SPACExDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#1224) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Variable SPACExDOGE._transferStandard(address,address,uint256).rTransferAmount (#1215) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#908) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE._getValues(uint256).rTransferAmount (#992) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1007) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#1234) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1007) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE._getValues(uint256).rTransferAmount (#992) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#1234) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#1224) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#1224) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#1224) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._transferStandard(address,address,uint256).rTransferAmount (#1215) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#908) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._transferStandard(address,address,uint256).rTransferAmount (#1215) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE._transferStandard(address,address,uint256).rTransferAmount (#1215) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#1224) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE.burn(uint256).rBurnAmount (#984) is too similar to SPACExDOGE._burn(address,uint256,uint256).tBurnAmount (#965)
Variable SPACExDOGE._burn(address,uint256,uint256).rBurnAmount (#965) is too similar to SPACExDOGE.burn(uint256).tBurnAmount (#983)
Variable SPACExDOGE._transfer(address,address,uint256).rBurnAmount (#1126) is too similar to SPACExDOGE._burn(address,uint256,uint256).tBurnAmount (#965)
Variable SPACExDOGE._transfer(address,address,uint256).rBurnAmount (#1126) is too similar to SPACExDOGE.burn(uint256).tBurnAmount (#983)
Variable SPACExDOGE._getBurnAmounts(uint256).rBurnAmount (#961) is too similar to SPACExDOGE._getBurnAmounts(uint256).tBurnAmount (#960)
Variable SPACExDOGE.burn(uint256).rBurnAmount (#984) is too similar to SPACExDOGE.burn(uint256).tBurnAmount (#983)
Variable SPACExDOGE.burn(uint256).rBurnAmount (#984) is too similar to SPACExDOGE._getBurnAmounts(uint256).tBurnAmount (#960)
Variable SPACExDOGE._burn(address,uint256,uint256).rBurnAmount (#965) is too similar to SPACExDOGE._getBurnAmounts(uint256).tBurnAmount (#960)
Variable SPACExDOGE._transfer(address,address,uint256).rBurnAmount (#1126) is too similar to SPACExDOGE._transfer(address,address,uint256).tBurnAmount (#1126)
Variable SPACExDOGE._burn(address,uint256,uint256).rBurnAmount (#965) is too similar to SPACExDOGE._burn(address,uint256,uint256).tBurnAmount (#965)
Variable SPACExDOGE._transfer(address,address,uint256).rBurnAmount (#1126) is too similar to SPACExDOGE._getBurnAmounts(uint256).tBurnAmount (#960)
Variable SPACExDOGE._transferStandard(address,address,uint256).rTransferAmount (#1215) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#874) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#908) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1007) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Variable SPACExDOGE._getValues(uint256).rTransferAmount (#992) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#1234) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE._transferToExcluded(address,address,uint256).rTransferAmount (#1224) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1007) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#874) is too similar to SPACExDOGE._transferBothExcluded(address,address,uint256).tTransferAmount (#908)
Variable SPACExDOGE._getValues(uint256).rTransferAmount (#992) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Variable SPACExDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#1234) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#874) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#908) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1007) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE._getValues(uint256).rTransferAmount (#992) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#874) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Variable SPACExDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#908) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Variable SPACExDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#874) is too similar to SPACExDOGE._transferFromExcluded(address,address,uint256).tTransferAmount (#1234)
Variable SPACExDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#1234) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._getValues(uint256).rTransferAmount (#992) is too similar to SPACExDOGE._transferStandard(address,address,uint256).tTransferAmount (#1215)
Variable SPACExDOGE._transferStandard(address,address,uint256).rTransferAmount (#1215) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Variable SPACExDOGE.reflectionFromToken(uint256,bool).rTransferAmount (#874) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1007) is too similar to SPACExDOGE._getValues(uint256).tTransferAmount (#991)
Variable SPACExDOGE._transferBothExcluded(address,address,uint256).rTransferAmount (#908) is too similar to SPACExDOGE._getTValues(uint256).tTransferAmount (#999)
Variable SPACExDOGE._transferFromExcluded(address,address,uint256).rTransferAmount (#1234) is too similar to SPACExDOGE._transferToExcluded(address,address,uint256).tTransferAmount (#1224)
Prevent variables from having similar names.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#458-461)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#467-471)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#473-475)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#478-483)
unlock() should be declared external:
- Ownable.unlock() (#486-491)
setPair(address) should be declared external:
- SPACExDOGE.setPair(address) (#789-791)
setLiqHolder(address) should be declared external:
- SPACExDOGE.setLiqHolder(address) (#792-794)
setRouter(address) should be declared external:
- SPACExDOGE.setRouter(address) (#795-797)
name() should be declared external:
- SPACExDOGE.name() (#800-802)
symbol() should be declared external:
- SPACExDOGE.symbol() (#804-806)
decimals() should be declared external:
- SPACExDOGE.decimals() (#808-810)
transfer(address,uint256) should be declared external:
- SPACExDOGE.transfer(address,uint256) (#821-824)
allowance(address,address) should be declared external:
- SPACExDOGE.allowance(address,address) (#826-828)
approve(address,uint256) should be declared external:
- SPACExDOGE.approve(address,uint256) (#830-833)
transferFrom(address,address,uint256) should be declared external:
- SPACExDOGE.transferFrom(address,address,uint256) (#835-839)
increaseAllowance(address,uint256) should be declared external:
- SPACExDOGE.increaseAllowance(address,uint256) (#841-844)
decreaseAllowance(address,uint256) should be declared external:
- SPACExDOGE.decreaseAllowance(address,uint256) (#846-849)
isExcludedFromReward(address) should be declared external:
- SPACExDOGE.isExcludedFromReward(address) (#851-853)
totalFees() should be declared external:
- SPACExDOGE.totalFees() (#855-857)
deliver(uint256) should be declared external:
- SPACExDOGE.deliver(uint256) (#859-866)
reflectionFromToken(uint256,bool) should be declared external:
- SPACExDOGE.reflectionFromToken(uint256,bool) (#868-877)
excludeFromReward(address) should be declared external:
- SPACExDOGE.excludeFromReward(address) (#885-893)
setCoolOffUnits(uint256) should be declared external:
- SPACExDOGE.setCoolOffUnits(uint256) (#918-920)
excludeFromFee(address) should be declared external:
- SPACExDOGE.excludeFromFee(address) (#922-924)
includeInFee(address) should be declared external:
- SPACExDOGE.includeInFee(address) (#926-928)
setBurnRate(uint256) should be declared external:
- SPACExDOGE.setBurnRate(uint256) (#940-943)
setSwapAndLiquifyEnabled(bool) should be declared external:
- SPACExDOGE.setSwapAndLiquifyEnabled(bool) (#945-948)
burn(uint256) should be declared external:
- SPACExDOGE.burn(uint256) (#978-988)
isExcludedFromFee(address) should be declared external:
- SPACExDOGE.isExcludedFromFee(address) (#1063-1065)
setLiquifyAmount(uint256) should be declared external:
- SPACExDOGE.setLiquifyAmount(uint256) (#1243-1245)
setCharityFee(uint256) should be declared external:
- SPACExDOGE.setCharityFee(uint256) (#1247-1249)
setDropDivisor(uint256) should be declared external:
- SPACExDOGE.setDropDivisor(uint256) (#1251-1254)
setCharityWallet(address) should be declared external:
- SPACExDOGE.setCharityWallet(address) (#1256-1258)
withdrawAnyToken(address,address,uint256) should be declared external:
- SPACExDOGE.withdrawAnyToken(address,address,uint256) (#1260-1265)
transferXS(address) should be declared external:
- SPACExDOGE.transferXS(address) (#1267-1269)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Average 30d PancakeSwap volume is low.


Average 30d number of PancakeSwap swaps is low.


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

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


Twitter account link seems to be invalid


Unable to find token on CoinHunt

Additional information: link


Unable to find code repository for the project


Token has relatively low CoinMarketCap rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for SPACExDOGE