🎄🎅 XMASMETA combined P2E, NFT's Art, and wallet in one platform with low tax fees 🎅🎄
TG : https://t.co/lENT6qjlIn
Discord : https://t.co/W9GFDh93rN
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
Xmasmeta.swapAndLiquify(uint256) (#1244-1284) sends eth to arbitrary user
Dangerous calls:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in Xmasmeta._transfer(address,address,uint256) (#1128-1180):
External calls:
- swapAndLiquify(contractTokenBalance) (#1153)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1153)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
State variables written after the call(s):
- _devFee = _buydevFee (#1167)
- _devFee = _selldevFee (#1171)
- _devFee = _buydevFee (#1175)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _devFee = _previousdevFee (#1355)
- _devFee = 0 (#1349)
- _liquidityFee = _buyLiquidityFee (#1166)
- _liquidityFee = _sellLiquidityFee (#1170)
- _liquidityFee = _buyLiquidityFee (#1174)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _liquidityFee = _previousLiquidityFee (#1354)
- _liquidityFee = 0 (#1348)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousLiquidityFee = _liquidityFee (#1344)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousTaxFee = _taxFee (#1343)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _previousdevFee = _devFee (#1345)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1400)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1360)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1369)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1380)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1361)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1390)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1371)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1381)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1392)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#1407)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _tBalances[sender] = _tBalances[sender].sub(tAmount) (#1379)
- _tBalances[address(this)] = _tBalances[address(this)].add(tLiquidity) (#1402)
- _tBalances[sender] = _tBalances[sender].sub(tAmount) (#1389)
- _tBalances[recipient] = _tBalances[recipient].add(_tv.tTransferAmount) (#1370)
- _tBalances[recipient] = _tBalances[recipient].add(_tv.tTransferAmount) (#1391)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1408)
- _taxFee = _buyTaxFee (#1165)
- _taxFee = _sellTaxFee (#1169)
- _taxFee = _buyTaxFee (#1173)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- _taxFee = _previousTaxFee (#1353)
- _taxFee = 0 (#1347)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
State variables written after the call(s):
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _devFee = _previousdevFee (#1355)
- _devFee = 0 (#1349)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _liquidityFee = _previousLiquidityFee (#1354)
- _liquidityFee = 0 (#1348)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _taxFee = _previousTaxFee (#1353)
- _taxFee = 0 (#1347)
Apply the check-effects-interactions pattern.
Additional information: link
Xmasmeta.transferTokens(address,uint256) (#1096-1099) ignores return value by token.transfer(recepient,amount) (#1098)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.
Additional information: link
Xmasmeta._tdevTotal (#865) is never initialized. It is used in:
- Xmasmeta.totaldevFees() (#1020-1022)
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
Xmasmeta.reflectionFromToken(uint256,bool)._tv_scope_1 (#1116) is a storage variable never initialized
Xmasmeta.reflectionFromToken(uint256,bool)._rv_scope_0 (#1116) is a storage variable never initialized
Initialize all storage variables.
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.
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.
Xmasmeta.addLiquidity(uint256,uint256,address) (#1325-1338) ignores return value by pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
Ensure that all the return values of the function calls are used.
Additional information: link
Xmasmeta.swapAndLiquify(uint256) (#1244-1284) performs a multiplication on the result of a division:
-devBalance = newBalance.div(totalLiqFee).mul(_devFee) (#1263)
Xmasmeta.swapAndLiquify(uint256) (#1244-1284) performs a multiplication on the result of a division:
-devPortion = otherHalf.div(totalLiqFee).mul(_devFee) (#1264)
Consider ordering multiplication before division.
Additional information: link
Xmasmeta._getRValues(uint256,uint256,uint256,uint256,uint256)._rv (#1206) is a local variable never initialized
Xmasmeta._getTValues(uint256)._tv (#1197) 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
Xmasmeta.allowance(address,address).owner (#994) shadows:
- Ownable.owner() (#785-787) (function)
Xmasmeta._approve(address,address,uint256).owner (#1182) shadows:
- Ownable.owner() (#785-787) (function)
Rename the local variables that shadow another component.
Additional information: link
Xmasmeta.includeInReward(address) (#1046-1057) has costly operations inside a loop:
- _excluded.pop() (#1053)
Use a local variable to hold the loop computation result.
Additional information: link
Xmasmeta.setBuyTaxFeePercent(uint256) (#1063-1065) should emit an event for:
- _buyTaxFee = taxFee (#1064)
Xmasmeta.setSellTaxFeePercent(uint256) (#1067-1069) should emit an event for:
- _sellTaxFee = taxFee (#1068)
Xmasmeta.setBuyLiquidityFeePercent(uint256) (#1071-1073) should emit an event for:
- _buyLiquidityFee = liquidityFee (#1072)
Xmasmeta.setSellLiquidityFeePercent(uint256) (#1075-1077) should emit an event for:
- _sellLiquidityFee = liquidityFee (#1076)
Xmasmeta.setBuydevFeePercent(uint256) (#1079-1081) should emit an event for:
- _buydevFee = devFee (#1080)
Xmasmeta.setSelldevFeePercent(uint256) (#1083-1085) should emit an event for:
- _selldevFee = devFee (#1084)
Xmasmeta.newMaxTxnLimits(uint256,uint256) (#1101-1106) should emit an event for:
- _buyMaxTxAmount = maxBuy * 10 ** 9 (#1104)
- _sellMaxTxAmount = maxSell * 10 ** 9 (#1105)
Emit an event for critical parameter changes.
Additional information: link
Xmasmeta.setdevAddress(address).devAddress (#1087) lacks a zero-check on :
- _devAddress = devAddress (#1088)
Check that the address is not zero.
Additional information: link
Variable 'Xmasmeta.reflectionFromToken(uint256,bool)._tv (#1111)' in Xmasmeta.reflectionFromToken(uint256,bool) (#1108-1121) potentially used before declaration: (_rv,_tv) = _getValues(tAmount) (#1116)
Variable 'Xmasmeta.reflectionFromToken(uint256,bool)._rv (#1111)' in Xmasmeta.reflectionFromToken(uint256,bool) (#1108-1121) potentially used before declaration: (_rv,_tv) = _getValues(tAmount) (#1116)
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 Xmasmeta.constructor() (#909-938):
External calls:
- pancakePair = IPancakeFactory(_pancakeRouter.factory()).createPair(address(this),_pancakeRouter.WETH()) (#930)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#935)
- _isExcludedFromFee[address(this)] = true (#936)
- _isExcludedFromFee[_devAddress] = true (#937)
- pancakeRouter = _pancakeRouter (#932)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
State variables written after the call(s):
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _previousLiquidityFee = _liquidityFee (#1344)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _previousTaxFee = _taxFee (#1343)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _previousdevFee = _devFee (#1345)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1400)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1360)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1369)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1380)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1361)
- _rOwned[sender] = _rOwned[sender].sub(_rv.rAmount) (#1390)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1371)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1381)
- _rOwned[recipient] = _rOwned[recipient].add(_rv.rTransferAmount) (#1392)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _rTotalSupply = _rTotalSupply.sub(rFee) (#1407)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _tBalances[sender] = _tBalances[sender].sub(tAmount) (#1379)
- _tBalances[address(this)] = _tBalances[address(this)].add(tLiquidity) (#1402)
- _tBalances[sender] = _tBalances[sender].sub(tAmount) (#1389)
- _tBalances[recipient] = _tBalances[recipient].add(_tv.tTransferAmount) (#1370)
- _tBalances[recipient] = _tBalances[recipient].add(_tv.tTransferAmount) (#1391)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1408)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
State variables written after the call(s):
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- _allowances[owner][spender] = amount (#1186)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1280)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1280)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1280)
- _allowances[owner][spender] = amount (#1186)
Reentrancy in Xmasmeta.transferFrom(address,address,uint256) (#983-987):
External calls:
- _transfer(sender,recipient,amount) (#984)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- _transfer(sender,recipient,amount) (#984)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#985)
- _allowances[owner][spender] = amount (#1186)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in Xmasmeta._transfer(address,address,uint256) (#1128-1180):
External calls:
- swapAndLiquify(contractTokenBalance) (#1153)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1153)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
Event emitted after the call(s):
- Transfer(sender,recipient,_tv.tTransferAmount) (#1364)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- Transfer(sender,recipient,_tv.tTransferAmount) (#1384)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- Transfer(sender,recipient,_tv.tTransferAmount) (#1374)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
- Transfer(sender,recipient,_tv.tTransferAmount) (#1395)
- _tokenTransfer(from,to,amount,takeFee) (#1179)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
Event emitted after the call(s):
- Transfer(sender,recipient,_tv.tTransferAmount) (#1364)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- Transfer(sender,recipient,_tv.tTransferAmount) (#1374)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- Transfer(sender,recipient,_tv.tTransferAmount) (#1384)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
- Transfer(sender,recipient,_tv.tTransferAmount) (#1395)
- _tokenTransfer(address(this),_devAddress,devPortion,false) (#1273)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1187)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
Reentrancy in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
External calls:
- swapTokensForEth(half) (#1257)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1280)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
External calls sending eth:
- (sent) = _devAddress.call{value: devBalance}() (#1270)
- addLiquidity(devPortion,devBalance,_devAddress) (#1275)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1280)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1187)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1280)
- SwapAndLiquify(half,newBalance,otherHalf) (#1283)
Reentrancy in Xmasmeta.transferFrom(address,address,uint256) (#983-987):
External calls:
- _transfer(sender,recipient,amount) (#984)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- pancakeRouter.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1295-1301)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
External calls sending eth:
- _transfer(sender,recipient,amount) (#984)
- pancakeRouter.addLiquidityETH{value: bnbAmount}(address(this),tokenAmount,0,0,lp,block.timestamp) (#1330-1337)
- (sent) = _devAddress.call{value: devBalance}() (#1270)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1187)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#985)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#468-478) uses assembly
- INLINE ASM (#474-476)
Address.verifyCallResult(bool,bytes,string) (#635-655) uses assembly
- INLINE ASM (#647-650)
Do not use evm assembly.
Additional information: link
Address.functionCall(address,bytes) (#521-523) is never used and should be removed
Address.functionCall(address,bytes,string) (#531-537) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#550-556) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#564-575) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#609-611) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#619-628) is never used and should be removed
Address.functionStaticCall(address,bytes) (#583-585) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#593-602) is never used and should be removed
Address.isContract(address) (#468-478) is never used and should be removed
Address.sendValue(address,uint256) (#496-501) is never used and should be removed
Address.verifyCallResult(bool,bytes,string) (#635-655) is never used and should be removed
Ownable._msgData() (#760-763) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#407-416) is never used and should be removed
SafeMath.mod(uint256,uint256) (#367-369) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#433-442) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#238-244) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#280-285) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#292-297) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#263-273) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#251-256) is never used and should be removed
Xmasmeta.initialTransfer(address,address,uint256) (#1411-1416) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#496-501):
- (success) = recipient.call{value: amount}() (#499)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#564-575):
- (success,returndata) = target.call{value: value}(data) (#573)
Low level call in Address.functionStaticCall(address,bytes,string) (#593-602):
- (success,returndata) = target.staticcall(data) (#600)
Low level call in Address.functionDelegateCall(address,bytes,string) (#619-628):
- (success,returndata) = target.delegatecall(data) (#626)
Low level call in Xmasmeta.swapAndLiquify(uint256) (#1244-1284):
- (sent) = _devAddress.call{value: devBalance}() (#1270)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IPancakeRouter01.WETH() (#17) is not in mixedCase
Function IPancakePair.DOMAIN_SEPARATOR() (#184) is not in mixedCase
Function IPancakePair.PERMIT_TYPEHASH() (#185) is not in mixedCase
Function IPancakePair.MINIMUM_LIQUIDITY() (#202) is not in mixedCase
Struct Xmasmeta.tValues (#894-899) is not in CapWords
Struct Xmasmeta.rValues (#901-907) is not in CapWords
Parameter Xmasmeta.setSwapAndLiquifyEnabled(bool)._enabled (#1091) is not in mixedCase
Parameter Xmasmeta.calculateTaxFee(uint256)._amount (#1232) is not in mixedCase
Parameter Xmasmeta.calculateLiquidityFee(uint256)._amount (#1236) is not in mixedCase
Parameter Xmasmeta.calculatedevFee(uint256)._amount (#1240) is not in mixedCase
Constant Xmasmeta._name (#831) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Xmasmeta._symbol (#832) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Xmasmeta._decimals (#833) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Xmasmeta._tTotalSupply (#834) is not in UPPER_CASE_WITH_UNDERSCORES
Constant Xmasmeta.numTokensSellToAddToLiquidity (#849) is not in UPPER_CASE_WITH_UNDERSCORES
Variable Xmasmeta._devAddress (#879) is not in mixedCase
Constant Xmasmeta._pancakeRouterAddress (#882) is not in UPPER_CASE_WITH_UNDERSCORES
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#761)" inOwnable (#744-816)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#22) is too similar to IPancakeRouter01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#23)
Variable Xmasmeta._rTotalSupply (#852) is too similar to Xmasmeta._tTotalSupply (#834)
Prevent variables from having similar names.
Additional information: link
Xmasmeta.newMaxTxnLimits(uint256,uint256) (#1101-1106) uses literals with too many digits:
- require(bool,string)(maxBuy > 220000000000000,Can not reduce below 10K) (#1102)
Xmasmeta.newMaxTxnLimits(uint256,uint256) (#1101-1106) uses literals with too many digits:
- require(bool,string)(maxSell > 100000000000000,Can not reduce below 10K) (#1103)
Xmasmeta.slitherConstructorVariables() (#818-1418) uses literals with too many digits:
- _buyMaxTxAmount = 220000000000000 * 10 ** 9 (#835)
Xmasmeta.slitherConstructorVariables() (#818-1418) uses literals with too many digits:
- _sellMaxTxAmount = 220000000000000 * 10 ** 9 (#836)
Xmasmeta.slitherConstructorConstantVariables() (#818-1418) uses literals with too many digits:
- _tTotalSupply = 220000000000000 * 10 ** 9 (#834)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Xmasmeta._tdevTotal (#865) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#800-803)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#809-813)
name() should be declared external:
- Xmasmeta.name() (#949-951)
symbol() should be declared external:
- Xmasmeta.symbol() (#953-955)
decimals() should be declared external:
- Xmasmeta.decimals() (#957-959)
totalSupply() should be declared external:
- Xmasmeta.totalSupply() (#961-963)
getOwner() should be declared external:
- Xmasmeta.getOwner() (#970-972)
getMarketingAddress() should be declared external:
- Xmasmeta.getMarketingAddress() (#974-976)
transfer(address,uint256) should be declared external:
- Xmasmeta.transfer(address,uint256) (#978-981)
transferFrom(address,address,uint256) should be declared external:
- Xmasmeta.transferFrom(address,address,uint256) (#983-987)
approve(address,uint256) should be declared external:
- Xmasmeta.approve(address,uint256) (#989-992)
allowance(address,address) should be declared external:
- Xmasmeta.allowance(address,address) (#994-996)
increaseAllowance(address,uint256) should be declared external:
- Xmasmeta.increaseAllowance(address,uint256) (#998-1001)
decreaseAllowance(address,uint256) should be declared external:
- Xmasmeta.decreaseAllowance(address,uint256) (#1003-1006)
getSellFee() should be declared external:
- Xmasmeta.getSellFee() (#1008-1010)
getBuyFee() should be declared external:
- Xmasmeta.getBuyFee() (#1012-1014)
totalFees() should be declared external:
- Xmasmeta.totalFees() (#1016-1018)
totaldevFees() should be declared external:
- Xmasmeta.totaldevFees() (#1020-1022)
excludeFromFee(address) should be declared external:
- Xmasmeta.excludeFromFee(address) (#1024-1026)
includeInFee(address) should be declared external:
- Xmasmeta.includeInFee(address) (#1028-1030)
isExcludedFromFee(address) should be declared external:
- Xmasmeta.isExcludedFromFee(address) (#1032-1034)
excludeFromReward(address) should be declared external:
- Xmasmeta.excludeFromReward(address) (#1036-1044)
isExcludedFromReward(address) should be declared external:
- Xmasmeta.isExcludedFromReward(address) (#1059-1061)
setdevAddress(address) should be declared external:
- Xmasmeta.setdevAddress(address) (#1087-1089)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Xmasmeta.setSwapAndLiquifyEnabled(bool) (#1091-1094)
transferTokens(address,uint256) should be declared external:
- Xmasmeta.transferTokens(address,uint256) (#1096-1099)
newMaxTxnLimits(uint256,uint256) should be declared external:
- Xmasmeta.newMaxTxnLimits(uint256,uint256) (#1101-1106)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
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 contract audit
Unable to verify that token and website are owned by the same team (no listings + unable to find contract on website)
Unable to verify token contract address on the website
Unable to find audit 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
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
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
Telegram account has less than 100 subscribers
Last post in Twitter was more than 30 days ago
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account
Twitter account has few posts