TokyoMoon Token Logo

TMOON [TokyoMoon] Token

About TMOON

Listings

Not Found
Token 2 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 30 November 2021

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

Reentrancy in TOKYOMOON.claimXRP(address) (#1102-1136):
External calls:
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
State variables written after the call(s):
- _isWithdrawing = false (#1135)
Apply the check-effects-interactions pattern.

Additional information: link

TOKYOMOON.TeamReleaseLiquidity() (#1416-1426) ignores return value by liquidityToken.transfer(TeamWallet,amount) (#1424)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link

TOKYOMOON.claimXRP(address) (#1102-1136) uses a dangerous strict equality:
- amount == 0 (#1119)
Don't use strict equality to determine if an account has enough Ether or tokens.

Additional information: link


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.

TOKYOMOON.slitherConstructorConstantVariables() (#753-1544) uses literals with too many digits:
- InitialSupply = 500000000000 * 10 ** _decimals (#771)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

TeamRemoveRemainingBNB() should be declared external:
- TOKYOMOON.TeamRemoveRemainingBNB() (#1459-1464)
Use the external attribute for functions never called from the contract.

Additional information: link

TOKYOMOON.TeamRemoveLiquidity(bool) (#1428-1457) ignores return value by _pancakeRouter.removeLiquidityETHSupportingFeeOnTransferTokens(address(this),amount,0,0,address(this),block.timestamp) (#1441-1448)
Ensure that all the return values of the function calls are used.

Additional information: link

TOKYOMOON._approve(address,address,uint256).owner (#1510) shadows:
- Ownable.owner() (#237-239) (function)
Rename the local variables that shadow another component.

Additional information: link

TOKYOMOON.TeamUpdateLimits(uint256,uint256) (#1369-1386) should emit an event for:
- balanceLimit = newBalanceLimit (#1384)
- sellLimit = newSellLimit (#1385)
Emit an event for critical parameter changes.

Additional information: link

TOKYOMOON.SetupLiquidityTokenAddress(address).liquidityTokenAddress (#1398) lacks a zero-check on :
- _liquidityTokenAddress = liquidityTokenAddress (#1399)
Check that the address is not zero.

Additional information: link

Reentrancy in TOKYOMOON.transferFrom(address,address,uint256) (#1518-1526):
External calls:
- _transfer(sender,recipient,amount) (#1519)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1519)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
State variables written after the call(s):
- _approve(sender,msg.sender,currentAllowance - amount) (#1524)
- _allowances[owner][spender] = amount (#1514)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in TOKYOMOON.transferFrom(address,address,uint256) (#1518-1526):
External calls:
- _transfer(sender,recipient,amount) (#1519)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(amount,0,path,address(this),block.timestamp) (#1190-1196)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
External calls sending eth:
- _transfer(sender,recipient,amount) (#1519)
- _pancakeRouter.addLiquidityETH{value: bnbamount}(address(this),tokenamount,0,0,address(this),block.timestamp) (#1202-1209)
- _pancakeRouter.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,addr,block.timestamp) (#1128-1132)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1515)
- _approve(sender,msg.sender,currentAllowance - amount) (#1524)
Apply the check-effects-interactions pattern.

Additional information: link

TOKYOMOON.TeamRemoveRemainingBNB() (#1459-1464) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp >= _liquidityUnlockTime,Not yet unlocked) (#1460)
Avoid relying on block.timestamp.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#438-455) uses assembly
- INLINE ASM (#447-450)
Do not use evm assembly.

Additional information: link

TOKYOMOON._isTeam(address) (#813-815) is never used and should be removed
Remove unused functions.

Additional information: link

TOKYOMOON.sellLimit (#795) is set pre-construction with a non-constant function or state variable:
- _circulatingSupply
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

solc-0.8.4 is not recommended for deployment
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 TOKYOMOON.TeamRemoveRemainingBNB() (#1459-1464):
- (sent) = TeamWallet.call{value: (address(this).balance)}() (#1462)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Constant TOKYOMOON.DistributionMultiplier (#991) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.

Additional information: link

Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#77) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#78)
Prevent variables from having similar names.

Additional information: link

Holders:


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


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


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 TMOON