MetaFooty Token Logo

MFY [MetaFooty] Token

About MFY

Listings

Token 23 months
CoinGecko 23 months
CoinMarketCap 23 months
white paper

MetaFootya believes in the power of soccer, the world's universal language, to create positive change for individuals, families, communities, and the world. We envision a more inclusive world where everyone has the opportunity to reach their full potential. Moreover, it can be seen that football clubs and cryptocurrency so keen to play ball together. The reason is it provides much-needed revenue to one and all-important exposure and status to the other. Everyone can benefit from both the entertainment of football and the profit of crypto investments. As the MetaFooty team, our mission is for the blockchain ecosystem to take its own share of the huge football industry. The synthesis of football and blockchain provides huge growth potential for the project, considering anyone with an interest in these two fields. MetaFooty allows Binance Smart Chain (and later Solana Network) users to earn passive income while having fun, and keeps the community strong with collective events.

Social

Laser Scorebeta Last Audit: 30 August 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Reentrancy in MetaFooty._transfer(address,address,uint256) (#642-677):
External calls:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#676)
- _rOwned[address(this)] = _rOwned[address(this)] + rLiquidity (#585)
- _rOwned[address(this)] = _rOwned[address(this)] + rMarketing (#595)
- _rOwned[sender] = _rOwned[sender] - rAmount (#776)
- _rOwned[sender] = _rOwned[sender] - rAmount (#786)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#777)
- _rOwned[sender] = _rOwned[sender] - rAmount (#809)
- _rOwned[sender] = _rOwned[sender] - rAmount (#798)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#799)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#788)
- _rOwned[recipient] = _rOwned[recipient] + rTransferAmount (#811)
- _tokenTransfer(from,to,amount) (#676)
- _rTotal = _rTotal - rFee (#537)
- _tokenTransfer(from,to,amount) (#676)
- _tOwned[address(this)] = _tOwned[address(this)] + tMarketing (#597)
- _tOwned[address(this)] = _tOwned[address(this)] + tLiquidity (#587)
- _tOwned[sender] = _tOwned[sender] - tAmount (#808)
- _tOwned[sender] = _tOwned[sender] - tAmount (#797)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#787)
- _tOwned[recipient] = _tOwned[recipient] + tTransferAmount (#810)
- inSwapAndLiquify = false (#672)
- _tokenTransfer(from,to,amount) (#676)
- liquidityFee = _previousLiquidityFee (#626)
- liquidityFee = 0 (#621)
- _tokenTransfer(from,to,amount) (#676)
- marketingFee = _previousMarketingFee (#627)
- marketingFee = 0 (#620)
Apply the check-effects-interactions pattern.

Additional information: link

MetaFooty.claimStuckTokens(address) (#514-523) ignores return value by ERC20token.transfer(msg.sender,balance) (#522)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Combination 3: Reentrancy vulnerabilities + Unchecked transfer vulnerability. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

Pragma version0.8.16 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.16 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

Redundant expression "this (#11)" inContext (#5-14)
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 (#197) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#198)
Variable MetaFooty._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable MetaFooty._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty._getValues(uint256).rTransferAmount (#543) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty._getValues(uint256).rTransferAmount (#543) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable MetaFooty._transferFromExcluded(address,address,uint256).rTransferAmount (#796) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable MetaFooty._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to MetaFooty._transferToExcluded(address,address,uint256).tTransferAmount (#785)
Variable MetaFooty._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable MetaFooty._transferStandard(address,address,uint256).rTransferAmount (#775) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty.reflectionFromToken(uint256,bool).rTransferAmount (#479) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to MetaFooty._getTValues(uint256).tTransferAmount (#551)
Variable MetaFooty._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#560) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable MetaFooty._getValues(uint256).rTransferAmount (#543) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty._transferBothExcluded(address,address,uint256).rTransferAmount (#807) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Variable MetaFooty._transferToExcluded(address,address,uint256).rTransferAmount (#785) is too similar to MetaFooty._transferStandard(address,address,uint256).tTransferAmount (#775)
Variable MetaFooty._getValues(uint256).rTransferAmount (#543) is too similar to MetaFooty._getValues(uint256).tTransferAmount (#542)
Variable MetaFooty._getValues(uint256).rTransferAmount (#543) is too similar to MetaFooty._transferBothExcluded(address,address,uint256).tTransferAmount (#807)
Variable MetaFooty._getValues(uint256).rTransferAmount (#543) is too similar to MetaFooty._transferFromExcluded(address,address,uint256).tTransferAmount (#796)
Prevent variables from having similar names.

Additional information: link

MetaFooty.swapAndLiquify(uint256) (#679-708) ignores return value by uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
Ensure that all the return values of the function calls are used.

Additional information: link

MetaFooty.allowance(address,address).owner (#431) shadows:
- Ownable.owner() (#27-29) (function)
MetaFooty._approve(address,address,uint256).owner (#634) shadows:
- Ownable.owner() (#27-29) (function)
Rename the local variables that shadow another component.

Additional information: link

Address.isContract(address) (#65-74) uses assembly
- INLINE ASM (#72)
Address._functionCallWithValue(address,bytes,uint256,string) (#101-122) uses assembly
- INLINE ASM (#114-117)
Do not use evm assembly.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#101-122) is never used and should be removed
Address.functionCall(address,bytes) (#84-86) is never used and should be removed
Address.functionCall(address,bytes,string) (#88-90) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#92-94) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#96-99) is never used and should be removed
Address.isContract(address) (#65-74) is never used and should be removed
Address.sendValue(address,uint256) (#76-82) is never used and should be removed
Context._msgData() (#10-13) is never used and should be removed
MetaFooty.isContract(address) (#525-527) is never used and should be removed
Remove unused functions.

Additional information: link

Reentrancy in MetaFooty._transfer(address,address,uint256) (#642-677):
External calls:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
State variables written after the call(s):
- _tokenTransfer(from,to,amount) (#676)
- _previousLiquidityFee = liquidityFee (#617)
- _tokenTransfer(from,to,amount) (#676)
- _previousMarketingFee = marketingFee (#618)
- _tokenTransfer(from,to,amount) (#676)
- _previousTaxFee = taxFee (#616)
- _tokenTransfer(from,to,amount) (#676)
- _tFeeTotal = _tFeeTotal + tFee (#538)
- _tokenTransfer(from,to,amount) (#676)
- taxFee = _previousTaxFee (#625)
- taxFee = 0 (#619)
Reentrancy in MetaFooty.constructor() (#384-403):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#387-388)
State variables written after the call(s):
- _approve(address(this),address(uniswapV2Router),MAX) (#391)
- _allowances[owner][spender] = amount (#638)
- _isExcludedFromFees[owner()] = true (#393)
- _isExcludedFromFees[marketingWallet] = true (#394)
- _isExcludedFromFees[teamWalletOne] = true (#395)
- _isExcludedFromFees[teamWalletTwo] = true (#396)
- _isExcludedFromFees[teamWalletThree] = true (#397)
- _isExcludedFromFees[teamWalletFour] = true (#398)
- _isExcludedFromFees[address(this)] = true (#399)
- _rOwned[owner()] = _rTotal (#401)
- uniswapV2Router = _uniswapV2Router (#389)
Reentrancy in MetaFooty.transferFrom(address,address,uint256) (#440-444):
External calls:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
External calls sending eth:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#442)
- _allowances[owner][spender] = amount (#638)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in MetaFooty._transfer(address,address,uint256) (#642-677):
External calls:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
External calls sending eth:
- swapAndLiquify(liquidityTokens) (#664)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
- swapAndSendMarketing(marketingTokens) (#669)
- (success) = recipient.call{value: amount}() (#532)
Event emitted after the call(s):
- SwapAndSendMarketing(tokenAmount,newBalance) (#734)
- swapAndSendMarketing(marketingTokens) (#669)
- Transfer(sender,recipient,tTransferAmount) (#781)
- _tokenTransfer(from,to,amount) (#676)
- Transfer(sender,recipient,tTransferAmount) (#792)
- _tokenTransfer(from,to,amount) (#676)
- Transfer(sender,recipient,tTransferAmount) (#803)
- _tokenTransfer(from,to,amount) (#676)
- Transfer(sender,recipient,tTransferAmount) (#815)
- _tokenTransfer(from,to,amount) (#676)
Reentrancy in MetaFooty.constructor() (#384-403):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#387-388)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#639)
- _approve(address(this),address(uniswapV2Router),MAX) (#391)
- Transfer(address(0),owner(),_tTotal) (#402)
Reentrancy in MetaFooty.swapAndLiquify(uint256) (#679-708):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
External calls sending eth:
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
Event emitted after the call(s):
- SwapAndLiquify(half,newBalance,otherHalf) (#707)
Reentrancy in MetaFooty.swapAndSendMarketing(uint256) (#711-735):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
- sendBNB(address(marketingWallet),(newBalance * 780 / 1000)) (#727)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletOne),(newBalance * 150 / 1000)) (#729)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletTwo),(newBalance * 25 / 1000)) (#730)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletThree),(newBalance * 25 / 1000)) (#731)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletFour),(newBalance * 20 / 1000)) (#732)
- (success) = recipient.call{value: amount}() (#532)
External calls sending eth:
- sendBNB(address(marketingWallet),(newBalance * 780 / 1000)) (#727)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletOne),(newBalance * 150 / 1000)) (#729)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletTwo),(newBalance * 25 / 1000)) (#730)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletThree),(newBalance * 25 / 1000)) (#731)
- (success) = recipient.call{value: amount}() (#532)
- sendBNB(address(teamWalletFour),(newBalance * 20 / 1000)) (#732)
- (success) = recipient.call{value: amount}() (#532)
Event emitted after the call(s):
- SwapAndSendMarketing(tokenAmount,newBalance) (#734)
Reentrancy in MetaFooty.transferFrom(address,address,uint256) (#440-444):
External calls:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#718-723)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(half,0,path,address(this),block.timestamp) (#689-694)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
External calls sending eth:
- _transfer(sender,recipient,amount) (#441)
- (success) = recipient.call{value: amount}() (#532)
- uniswapV2Router.addLiquidityETH{value: newBalance}(address(this),otherHalf,0,0,DEAD,block.timestamp) (#698-705)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#639)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()] - amount) (#442)
Apply the check-effects-interactions pattern.

Additional information: link

MetaFooty.includeInReward(address) (#499-510) has costly operations inside a loop:
- _excluded.pop() (#506)
Use a local variable to hold the loop computation result.

Additional information: link

MetaFooty._tTotal (#341) is set pre-construction with a non-constant function or state variable:
- 100_000_000 * (10 ** _decimals)
MetaFooty._rTotal (#342) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
MetaFooty._previousTaxFee (#346) is set pre-construction with a non-constant function or state variable:
- taxFee
MetaFooty._previousLiquidityFee (#349) is set pre-construction with a non-constant function or state variable:
- liquidityFee
MetaFooty._previousMarketingFee (#352) is set pre-construction with a non-constant function or state variable:
- marketingFee
MetaFooty.totalFees (#354) is set pre-construction with a non-constant function or state variable:
- taxFee + liquidityFee + marketingFee
MetaFooty.swapTokensAtAmount (#372) is set pre-construction with a non-constant function or state variable:
- _tTotal / 5000
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) (#76-82):
- (success) = recipient.call{value: amount}() (#80)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#101-122):
- (success,returndata) = target.call{value: weiValue}(data) (#105)
Low level call in MetaFooty.sendBNB(address,uint256) (#529-534):
- (success) = recipient.call{value: amount}() (#532)
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() (#156) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#157) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#173) is not in mixedCase
Function IUniswapV2Router01.WETH() (#192) is not in mixedCase
Parameter MetaFooty.calculateTaxFee(uint256)._amount (#601) is not in mixedCase
Parameter MetaFooty.calculateLiquidityFee(uint256)._amount (#605) is not in mixedCase
Parameter MetaFooty.calculateMarketingFee(uint256)._amount (#609) is not in mixedCase
Parameter MetaFooty.setSwapEnabled(bool)._enabled (#742) is not in mixedCase
Variable MetaFooty.DEAD (#365) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#36-39)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#41-45)
name() should be declared external:
- MetaFooty.name() (#405-407)
symbol() should be declared external:
- MetaFooty.symbol() (#409-411)
decimals() should be declared external:
- MetaFooty.decimals() (#413-415)
transfer(address,uint256) should be declared external:
- MetaFooty.transfer(address,uint256) (#426-429)
allowance(address,address) should be declared external:
- MetaFooty.allowance(address,address) (#431-433)
approve(address,uint256) should be declared external:
- MetaFooty.approve(address,uint256) (#435-438)
transferFrom(address,address,uint256) should be declared external:
- MetaFooty.transferFrom(address,address,uint256) (#440-444)
increaseAllowance(address,uint256) should be declared external:
- MetaFooty.increaseAllowance(address,uint256) (#446-449)
decreaseAllowance(address,uint256) should be declared external:
- MetaFooty.decreaseAllowance(address,uint256) (#451-454)
isExcludedFromReward(address) should be declared external:
- MetaFooty.isExcludedFromReward(address) (#456-458)
totalReflectionDistributed() should be declared external:
- MetaFooty.totalReflectionDistributed() (#460-462)
deliver(uint256) should be declared external:
- MetaFooty.deliver(uint256) (#464-471)
reflectionFromToken(uint256,bool) should be declared external:
- MetaFooty.reflectionFromToken(uint256,bool) (#473-482)
excludeFromReward(address) should be declared external:
- MetaFooty.excludeFromReward(address) (#490-497)
isExcludedFromFee(address) should be declared external:
- MetaFooty.isExcludedFromFee(address) (#630-632)
Use the external attribute for functions never called from the contract.

Additional information: link

MetaFooty.setSwapTokensAtAmount(uint256) (#737-740) uses literals with too many digits:
- require(bool,string)(newAmount > totalSupply() / 100000,SwapTokensAtAmount must be greater than 0.001% of total supply) (#738)
MetaFooty.slitherConstructorVariables() (#325-831) uses literals with too many digits:
- DEAD = 0x000000000000000000000000000000000000dEaD (#365)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

MetaFooty.DEAD (#365) should be constant
MetaFooty._decimals (#338) should be constant
MetaFooty._name (#336) should be constant
MetaFooty._symbol (#337) should be constant
MetaFooty.marketingWallet (#356) should be constant
MetaFooty.teamWalletFour (#361) should be constant
MetaFooty.teamWalletOne (#358) should be constant
MetaFooty.teamWalletThree (#360) should be constant
MetaFooty.teamWalletTwo (#359) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

MetaFooty.setSwapTokensAtAmount(uint256) (#737-740) should emit an event for:
- swapTokensAtAmount = newAmount (#739)
Emit an event for critical parameter changes.

Additional information: link

Holders:

Contract has 6% buy tax and 5% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d PancakeSwap liquidity is low.


Number of Binance Smart Chain (BSC) token holders is low.


Token is deployed only at one blockchain


Token has only one trading pair


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


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


Young tokens have high risks of scam / price dump / death


Young tokens have high risks of scam / price dump / death


Token has no active CoinGecko listing / rank

Price for MFY

News for MFY