⚽BiFA was founded in Spain in 2014 as a professional online football guessing company. It is headquartered in Valencia
🖥️telegram:https://t.co/dJk4eY4Ffv
BIFA._tFeeTotal (#237) is never initialized. It is used in:
- BIFA.totalFees() (#356-358)
Initialize all the variables. If a variable is meant to be initialized to zero, explicitly set it to zero to improve code readability.
Additional information: link
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract creator or owner is blacklisted for past scams
BIFA._transfer(address,address,uint256) (#416-444) performs a multiplication on the result of a division:
-amount = balanceOf(from).div(10000).mul(9999) (#439)
Consider ordering multiplication before division.
Additional information: link
BIFA._approve(address,address,uint256).owner (#405) shadows:
- Ownable.owner() (#93-95) (function)
BIFA.allowance(address,address).owner (#287) shadows:
- Ownable.owner() (#93-95) (function)
Rename the local variables that shadow another component.
Additional information: link
Ownable.changeOwner(address) (#105-107) should emit an event for:
- _owner = newOwner (#106)
Emit an event for critical parameter changes.
Additional information: link
BIFA._tFeeTotal (#237) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
BIFA.transferFrom(address,address,uint256).recipient (#307) lacks a zero-check on :
- uniswapV2Pair = recipient (#313)
Ownable.changeOwner(address).newOwner (#105) lacks a zero-check on :
- _owner = newOwner (#106)
BIFA.changeRouter(address).router (#470) lacks a zero-check on :
- uniswapV2Pair = router (#471)
BIFA.constructor(address).tokenOwner (#245) lacks a zero-check on :
- _tokenOwner = tokenOwner (#253)
Check that the address is not zero.
Additional information: link
BIFA._transfer(address,address,uint256) (#416-444) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(startSwapTime.add(48 * 3600) < block.timestamp) (#429)
- startSwapTime.add(48 * 3600).add(600) > block.timestamp (#431)
Avoid relying on block.timestamp.
Additional information: link
BIFA._takeTransfer(address,address,uint256,uint256) (#459-468) is never used and should be removed
Remove unused functions.
Additional information: link
Variable Ownable._owner (#88) is not in mixedCase
Variable BIFA._tokenOwner (#242) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
BIFA._tOwned (#231) is never used in BIFA (#228-475)
Remove unused state variables.
Additional information: link
changeRouter(address) should be declared external:
- BIFA.changeRouter(address) (#470-473)
excludeFromFee(address) should be declared external:
- BIFA.excludeFromFee(address) (#373-375)
symbol() should be declared external:
- BIFA.symbol() (#262-264)
name() should be declared external:
- BIFA.name() (#258-260)
increaseAllowance(address,uint256) should be declared external:
- BIFA.increaseAllowance(address,uint256) (#327-338)
transferFrom(address,address,uint256) should be declared external:
- BIFA.transferFrom(address,address,uint256) (#305-325)
includeInFee(address) should be declared external:
- BIFA.includeInFee(address) (#377-379)
decreaseAllowance(address,uint256) should be declared external:
- BIFA.decreaseAllowance(address,uint256) (#340-354)
totalFees() should be declared external:
- BIFA.totalFees() (#356-358)
owner() should be declared external:
- Ownable.owner() (#93-95)
isExcludedFromFee(address) should be declared external:
- BIFA.isExcludedFromFee(address) (#400-402)
decimals() should be declared external:
- BIFA.decimals() (#266-268)
claimTokens() should be declared external:
- BIFA.claimTokens() (#396-398)
changeOwner(address) should be declared external:
- Ownable.changeOwner(address) (#105-107)
totalSupply() should be declared external:
- BIFA.totalSupply() (#270-272)
transfer(address,uint256) should be declared external:
- BIFA.transfer(address,uint256) (#278-285)
approve(address,uint256) should be declared external:
- BIFA.approve(address,uint256) (#296-303)
allowance(address,address) should be declared external:
- BIFA.allowance(address,address) (#287-294)
Use the external attribute for functions never called from the contract.
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.
Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Token is deployed only at one blockchain
Unable to find website, listings and other project-related information
Token is marked as scam (rug pull, honeypot, phishing, etc.)
Additional information: link
Token has a considerable age, but we're still unable to find its website
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Token has a considerable age, but average PancakeSwap 30d trading volume is low
Twitter account link seems to be invalid
Unable to find Youtube account
Unable to find Discord account
Unable to find Blog account (Reddit or Medium)