#MTVG is a Free-to-play-to-Earn, tactical Game built on the Binance Smart Chain BSC blockchain. Players are invited to the fallen Kuzza Empire to find hidden Old Treasures like gems and ancient artifacts. When finding these Treasures players need to defeat enemies so that to be able to take them and earn #MTVG and BNB Coins
MTVG.addLiquidity(uint256,uint256) (#818-828) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
MTVG.sendValueTo(address,uint256) (#892-896) sends eth to arbitrary user
Dangerous calls:
- (success) = to.call{value: value}() (#894)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in MTVG._transfer(address,address,uint256) (#757-792):
External calls:
- swapAndLiquify(contractTokenBalance) (#783)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#783)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#698)
- _rOwned[_devWalletAddress] = _rOwned[_devWalletAddress].add(rDev) (#706)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#862)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#852)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#874)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#853)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#604)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#875)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#864)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#606)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _rTotal = _rTotal.sub(rFee) (#651)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#700)
- _tOwned[_devWalletAddress] = _tOwned[_devWalletAddress].add(tDev) (#708)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#873)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#603)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#863)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#605)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
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.
Reentrancy in MTVG._transfer(address,address,uint256) (#757-792):
External calls:
- swapAndLiquify(contractTokenBalance) (#783)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#783)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#857)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- Transfer(sender,recipient,tTransferAmount) (#868)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- Transfer(sender,recipient,tTransferAmount) (#879)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- Transfer(sender,recipient,tTransferAmount) (#610)
- _tokenTransfer(from,to,amount,takeFee) (#791)
Reentrancy in MTVG.constructor() (#476-493):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#481-482)
Event emitted after the call(s):
- Transfer(address(0),_owner,_tTotal) (#491)
Reentrancy in MTVG.swapAndLiquify(uint256) (#794-802):
External calls:
- swapTokensForEth(half) (#798)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
- addLiquidity(otherHalf,newBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#754)
- addLiquidity(otherHalf,newBalance) (#800)
- SwapAndLiquify(half,newBalance,otherHalf) (#801)
Reentrancy in MTVG.transferFrom(address,address,uint256) (#530-534):
External calls:
- _transfer(sender,recipient,amount) (#531)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
External calls sending eth:
- _transfer(sender,recipient,amount) (#531)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#754)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#532)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#235-240) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked.) (#237)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#123-127) uses assembly
- INLINE ASM (#125)
Address._verifyCallResult(bool,bytes,string) (#175-188) uses assembly
- INLINE ASM (#180-183)
Do not use evm assembly.
Additional information: link
MTVG.includeInReward(address) (#589-600) has costly operations inside a loop:
- _excluded.pop() (#596)
Use a local variable to hold the loop computation result.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#175-188) is never used and should be removed
Address.functionCall(address,bytes) (#135-137) is never used and should be removed
Address.functionCall(address,bytes,string) (#139-141) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#143-145) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#147-152) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#165-167) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#169-173) is never used and should be removed
Address.functionStaticCall(address,bytes) (#154-156) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#158-162) is never used and should be removed
Address.isContract(address) (#123-127) is never used and should be removed
Address.sendValue(address,uint256) (#129-133) is never used and should be removed
Context._msgData() (#114-117) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#91-96) is never used and should be removed
SafeMath.mod(uint256,uint256) (#80-82) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#98-103) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#20-26) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#47-52) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#54-59) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#35-45) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#28-33) is never used and should be removed
Remove unused functions.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#129-133):
- (success) = recipient.call{value: amount}() (#131)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#147-152):
- (success,returndata) = target.call{value: value}(data) (#150)
Low level call in Address.functionStaticCall(address,bytes,string) (#158-162):
- (success,returndata) = target.staticcall(data) (#160)
Low level call in Address.functionDelegateCall(address,bytes,string) (#169-173):
- (success,returndata) = target.delegatecall(data) (#171)
Low level call in MTVG.sendValueTo(address,uint256) (#892-896):
- (success) = to.call{value: value}() (#894)
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._owner (#194) is not in mixedCase
Variable Ownable._lockTime (#196) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#267) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#268) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#282) is not in mixedCase
Function IUniswapV2Router01.WETH() (#300) is not in mixedCase
Parameter MTVG.setDevWalletAddress(address)._addr (#637) is not in mixedCase
Parameter MTVG.setSwapAndLiquifyEnabled(bool)._enabled (#642) is not in mixedCase
Parameter MTVG.calculateTaxFee(uint256)._amount (#711) is not in mixedCase
Parameter MTVG.calculateDevFee(uint256)._amount (#717) is not in mixedCase
Parameter MTVG.calculateLiquidityFee(uint256)._amount (#723) is not in mixedCase
Variable MTVG._devWalletAddress (#442) is not in mixedCase
Variable MTVG._taxFee (#450) is not in mixedCase
Variable MTVG._devFee (#452) is not in mixedCase
Variable MTVG._liquidityFee (#454) is not in mixedCase
Variable MTVG._maxTxAmount (#460) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#304) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#305)
Variable MTVG._getValues(uint256).rTransferAmount (#657) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG._transferFromExcluded(address,address,uint256).rTransferAmount (#872) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG._transferFromExcluded(address,address,uint256).rTransferAmount (#872) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG._transferFromExcluded(address,address,uint256).rTransferAmount (#872) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG._transferStandard(address,address,uint256).rTransferAmount (#851) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG._transferBothExcluded(address,address,uint256).rTransferAmount (#602) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG._transferStandard(address,address,uint256).rTransferAmount (#851) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG._transferStandard(address,address,uint256).rTransferAmount (#851) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG._transferBothExcluded(address,address,uint256).rTransferAmount (#602) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#674) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG._transferFromExcluded(address,address,uint256).rTransferAmount (#872) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG._getValues(uint256).rTransferAmount (#657) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._transferFromExcluded(address,address,uint256).rTransferAmount (#872) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._transferBothExcluded(address,address,uint256).rTransferAmount (#602) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG._transferStandard(address,address,uint256).rTransferAmount (#851) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG._transferBothExcluded(address,address,uint256).rTransferAmount (#602) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG._transferToExcluded(address,address,uint256).rTransferAmount (#861) is too similar to MTVG._transferToExcluded(address,address,uint256).tTransferAmount (#861)
Variable MTVG._transferBothExcluded(address,address,uint256).rTransferAmount (#602) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG._transferBothExcluded(address,address,uint256).rTransferAmount (#602) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Variable MTVG._transferStandard(address,address,uint256).rTransferAmount (#851) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#674) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._transferToExcluded(address,address,uint256).rTransferAmount (#861) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG._transferToExcluded(address,address,uint256).rTransferAmount (#861) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Variable MTVG._transferFromExcluded(address,address,uint256).rTransferAmount (#872) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Variable MTVG._transferToExcluded(address,address,uint256).rTransferAmount (#861) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._getValues(uint256).rTransferAmount (#657) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Variable MTVG.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to MTVG._getTValues(uint256).tTransferAmount (#665)
Variable MTVG._getValues(uint256).rTransferAmount (#657) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#674) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG._transferToExcluded(address,address,uint256).rTransferAmount (#861) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#674) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to MTVG._transferFromExcluded(address,address,uint256).tTransferAmount (#872)
Variable MTVG._getValues(uint256).rTransferAmount (#657) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG._transferToExcluded(address,address,uint256).rTransferAmount (#861) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG._getValues(uint256).rTransferAmount (#657) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Variable MTVG.reflectionFromToken(uint256,bool).rTransferAmount (#569) is too similar to MTVG._transferStandard(address,address,uint256).tTransferAmount (#851)
Variable MTVG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#674) is too similar to MTVG._transferBothExcluded(address,address,uint256).tTransferAmount (#602)
Variable MTVG._transferStandard(address,address,uint256).rTransferAmount (#851) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Variable MTVG._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#674) is too similar to MTVG._getValues(uint256).tTransferAmount (#656)
Prevent variables from having similar names.
Additional information: link
MTVG.slitherConstructorVariables() (#432-904) uses literals with too many digits:
- _tTotal = 450000000 * 10 ** 18 (#444)
MTVG.slitherConstructorVariables() (#432-904) uses literals with too many digits:
- _maxTxAmount = 450000000 * 10 ** 18 (#460)
MTVG.slitherConstructorVariables() (#432-904) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 3000000 * 10 ** 18 (#461)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#213-216)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#219-223)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#227-232)
unlock() should be declared external:
- Ownable.unlock() (#235-240)
name() should be declared external:
- MTVG.name() (#495-497)
symbol() should be declared external:
- MTVG.symbol() (#499-501)
decimals() should be declared external:
- MTVG.decimals() (#503-505)
totalSupply() should be declared external:
- MTVG.totalSupply() (#507-509)
transfer(address,uint256) should be declared external:
- MTVG.transfer(address,uint256) (#516-519)
allowance(address,address) should be declared external:
- MTVG.allowance(address,address) (#521-523)
approve(address,uint256) should be declared external:
- MTVG.approve(address,uint256) (#525-528)
transferFrom(address,address,uint256) should be declared external:
- MTVG.transferFrom(address,address,uint256) (#530-534)
increaseAllowance(address,uint256) should be declared external:
- MTVG.increaseAllowance(address,uint256) (#536-539)
decreaseAllowance(address,uint256) should be declared external:
- MTVG.decreaseAllowance(address,uint256) (#541-544)
isExcludedFromReward(address) should be declared external:
- MTVG.isExcludedFromReward(address) (#546-548)
totalFees() should be declared external:
- MTVG.totalFees() (#550-552)
deliver(uint256) should be declared external:
- MTVG.deliver(uint256) (#554-561)
reflectionFromToken(uint256,bool) should be declared external:
- MTVG.reflectionFromToken(uint256,bool) (#563-572)
excludeFromReward(address) should be declared external:
- MTVG.excludeFromReward(address) (#580-587)
excludeFromFee(address) should be declared external:
- MTVG.excludeFromFee(address) (#613-615)
includeInFee(address) should be declared external:
- MTVG.includeInFee(address) (#617-619)
setMaxTxPercent(uint256) should be declared external:
- MTVG.setMaxTxPercent(uint256) (#633-635)
setDevWalletAddress(address) should be declared external:
- MTVG.setDevWalletAddress(address) (#637-639)
setSwapAndLiquifyEnabled(bool) should be declared external:
- MTVG.setSwapAndLiquifyEnabled(bool) (#642-645)
isExcludedFromFee(address) should be declared external:
- MTVG.isExcludedFromFee(address) (#745-747)
withdrawEth() should be declared external:
- MTVG.withdrawEth() (#900-902)
Use the external attribute for functions never called from the contract.
Additional information: link
MTVG.addLiquidity(uint256,uint256) (#818-828) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
Ensure that all the return values of the function calls are used.
Additional information: link
MTVG.setDevWalletAddress(address)._addr (#637) lacks a zero-check on :
- _devWalletAddress = _addr (#638)
Check that the address is not zero.
Additional information: link
MTVG._rTotal (#445) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MTVG._previousTaxFee (#451) is set pre-construction with a non-constant function or state variable:
- _taxFee
MTVG._previousDevFee (#453) is set pre-construction with a non-constant function or state variable:
- _devFee
MTVG._previousLiquidityFee (#455) 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
Not a direct threat, but may indicate unreliable intentions of developer. Widespread names (e.g. Elon, King, Moon, Doge) are common among meme-tokens and scams. The allow to gain free hype and attract unexperienced investors.
Redundant expression "this (#115)" inContext (#109-118)
Remove redundant statements if they congest code but offer no value.
Additional information: link
MTVG._decimals (#449) should be constant
MTVG._name (#447) should be constant
MTVG._symbol (#448) should be constant
MTVG._tTotal (#444) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
MTVG.allowance(address,address).owner (#521) shadows:
- Ownable.owner() (#204-206) (function)
MTVG._approve(address,address,uint256).owner (#749) shadows:
- Ownable.owner() (#204-206) (function)
Rename the local variables that shadow another component.
Additional information: link
MTVG.setTaxFeePercent(uint256) (#621-623) should emit an event for:
- _taxFee = taxFee (#622)
MTVG.setDevFeePercent(uint256) (#625-627) should emit an event for:
- _devFee = devFee (#626)
MTVG.setLiquidityFeePercent(uint256) (#629-631) should emit an event for:
- _liquidityFee = liquidityFee (#630)
MTVG.setMaxTxPercent(uint256) (#633-635) should emit an event for:
- _maxTxAmount = maxTxPercent * 10 ** _decimals (#634)
MTVG.setNumTokensSellToAddToLiquidity(uint256) (#889-891) should emit an event for:
- numTokensSellToAddToLiquidity = amountToUpdate (#890)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in MTVG._transfer(address,address,uint256) (#757-792):
External calls:
- swapAndLiquify(contractTokenBalance) (#783)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#783)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _devFee = _previousDevFee (#741)
- _devFee = 0 (#735)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _liquidityFee = _previousLiquidityFee (#742)
- _liquidityFee = 0 (#736)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _previousDevFee = _devFee (#731)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _previousLiquidityFee = _liquidityFee (#732)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _previousTaxFee = _taxFee (#730)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _tFeeTotal = _tFeeTotal.add(tFee) (#652)
- _tokenTransfer(from,to,amount,takeFee) (#791)
- _taxFee = _previousTaxFee (#740)
- _taxFee = 0 (#734)
Reentrancy in MTVG.constructor() (#476-493):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#481-482)
State variables written after the call(s):
- _isExcludedFromFee[_owner] = true (#488)
- _isExcludedFromFee[address(this)] = true (#489)
- uniswapV2Router = _uniswapV2Router (#485)
Reentrancy in MTVG.setRouterAddress(address) (#883-887):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#885)
State variables written after the call(s):
- uniswapV2Router = _uniswapV2Router (#886)
Reentrancy in MTVG.swapAndLiquify(uint256) (#794-802):
External calls:
- swapTokensForEth(half) (#798)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
- addLiquidity(otherHalf,newBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#800)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#800)
- _allowances[owner][spender] = amount (#753)
Reentrancy in MTVG.transferFrom(address,address,uint256) (#530-534):
External calls:
- _transfer(sender,recipient,amount) (#531)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#809-815)
External calls sending eth:
- _transfer(sender,recipient,amount) (#531)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#820-827)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#532)
- _allowances[owner][spender] = amount (#753)
Apply the check-effects-interactions pattern.
Additional information: link
Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.
Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d number of PancakeSwap swaps is low.
Token is deployed only at one blockchain
Token has only one trading pair
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find KYC or doxxing proof
Unable to find audit link on the website
Unable to find Telegram link on the website
Unable to find Twitter link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Token is relatively young, but twitter if very old (probably it's fake).
Token has relatively low CoinGecko rank
Unable to find Blog account (Reddit or Medium)
Unable to find Youtube account
Unable to find Discord account