SFI is a token that used for ICO services that includes End-to-End ICO Management, Social Media Management, Bounty Campaigns and Code Audits.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Contract ownership is not renounced (belongs to a wallet)
BEP20Token.allowance(address,address).owner (#468) shadows:
- Ownable.owner() (#307-309) (function)
BEP20Token._approve(address,address,uint256).owner (#624) shadows:
- Ownable.owner() (#307-309) (function)
BEP20Token.clearBNB()._owner (#643) shadows:
- Ownable._owner (#289) (state variable)
Rename the local variables that shadow another component.
Additional information: link
Ownable.unlock() (#358-363) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(now > _lockTime,Contract is locked until 0 days) (#360)
Avoid relying on block.timestamp.
Additional information: link
BEP20Token._burn(address,uint256) (#603-609) is never used and should be removed
BEP20Token._burnFrom(address,uint256) (#638-641) is never used and should be removed
Context._msgData() (#121-124) is never used and should be removed
SafeMath.div(uint256,uint256) (#220-222) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#235-242) is never used and should be removed
SafeMath.mod(uint256,uint256) (#255-257) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#270-273) is never used and should be removed
SafeMath.mul(uint256,uint256) (#195-207) is never used and should be removed
SafeMath.sub(uint256,uint256) (#166-168) is never used and should be removed
Remove unused functions.
Additional information: link
Parameter BEP20Token.multiTransferSingleValue(address[],uint256)._value (#453) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#122)" inContext (#112-125)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BEP20Token.multiTransfer(address[],uint256[]) (#442-452) uses literals with too many digits:
- require(bool,string)(recipient.length <= 200000,Too many recipients) (#443)
BEP20Token.multiTransferSingleValue(address[],uint256) (#453-463) uses literals with too many digits:
- require(bool,string)(recipient.length <= 200000,Too many recipients) (#456)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#326-329)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#335-337)
geUnlockTime() should be declared external:
- Ownable.geUnlockTime() (#347-349)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#351-356)
unlock() should be declared external:
- Ownable.unlock() (#358-363)
multiTransfer(address[],uint256[]) should be declared external:
- BEP20Token.multiTransfer(address[],uint256[]) (#442-452)
multiTransferSingleValue(address[],uint256) should be declared external:
- BEP20Token.multiTransferSingleValue(address[],uint256) (#453-463)
increaseAllowance(address,uint256) should be declared external:
- BEP20Token.increaseAllowance(address,uint256) (#515-518)
decreaseAllowance(address,uint256) should be declared external:
- BEP20Token.decreaseAllowance(address,uint256) (#534-537)
mint(uint256) should be declared external:
- BEP20Token.mint(uint256) (#547-550)
clearBNB() should be declared external:
- BEP20Token.clearBNB() (#642-645)
Use the external attribute for functions never called from the contract.
Additional information: link
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.
Average 30d PancakeSwap liquidity is low.
Token is deployed only at one blockchain
Token has only one trading pair
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token contract audit
Unable to find audit link on the website
Unable to find whitepaper link on the website
Token is not listed at Mobula.Finance
Additional information: link
Unable to find token on CoinHunt
Additional information: link
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
Unable to find Youtube account
Unable to find Discord account