Tsukiverse: Galactic Adventures Token Logo

TSUGA [Tsukiverse: Galactic Adventures] Token

About TSUGA

Listings

Token 2 years

Tsukiverse: Galactic Galaxy will be an endless runner game that takes place on the moon. Players will be able to play as characters from the Tsukiverse such as Tsuki and Kasei. Pick up coins in the game and then convert them to real cryptocurrency! Avoid aliens chasing you down and dodge obstacles to progress further and earn rewards.In order to play the game, users must hold $TSUGA. Support the project and get rewarded by converting in-game score to $TSUGA. Their mission has always been to accomplish something more than just being another “Meme Coin"!!

Social

Laser Scorebeta Last Audit: 30 November 2021

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

Anti-Scam

Links


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

Tsukiverse.addLiquidity(uint256,uint256) (#1662-1676) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1668-1675)
Ensure that an arbitrary user cannot withdraw unauthorized funds.

Additional information: link

Reentrancy in DividendPayingToken._withdrawDividendOfUser(address,address) (#1132-1148):
External calls:
- (success) = to.call{value: _withdrawableDividend}() (#1137)
State variables written after the call(s):
- withdrawnDividends[user] = withdrawnDividends[user].sub(_withdrawableDividend) (#1140)
Apply the check-effects-interactions pattern.

Additional information: link

ERC20._allowances (#783) is never initialized. It is used in:
- ERC20.allowance(address,address) (#866-868)
- ERC20.transferFrom(address,address,uint256) (#895-903)
- ERC20.increaseAllowance(address,uint256) (#917-920)
- ERC20.decreaseAllowance(address,uint256) (#936-939)
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

Tsukiverse.reinvesting (#1298) is written in both
reinvesting = true (#1482)
reinvesting = false (#1484)
Fix or remove the writes.

Additional information: link


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.

Contract name (Tsukiverse: Galactic Adventures) 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.

Reentrancy in Tsukiverse.updateDividendTracker(address) (#1378-1393):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1385)
- newDividendTracker.excludeFromDividends(address(this)) (#1386)
- newDividendTracker.excludeFromDividends(owner()) (#1387)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1388)
State variables written after the call(s):
- dividendTracker = newDividendTracker (#1392)
Apply the check-effects-interactions pattern.

Additional information: link

Tsukiverse.addLiquidity(uint256,uint256) (#1662-1676) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1668-1675)
Ensure that all the return values of the function calls are used.

Additional information: link

DividendPayingToken.constructor(string,string)._symbol (#1089) shadows:
- ERC20._symbol (#788) (state variable)
Rename the local variables that shadow another component.

Additional information: link

Tsukiverse.setLimits(uint256,uint256) (#1691-1694) should emit an event for:
- swapTokensAtAmount = swapTokensMin (#1692)
Emit an event for critical parameter changes.

Additional information: link

Reentrancy in Tsukiverse.swapAndLiquify(uint256) (#1619-1641):
External calls:
- swapTokensForEth(half) (#1632)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1592-1598)
- addLiquidity(otherHalf,newBalance) (#1638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1668-1675)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#1638)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (#1668-1675)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1638)
- _allowances[owner][spender] = amount (#1031)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Tsukiverse.updateDividendTracker(address) (#1378-1393):
External calls:
- newDividendTracker.excludeFromDividends(address(newDividendTracker)) (#1385)
- newDividendTracker.excludeFromDividends(address(this)) (#1386)
- newDividendTracker.excludeFromDividends(owner()) (#1387)
- newDividendTracker.excludeFromDividends(address(uniswapV2Router)) (#1388)
Event emitted after the call(s):
- UpdateDividendTracker(newAddress,address(dividendTracker)) (#1390)
Apply the check-effects-interactions pattern.

Additional information: link

Tsukiverse.reinvestInactive(address) (#1446-1461) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp.sub(_lastTransfer) > 7257600,TOKEN: Account must have been inactive for at least 12 weeks) (#1451)
Avoid relying on block.timestamp.

Additional information: link

SafeMathInt.mul(int256,int256) (#373-380) is never used and should be removed
Remove unused functions.

Additional information: link

Tsukiverse.buyerTotalFee (#1311) is set pre-construction with a non-constant function or state variable:
- ethRewardsFee.add(marketingFee).add(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

Pragma version^0.6.2 (#16) 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

Low level call in Tsukiverse.swapAndDistribute() (#1644-1660):
- (success) = address(dividendTracker).call{value: dividends}() (#1655)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Variable Tsukiverse._maxTxAmount (#1306) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#597)" inContext (#591-600)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in Tsukiverse.swapAndDistribute() (#1644-1660):
External calls:
- teamAddress.transfer(devPortion.div(2)) (#1651)
- marketingAddress.transfer(devPortion.div(2)) (#1652)
External calls sending eth:
- teamAddress.transfer(devPortion.div(2)) (#1651)
- marketingAddress.transfer(devPortion.div(2)) (#1652)
- (success) = address(dividendTracker).call{value: dividends}() (#1655)
Event emitted after the call(s):
- SendDividends(dividends) (#1658)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#25) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#26)
Prevent variables from having similar names.

Additional information: link

Tsukiverse.slitherConstructorVariables() (#1291-1710) uses literals with too many digits:
- _maxTxAmount = 10000000 * (10 ** 18) (#1306)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

SafeMathInt.MAX_INT256 (#368) is never used in SafeMathInt (#366-424)
Remove unused state variables.

Additional information: link

Tsukiverse.teamAddress (#1302) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

setTrading(bool) should be declared external:
- Tsukiverse.setTrading(bool) (#1706-1708)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Token is deployed only at one blockchain


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Unable to find Youtube account


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


Unable to find token/project description on the website or on BscScan, CoinMarketCap


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


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


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 TSUGA