What is MetaTiger?
Meta Tiger ($METATIGER) is a community focused altcoin.
We strive to rise above metaverse category coin and all others.
👉METATIGER WALLET
👉METATIGER GAMES
👉METATIGER NFT
👉METATIGER SWAP
Name : Meta Tiger Name
Symbol : $METATIGER 🐯
😱Total Supply : 1,000,000,000,000,000
‼️Presales : 240,000,000,000,000
🔥Burn : 500,000,000,000,000
Tax :
🔥Reward 4%
🔥Liquidity 4%
🔥Marketing Fee : 6%
🔓Locked Liquidity 365 Days
🔓Audit & KYC :
https://www.coinscope.co/coin/metatiger/audit
Presales Date : 28/12/21 3:00PM UTC
Link : https://www.pinksale.finance/#/launchpad/0x8927AF3EFa0a66cD271DCfFC37dE29C85ED605A5?chain=BSC
BSC Contract :
Link : https://bscscan.com/token/0x6d373b0b98e5db325db1c6316110a68056f04f3a
Twitter :
Link : https://mobile.twitter.com/meta_tiger777
Big Marketing !!!
Coinsniper Ads Live at : 22/12/2021
CNToken Ads Live at : 22/12/2021
More Ads is coming !!
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Reentrancy in METATIGER._transfer(address,address,uint256) (#1008-1036):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1035)
- _liquidityFee = _previousLiquidityFee (#992)
- _liquidityFee = 0 (#986)
- _tokenTransfer(from,to,amount) (#1035)
- _marketingFee = _previousMarketingFee (#993)
- _marketingFee = 0 (#987)
- _tokenTransfer(from,to,amount) (#1035)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#961)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1168)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1160)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1179)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1145)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#902)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1170)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1180)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1146)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#904)
- _tokenTransfer(from,to,amount) (#1035)
- _rTotal = _rTotal.sub(rFee) (#916)
- _tokenTransfer(from,to,amount) (#1035)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#963)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#901)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1178)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1169)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#903)
Apply the check-effects-interactions pattern.
Additional information: link
METATIGER.takeMarketing(address,uint256,uint256,uint256) (#1152-1163) performs a multiplication on the result of a division:
-tMarketing = tAmount.div(100).mul(_marketingFee) (#1156)
Consider ordering multiplication before division.
Additional information: link
METATIGER.addLiquidity(uint256,uint256) (#1094-1107) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Ensure that all the return values of the function calls are used.
Additional information: link
METATIGER.allowance(address,address).owner (#818) shadows:
- Ownable.owner() (#80-82) (function)
METATIGER._approve(address,address,uint256).owner (#1000) shadows:
- Ownable.owner() (#80-82) (function)
Rename the local variables that shadow another component.
Additional information: link
METATIGER.setFeePercent(uint256,uint256,uint256) (#1198-1202) should emit an event for:
- _taxFee = taxFee (#1199)
- _liquidityFee = liquidityFee (#1200)
- _marketingFee = marketingFee (#1201)
METATIGER.setSwapTokensAtAmount(uint256) (#1204-1206) should emit an event for:
- swapTokensAtAmount = newAmount * 10 ** 9 (#1205)
METATIGER.setMaxTxAmount(uint256) (#1208-1211) should emit an event for:
- _maxTxAmount = maxTxAmount * 10 ** 9 (#1210)
Emit an event for critical parameter changes.
Additional information: link
METATIGER.setMarketingWallet(address).newWallet (#1194) lacks a zero-check on :
- marketingWallet = newWallet (#1195)
Check that the address is not zero.
Additional information: link
Reentrancy in METATIGER._transfer(address,address,uint256) (#1008-1036):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1035)
- _previousLiquidityFee = _liquidityFee (#982)
- _tokenTransfer(from,to,amount) (#1035)
- _previousMarketingFee = _marketingFee (#983)
- _tokenTransfer(from,to,amount) (#1035)
- _previousTaxFee = _taxFee (#981)
- _tokenTransfer(from,to,amount) (#1035)
- _tFeeTotal = _tFeeTotal.add(tFee) (#917)
- _tokenTransfer(from,to,amount) (#1035)
- _taxFee = _previousTaxFee (#991)
- _taxFee = 0 (#985)
Reentrancy in METATIGER.constructor() (#773-790):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#778-779)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#785)
- _isExcludedFromFee[marketingWallet] = true (#786)
- _isExcludedFromFee[address(this)] = true (#787)
- uniswapV2Router = _uniswapV2Router (#782)
Reentrancy in METATIGER.swapAndLiquify(uint256) (#1038-1068):
External calls:
- swapTokensForEth(tokensForMarketing) (#1042)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
- swapTokensForEth(half) (#1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
State variables written after the call(s):
- swapTokensForEth(half) (#1059)
- _allowances[owner][spender] = amount (#1004)
Reentrancy in METATIGER.swapAndLiquify(uint256) (#1038-1068):
External calls:
- swapTokensForEth(tokensForMarketing) (#1042)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
- swapTokensForEth(half) (#1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
- addLiquidity(otherHalf,newBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
External calls sending eth:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
- addLiquidity(otherHalf,newBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1065)
- _allowances[owner][spender] = amount (#1004)
Reentrancy in METATIGER.transferFrom(address,address,uint256) (#827-831):
External calls:
- _transfer(sender,recipient,amount) (#828)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- _transfer(sender,recipient,amount) (#828)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#829)
- _allowances[owner][spender] = amount (#1004)
Apply the check-effects-interactions pattern.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#99-102)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#108-112)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#114-116)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#119-124)
unlock() should be declared external:
- Ownable.unlock() (#127-132)
name() should be declared external:
- METATIGER.name() (#792-794)
symbol() should be declared external:
- METATIGER.symbol() (#796-798)
decimals() should be declared external:
- METATIGER.decimals() (#800-802)
totalSupply() should be declared external:
- METATIGER.totalSupply() (#804-806)
transfer(address,uint256) should be declared external:
- METATIGER.transfer(address,uint256) (#813-816)
allowance(address,address) should be declared external:
- METATIGER.allowance(address,address) (#818-820)
approve(address,uint256) should be declared external:
- METATIGER.approve(address,uint256) (#822-825)
transferFrom(address,address,uint256) should be declared external:
- METATIGER.transferFrom(address,address,uint256) (#827-831)
increaseAllowance(address,uint256) should be declared external:
- METATIGER.increaseAllowance(address,uint256) (#833-836)
decreaseAllowance(address,uint256) should be declared external:
- METATIGER.decreaseAllowance(address,uint256) (#838-841)
isExcludedFromReward(address) should be declared external:
- METATIGER.isExcludedFromReward(address) (#843-845)
totalFees() should be declared external:
- METATIGER.totalFees() (#847-849)
deliver(uint256) should be declared external:
- METATIGER.deliver(uint256) (#851-858)
reflectionFromToken(uint256,bool) should be declared external:
- METATIGER.reflectionFromToken(uint256,bool) (#860-869)
excludeFromReward(address) should be declared external:
- METATIGER.excludeFromReward(address) (#877-884)
isExcludedFromFee(address) should be declared external:
- METATIGER.isExcludedFromFee(address) (#996-998)
excludeFromFee(address) should be declared external:
- METATIGER.excludeFromFee(address) (#1186-1188)
includeInFee(address) should be declared external:
- METATIGER.includeInFee(address) (#1190-1192)
setSwapAndLiquifyEnabled(bool) should be declared external:
- METATIGER.setSwapAndLiquifyEnabled(bool) (#1213-1216)
Use the external attribute for functions never called from the contract.
Additional information: link
Reentrancy in METATIGER._transfer(address,address,uint256) (#1008-1036):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Event emitted after the call(s):
- Transfer(sender,address(this),tMarketing) (#1161)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#1183)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#1149)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#1173)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#907)
- _tokenTransfer(from,to,amount) (#1035)
Reentrancy in METATIGER.constructor() (#773-790):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#778-779)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#789)
Reentrancy in METATIGER.swapAndLiquify(uint256) (#1038-1068):
External calls:
- swapTokensForEth(tokensForMarketing) (#1042)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
- swapTokensForEth(half) (#1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- swapTokensForEth(half) (#1059)
- SwapTokensForETH(tokenAmount,path) (#1087)
- swapTokensForEth(half) (#1059)
Reentrancy in METATIGER.swapAndLiquify(uint256) (#1038-1068):
External calls:
- swapTokensForEth(tokensForMarketing) (#1042)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
- swapTokensForEth(half) (#1059)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
- addLiquidity(otherHalf,newBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
External calls sending eth:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
- addLiquidity(otherHalf,newBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- addLiquidity(otherHalf,newBalance) (#1065)
- SwapAndLiquify(half,newBalance,otherHalf) (#1067)
Reentrancy in METATIGER.swapTokensForEth(uint256) (#1070-1088):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#1087)
Reentrancy in METATIGER.transferFrom(address,address,uint256) (#827-831):
External calls:
- _transfer(sender,recipient,amount) (#828)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#1079-1085)
External calls sending eth:
- _transfer(sender,recipient,amount) (#828)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#829)
Apply the check-effects-interactions pattern.
Additional information: link
Ownable.unlock() (#127-132) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#129)
Avoid relying on block.timestamp.
Additional information: link
Address.isContract(address) (#384-393) uses assembly
- INLINE ASM (#391)
Address._functionCallWithValue(address,bytes,uint256,string) (#477-498) uses assembly
- INLINE ASM (#490-493)
Do not use evm assembly.
Additional information: link
METATIGER.includeInReward(address) (#886-897) has costly operations inside a loop:
- _excluded.pop() (#893)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (#477-498) is never used and should be removed
Address.functionCall(address,bytes) (#437-439) is never used and should be removed
Address.functionCall(address,bytes,string) (#447-449) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#462-464) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#472-475) is never used and should be removed
Address.isContract(address) (#384-393) is never used and should be removed
Address.sendValue(address,uint256) (#411-417) is never used and should be removed
Context._msgData() (#43-46) is never used and should be removed
SafeMath.mod(uint256,uint256) (#341-343) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#357-360) is never used and should be removed
Remove unused functions.
Additional information: link
METATIGER._rTotal (#728) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
METATIGER._previousTaxFee (#736) is set pre-construction with a non-constant function or state variable:
- _taxFee
METATIGER._previousLiquidityFee (#739) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
METATIGER._previousMarketingFee (#742) is set pre-construction with a non-constant function or state variable:
- _marketingFee
Remove any initialization of state variables via non-constant state variables or function calls. If variables must be set upon contract deployment, locate initialization in the constructor instead.
Additional information: link
Pragma version0.8.10 (#36) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.10 is not recommended for deployment
Deploy with any of the following Solidity versions: 0.5.16 - 0.5.17, 0.6.11 - 0.6.12, 0.7.5 - 0.7.6 Use a simple pragma version that allows any of these versions. Consider using the latest version of Solidity for testing.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#411-417):
- (success) = recipient.call{value: amount}() (#415)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#477-498):
- (success,returndata) = target.call{value: weiValue}(data) (#481)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence
Additional information: link
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#537) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#538) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#554) is not in mixedCase
Function IUniswapV2Router01.WETH() (#575) is not in mixedCase
Parameter METATIGER.calculateTaxFee(uint256)._amount (#966) is not in mixedCase
Parameter METATIGER.calculateLiquidityFee(uint256)._amount (#972) is not in mixedCase
Parameter METATIGER.setSwapAndLiquifyEnabled(bool)._enabled (#1213) is not in mixedCase
Variable METATIGER._taxFee (#735) is not in mixedCase
Variable METATIGER._liquidityFee (#738) is not in mixedCase
Variable METATIGER._marketingFee (#741) is not in mixedCase
Variable METATIGER._maxTxAmount (#752) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#44)" inContext (#38-47)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Reentrancy in METATIGER._transfer(address,address,uint256) (#1008-1036):
External calls:
- swapAndLiquify(contractTokenBalance) (#1031)
- recipient.transfer(amount) (#1091)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#1031)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#1035)
- _liquidityFee = _previousLiquidityFee (#992)
- _liquidityFee = 0 (#986)
- _tokenTransfer(from,to,amount) (#1035)
- _marketingFee = _previousMarketingFee (#993)
- _marketingFee = 0 (#987)
- _tokenTransfer(from,to,amount) (#1035)
- _previousLiquidityFee = _liquidityFee (#982)
- _tokenTransfer(from,to,amount) (#1035)
- _previousMarketingFee = _marketingFee (#983)
- _tokenTransfer(from,to,amount) (#1035)
- _previousTaxFee = _taxFee (#981)
- _tokenTransfer(from,to,amount) (#1035)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#961)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1168)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketing) (#1160)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1179)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#1145)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#902)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1170)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1180)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#1146)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#904)
- _tokenTransfer(from,to,amount) (#1035)
- _rTotal = _rTotal.sub(rFee) (#916)
- _tokenTransfer(from,to,amount) (#1035)
- _tFeeTotal = _tFeeTotal.add(tFee) (#917)
- _tokenTransfer(from,to,amount) (#1035)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#963)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#901)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#1178)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#1169)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#903)
- _tokenTransfer(from,to,amount) (#1035)
- _taxFee = _previousTaxFee (#991)
- _taxFee = 0 (#985)
Event emitted after the call(s):
- Transfer(sender,address(this),tMarketing) (#1161)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#1183)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#1149)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#1173)
- _tokenTransfer(from,to,amount) (#1035)
- Transfer(sender,recipient,tTransferAmount) (#907)
- _tokenTransfer(from,to,amount) (#1035)
Reentrancy in METATIGER.swapAndLiquify(uint256) (#1038-1068):
External calls:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
State variables written after the call(s):
- swapTokensForEth(half) (#1059)
- _allowances[owner][spender] = amount (#1004)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- swapTokensForEth(half) (#1059)
- SwapTokensForETH(tokenAmount,path) (#1087)
- swapTokensForEth(half) (#1059)
Reentrancy in METATIGER.swapAndLiquify(uint256) (#1038-1068):
External calls:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
External calls sending eth:
- transferToAddressETH(marketingWallet,transferredBalance) (#1046)
- recipient.transfer(amount) (#1091)
- addLiquidity(otherHalf,newBalance) (#1065)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#1065)
- _allowances[owner][spender] = amount (#1004)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- addLiquidity(otherHalf,newBalance) (#1065)
- SwapAndLiquify(half,newBalance,otherHalf) (#1067)
Reentrancy in METATIGER.transferFrom(address,address,uint256) (#827-831):
External calls:
- _transfer(sender,recipient,amount) (#828)
- recipient.transfer(amount) (#1091)
External calls sending eth:
- _transfer(sender,recipient,amount) (#828)
- recipient.transfer(amount) (#1091)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#1099-1106)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#829)
- _allowances[owner][spender] = amount (#1004)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#1005)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#829)
Apply the check-effects-interactions pattern.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#580) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#581)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER._getValues(uint256).rTransferAmount (#922) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._transferToExcluded(address,address,uint256).rTransferAmount (#1167) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER.reflectionFromToken(uint256,bool).rTransferAmount (#866) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER._getValues(uint256).tTransferAmount (#921)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER._transferFromExcluded(address,address,uint256).rTransferAmount (#1177) is too similar to METATIGER._transferBothExcluded(address,address,uint256).tTransferAmount (#900)
Variable METATIGER._transferBothExcluded(address,address,uint256).rTransferAmount (#900) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Variable METATIGER._transferStandard(address,address,uint256).rTransferAmount (#1143) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER._transferStandard(address,address,uint256).tTransferAmount (#1143)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER._getTValues(uint256).tTransferAmount (#929)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER._transferToExcluded(address,address,uint256).tTransferAmount (#1167)
Variable METATIGER._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#937) is too similar to METATIGER._transferFromExcluded(address,address,uint256).tTransferAmount (#1177)
Variable METATIGER.takeMarketing(address,uint256,uint256,uint256).rTransferAmount (#1152) is too similar to METATIGER.takeMarketing(address,uint256,uint256,uint256).tTransferAmount (#1152)
Prevent variables from having similar names.
Additional information: link
METATIGER.slitherConstructorVariables() (#713-1219) uses literals with too many digits:
- _tTotal = 1000000000000000 * (10 ** 9) (#727)
METATIGER.slitherConstructorVariables() (#713-1219) uses literals with too many digits:
- swapTokensAtAmount = 2000000000000 * 10 ** 9 (#751)
METATIGER.slitherConstructorVariables() (#713-1219) uses literals with too many digits:
- _maxTxAmount = 1000000000000000 * 10 ** 9 (#752)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
METATIGER._decimals (#733) should be constant
METATIGER._name (#731) should be constant
METATIGER._symbol (#732) should be constant
METATIGER._tTotal (#727) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find PancakeSwap trading pair to compute liquidity.
Unable to find PancakeSwap trading pair to compute volume.
Unable to find PancakeSwap trading pair to compute number of swaps.
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token/project description on the website or on BscScan, CoinMarketCap
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
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