AstroSpaces.io Token Logo

SPACES [AstroSpaces.io] Token

About SPACES

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

What is AstroSpaces.io?
AstroSpaces.io is building a Web3 integrated social network for all crypto communities! The platform is split into two main products: Coin spaces and community platform. Coin spaces are information board rooms where users are able to chat live with each other, find information about the specific coins and the teams behind those coins. The community platform

What benefits does holding SPACES add to holders?
As with any social network platform the platform will generate revenues from advertising, listings, account upgrades etc. On AstroSpaces the currency for any and all transactions are bound to the SPACES token and therefore directly reflected by tokenomics. As the token utilise rewards mechanism to reward holders in BNB, holders should continue to increasingly be rewarded as the platforms activity and engagements grow.

Holders holding $SPACES in a Web3 compatible wallet will be able to upgrade their account, remove ads and enable unique holder-features including lowered swapping fees when swapping tokens in the coin-spaces!

What platform features are currently live?
Integrated account upgrades
OpenSea NFT integration
Communication spaces for listed coins
Team profile connection
KYC verification with Veriff integration
0x project swap integration
Referral system
Live portfolio tracker
Rewards trackers
Audit partner dashboard for auditing firms
Community driven supported fuel station
Everything expected on a social network
Tokenomics:
7–10% rewards (7% for buy and 12% for sell) 4% marketing 1% development

Rewards from the tokenomics are distributed once a day depending on volume, as each transaction is limited to a set count of distributions to keep gas at a minimum. There’s no need to claim rewards manually but you could do so from your account if needed.

Who are the founders of SPACES?
AstroSpaces.io is developed by Jonathan Stoker. The platform is owned by AstroSpaces LLC which was incorporated on January 1st 2022 by Jonathan Stoker and Frederik Filskov. Frederik came on to the project as a passive investor to secure funding for the early and ongoing development process.

