Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token is flagged by TokenSniffer due to presence of exploit in contract code
Contract ownership is not renounced (belongs to a wallet)
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.
MINIFOOTBALL._transfer(address,address,uint256) (#441-452) performs a multiplication on the result of a division:
-_balances[recipient] = _balances[recipient].sub(amount / 100 * _taxFee) (#448)
MINIFOOTBALL._transfer(address,address,uint256) (#441-452) performs a multiplication on the result of a division:
-_totalSupply = _totalSupply.sub(amount / 100 * _taxFee) (#449)
Consider ordering multiplication before division.
Additional information: link
MINIFOOTBALL.allowance(address,address).owner (#415) shadows:
- Ownable.owner() (#321-323) (function)
MINIFOOTBALL._approve(address,address,uint256).owner (#467) shadows:
- Ownable.owner() (#321-323) (function)
Rename the local variables that shadow another component.
Additional information: link
Context._msgData() (#135-138) is never used and should be removed
SafeMath.div(uint256,uint256) (#234-236) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#249-256) is never used and should be removed
SafeMath.mod(uint256,uint256) (#269-271) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#284-287) is never used and should be removed
SafeMath.mul(uint256,uint256) (#209-221) is never used and should be removed
Remove unused functions.
Additional information: link
Pragma version0.7.4 (#27) allows old versions
solc-0.7.4 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
Contract iBEP20 (#29-118) is not in CapWords
Variable MINIFOOTBALL._decimals (#342) is not in mixedCase
Variable MINIFOOTBALL._symbol (#343) is not in mixedCase
Variable MINIFOOTBALL._name (#344) is not in mixedCase
Variable MINIFOOTBALL._taxFee (#356) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#136)" inContext (#130-139)
Remove redundant statements if they congest code but offer no value.
Additional information: link
Ownable._lockTime (#305) is never used in MINIFOOTBALL (#335-475)
Remove unused state variables.
Additional information: link
MINIFOOTBALL._taxFee (#356) should be constant
Ownable._lockTime (#305) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
increaseAllowance(address,uint256) should be declared external:
- MINIFOOTBALL.increaseAllowance(address,uint256) (#430-433)
decreaseAllowance(address,uint256) should be declared external:
- MINIFOOTBALL.decreaseAllowance(address,uint256) (#436-439)
dxlock(uint256) should be declared external:
- MINIFOOTBALL.dxlock(uint256) (#454-456)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Unable to find Telegram and Twitter accounts