Inflex Token Logo

INFLEX Token

About INFLEX

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years

INFLEX is a RFI Static reward token unlike any other. We are undoubtably the gold standard of Reflect-style tokens, in terms of safety and economic efficiency. There has been various, well justified, security concerns and inefficiencies with practically every RFI token in existence.

INFLEX seeks to set the benchmark with regards to RFI smart contract design, by addressing the identified flaws of our predecessors.

Social

Laser Scorebeta Last Audit: 13 October 2022

report
Token has too many issues. Scam probability is high.

Anti-Scam

Links


Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)

Reentrancy in Inflex._transfer(address,address,uint256) (contracts/Inflex.sol#972-1015):
External calls:
- swapAndLiquify(contractTokenBalance) (contracts/Inflex.sol#1002)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/Inflex.sol#1002)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (contracts/Inflex.sol#928)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/Inflex.sol#1115)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/Inflex.sol#1124)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/Inflex.sol#1135)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (contracts/Inflex.sol#1145)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/Inflex.sol#1116)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/Inflex.sol#1126)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/Inflex.sol#1136)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (contracts/Inflex.sol#1147)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _rTotal = _rTotal.sub(rFee) (contracts/Inflex.sol#883)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (contracts/Inflex.sol#930)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (contracts/Inflex.sol#1134)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (contracts/Inflex.sol#1144)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (contracts/Inflex.sol#1125)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (contracts/Inflex.sol#1146)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in Inflex.addLiquidity(uint256,uint256) (contracts/Inflex.sol#1070-1090):
External calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- swapBNBForTokens(balanceBNB) (contracts/Inflex.sol#1087)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
Event emitted after the call(s):
- bnbSwappedForTokens(balanceBNB) (contracts/Inflex.sol#1088)
Reentrancy in Inflex.transferFrom(address,address,uint256) (contracts/Inflex.sol#773-777):
External calls:
- _transfer(sender,recipient,amount) (contracts/Inflex.sol#774)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
External calls sending eth:
- _transfer(sender,recipient,amount) (contracts/Inflex.sol#774)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/Inflex.sol#969)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/Inflex.sol#775)
Reentrancy in Inflex.swapAndLiquify(uint256) (contracts/Inflex.sol#1017-1038):
External calls:
- swapTokensForEth(half) (contracts/Inflex.sol#1029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
Event emitted after the call(s):
- Approval(owner,spender,amount) (contracts/Inflex.sol#969)
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
- SwapAndLiquify(half,newBalance,otherHalf) (contracts/Inflex.sol#1037)
- bnbSwappedForTokens(balanceBNB) (contracts/Inflex.sol#1088)
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
Reentrancy in Inflex._transfer(address,address,uint256) (contracts/Inflex.sol#972-1015):
External calls:
- swapAndLiquify(contractTokenBalance) (contracts/Inflex.sol#1002)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/Inflex.sol#1002)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (contracts/Inflex.sol#1119)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- Transfer(sender,recipient,tTransferAmount) (contracts/Inflex.sol#1129)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- Transfer(sender,recipient,tTransferAmount) (contracts/Inflex.sol#1139)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- Transfer(sender,recipient,tTransferAmount) (contracts/Inflex.sol#1150)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
Apply the check-effects-interactions pattern.

Additional information: link

Address.isContract(address) (contracts/Inflex.sol#265-274) uses assembly
- INLINE ASM (contracts/Inflex.sol#272)
Address._functionCallWithValue(address,bytes,uint256,string) (contracts/Inflex.sol#358-379) uses assembly
- INLINE ASM (contracts/Inflex.sol#371-374)
Do not use evm assembly.

Additional information: link

Inflex.includeInReward(address) (contracts/Inflex.sol#825-837) has costly operations inside a loop:
- _excluded.pop() (contracts/Inflex.sol#832)
Use a local variable to hold the loop computation result.

Additional information: link

Address.sendValue(address,uint256) (contracts/Inflex.sol#292-298) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (contracts/Inflex.sol#343-345) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (contracts/Inflex.sol#226-229) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (contracts/Inflex.sol#353-356) is never used and should be removed
Context._msgData() (contracts/Inflex.sol#237-240) is never used and should be removed
SafeMath.mod(uint256,uint256) (contracts/Inflex.sol#210-212) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (contracts/Inflex.sol#358-379) is never used and should be removed
Address.isContract(address) (contracts/Inflex.sol#265-274) is never used and should be removed
Address.functionCall(address,bytes,string) (contracts/Inflex.sol#328-330) is never used and should be removed
Address.functionCall(address,bytes) (contracts/Inflex.sol#318-320) is never used and should be removed
Remove unused functions.

Additional information: link

Inflex._previousLiquidityFee (contracts/Inflex.sol#687) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
Inflex._previousTaxFee (contracts/Inflex.sol#684) is set pre-construction with a non-constant function or state variable:
- _taxFee
Inflex._rTotal (contracts/Inflex.sol#676) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
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._functionCallWithValue(address,bytes,uint256,string) (contracts/Inflex.sol#358-379):
- (success,returndata) = target.call{value: weiValue}(data) (contracts/Inflex.sol#362)
Low level call in Address.sendValue(address,uint256) (contracts/Inflex.sol#292-298):
- (success) = recipient.call{value: amount}() (contracts/Inflex.sol#296)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Reentrancy in Inflex._transfer(address,address,uint256) (contracts/Inflex.sol#972-1015):
External calls:
- swapAndLiquify(contractTokenBalance) (contracts/Inflex.sol#1002)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (contracts/Inflex.sol#1002)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _liquidityFee = _previousLiquidityFee (contracts/Inflex.sol#957)
- _liquidityFee = 0 (contracts/Inflex.sol#952)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _previousLiquidityFee = _liquidityFee (contracts/Inflex.sol#949)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _previousTaxFee = _taxFee (contracts/Inflex.sol#948)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _tFeeTotal = _tFeeTotal.add(tFee) (contracts/Inflex.sol#884)
- _tokenTransfer(from,to,amount,takeFee) (contracts/Inflex.sol#1014)
- _taxFee = _previousTaxFee (contracts/Inflex.sol#956)
- _taxFee = 0 (contracts/Inflex.sol#951)
Reentrancy in Inflex.swapAndLiquify(uint256) (contracts/Inflex.sol#1017-1038):
External calls:
- swapTokensForEth(half) (contracts/Inflex.sol#1029)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (contracts/Inflex.sol#1035)
- _allowances[owner][spender] = amount (contracts/Inflex.sol#968)
Reentrancy in Inflex.transferFrom(address,address,uint256) (contracts/Inflex.sol#773-777):
External calls:
- _transfer(sender,recipient,amount) (contracts/Inflex.sol#774)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (contracts/Inflex.sol#1049-1055)
External calls sending eth:
- _transfer(sender,recipient,amount) (contracts/Inflex.sol#774)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amountBNB}(0,path,address(0),block.timestamp) (contracts/Inflex.sol#1063-1067)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (contracts/Inflex.sol#775)
- _allowances[owner][spender] = amount (contracts/Inflex.sol#968)
Apply the check-effects-interactions pattern.

Additional information: link

Event InflexbnbSwappedForTokens(uint256) (contracts/Inflex.sol#712) is not in CapWords
Variable Inflex._taxFee (contracts/Inflex.sol#683) is not in mixedCase
Parameter Inflex.setSwapAndLiquifyEnabled(bool)._enabled (contracts/Inflex.sol#874) is not in mixedCase
Parameter Inflex.setNumTokensSellToAddToLiquidity(uint256)._numTokensSellToAddToLiquidity (contracts/Inflex.sol#869) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (contracts/Inflex.sol#484) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (contracts/Inflex.sol#501) is not in mixedCase
Function IUniswapV2Pair.DOMAIN_SEPARATOR() (contracts/Inflex.sol#483) is not in mixedCase
Parameter Inflex.calculateTaxFee(uint256)._amount (contracts/Inflex.sol#933) is not in mixedCase
Parameter Inflex.calculateLiquidityFee(uint256)._amount (contracts/Inflex.sol#939) is not in mixedCase
Variable Inflex._liquidityFee (contracts/Inflex.sol#686) is not in mixedCase
Function IUniswapV2Router01.WETH() (contracts/Inflex.sol#523) is not in mixedCase
Variable Inflex._maxTxAmount (contracts/Inflex.sol#695) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (contracts/Inflex.sol#238)" inContext (contracts/Inflex.sol#232-241)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Variable Inflex._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1133) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._getValues(uint256).rTransferAmount (contracts/Inflex.sol#889) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex._transferToExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1123) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (contracts/Inflex.sol#904) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex._transferToExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1123) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex._transferStandard(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1114) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1133) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex.reflectionFromToken(uint256,bool).rTransferAmount (contracts/Inflex.sol#803) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex._transferStandard(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1114) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._transferStandard(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1114) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Variable Inflex._getValues(uint256).rTransferAmount (contracts/Inflex.sol#889) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1133) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex._transferStandard(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1114) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable Inflex.reflectionFromToken(uint256,bool).rTransferAmount (contracts/Inflex.sol#803) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1143) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex._transferToExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1123) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex._transferStandard(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1114) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1143) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex._getValues(uint256).rTransferAmount (contracts/Inflex.sol#889) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable Inflex._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1133) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1133) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable Inflex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (contracts/Inflex.sol#904) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (contracts/Inflex.sol#904) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (contracts/Inflex.sol#528) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (contracts/Inflex.sol#529)
Variable Inflex._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1143) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex.reflectionFromToken(uint256,bool).rTransferAmount (contracts/Inflex.sol#803) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._getValues(uint256).rTransferAmount (contracts/Inflex.sol#889) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex._transferStandard(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1114) is too similar to Inflex._transferFromExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1133)
Variable Inflex.reflectionFromToken(uint256,bool).rTransferAmount (contracts/Inflex.sol#803) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable Inflex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (contracts/Inflex.sol#904) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Variable Inflex._transferToExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1123) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Variable Inflex._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1143) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable Inflex._transferFromExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1133) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Variable Inflex._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1143) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Variable Inflex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (contracts/Inflex.sol#904) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex.reflectionFromToken(uint256,bool).rTransferAmount (contracts/Inflex.sol#803) is too similar to Inflex._getTValues(uint256).tTransferAmount (contracts/Inflex.sol#896)
Variable Inflex.reflectionFromToken(uint256,bool).rTransferAmount (contracts/Inflex.sol#803) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Variable Inflex._transferToExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1123) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (contracts/Inflex.sol#904) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._transferBothExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1143) is too similar to Inflex._getValues(uint256).tTransferAmount (contracts/Inflex.sol#888)
Variable Inflex._getValues(uint256).rTransferAmount (contracts/Inflex.sol#889) is too similar to Inflex._transferToExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1123)
Variable Inflex._transferToExcluded(address,address,uint256).rTransferAmount (contracts/Inflex.sol#1123) is too similar to Inflex._transferBothExcluded(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1143)
Variable Inflex._getValues(uint256).rTransferAmount (contracts/Inflex.sol#889) is too similar to Inflex._transferStandard(address,address,uint256).tTransferAmount (contracts/Inflex.sol#1114)
Prevent variables from having similar names.

Additional information: link

Inflex.slitherConstructorVariables() (contracts/Inflex.sol#661-1154) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 6 * 10 ** 9 (contracts/Inflex.sol#675)
Inflex.slitherConstructorVariables() (contracts/Inflex.sol#661-1154) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 500000 * 10 ** 6 * 10 ** 9 (contracts/Inflex.sol#696)
Inflex.slitherConstructorVariables() (contracts/Inflex.sol#661-1154) uses literals with too many digits:
- _maxTxAmount = 5000000 * 10 ** 6 * 10 ** 9 (contracts/Inflex.sol#695)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

Inflex._decimals (contracts/Inflex.sol#681) should be constant
Inflex._symbol (contracts/Inflex.sol#680) should be constant
Inflex._tTotal (contracts/Inflex.sol#675) should be constant
Inflex._name (contracts/Inflex.sol#679) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

isExcludedFromReward(address) should be declared external:
- Inflex.isExcludedFromReward(address) (contracts/Inflex.sol#789-791)
setSwapAndLiquifyEnabled(bool) should be declared external:
- Inflex.setSwapAndLiquifyEnabled(bool) (contracts/Inflex.sol#874-877)
transferFrom(address,address,uint256) should be declared external:
- Inflex.transferFrom(address,address,uint256) (contracts/Inflex.sol#773-777)
approve(address,uint256) should be declared external:
- Inflex.approve(address,uint256) (contracts/Inflex.sol#768-771)
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (contracts/Inflex.sol#431-434)
totalSupply() should be declared external:
- Inflex.totalSupply() (contracts/Inflex.sol#750-752)
allowance(address,address) should be declared external:
- Inflex.allowance(address,address) (contracts/Inflex.sol#764-766)
symbol() should be declared external:
- Inflex.symbol() (contracts/Inflex.sol#742-744)
increaseAllowance(address,uint256) should be declared external:
- Inflex.increaseAllowance(address,uint256) (contracts/Inflex.sol#779-782)
totalFees() should be declared external:
- Inflex.totalFees() (contracts/Inflex.sol#793-795)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (contracts/Inflex.sol#440-444)
includeInFee(address) should be declared external:
- Inflex.includeInFee(address) (contracts/Inflex.sol#844-847)
transfer(address,uint256) should be declared external:
- Inflex.transfer(address,uint256) (contracts/Inflex.sol#759-762)
reflectionFromToken(uint256,bool) should be declared external:
- Inflex.reflectionFromToken(uint256,bool) (contracts/Inflex.sol#797-806)
excludeFromFee(address) should be declared external:
- Inflex.excludeFromFee(address) (contracts/Inflex.sol#839-842)
name() should be declared external:
- Inflex.name() (contracts/Inflex.sol#738-740)
excludeFromReward(address) should be declared external:
- Inflex.excludeFromReward(address) (contracts/Inflex.sol#814-823)
decimals() should be declared external:
- Inflex.decimals() (contracts/Inflex.sol#746-748)
decreaseAllowance(address,uint256) should be declared external:
- Inflex.decreaseAllowance(address,uint256) (contracts/Inflex.sol#784-787)
isExcludedFromFee(address) should be declared external:
- Inflex.isExcludedFromFee(address) (contracts/Inflex.sol#960-962)
Use the external attribute for functions never called from the contract.

Additional information: link


Contract ownership is semi-renounced (passed to a contract)

Inflex.addLiquidity(uint256,uint256) (contracts/Inflex.sol#1070-1090) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,address(0),block.timestamp) (contracts/Inflex.sol#1075-1082)
Ensure that all the return values of the function calls are used.

Additional information: link

Inflex._approve(address,address,uint256).owner (contracts/Inflex.sol#964) shadows:
- Ownable.owner() (contracts/Inflex.sol#412-414) (function)
Inflex.allowance(address,address).owner (contracts/Inflex.sol#764) shadows:
- Ownable.owner() (contracts/Inflex.sol#412-414) (function)
Rename the local variables that shadow another component.

Additional information: link

Holders:


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

Contract has 10% buy tax and 6% sell tax.
Taxes are low and contract ownership is renounced.


Last post in Twitter was more than 180 days ago


Telegram account has relatively few subscribers


Unable to find Youtube account


Unable to find Discord account


Unable to crawl data from the website


BscScan page for the token does not contain additional info: website, socials, description, etc.

Additional information: link


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

Additional information: link


Unable to find token contract audit


Unable to verify token contract address on the website


Unable to find audit link on the website


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


Unable to find token on CoinHunt

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


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


Token has relatively low CoinGecko rank

Price for INFLEX

News for INFLEX