Flourish Token Logo

FLRS [Flourish] Token

About FLRS

Listings

Token 3 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Flourish is a Token with unique, advanced tokenomics. While being deflationary and yield generating, it also features a buy-back mechanism with integrated burn, so you never have to see a red-selling streak again while the value of your tokens constantly rise! Adding to all this is an integrated fee for their donation pool, which will be solely used for charity with 100% transparency! Techrate audited Flourish token before Presale, this was to ensure safety for their community, prevent a rug-type scenario and set the fundamentals for organic growth throughout the future.

Social

Laser Scorebeta Last Audit: 6 August 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

Reentrancy in FlourishCoin._transfer(address,address,uint256) (#655-693):
External calls:
- swapTokens(contractTokenBalance) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#722-728)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
External calls sending eth:
- swapTokens(contractTokenBalance) (#673)
- recipient.transfer(amount) (#989)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _liquidityFee = _previousLiquidityFee (#905)
- _liquidityFee = 0 (#899)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#875)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#800)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#791)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#821)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#792)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#811)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#812)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#802)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#823)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _rTotal = _rTotal.sub(rFee) (#830)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#877)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#810)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#820)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#801)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#822)
- buyBackTokens(balance.div(100)) (#681)
- inSwapAndLiquify = true (#505)
- inSwapAndLiquify = false (#507)
Apply the check-effects-interactions pattern.

Additional information: link


Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains


Contract ownership is not renounced (belongs to a wallet)

Reentrancy in FlourishCoin._transfer(address,address,uint256) (#655-693):
External calls:
- swapTokens(contractTokenBalance) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#722-728)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
External calls sending eth:
- swapTokens(contractTokenBalance) (#673)
- recipient.transfer(amount) (#989)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#747)
- buyBackTokens(balance.div(100)) (#681)
- Transfer(sender,recipient,tTransferAmount) (#795)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- Transfer(sender,recipient,tTransferAmount) (#805)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- Transfer(sender,recipient,tTransferAmount) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- Transfer(sender,recipient,tTransferAmount) (#826)
- _tokenTransfer(from,to,amount,takeFee) (#692)
Reentrancy in FlourishCoin.constructor() (#510-524):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#514-515)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (#523)
Reentrancy in FlourishCoin.swapETHForTokens(uint256) (#733-748):
External calls:
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#747)
Reentrancy in FlourishCoin.swapTokensForEth(uint256) (#713-731):
External calls:
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#722-728)
Event emitted after the call(s):
- SwapTokensForETH(tokenAmount,path) (#730)
Reentrancy in FlourishCoin.transferFrom(address,address,uint256) (#565-569):
External calls:
- _transfer(sender,recipient,amount) (#566)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#722-728)
External calls sending eth:
- _transfer(sender,recipient,amount) (#566)
- recipient.transfer(amount) (#989)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#652)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#567)
Apply the check-effects-interactions pattern.

Additional information: link

Ownable.unlock() (#215-220) uses timestamp for comparisons
Dangerous comparisons:
- require(bool,string)(block.timestamp > _lockTime,Contract is locked until 7 days) (#217)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#110-119) uses assembly
- INLINE ASM (#117)
Address._functionCallWithValue(address,bytes,uint256,string) (#147-164) uses assembly
- INLINE ASM (#156-159)
Do not use evm assembly.

Additional information: link

FlourishCoin.includeInReward(address) (#634-645) has costly operations inside a loop:
- _excluded.pop() (#641)
Use a local variable to hold the loop computation result.

Additional information: link

FlourishCoin.swapTokens(uint256) (#695-704) performs a multiplication on the result of a division:
-transferToAddressETH(marketingAddress,transferredBalance.div(_liquidityFee).mul(marketingDivisor)) (#702)
Consider ordering multiplication before division.

Additional information: link

FlourishCoin.addLiquidity(uint256,uint256) (#750-763) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#755-762)
Ensure that all the return values of the function calls are used.

Additional information: link

FlourishCoin.allowance(address,address).owner (#556) shadows:
- Ownable.owner() (#180-182) (function)
FlourishCoin._approve(address,address,uint256).owner (#647) shadows:
- Ownable.owner() (#180-182) (function)
Rename the local variables that shadow another component.

Additional information: link

FlourishCoin.setTaxFeePercent(uint256) (#921-924) should emit an event for:
- _taxFee = taxFee (#923)
FlourishCoin.setLiquidityFeePercent(uint256) (#926-929) should emit an event for:
- _liquidityFee = liquidityFee (#928)
FlourishCoin.setCharityFeePercent(uint256) (#931-934) should emit an event for:
- _charityFee = charityFee (#933)
FlourishCoin.setMaxTxAmount(uint256) (#936-939) should emit an event for:
- _maxTxAmount = maxTxAmount * 10 ** 9 (#938)
FlourishCoin.setMarketingDivisor(uint256) (#941-944) should emit an event for:
- marketingDivisor = divisor (#943)
FlourishCoin.setNumTokensSellToAddToLiquidity(uint256) (#946-948) should emit an event for:
- minimumTokensBeforeSwap = _minimumTokensBeforeSwap (#947)
FlourishCoin.setBuybackUpperLimit(uint256) (#950-952) should emit an event for:
- buyBackUpperLimit = buyBackLimit * 10 ** 18 (#951)
Emit an event for critical parameter changes.

Additional information: link

FlourishCoin.changePresale(address).newP (#526) lacks a zero-check on :
- _presaleContract = newP (#527)
FlourishCoin.setMarketingAddress(address)._marketingAddress (#954) lacks a zero-check on :
- marketingAddress = address(_marketingAddress) (#955)
FlourishCoin.setCharityWallet(address).newWallet (#958) lacks a zero-check on :
- charityWallet = newWallet (#959)
Check that the address is not zero.

Additional information: link

Reentrancy in FlourishCoin._transfer(address,address,uint256) (#655-693):
External calls:
- swapTokens(contractTokenBalance) (#673)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#722-728)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
External calls sending eth:
- swapTokens(contractTokenBalance) (#673)
- recipient.transfer(amount) (#989)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _charityFee = _previousCharityFee (#906)
- _charityFee = 0 (#900)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _previousLiquidityFee = _liquidityFee (#896)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _previousTaxFee = _taxFee (#895)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _tFeeTotal = _tFeeTotal.add(tFee) (#831)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _taxFee = _previousTaxFee (#904)
- _taxFee = 0 (#898)
Reentrancy in FlourishCoin.constructor() (#510-524):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#514-515)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#520)
- _isExcludedFromFee[address(this)] = true (#521)
- uniswapV2Router = _uniswapV2Router (#517)
Reentrancy in FlourishCoin.transferFrom(address,address,uint256) (#565-569):
External calls:
- _transfer(sender,recipient,amount) (#566)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#722-728)
External calls sending eth:
- _transfer(sender,recipient,amount) (#566)
- recipient.transfer(amount) (#989)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#567)
- _allowances[owner][spender] = amount (#651)
Apply the check-effects-interactions pattern.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#147-164) is never used and should be removed
Address.functionCall(address,bytes) (#130-132) is never used and should be removed
Address.functionCall(address,bytes,string) (#134-136) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#138-140) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#142-145) is never used and should be removed
Address.isContract(address) (#110-119) is never used and should be removed
Address.sendValue(address,uint256) (#121-127) is never used and should be removed
Context._msgData() (#33-36) is never used and should be removed
FlourishCoin.addLiquidity(uint256,uint256) (#750-763) is never used and should be removed
SafeMath.mod(uint256,uint256) (#98-100) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#102-105) is never used and should be removed
Remove unused functions.

Additional information: link

FlourishCoin._rTotal (#451) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
FlourishCoin._previousTaxFee (#460) is set pre-construction with a non-constant function or state variable:
- _taxFee
FlourishCoin._previousLiquidityFee (#463) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
FlourishCoin._previousCharityFee (#469) is set pre-construction with a non-constant function or state variable:
- _charityFee
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

Low level call in Address.sendValue(address,uint256) (#121-127):
- (success) = recipient.call{value: amount}() (#125)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#147-164):
- (success,returndata) = target.call{value: weiValue}(data) (#150)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IUniswapV2Pair.DOMAIN_SEPARATOR() (#259) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#260) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#276) is not in mixedCase
Function IUniswapV2Router01.WETH() (#297) is not in mixedCase
Parameter FlourishCoin.calculateTaxFee(uint256)._amount (#880) is not in mixedCase
Parameter FlourishCoin.calculateLiquidityFee(uint256)._amount (#886) is not in mixedCase
Parameter FlourishCoin.setNumTokensSellToAddToLiquidity(uint256)._minimumTokensBeforeSwap (#946) is not in mixedCase
Parameter FlourishCoin.setMarketingAddress(address)._marketingAddress (#954) is not in mixedCase
Parameter FlourishCoin.setSwapAndLiquifyEnabled(bool)._enabled (#962) is not in mixedCase
Parameter FlourishCoin.setBuyBackEnabled(bool)._enabled (#967) is not in mixedCase
Variable FlourishCoin._taxFee (#459) is not in mixedCase
Variable FlourishCoin._liquidityFee (#462) is not in mixedCase
Variable FlourishCoin._charityFee (#467) is not in mixedCase
Variable FlourishCoin._maxTxAmount (#471) is not in mixedCase
Variable FlourishCoin._presaleContract (#475) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#34)" inContext (#28-37)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in FlourishCoin._transfer(address,address,uint256) (#655-693):
External calls:
- swapTokens(contractTokenBalance) (#673)
- recipient.transfer(amount) (#989)
External calls sending eth:
- swapTokens(contractTokenBalance) (#673)
- recipient.transfer(amount) (#989)
- buyBackTokens(balance.div(100)) (#681)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _charityFee = _previousCharityFee (#906)
- _charityFee = 0 (#900)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _liquidityFee = _previousLiquidityFee (#905)
- _liquidityFee = 0 (#899)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _previousLiquidityFee = _liquidityFee (#896)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _previousTaxFee = _taxFee (#895)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#875)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#800)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#791)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#821)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#792)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#811)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#812)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#802)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#823)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _rTotal = _rTotal.sub(rFee) (#830)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _tFeeTotal = _tFeeTotal.add(tFee) (#831)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#877)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#810)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#820)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#801)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#822)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- _taxFee = _previousTaxFee (#904)
- _taxFee = 0 (#898)
- buyBackTokens(balance.div(100)) (#681)
- inSwapAndLiquify = true (#505)
- inSwapAndLiquify = false (#507)
Event emitted after the call(s):
- SwapETHForTokens(amount,path) (#747)
- buyBackTokens(balance.div(100)) (#681)
- Transfer(sender,recipient,tTransferAmount) (#795)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- Transfer(sender,recipient,tTransferAmount) (#815)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- Transfer(sender,recipient,tTransferAmount) (#805)
- _tokenTransfer(from,to,amount,takeFee) (#692)
- Transfer(sender,recipient,tTransferAmount) (#826)
- _tokenTransfer(from,to,amount,takeFee) (#692)
Reentrancy in FlourishCoin.transferFrom(address,address,uint256) (#565-569):
External calls:
- _transfer(sender,recipient,amount) (#566)
- recipient.transfer(amount) (#989)
External calls sending eth:
- _transfer(sender,recipient,amount) (#566)
- recipient.transfer(amount) (#989)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#740-745)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#567)
- _allowances[owner][spender] = amount (#651)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#652)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#567)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#302) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#303)
Variable FlourishCoin.reflectionFromToken(uint256,bool).rTransferAmount (#613) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#819) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferToExcluded(address,address,uint256).rTransferAmount (#799) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#851) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#809) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferStandard(address,address,uint256).rTransferAmount (#790) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._getValues(uint256).rTransferAmount (#836) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin.reflectionFromToken(uint256,bool).rTransferAmount (#613) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._transferToExcluded(address,address,uint256).rTransferAmount (#799) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#819) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Variable FlourishCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#819) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._getValues(uint256).rTransferAmount (#836) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#809) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._transferStandard(address,address,uint256).rTransferAmount (#790) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin._transferStandard(address,address,uint256).rTransferAmount (#790) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#819) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin.reflectionFromToken(uint256,bool).rTransferAmount (#613) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin._transferToExcluded(address,address,uint256).rTransferAmount (#799) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#819) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._transferStandard(address,address,uint256).rTransferAmount (#790) is too similar to FlourishCoin._getTValues(uint256).tTransferAmount (#843)
Variable FlourishCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#809) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin._getValues(uint256).rTransferAmount (#836) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._transferBothExcluded(address,address,uint256).rTransferAmount (#819) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#851) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin._transferStandard(address,address,uint256).rTransferAmount (#790) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Variable FlourishCoin.reflectionFromToken(uint256,bool).rTransferAmount (#613) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin._getValues(uint256).rTransferAmount (#836) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#851) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Variable FlourishCoin.reflectionFromToken(uint256,bool).rTransferAmount (#613) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Variable FlourishCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#809) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#851) is too similar to FlourishCoin._transferToExcluded(address,address,uint256).tTransferAmount (#799)
Variable FlourishCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#851) is too similar to FlourishCoin._transferFromExcluded(address,address,uint256).tTransferAmount (#809)
Variable FlourishCoin._getValues(uint256).rTransferAmount (#836) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#809) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin._transferToExcluded(address,address,uint256).rTransferAmount (#799) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._getValues(uint256).rTransferAmount (#836) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Variable FlourishCoin._transferFromExcluded(address,address,uint256).rTransferAmount (#809) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Variable FlourishCoin._transferStandard(address,address,uint256).rTransferAmount (#790) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (#851) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._transferToExcluded(address,address,uint256).rTransferAmount (#799) is too similar to FlourishCoin._transferStandard(address,address,uint256).tTransferAmount (#790)
Variable FlourishCoin.reflectionFromToken(uint256,bool).rTransferAmount (#613) is too similar to FlourishCoin._getValues(uint256).tTransferAmount (#835)
Variable FlourishCoin._transferToExcluded(address,address,uint256).rTransferAmount (#799) is too similar to FlourishCoin._transferBothExcluded(address,address,uint256).tTransferAmount (#819)
Prevent variables from having similar names.

Additional information: link

FlourishCoin.prepareForPreSale() (#972-978) uses literals with too many digits:
- _maxTxAmount = 1000000000 * 10 ** 6 * 10 ** 9 (#977)
FlourishCoin.afterPreSale() (#980-986) uses literals with too many digits:
- _maxTxAmount = 1000000 * 10 ** 6 * 10 ** 9 (#985)
FlourishCoin.slitherConstructorVariables() (#434-995) uses literals with too many digits:
- deadAddress = 0x000000000000000000000000000000000000dEaD (#439)
FlourishCoin.slitherConstructorVariables() (#434-995) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (#450)
FlourishCoin.slitherConstructorVariables() (#434-995) uses literals with too many digits:
- _maxTxAmount = 1000000 * 10 ** 6 * 10 ** 9 (#471)
FlourishCoin.slitherConstructorVariables() (#434-995) uses literals with too many digits:
- minimumTokensBeforeSwap = 200000 * 10 ** 6 * 10 ** 9 (#472)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

FlourishCoin._decimals (#456) should be constant
FlourishCoin._name (#454) should be constant
FlourishCoin._symbol (#455) should be constant
FlourishCoin._tTotal (#450) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#189-192)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#194-198)
getUnlockTime() should be declared external:
- Ownable.getUnlockTime() (#200-202)
getTime() should be declared external:
- Ownable.getTime() (#204-206)
lock(uint256) should be declared external:
- Ownable.lock(uint256) (#208-213)
unlock() should be declared external:
- Ownable.unlock() (#215-220)
name() should be declared external:
- FlourishCoin.name() (#530-532)
symbol() should be declared external:
- FlourishCoin.symbol() (#534-536)
decimals() should be declared external:
- FlourishCoin.decimals() (#538-540)
totalSupply() should be declared external:
- FlourishCoin.totalSupply() (#542-544)
transfer(address,uint256) should be declared external:
- FlourishCoin.transfer(address,uint256) (#551-554)
allowance(address,address) should be declared external:
- FlourishCoin.allowance(address,address) (#556-558)
approve(address,uint256) should be declared external:
- FlourishCoin.approve(address,uint256) (#560-563)
transferFrom(address,address,uint256) should be declared external:
- FlourishCoin.transferFrom(address,address,uint256) (#565-569)
increaseAllowance(address,uint256) should be declared external:
- FlourishCoin.increaseAllowance(address,uint256) (#571-574)
decreaseAllowance(address,uint256) should be declared external:
- FlourishCoin.decreaseAllowance(address,uint256) (#576-579)
isExcludedFromReward(address) should be declared external:
- FlourishCoin.isExcludedFromReward(address) (#581-583)
totalFees() should be declared external:
- FlourishCoin.totalFees() (#585-587)
minimumTokensBeforeSwapAmount() should be declared external:
- FlourishCoin.minimumTokensBeforeSwapAmount() (#589-591)
buyBackUpperLimitAmount() should be declared external:
- FlourishCoin.buyBackUpperLimitAmount() (#593-595)
deliver(uint256) should be declared external:
- FlourishCoin.deliver(uint256) (#597-604)
reflectionFromToken(uint256,bool) should be declared external:
- FlourishCoin.reflectionFromToken(uint256,bool) (#607-616)
excludeFromReward(address) should be declared external:
- FlourishCoin.excludeFromReward(address) (#624-632)
isExcludedFromFee(address) should be declared external:
- FlourishCoin.isExcludedFromFee(address) (#909-911)
excludeFromFee(address) should be declared external:
- FlourishCoin.excludeFromFee(address) (#913-915)
includeInFee(address) should be declared external:
- FlourishCoin.includeInFee(address) (#917-919)
setBuyBackEnabled(bool) should be declared external:
- FlourishCoin.setBuyBackEnabled(bool) (#967-970)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap volume is less than $100. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

Contract has 11% buy tax and 10% sell tax.
Taxes are suspiciously high (over 10%) and contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Token is deployed only at one blockchain


Token has only one trading pair


Swap operations require suspiciously high gas. Contract logic is complex and may disguise some form of scam.


Average 30d PancakeSwap liquidity is low.


Last post in Twitter was more than 180 days ago


Unable to find Youtube account


Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap

Additional information: link


Unable to find whitepaper link on the website


Unable to find Telegram link on the website


Unable to find Twitter link on the website


Token is not listed at Mobula.Finance

Additional information: link


Token has a considerable age, but average PancakeSwap 30d trading volume is low


Token has no active CoinMarketCap listing / rank


Token has relatively low CoinGecko rank

Price for FLRS

News for FLRS