Xmas Inu Token Logo

XMASINU [Xmas Inu] Token

About XMASINU

Listings

Not Found
Token 21 months

Description

Not Found

Social

Laser Scorebeta Last Audit: 22 December 2021

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


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

Reentrancy in XMASINU._transfer(address,address,uint256) (#1058-1102):
External calls:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1014)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1203)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1194)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1195)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#902)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1214)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1205)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1215)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#904)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _rTotal = _rTotal.sub(rFee) (#969)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1016)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1213)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#901)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1204)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#903)
Reentrancy in XMASINU.airdrop(address,uint256) (#831-835):
External calls:
- _transfer(_msgSender(),recipient,amount * 10 ** 9) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- _transfer(_msgSender(),recipient,amount * 10 ** 9) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- restoreAllFee() (#834)
- _liquidityFee = _previousLiquidityFee (#1043)
- restoreAllFee() (#834)
- _taxFee = _previousTaxFee (#1042)
Reentrancy in XMASINU.airdropInternal(address,uint256) (#837-841):
External calls:
- _transfer(_msgSender(),recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- _transfer(_msgSender(),recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- restoreAllFee() (#840)
- _liquidityFee = _previousLiquidityFee (#1043)
- restoreAllFee() (#840)
- _taxFee = _previousTaxFee (#1042)
Apply the check-effects-interactions pattern.

Additional information: link

XMASINU.claimOtherTokens(IERC20,address) (#936-938) ignores return value by tokenAddress.transfer(walletaddress,tokenAddress.balanceOf(address(this))) (#937)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

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.

Reentrancy in XMASINU._transfer(address,address,uint256) (#1058-1102):
External calls:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _liquidityFee = _previousLiquidityFee (#1043)
- _liquidityFee = 0 (#1038)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _previousLiquidityFee = _liquidityFee (#1035)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _previousTaxFee = _taxFee (#1034)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _tFeeTotal = _tFeeTotal.add(tFee) (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _taxFee = _previousTaxFee (#1042)
- _taxFee = 0 (#1037)
Reentrancy in XMASINU.constructor() (#754-770):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#759-760)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#766)
- _isExcludedFromFee[address(this)] = true (#767)
- uniswapV2Router = _uniswapV2Router (#763)
Reentrancy in XMASINU.swapAndLiquify(uint256) (#1104-1128):
External calls:
- swapTokensForEth(half) (#1117)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
- addLiquidity(otherHalf,newBalance) (#1125)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
External calls sending eth:
- address(marketingWallet).transfer(marketingshare) (#1122)
- addLiquidity(otherHalf,newBalance) (#1125)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1125)
- _allowances[owner][spender] = amount (#1054)
Reentrancy in XMASINU.transferFrom(address,address,uint256) (#807-811):
External calls:
- _transfer(sender,recipient,amount) (#808)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- _transfer(sender,recipient,amount) (#808)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#809)
- _allowances[owner][spender] = amount (#1054)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (#281-290) uses assembly
- INLINE ASM (#288)
Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) uses assembly
- INLINE ASM (#387-390)
Do not use evm assembly.

Additional information: link

XMASINU (#697-1222) should inherit from IAirdrop (#693-695)
Inherit from the missing interface or contract.

Additional information: link

Redundant expression "this (#254)" inContext (#247-257)
Remove redundant statements if they congest code but offer no value.

Additional information: link

XMASINU.addLiquidity(uint256,uint256) (#1148-1161) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
Ensure that all the return values of the function calls are used.

Additional information: link

XMASINU.allowance(address,address).owner (#798) shadows:
- Ownable.owner() (#429-431) (function)
XMASINU._approve(address,address,uint256).owner (#1050) shadows:
- Ownable.owner() (#429-431) (function)
Rename the local variables that shadow another component.

Additional information: link

XMASINU.setSwapThresholdAmount(uint256) (#926-929) should emit an event for:
- numTokensSellToAddToLiquidity = SwapThresholdAmount * 10 ** 9 (#928)
Emit an event for critical parameter changes.

Additional information: link

XMASINU.setMarketingWallet(address).walletAddress (#918) lacks a zero-check on :
- marketingWallet = walletAddress (#919)
XMASINU.clearStuckBalance(address).walletaddress (#940) lacks a zero-check on :
- walletaddress.transfer(address(this).balance) (#941)
Check that the address is not zero.

Additional information: link

XMASINU.swapTokensForEth(uint256) (#1130-1146) has external calls inside a loop: path[1] = uniswapV2Router.WETH() (#1134)
XMASINU.swapTokensForEth(uint256) (#1130-1146) has external calls inside a loop: uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
XMASINU.swapAndLiquify(uint256) (#1104-1128) has external calls inside a loop: address(marketingWallet).transfer(marketingshare) (#1122)
XMASINU.addLiquidity(uint256,uint256) (#1148-1161) has external calls inside a loop: uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
Favor pull over push strategy for external calls.

Additional information: link

XMASINU.removeAllFee() (#1031-1039) has costly operations inside a loop:
- _previousTaxFee = _taxFee (#1034)
XMASINU.removeAllFee() (#1031-1039) has costly operations inside a loop:
- _previousLiquidityFee = _liquidityFee (#1035)
XMASINU.removeAllFee() (#1031-1039) has costly operations inside a loop:
- _taxFee = 0 (#1037)
XMASINU.removeAllFee() (#1031-1039) has costly operations inside a loop:
- _liquidityFee = 0 (#1038)
XMASINU.lockTheSwap() (#748-752) has costly operations inside a loop:
- inSwapAndLiquify = true (#749)
XMASINU.lockTheSwap() (#748-752) has costly operations inside a loop:
- inSwapAndLiquify = false (#751)
XMASINU._reflectFee(uint256,uint256) (#968-971) has costly operations inside a loop:
- _rTotal = _rTotal.sub(rFee) (#969)
XMASINU._reflectFee(uint256,uint256) (#968-971) has costly operations inside a loop:
- _tFeeTotal = _tFeeTotal.add(tFee) (#970)
XMASINU.restoreAllFee() (#1041-1044) has costly operations inside a loop:
- _taxFee = _previousTaxFee (#1042)
XMASINU.restoreAllFee() (#1041-1044) has costly operations inside a loop:
- _liquidityFee = _previousLiquidityFee (#1043)
XMASINU.includeInReward(address) (#887-898) has costly operations inside a loop:
- _excluded.pop() (#894)
Use a local variable to hold the loop computation result.

Additional information: link

Reentrancy in XMASINU._transfer(address,address,uint256) (#1058-1102):
External calls:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1198)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- Transfer(sender,recipient,tTransferAmount) (#1218)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- Transfer(sender,recipient,tTransferAmount) (#1208)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- Transfer(sender,recipient,tTransferAmount) (#907)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
Reentrancy in XMASINU.constructor() (#754-770):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#759-760)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#769)
Reentrancy in XMASINU.swapAndLiquify(uint256) (#1104-1128):
External calls:
- swapTokensForEth(half) (#1117)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
- addLiquidity(otherHalf,newBalance) (#1125)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
External calls sending eth:
- address(marketingWallet).transfer(marketingshare) (#1122)
- addLiquidity(otherHalf,newBalance) (#1125)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1055)
- addLiquidity(otherHalf,newBalance) (#1125)
- SwapAndLiquify(half,newBalance,otherHalf) (#1127)
Reentrancy in XMASINU.transferFrom(address,address,uint256) (#807-811):
External calls:
- _transfer(sender,recipient,amount) (#808)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1139-1145)
External calls sending eth:
- _transfer(sender,recipient,amount) (#808)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1055)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#809)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#374-395) is never used and should be removed
Address.functionCall(address,bytes) (#334-336) is never used and should be removed
Address.functionCall(address,bytes,string) (#344-346) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#359-361) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#369-372) is never used and should be removed
Address.isContract(address) (#281-290) is never used and should be removed
Address.sendValue(address,uint256) (#308-314) is never used and should be removed
Context._msgData() (#253-256) is never used and should be removed
SafeMath.mod(uint256,uint256) (#225-227) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#241-244) is never used and should be removed
Remove unused functions.

Additional information: link

XMASINU._rTotal (#717) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
XMASINU._previousTaxFee (#726) is set pre-construction with a non-constant function or state variable:
- _taxFee
XMASINU._previousLiquidityFee (#729) 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

Pragma version^0.8.9 (#18) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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 Address.sendValue(address,uint256) (#308-314):
- (success) = recipient.call{value: amount}() (#312)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#374-395):
- (success,returndata) = target.call{value: weiValue}(data) (#378)
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() (#518) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#519) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#536) is not in mixedCase
Function IUniswapV2Router01.WETH() (#557) is not in mixedCase
Parameter XMASINU.setSwapThresholdAmount(uint256).SwapThresholdAmount (#926) is not in mixedCase
Parameter XMASINU.setSwapAndLiquifyEnabled(bool)._enabled (#960) is not in mixedCase
Parameter XMASINU.calculateTaxFee(uint256)._amount (#1019) is not in mixedCase
Parameter XMASINU.calculateLiquidityFee(uint256)._amount (#1025) is not in mixedCase
Variable XMASINU._taxFee (#725) is not in mixedCase
Variable XMASINU._liquidityFee (#728) is not in mixedCase
Variable XMASINU._maxTxAmount (#737) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Reentrancy in XMASINU._transfer(address,address,uint256) (#1058-1102):
External calls:
- swapAndLiquify(contractTokenBalance) (#1089)
- address(marketingWallet).transfer(marketingshare) (#1122)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1089)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _liquidityFee = _previousLiquidityFee (#1043)
- _liquidityFee = 0 (#1038)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _previousLiquidityFee = _liquidityFee (#1035)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _previousTaxFee = _taxFee (#1034)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1014)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1203)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1194)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1195)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#902)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1214)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1205)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1215)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#904)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _rTotal = _rTotal.sub(rFee) (#969)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _tFeeTotal = _tFeeTotal.add(tFee) (#970)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1016)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1213)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#901)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1204)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#903)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- _taxFee = _previousTaxFee (#1042)
- _taxFee = 0 (#1037)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1198)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- Transfer(sender,recipient,tTransferAmount) (#1218)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- Transfer(sender,recipient,tTransferAmount) (#1208)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
- Transfer(sender,recipient,tTransferAmount) (#907)
- _tokenTransfer(from,to,amount,takeFee) (#1101)
Reentrancy in XMASINU.airdrop(address,uint256) (#831-835):
External calls:
- _transfer(_msgSender(),recipient,amount * 10 ** 9) (#833)
- address(marketingWallet).transfer(marketingshare) (#1122)
External calls sending eth:
- _transfer(_msgSender(),recipient,amount * 10 ** 9) (#833)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- restoreAllFee() (#834)
- _liquidityFee = _previousLiquidityFee (#1043)
- restoreAllFee() (#834)
- _taxFee = _previousTaxFee (#1042)
Reentrancy in XMASINU.airdropInternal(address,uint256) (#837-841):
External calls:
- _transfer(_msgSender(),recipient,amount) (#839)
- address(marketingWallet).transfer(marketingshare) (#1122)
External calls sending eth:
- _transfer(_msgSender(),recipient,amount) (#839)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- restoreAllFee() (#840)
- _liquidityFee = _previousLiquidityFee (#1043)
- restoreAllFee() (#840)
- _taxFee = _previousTaxFee (#1042)
Reentrancy in XMASINU.swapAndLiquify(uint256) (#1104-1128):
External calls:
- address(marketingWallet).transfer(marketingshare) (#1122)
External calls sending eth:
- address(marketingWallet).transfer(marketingshare) (#1122)
- addLiquidity(otherHalf,newBalance) (#1125)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1125)
- _allowances[owner][spender] = amount (#1054)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1055)
- addLiquidity(otherHalf,newBalance) (#1125)
- SwapAndLiquify(half,newBalance,otherHalf) (#1127)
Reentrancy in XMASINU.transferFrom(address,address,uint256) (#807-811):
External calls:
- _transfer(sender,recipient,amount) (#808)
- address(marketingWallet).transfer(marketingshare) (#1122)
External calls sending eth:
- _transfer(sender,recipient,amount) (#808)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1153-1160)
- address(marketingWallet).transfer(marketingshare) (#1122)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#809)
- _allowances[owner][spender] = amount (#1054)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1055)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#809)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#562) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#563)
Variable XMASINU._transferStandard(address,address,uint256).rTransferAmount (#1193) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Variable XMASINU._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Variable XMASINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1212) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU._transferStandard(address,address,uint256).rTransferAmount (#1193) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1212) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU._transferStandard(address,address,uint256).rTransferAmount (#1193) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1212) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU._getValues(uint256).rTransferAmount (#975) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU._transferStandard(address,address,uint256).rTransferAmount (#1193) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU._transferToExcluded(address,address,uint256).rTransferAmount (#1202) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1212) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._transferToExcluded(address,address,uint256).rTransferAmount (#1202) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU._transferToExcluded(address,address,uint256).rTransferAmount (#1202) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU._transferStandard(address,address,uint256).rTransferAmount (#1193) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#990) is too similar to XMASINU._getTValues(uint256).tTransferAmount (#982)
Variable XMASINU.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#990) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Variable XMASINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#990) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._transferStandard(address,address,uint256).rTransferAmount (#1193) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._getValues(uint256).rTransferAmount (#975) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Variable XMASINU._getValues(uint256).rTransferAmount (#975) is too similar to XMASINU._transferFromExcluded(address,address,uint256).tTransferAmount (#1212)
Variable XMASINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#990) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._transferToExcluded(address,address,uint256).rTransferAmount (#1202) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Variable XMASINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1212) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Variable XMASINU._getValues(uint256).rTransferAmount (#975) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._transferToExcluded(address,address,uint256).rTransferAmount (#1202) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#990) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._transferFromExcluded(address,address,uint256).rTransferAmount (#1212) is too similar to XMASINU._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable XMASINU._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#990) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU._getValues(uint256).rTransferAmount (#975) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._transferToExcluded(address,address,uint256).rTransferAmount (#1202) is too similar to XMASINU._getValues(uint256).tTransferAmount (#974)
Variable XMASINU._getValues(uint256).rTransferAmount (#975) is too similar to XMASINU._transferToExcluded(address,address,uint256).tTransferAmount (#1202)
Variable XMASINU.reflectionFromToken(uint256,bool).rTransferAmount (#867) is too similar to XMASINU._transferStandard(address,address,uint256).tTransferAmount (#1193)
Prevent variables from having similar names.

Additional information: link

XMASINU.upliftTxAmount() (#922-924) uses literals with too many digits:
- _maxTxAmount = 69000000000000000000000 * 10 ** 9 (#923)
XMASINU.setSwapThresholdAmount(uint256) (#926-929) uses literals with too many digits:
- require(bool,string)(SwapThresholdAmount > 69000000,Swap Threshold Amount cannot be less than 69 Million) (#927)
XMASINU.slitherConstructorVariables() (#697-1222) uses literals with too many digits:
- _tTotal = 69000000000000000000000 * 10 ** 9 (#716)
XMASINU.slitherConstructorVariables() (#697-1222) uses literals with too many digits:
- _maxTxAmount = 990000000000000000000 * 10 ** 9 (#737)
XMASINU.slitherConstructorVariables() (#697-1222) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 690000000000000000000 * 10 ** 9 (#738)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

XMASINU._decimals (#723) should be constant
XMASINU._name (#721) should be constant
XMASINU._symbol (#722) should be constant
XMASINU._tTotal (#716) should be constant
XMASINU.botscantrade (#711) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#448-451)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#457-461)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#463-465)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#468-473)
unlock() should be declared external:
- Ownable.unlock() (#476-481)
name() should be declared external:
- XMASINU.name() (#772-774)
symbol() should be declared external:
- XMASINU.symbol() (#776-778)
decimals() should be declared external:
- XMASINU.decimals() (#780-782)
totalSupply() should be declared external:
- XMASINU.totalSupply() (#784-786)
transfer(address,uint256) should be declared external:
- XMASINU.transfer(address,uint256) (#793-796)
allowance(address,address) should be declared external:
- XMASINU.allowance(address,address) (#798-800)
approve(address,uint256) should be declared external:
- XMASINU.approve(address,uint256) (#802-805)
transferFrom(address,address,uint256) should be declared external:
- XMASINU.transferFrom(address,address,uint256) (#807-811)
increaseAllowance(address,uint256) should be declared external:
- XMASINU.increaseAllowance(address,uint256) (#813-816)
decreaseAllowance(address,uint256) should be declared external:
- XMASINU.decreaseAllowance(address,uint256) (#818-821)
isExcludedFromReward(address) should be declared external:
- XMASINU.isExcludedFromReward(address) (#823-825)
totalFees() should be declared external:
- XMASINU.totalFees() (#827-829)
deliver(uint256) should be declared external:
- XMASINU.deliver(uint256) (#852-859)
reflectionFromToken(uint256,bool) should be declared external:
- XMASINU.reflectionFromToken(uint256,bool) (#861-870)
excludeFromReward(address) should be declared external:
- XMASINU.excludeFromReward(address) (#878-885)
excludeFromFee(address) should be declared external:
- XMASINU.excludeFromFee(address) (#910-912)
includeInFee(address) should be declared external:
- XMASINU.includeInFee(address) (#914-916)
setMarketingWallet(address) should be declared external:
- XMASINU.setMarketingWallet(address) (#918-920)
claimTokens() should be declared external:
- XMASINU.claimTokens() (#931-934)
getBotWalletStatus(address) should be declared external:
- XMASINU.getBotWalletStatus(address) (#952-954)
setSwapAndLiquifyEnabled(bool) should be declared external:
- XMASINU.setSwapAndLiquifyEnabled(bool) (#960-963)
isExcludedFromFee(address) should be declared external:
- XMASINU.isExcludedFromFee(address) (#1046-1048)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


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.


Twitter account has less than 100 followers


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Twitter account has few posts


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

Additional information: link


Unable to find token on CoinGecko

Additional information: link


Unable to find token on CoinMarketCap

Additional information: link


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


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


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


Unable to find code repository for the project


Young tokens have high risks of price dump / death


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death

Price for XMASINU

News for XMASINU