Laser Scorebeta Last Audit: 22 August 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601) sends eth to arbitrary user
Dangerous calls:
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in AstroSpaces._transfer(address,address,uint256) (#1475-1549):
External calls:
- swapAndDistributeBNB(swapTokensAtAmount) (#1502)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
External calls sending eth:
- swapAndDistributeBNB(swapTokensAtAmount) (#1502)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
State variables written after the call(s):
- super._transfer(from,address(this),fees) (#1531)
- _balances[sender] = senderBalance - amount (#303)
- _balances[recipient] += amount (#305)
- super._transfer(from,to,amount) (#1534)
- _balances[sender] = senderBalance - amount (#303)
- _balances[recipient] += amount (#305)
- accDividendFee = accDividendFee.add(forDividends) (#1527)
- accMarketingFee = accMarketingFee.add(forMarketing) (#1526)
- accProductFee = accProductFee.add(forProduct) (#1525)
- swapping = false (#1503)
Reentrancy in DividendPayingToken._withdrawDividendOfUser(address) (#840-856):
External calls:
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#845)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#848)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
State variables written after the call(s):
- accMarketingFee = 1 (#1585)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
State variables written after the call(s):
- accProductFee = 1 (#1592)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
State variables written after the call(s):
- accDividendFee = 1 (#1599)
Apply the check-effects-interactions pattern.

Additional information: link

AstroSpaces.withdrawStuckTokens(address,uint256) (#1603-1605) ignores return value by IERC20(_token).transfer(msg.sender,_amount) (#1604)
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.

Reentrancy in AstroSpaces.updateDividendTracker(address) (#1356-1370):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1363)
- newDividendTracker.excludeFromDividends(address(this)) (#1364)
- newDividendTracker.excludeFromDividends(address(pancakeRouter)) (#1365)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1369)
Apply the check-effects-interactions pattern.

Additional information: link

AstroSpaces._transfer(address,address,uint256).claims (#1542) is a local variable never initialized
AstroSpaces._transfer(address,address,uint256).iterations (#1542) is a local variable never initialized
AstroSpaces._transfer(address,address,uint256).lastProcessedIndex (#1542) 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

AstroSpaces.claim() (#1453-1455) ignores return value by dividendTracker.processAccount(address(msg.sender),false) (#1454)
AstroSpaces._transfer(address,address,uint256) (#1475-1549) ignores return value by dividendTracker.process(gas) (#1542-1547)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken._withdrawDividendOfUser(address) (#840-856) has external calls inside a loop: (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#845)
Favor pull over push strategy for external calls.

Additional information: link

Variable 'AstroSpaces._transfer(address,address,uint256).iterations (#1542)' in AstroSpaces._transfer(address,address,uint256) (#1475-1549) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1543)
Variable 'AstroSpaces._transfer(address,address,uint256).claims (#1542)' in AstroSpaces._transfer(address,address,uint256) (#1475-1549) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1543)
Variable 'AstroSpaces._transfer(address,address,uint256).lastProcessedIndex (#1542)' in AstroSpaces._transfer(address,address,uint256) (#1475-1549) potentially used before declaration: ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1543)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

Reentrancy in AstroSpaces.constructor() (#1272-1292):
External calls:
- updatePancakeRouter(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#1275)
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1297-1298)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (#1301)
- dividendTracker.excludeFromDividends(pancakePair) (#1302)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1278)
- dividendTracker.excludeFromDividends(address(this)) (#1279)
- dividendTracker.excludeFromDividends(address(0)) (#1280)
State variables written after the call(s):
- _mint(owner(),10 ** 12 * (10 ** decimals())) (#1291)
- _balances[account] += amount (#327)
- excludeFromAllLimits(owner(),true) (#1282)
- _isExcludedFromFees[account] = status (#1311)
- excludeFromAllLimits(address(this),true) (#1283)
- _isExcludedFromFees[account] = status (#1311)
- _mint(owner(),10 ** 12 * (10 ** decimals())) (#1291)
- _totalSupply += amount (#326)
- canTransferBeforeTradingIsEnabled[owner()] = true (#1285)
Reentrancy in AstroSpacesDividendTracker.processAccount(address,bool) (#1806-1816):
External calls:
- amount = _withdrawDividendOfUser(account) (#1807)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#845)
State variables written after the call(s):
- lastClaimTimes[account] = block.timestamp (#1810)
Reentrancy in AstroSpaces.updatePancakeRouter(address) (#1293-1305):
External calls:
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1297-1298)
State variables written after the call(s):
- pancakePair = _pancakePair (#1299)
Reentrancy in AstroSpaces.updatePancakeRouter(address) (#1293-1305):
External calls:
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1297-1298)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (#1301)
- dividendTracker.excludeFromDividends(pancakePair) (#1302)
State variables written after the call(s):
- excludeFromAllLimits(newAddress,true) (#1304)
- _isExcludedFromFees[account] = status (#1311)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in AstroSpaces._transfer(address,address,uint256) (#1475-1549):
External calls:
- swapAndDistributeBNB(swapTokensAtAmount) (#1502)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
External calls sending eth:
- swapAndDistributeBNB(swapTokensAtAmount) (#1502)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
Event emitted after the call(s):
- Transfer(sender,recipient,amount) (#307)
- super._transfer(from,to,amount) (#1534)
- Transfer(sender,recipient,amount) (#307)
- super._transfer(from,address(this),fees) (#1531)
Reentrancy in AstroSpaces._transfer(address,address,uint256) (#1475-1549):
External calls:
- swapAndDistributeBNB(swapTokensAtAmount) (#1502)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
- dividendTracker.setBalance(address(from),balanceOf(from)) (#1536)
- dividendTracker.setBalance(address(to),balanceOf(to)) (#1537)
- dividendTracker.process(gas) (#1542-1547)
External calls sending eth:
- swapAndDistributeBNB(swapTokensAtAmount) (#1502)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
Event emitted after the call(s):
- ErrorInProcess(msg.sender) (#1546)
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,true,gas,tx.origin) (#1543)
Reentrancy in AstroSpaces.constructor() (#1272-1292):
External calls:
- updatePancakeRouter(0x10ED43C718714eb63d5aA57B78B54704E256024E) (#1275)
- _pancakePair = IPancakeFactory(pancakeRouter.factory()).createPair(address(this),pancakeRouter.WETH()) (#1297-1298)
- dividendTracker.excludeFromDividends(address(pancakeRouter)) (#1301)
- dividendTracker.excludeFromDividends(pancakePair) (#1302)
- dividendTracker.excludeFromDividends(address(dividendTracker)) (#1278)
- dividendTracker.excludeFromDividends(address(this)) (#1279)
- dividendTracker.excludeFromDividends(address(0)) (#1280)
Event emitted after the call(s):
- Transfer(address(0),account,amount) (#328)
- _mint(owner(),10 ** 12 * (10 ** decimals())) (#1291)
Reentrancy in AstroSpacesDividendTracker.processAccount(address,bool) (#1806-1816):
External calls:
- amount = _withdrawDividendOfUser(account) (#1807)
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#845)
Event emitted after the call(s):
- Claim(account,amount,automatic) (#1811)
Reentrancy in AstroSpaces.processDividendTracker(uint256) (#1448-1451):
External calls:
- (iterations,claims,lastProcessedIndex) = dividendTracker.process(gas) (#1449)
Event emitted after the call(s):
- ProcessedDividendTracker(iterations,claims,lastProcessedIndex,false,gas,tx.origin) (#1450)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
Event emitted after the call(s):
- CalculatedBNBForEachRecipient(forMarketing,forProduct,forDividends) (#1579)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
Event emitted after the call(s):
- SwapAndSendTo(accMarketingFee,forMarketing,MARKETING) (#1584)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
Event emitted after the call(s):
- SwapAndSendTo(accProductFee,forProduct,ANTI DUMP) (#1591)
Reentrancy in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
External calls:
- swapTokensForEth(tokens) (#1572)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
External calls sending eth:
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
Event emitted after the call(s):
- SwapAndSendTo(accDividendFee,forDividends,DIVIDENDS) (#1598)
Reentrancy in AstroSpaces.swapTokensForEth(uint256) (#1551-1569):
External calls:
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1561-1567)
Event emitted after the call(s):
- FinishSwapTokensForEth(address(this).balance) (#1568)
Reentrancy in AstroSpaces.updateDividendTracker(address) (#1356-1370):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1363)
- newDividendTracker.excludeFromDividends(address(this)) (#1364)
- newDividendTracker.excludeFromDividends(address(pancakeRouter)) (#1365)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1367)
Apply the check-effects-interactions pattern.

Additional information: link

AstroSpacesDividendTracker.getAccount(address) (#1670-1711) uses timestamp for comparisons
Dangerous comparisons:
- nextClaimTime > block.timestamp (#1708-1710)
AstroSpacesDividendTracker.canAutoClaim(uint256) (#1732-1738) uses timestamp for comparisons
Dangerous comparisons:
- lastClaimTime > block.timestamp (#1733)
- block.timestamp.sub(lastClaimTime) >= claimWait (#1737)
Avoid relying on block.timestamp.

Additional information: link

Context._msgData() (#8-10) is never used and should be removed
DividendPayingToken._transfer(address,address,uint256) (#896-902) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#648-657) is never used and should be removed
SafeMath.mod(uint256,uint256) (#608-610) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#674-683) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#625-634) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#479-485) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#521-526) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#533-538) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#504-514) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#492-497) is never used and should be removed
SafeMathInt.div(int256,int256) (#447-453) is never used and should be removed
SafeMathInt.mul(int256,int256) (#437-445) is never used and should be removed
Remove unused functions.

Additional information: link

AstroSpaces.swapTokensAtAmount (#1207) is set pre-construction with a non-constant function or state variable:
- 50 * (10 ** decimals())
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 DividendPayingToken._withdrawDividendOfUser(address) (#840-856):
- (success) = user.call{gas: 3000,value: _withdrawableDividend}() (#845)
Low level call in AstroSpaces.swapAndDistributeBNB(uint256) (#1571-1601):
- (success) = address(marketingWallet).call{value: forMarketing}() (#1581)
- (success,None) = address(productWallet).call{value: forProduct}() (#1588)
- (success,None) = address(dividendTracker).call{value: forDividends}() (#1595)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

name() should be declared external:
- ERC20.name() (#131-133)
symbol() should be declared external:
- ERC20.symbol() (#139-141)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#182-185)
allowance(address,address) should be declared external:
- ERC20.allowance(address,address) (#190-192)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#201-204)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#219-233)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#247-250)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#266-274)
get(IterableMapping.Map,address) should be declared external:
- IterableMapping.get(IterableMapping.Map,address) (#695-697)
getIndexOfKey(IterableMapping.Map,address) should be declared external:
- IterableMapping.getIndexOfKey(IterableMapping.Map,address) (#699-704)
getKeyAtIndex(IterableMapping.Map,uint256) should be declared external:
- IterableMapping.getKeyAtIndex(IterableMapping.Map,uint256) (#706-708)
size(IterableMapping.Map) should be declared external:
- IterableMapping.size(IterableMapping.Map) (#712-714)
withdrawDividend() should be declared external:
- AstroSpacesDividendTracker.withdrawDividend() (#1638-1640)
- DividendPayingToken.withdrawDividend() (#834-836)
dividendOf(address) should be declared external:
- DividendPayingToken.dividendOf(address) (#862-864)
withdrawnDividendOf(address) should be declared external:
- DividendPayingToken.withdrawnDividendOf(address) (#876-878)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#977-980)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#986-990)
updateDividendTracker(address) should be declared external:
- AstroSpaces.updateDividendTracker(address) (#1356-1370)
excludeFromFees(address,bool) should be declared external:
- AstroSpaces.excludeFromFees(address,bool) (#1372-1377)
excludeMultipleAccountsFromFees(address[],bool) should be declared external:
- AstroSpaces.excludeMultipleAccountsFromFees(address[],bool) (#1379-1385)
updateGasForProcessing(uint256) should be declared external:
- AstroSpaces.updateGasForProcessing(uint256) (#1387-1392)
isExcludedFromFees(address) should be declared external:
- AstroSpaces.isExcludedFromFees(address) (#1410-1412)
withdrawableDividendOf(address) should be declared external:
- AstroSpaces.withdrawableDividendOf(address) (#1414-1416)
dividendTokenBalanceOf(address) should be declared external:
- AstroSpaces.dividendTokenBalanceOf(address) (#1418-1420)
withdrawStuckTokens(address,uint256) should be declared external:
- AstroSpaces.withdrawStuckTokens(address,uint256) (#1603-1605)
getAccountAtIndex(uint256) should be declared external:
- AstroSpacesDividendTracker.getAccountAtIndex(uint256) (#1713-1730)
process(uint256) should be declared external:
- AstroSpacesDividendTracker.process(uint256) (#1759-1804)
Use the external attribute for functions never called from the contract.

Additional information: link

Contract name (AstroSpaces.io) contains non-alphanumeric characters.
Not a direct threat, but may indicate unreliable intentions of developer. Non-alphanumeric chars (,.;!#*&") are extremely rare among low risk tokens.

Pragma version^0.8.0 (#2) allows old versions
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

AstroSpaces.updatePancakeRouter(address)._pancakePair (#1297-1298) lacks a zero-check on :
- pancakePair = _pancakePair (#1299)
Check that the address is not zero.

Additional information: link

DividendPayingToken.constructor(string,string)._name (#795) shadows:
- ERC20._name (#111) (state variable)
DividendPayingToken.constructor(string,string)._symbol (#795) shadows:
- ERC20._symbol (#112) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Parameter DividendPayingToken.dividendOf(address)._owner (#862) is not in mixedCase
Parameter DividendPayingToken.withdrawableDividendOf(address)._owner (#869) is not in mixedCase
Parameter DividendPayingToken.withdrawnDividendOf(address)._owner (#876) is not in mixedCase
Parameter DividendPayingToken.accumulativeDividendOf(address)._owner (#886) is not in mixedCase
Constant DividendPayingToken.magnitude (#775) is not in UPPER_CASE_WITH_UNDERSCORES
Function IPancakePair.DOMAIN_SEPARATOR() (#1024) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#1025) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#1042) is not in mixedCase
Function IPancakeRouter01.WETH() (#1062) is not in mixedCase
Parameter AstroSpaces.setBuyFees(uint256,uint256,uint256)._ProductFee (#1319) is not in mixedCase
Parameter AstroSpaces.setBuyFees(uint256,uint256,uint256)._MarketingFee (#1319) is not in mixedCase
Parameter AstroSpaces.setBuyFees(uint256,uint256,uint256)._DividendFee (#1319) is not in mixedCase
Parameter AstroSpaces.setSellFees(uint256,uint256,uint256)._SellProductFee (#1328) is not in mixedCase
Parameter AstroSpaces.setSellFees(uint256,uint256,uint256)._SellMarketingFee (#1328) is not in mixedCase
Parameter AstroSpaces.setSellFees(uint256,uint256,uint256)._SellDividendFee (#1328) is not in mixedCase
Parameter AstroSpaces.withdrawStuckTokens(address,uint256)._token (#1603) is not in mixedCase
Parameter AstroSpaces.withdrawStuckTokens(address,uint256)._amount (#1603) is not in mixedCase
Parameter AstroSpacesDividendTracker.getAccount(address)._account (#1670) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#1067) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#1068)
Variable DividendPayingToken._withdrawDividendOfUser(address)._withdrawableDividend (#841) is too similar to AstroSpacesDividendTracker.getAccount(address).withdrawableDividends (#1674)
Prevent variables from having similar names.

Additional information: link

AstroSpaces.updateGasForProcessing(uint256) (#1387-1392) uses literals with too many digits:
- require(bool,string)(newValue >= 200000 && newValue <= 500000,AstroSpaces: gasForProcessing must be between 200,000 and 500,000) (#1388)
AstroSpaces.slitherConstructorVariables() (#1195-1606) uses literals with too many digits:
- gasForProcessing = 300000 (#1222)
AstroSpacesDividendTracker.getAccountAtIndex(uint256) (#1713-1730) uses literals with too many digits:
- (0x0000000000000000000000000000000000000000,- 1,- 1,0,0,0,0,0) (#1724)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Ownable._previousOwner (#942) is never used in AstroSpaces (#1195-1606)
Ownable._previousOwner (#942) is never used in AstroSpacesDividendTracker (#1608-1818)
Remove unused state variables.

Additional information: link

Ownable._previousOwner (#942) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

Holders:

Contract has 12% buy tax and 15% 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 low.


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 Youtube account


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Token has relatively low CoinMarketCap rank

Price for SPACES

News for SPACES