Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) sends eth to arbitrary user
Dangerous calls:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in METAWORLD._transfer(address,address,uint256) (#1105-1149):
External calls:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _charityFee = _previousCharityFee (#1089)
- _charityFee = 0 (#1082)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _liquidityFee = _previousLiquidityFee (#1088)
- _liquidityFee = 0 (#1081)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1090)
- _marketingAndDevBudget = 0 (#1083)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousCharityFee = _charityFee (#1077)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousLiquidityFee = _liquidityFee (#1076)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1078)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _previousTaxFee = _taxFee (#1075)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1054)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1271)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1280)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#915)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1291)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1272)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1282)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1292)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#917)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _rTotal = _rTotal.sub(rFee) (#1009)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1010)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1056)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1290)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#914)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1281)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#916)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- _taxFee = _previousTaxFee (#1087)
- _taxFee = 0 (#1080)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _charityFee = _previousCharityFee (#1089)
- _charityFee = 0 (#1082)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _liquidityFee = _previousLiquidityFee (#1088)
- _liquidityFee = 0 (#1081)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1090)
- _marketingAndDevBudget = 0 (#1083)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _charityFee = _previousCharityFee (#1089)
- _charityFee = 0 (#1082)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _liquidityFee = _previousLiquidityFee (#1088)
- _liquidityFee = 0 (#1081)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _marketingAndDevBudget = _previousMarketingAndDevBudget (#1090)
- _marketingAndDevBudget = 0 (#1083)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _previousCharityFee = _charityFee (#1077)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _previousLiquidityFee = _liquidityFee (#1076)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1078)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _previousTaxFee = _taxFee (#1075)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1054)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1271)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1280)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#915)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1291)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1272)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1282)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1292)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#917)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _rTotal = _rTotal.sub(rFee) (#1009)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1010)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1056)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1290)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#914)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1281)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#916)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- _taxFee = _previousTaxFee (#1087)
- _taxFee = 0 (#1080)
Apply the check-effects-interactions pattern.
Additional information: link
METAWORLD._tokenTransfer(address,address,uint256,bool) (#1241-1267) contains a tautology or contradiction:
- balanceOf(sender).sub(amount).sub(receiedAmount) < 0 (#1244)
Fix the incorrect comparison by changing the value type or the comparison.
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.
METAWORLD.allowance(address,address).owner (#824) shadows:
- Ownable.owner() (#420-422) (function)
METAWORLD._approve(address,address,uint256).owner (#1097) shadows:
- Ownable.owner() (#420-422) (function)
Rename the local variables that shadow another component.
Additional information: link
METAWORLD.swapAndLiquify(uint256) (#1152-1203) performs a multiplication on the result of a division:
-charityBalance = newBalance.div(totalLiqFee).mul(_charityFee) (#1171)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) performs a multiplication on the result of a division:
-charityPortion = otherHalf.div(totalLiqFee).mul(_charityFee) (#1172)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) performs a multiplication on the result of a division:
-marketingBalance = newBalance.div(totalLiqFee).mul(_marketingAndDevBudget) (#1174)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) performs a multiplication on the result of a division:
-marketingPortion = otherHalf.div(totalLiqFee).mul(_marketingAndDevBudget) (#1175)
Consider ordering multiplication before division.
Additional information: link
METAWORLD.addLiquidity(uint256,uint256,address) (#1224-1237) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
Ensure that all the return values of the function calls are used.
Additional information: link
METAWORLD.setCharityFeePercent(uint256) (#947-952) should emit an event for:
- _charityFee = 0 (#948)
- _charityFee = charityFee (#950)
METAWORLD.setTaxFeePercent(uint256) (#954-959) should emit an event for:
- _taxFee = 0 (#955)
- _taxFee = taxFee (#957)
METAWORLD.setMarketingDevFeePercent(uint256) (#961-966) should emit an event for:
- _marketingAndDevBudget = 0 (#962)
- _marketingAndDevBudget = marketingAndDevBudget (#964)
METAWORLD.setLiquidityFeePercent(uint256) (#968-973) should emit an event for:
- _liquidityFee = 0 (#969)
- _liquidityFee = liquidityFee (#971)
METAWORLD.setMaxTxPercent(uint256) (#976-980) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 3) (#977-979)
METAWORLD.set(uint8,uint256) (#1324-1352) should emit an event for:
- _referEth = value (#1332)
- _referToken = value (#1334)
- salePrice = value (#1342)
- _buyBnb = value (#1347)
METAWORLD.updateUnlockPercentAirDrop(uint256) (#1417-1419) should emit an event for:
- unlockPercentAirDrop = _unlockPercentAirDrop (#1418)
METAWORLD.updateUnlockPercent(uint256) (#1420-1422) should emit an event for:
- unlockPercent = _unlockPercent (#1421)
Emit an event for critical parameter changes.
Additional information: link
METAWORLD.setCharityAddress(address).charity (#927) lacks a zero-check on :
- _charityAddress = charity (#928)
METAWORLD.setMarketingDevAddress(address).marketing (#931) lacks a zero-check on :
- _marketingDevAddress = marketing (#932)
Check that the address is not zero.
Additional information: link
Reentrancy in METAWORLD.constructor() (#773-790):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#779-780)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#786)
- _isExcludedFromFee[address(this)] = true (#787)
- uniswapV2Router = _uniswapV2Router (#783)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
State variables written after the call(s):
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _previousCharityFee = _charityFee (#1077)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _previousLiquidityFee = _liquidityFee (#1076)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _previousMarketingAndDevBudget = _marketingAndDevBudget (#1078)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _previousTaxFee = _taxFee (#1075)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#1054)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1271)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1280)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#915)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1291)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1272)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1282)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1292)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#917)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _rTotal = _rTotal.sub(rFee) (#1009)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _tFeeTotal = _tFeeTotal.add(tFee) (#1010)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#1056)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1290)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#914)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1281)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#916)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- _taxFee = _previousTaxFee (#1087)
- _taxFee = 0 (#1080)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
State variables written after the call(s):
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- _allowances[owner][spender] = amount (#1101)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
State variables written after the call(s):
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- _allowances[owner][spender] = amount (#1101)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1199)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1199)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
State variables written after the call(s):
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1199)
- _allowances[owner][spender] = amount (#1101)
Reentrancy in METAWORLD.transferFrom(address,address,uint256) (#833-838):
External calls:
- _transfer(sender,recipient,amount) (#835)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
External calls sending eth:
- _transfer(sender,recipient,amount) (#835)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#836)
- _allowances[owner][spender] = amount (#1101)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in METAWORLD._transfer(address,address,uint256) (#1105-1149):
External calls:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1136)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1275)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- Transfer(sender,recipient,tTransferAmount) (#1295)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- Transfer(sender,recipient,tTransferAmount) (#1285)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
- Transfer(sender,recipient,tTransferAmount) (#920)
- _tokenTransfer(from,to,amount,takeFee) (#1148)
Reentrancy in METAWORLD.constructor() (#773-790):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#779-780)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#789)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1275)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- Transfer(sender,recipient,tTransferAmount) (#1295)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- Transfer(sender,recipient,tTransferAmount) (#1285)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- Transfer(sender,recipient,tTransferAmount) (#920)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
- Transfer(address(this),0x0000000000000000000000000000000000000001,charityPortion) (#1185)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1102)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#1275)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- Transfer(sender,recipient,tTransferAmount) (#1295)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- Transfer(sender,recipient,tTransferAmount) (#1285)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- Transfer(sender,recipient,tTransferAmount) (#920)
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
- Transfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion) (#1193)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1102)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
Reentrancy in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
External calls:
- swapTokensForEth(half) (#1165)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1199)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
External calls sending eth:
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- addLiquidity(charityPortion,charityBalance,_charityAddress) (#1187)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
- addLiquidity(marketingPortion,marketingBalance,_marketingDevAddress) (#1195)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1199)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1102)
- addLiquidity(finalHalf,finalBalance,firstOwner()) (#1199)
- SwapAndLiquify(half,newBalance,otherHalf) (#1202)
Reentrancy in METAWORLD.transferFrom(address,address,uint256) (#833-838):
External calls:
- _transfer(sender,recipient,amount) (#835)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1215-1221)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
External calls sending eth:
- _transfer(sender,recipient,amount) (#835)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,charity,block.timestamp) (#1229-1236)
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1102)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#836)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#471-476) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#473)
METAWORLD.transfer(address,uint256) (#818-822) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[_msgSender()],Wallet is still locked) (#819)
METAWORLD.transferFrom(address,address,uint256) (#833-838) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _tLocked[sender],Wallet is still locked) (#834)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#269-278) uses assembly
- INLINE ASM (#276)
Address._functionCallWithValue(address,bytes,uint256,string) (#362-383) uses assembly
- INLINE ASM (#375-378)
Do not use evm assembly.
Additional information: link
METAWORLD.includeInReward(address) (#899-910) has costly operations inside a loop:
- _excluded.pop() (#906)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#362-383) is never used and should be removed
Address.functionCall(address,bytes) (#322-324) is never used and should be removed
Address.functionCall(address,bytes,string) (#332-334) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#347-349) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#357-360) is never used and should be removed
Address.isContract(address) (#269-278) is never used and should be removed
Address.sendValue(address,uint256) (#296-302) is never used and should be removed
Context._msgData() (#241-244) is never used and should be removed
SafeMath.mod(uint256,uint256) (#214-216) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#230-233) is never used and should be removed
Remove unused functions.
Additional information: link
METAWORLD._rTotal (#722) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
METAWORLD._previousTaxFee (#730) is set pre-construction with a non-constant function or state variable:
- _taxFee
METAWORLD._previousLiquidityFee (#733) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
METAWORLD._previousCharityFee (#736) is set pre-construction with a non-constant function or state variable:
- _charityFee
METAWORLD._previousMarketingAndDevBudget (#739) is set pre-construction with a non-constant function or state variable:
- _marketingAndDevBudget
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 Address.sendValue(address,uint256) (#296-302):
- (success) = recipient.call{value: amount}() (#300)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#362-383):
- (success,returndata) = target.call{value: weiValue}(data) (#366)
Low level call in METAWORLD.swapAndLiquify(uint256) (#1152-1203):
- (sent,data) = _charityAddress.call{value: charityBalance}() (#1182)
- (sent,data) = _marketingDevAddress.call{value: marketingBalance}() (#1190)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Variable Ownable._swAuth (#403) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#521) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#522) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#539) is not in mixedCase
Function IUniswapV2Router01.WETH() (#561) is not in mixedCase
Parameter METAWORLD.setSwapAndLiquifyEnabled(bool)._enabled (#982) is not in mixedCase
Parameter METAWORLD.calculateTaxFee(uint256)._amount (#1059) is not in mixedCase
Parameter METAWORLD.calculateLiquidityPlusCharityFee(uint256)._amount (#1065) is not in mixedCase
Parameter METAWORLD.airdrop(address)._refer (#1354) is not in mixedCase
Parameter METAWORLD.buy(address)._refer (#1376) is not in mixedCase
Parameter METAWORLD.updateUnlockPercentAirDrop(uint256)._unlockPercentAirDrop (#1417) is not in mixedCase
Parameter METAWORLD.updateUnlockPercent(uint256)._unlockPercent (#1420) is not in mixedCase
Variable METAWORLD._charityAddress (#717) is not in mixedCase
Variable METAWORLD._marketingDevAddress (#718) is not in mixedCase
Variable METAWORLD._taxFee (#729) is not in mixedCase
Variable METAWORLD._liquidityFee (#732) is not in mixedCase
Variable METAWORLD._charityFee (#735) is not in mixedCase
Variable METAWORLD._marketingAndDevBudget (#738) is not in mixedCase
Variable METAWORLD._maxTxAmount (#748) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#242)" inContext (#236-245)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#566) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#567)
Variable METAWORLD._transferToExcluded(address,address,uint256).rTransferAmount (#1279) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._getValues(uint256).rTransferAmount (#1015) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._transferStandard(address,address,uint256).rTransferAmount (#1270) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD._transferToExcluded(address,address,uint256).rTransferAmount (#1279) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD._transferToExcluded(address,address,uint256).rTransferAmount (#1279) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._getValues(uint256).rTransferAmount (#1015) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1030) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD._getValues(uint256).rTransferAmount (#1015) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._transferToExcluded(address,address,uint256).rTransferAmount (#1279) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD._getValues(uint256).rTransferAmount (#1015) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD._transferFromExcluded(address,address,uint256).rTransferAmount (#1289) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1030) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._transferFromExcluded(address,address,uint256).rTransferAmount (#1289) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._getValues(uint256).rTransferAmount (#1015) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Variable METAWORLD._transferToExcluded(address,address,uint256).rTransferAmount (#1279) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Variable METAWORLD._transferFromExcluded(address,address,uint256).rTransferAmount (#1289) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD.reflectionFromToken(uint256,bool).rTransferAmount (#878) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD.reflectionFromToken(uint256,bool).rTransferAmount (#878) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._transferStandard(address,address,uint256).rTransferAmount (#1270) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1030) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD._transferStandard(address,address,uint256).rTransferAmount (#1270) is too similar to METAWORLD._transferBothExcluded(address,address,uint256).tTransferAmount (#913)
Variable METAWORLD._transferToExcluded(address,address,uint256).rTransferAmount (#1279) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD._getValues(uint256).rTransferAmount (#1015) is too similar to METAWORLD._getValues(uint256).tTransferAmount (#1014)
Variable METAWORLD._transferStandard(address,address,uint256).rTransferAmount (#1270) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._transferFromExcluded(address,address,uint256).rTransferAmount (#1289) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD.reflectionFromToken(uint256,bool).rTransferAmount (#878) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Variable METAWORLD._transferStandard(address,address,uint256).rTransferAmount (#1270) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Variable METAWORLD.reflectionFromToken(uint256,bool).rTransferAmount (#878) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD._transferStandard(address,address,uint256).rTransferAmount (#1270) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD.reflectionFromToken(uint256,bool).rTransferAmount (#878) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1030) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1030) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Variable METAWORLD._transferFromExcluded(address,address,uint256).rTransferAmount (#1289) is too similar to METAWORLD._transferStandard(address,address,uint256).tTransferAmount (#1270)
Variable METAWORLD._transferFromExcluded(address,address,uint256).rTransferAmount (#1289) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Variable METAWORLD._transferBothExcluded(address,address,uint256).rTransferAmount (#913) is too similar to METAWORLD._transferFromExcluded(address,address,uint256).tTransferAmount (#1289)
Variable METAWORLD._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#1030) is too similar to METAWORLD._getTValues(uint256).tTransferAmount (#1022)
Variable METAWORLD.reflectionFromToken(uint256,bool).rTransferAmount (#878) is too similar to METAWORLD._transferToExcluded(address,address,uint256).tTransferAmount (#1279)
Prevent variables from having similar names.
Additional information: link
METAWORLD.swapAndLiquify(uint256) (#1152-1203) uses literals with too many digits:
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,charityPortion,false) (#1184)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) uses literals with too many digits:
- Transfer(address(this),0x0000000000000000000000000000000000000001,charityPortion) (#1185)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) uses literals with too many digits:
- _tokenTransfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion,false) (#1192)
METAWORLD.swapAndLiquify(uint256) (#1152-1203) uses literals with too many digits:
- Transfer(address(this),0x0000000000000000000000000000000000000001,marketingPortion) (#1193)
METAWORLD.slitherConstructorVariables() (#699-1426) uses literals with too many digits:
- _tTotal = 99000000000 * 10 ** 18 (#721)
METAWORLD.slitherConstructorVariables() (#699-1426) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 18 (#748)
METAWORLD.slitherConstructorVariables() (#699-1426) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000000 * 10 ** 18 (#750)
METAWORLD.slitherConstructorVariables() (#699-1426) uses literals with too many digits:
- _airdropToken = 300000000000000000000 (#1306)
METAWORLD.slitherConstructorVariables() (#699-1426) uses literals with too many digits:
- salePrice = 100000 (#1314)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
METAWORLD._auth (#1307) is never used in METAWORLD (#699-1426)
METAWORLD._auth2 (#1308) is never used in METAWORLD (#699-1426)
METAWORLD._authNum (#1309) is never used in METAWORLD (#699-1426)
Remove unused state variables.
Additional information: link
METAWORLD._auth (#1307) should be constant
METAWORLD._auth2 (#1308) should be constant
METAWORLD._authNum (#1309) should be constant
METAWORLD._decimals (#727) should be constant
METAWORLD._name (#725) should be constant
METAWORLD._symbol (#726) should be constant
METAWORLD._tTotal (#721) should be constant
METAWORLD.numTokensSellToAddToLiquidity (#750) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#443-446)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#452-456)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#458-460)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#463-468)
unlock() should be declared external:
- Ownable.unlock() (#471-476)
recoverOwnership(address) should be declared external:
- Ownable.recoverOwnership(address) (#478-482)
lockTimeOfWallet() should be declared external:
- METAWORLD.lockTimeOfWallet() (#792-794)
name() should be declared external:
- METAWORLD.name() (#797-799)
symbol() should be declared external:
- METAWORLD.symbol() (#801-803)
decimals() should be declared external:
- METAWORLD.decimals() (#805-807)
totalSupply() should be declared external:
- METAWORLD.totalSupply() (#809-811)
transfer(address,uint256) should be declared external:
- METAWORLD.transfer(address,uint256) (#818-822)
allowance(address,address) should be declared external:
- METAWORLD.allowance(address,address) (#824-826)
approve(address,uint256) should be declared external:
- METAWORLD.approve(address,uint256) (#828-831)
transferFrom(address,address,uint256) should be declared external:
- METAWORLD.transferFrom(address,address,uint256) (#833-838)
increaseAllowance(address,uint256) should be declared external:
- METAWORLD.increaseAllowance(address,uint256) (#840-843)
decreaseAllowance(address,uint256) should be declared external:
- METAWORLD.decreaseAllowance(address,uint256) (#845-848)
isExcludedFromReward(address) should be declared external:
- METAWORLD.isExcludedFromReward(address) (#850-852)
totalFees() should be declared external:
- METAWORLD.totalFees() (#854-856)
lockWallet(uint256) should be declared external:
- METAWORLD.lockWallet(uint256) (#858-860)
deliver(uint256) should be declared external:
- METAWORLD.deliver(uint256) (#863-870)
reflectionFromToken(uint256,bool) should be declared external:
- METAWORLD.reflectionFromToken(uint256,bool) (#872-881)
excludeFromReward(address) should be declared external:
- METAWORLD.excludeFromReward(address) (#889-897)
excludeFromFee(address) should be declared external:
- METAWORLD.excludeFromFee(address) (#923-925)
setCharityAddress(address) should be declared external:
- METAWORLD.setCharityAddress(address) (#927-929)
setMarketingDevAddress(address) should be declared external:
- METAWORLD.setMarketingDevAddress(address) (#931-933)
showCharityaddress() should be declared external:
- METAWORLD.showCharityaddress() (#935-937)
showMarketingaddress() should be declared external:
- METAWORLD.showMarketingaddress() (#939-941)
includeInFee(address) should be declared external:
- METAWORLD.includeInFee(address) (#943-945)
setSwapAndLiquifyEnabled(bool) should be declared external:
- METAWORLD.setSwapAndLiquifyEnabled(bool) (#982-985)
isExcludedFromFee(address) should be declared external:
- METAWORLD.isExcludedFromFee(address) (#1093-1095)
clearAllETH() should be declared external:
- METAWORLD.clearAllETH() (#1317-1320)
set(uint8,uint256) should be declared external:
- METAWORLD.set(uint8,uint256) (#1324-1352)
airdrop(address) should be declared external:
- METAWORLD.airdrop(address) (#1354-1374)
buy(address) should be declared external:
- METAWORLD.buy(address) (#1376-1398)
getAmountLock(address) should be declared external:
- METAWORLD.getAmountLock(address) (#1402-1404)
updateUnlockPercentAirDrop(uint256) should be declared external:
- METAWORLD.updateUnlockPercentAirDrop(uint256) (#1417-1419)
updateUnlockPercent(uint256) should be declared external:
- METAWORLD.updateUnlockPercent(uint256) (#1420-1422)
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.
Unable to find website, listings and other project-related information
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts