Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
FloriumNetwork._approve(address,address,uint256).owner (#384) shadows:
- Ownable.owner() (#275-277) (function)
FloriumNetwork.allowance(address,address).owner (#391) shadows:
- Ownable.owner() (#275-277) (function)
Rename the local variables that shadow another component.
Additional information: link
Reentrancy in FloriumNetwork.constructor() (#322-329):
External calls:
- panckev2router = IDEXFactory(router.factory()).createPair(router.WETH(),address(this)) (#327)
Event emitted after the call(s):
- Transfer(address(0),msg.sender,_totalSupply) (#328)
Apply the check-effects-interactions pattern.
Additional information: link
FloriumNetwork._transfer(address,address,uint256) (#352-373) uses timestamp for comparisons
Dangerous comparisons:
- require(bool)(_bottime <= _bruntimen) (#362)
Avoid relying on block.timestamp.
Additional information: link
Context._msgData() (#250-253) is never used and should be removed
SafeMath.add(uint256,uint256) (#103-108) is never used and should be removed
SafeMath.mod(uint256,uint256) (#213-215) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#229-232) is never used and should be removed
SafeMath.sub(uint256,uint256) (#120-122) is never used and should be removed
SafeMath.sub(uint256,uint256,string) (#134-139) is never used and should be removed
Remove unused functions.
Additional information: link
FloriumNetwork._totalSupply (#320) is set pre-construction with a non-constant function or state variable:
- 1000000000 * 10 ** _decimals
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
Pragma version^0.8.13 (#5) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.13 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
Function IDEXRouter.WETH() (#243) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Redundant expression "this (#251)" inContext (#246-254)
Remove redundant statements if they congest code but offer no value.
Additional information: link
FloriumNetwork._transfer(address,address,uint256) (#352-373) uses literals with too many digits:
- _rOwned[0x000000000000000000000000000000000000dEaD] += _bruntoken (#366)
FloriumNetwork._transfer(address,address,uint256) (#352-373) uses literals with too many digits:
- Transfer(form,0x000000000000000000000000000000000000dEaD,_bruntoken) (#370)
FloriumNetwork.slitherConstructorVariables() (#311-408) uses literals with too many digits:
- _totalSupply = 1000000000 * 10 ** _decimals (#320)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Ownable._previousOwner (#258) is never used in FloriumNetwork (#311-408)
Ownable._lockTime (#259) is never used in FloriumNetwork (#311-408)
Remove unused state variables.
Additional information: link
FloriumNetwork._decimals (#319) should be constant
FloriumNetwork._name (#317) should be constant
FloriumNetwork._symbol (#318) should be constant
FloriumNetwork.lunchitime (#346) should be constant
Ownable._lockTime (#259) should be constant
Ownable._previousOwner (#258) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
owner() should be declared external:
- Ownable.owner() (#275-277)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#294-297)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#303-307)
approve(address,uint256) should be declared external:
- FloriumNetwork.approve(address,uint256) (#379-382)
allowance(address,address) should be declared external:
- FloriumNetwork.allowance(address,address) (#391-393)
transferFrom(address,address,uint256) should be declared external:
- FloriumNetwork.transferFrom(address,address,uint256) (#395-400)
transfer(address,uint256) should be declared external:
- FloriumNetwork.transfer(address,uint256) (#402-405)
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.
Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.
Average 30d number of PancakeSwap swaps is low.
Token is deployed only at one blockchain
Token has only one trading pair
Contract has 2% buy tax and 1% sell tax.
Taxes are low and contract ownership is renounced.
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