Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BFIC.allowance(address,address).owner (#335) shadows:
- Ownable.owner() (#213-215) (function)
BFIC._approve(address,address,uint256).owner (#461) shadows:
- Ownable.owner() (#213-215) (function)
Rename the local variables that shadow another component.
Additional information: link
BFIC._burn(address,uint256) (#440-446) is never used and should be removed
BFIC._burnFrom(address,uint256) (#473-476) is never used and should be removed
Context._msgData() (#58-61) is never used and should be removed
SafeMath.div(uint256,uint256) (#137-139) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#152-159) is never used and should be removed
SafeMath.mod(uint256,uint256) (#172-174) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#187-190) is never used and should be removed
SafeMath.mul(uint256,uint256) (#112-124) is never used and should be removed
SafeMath.sub(uint256,uint256) (#83-85) is never used and should be removed
Remove unused functions.
Additional information: link
Redundant expression "this (#59)" inContext (#49-62)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BFIC.constructor() (#267-275) uses literals with too many digits:
- _totalSupply = 50000000000000000 (#271)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#232-235)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#241-243)
increaseAllowance(address,uint256) should be declared external:
- BFIC.increaseAllowance(address,uint256) (#363-366)
decreaseAllowance(address,uint256) should be declared external:
- BFIC.decreaseAllowance(address,uint256) (#372-375)
mint(uint256) should be declared external:
- BFIC.mint(uint256) (#384-387)
Use the external attribute for functions never called from the contract.
Additional information: link
Unable to find website, listings and other project-related information
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