Inferno Token Logo

IFO [Inferno] Token

About IFO

Listings

Token 2 years

No charge back cryptocurrency payment processor on the Binance smart chain.

Social

Laser Scorebeta Last Audit: 30 November 2021

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 IFO._transfer(address,address,uint256) (#640-688):
External calls:
- swapAndLiquify(contractTokenBalance) (#666)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#740-746)
- buyBackTokens(balance.div(100)) (#674)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#666)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- _marketingWalletAddress.transfer(marketingBNBToDonate) (#723)
- buyBackTokens(balance.div(100)) (#674)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
State variables written after the call(s):
- _tokenTransfer(sender,recipient,amount,takeFee) (#687)
- _liquidityFee = _previousLiquidityFee (#625)
- _liquidityFee = 0 (#619)
- _tokenTransfer(sender,recipient,amount,takeFee) (#687)
- _marketingFee = _previousMarketingFee (#624)
- _marketingFee = 0 (#618)
- _tokenTransfer(sender,recipient,amount,takeFee) (#687)
- _rOwned[address(this)] = _rOwned[address(this)].add(rMarketingLiquidity) (#867)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#826)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#835)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#827)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#846)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#856)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#847)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#837)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#858)
- _tokenTransfer(sender,recipient,amount,takeFee) (#687)
- _rTotal = _rTotal.sub(rFee) (#873)
- _tokenTransfer(sender,recipient,amount,takeFee) (#687)
- _tOwned[address(this)] = _tOwned[address(this)].add(tMarketingLiquidity) (#869)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#845)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#855)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#836)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#857)
- buyBackTokens(balance.div(100)) (#674)
- inSwapAndLiquify = true (#470)
- inSwapAndLiquify = false (#472)
Apply the check-effects-interactions pattern.

Additional information: link

IFO._setMaxTxAmount(uint256) (#946-948) should emit an event for:
- _maxTxAmount = maxTxAmount (#947)
Emit an event for critical parameter changes.

Additional information: link

IFO.swapAndLiquify(uint256) (#690-724) performs a multiplication on the result of a division:
-half = toLiquify.div(2) (#696)
-bnbToLiquify = bnbSwapped.mul(half).div(tokensToSwapToBNB) (#712)
Consider ordering multiplication before division.

Additional information: link

IFO.addLiquidity(uint256,uint256) (#765-778) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
Ensure that all the return values of the function calls are used.

Additional information: link

IFO._approve(address,address,uint256).owner (#632) shadows:
- Ownable.owner() (#155-157) (function)
Rename the local variables that shadow another component.

Additional information: link

Reentrancy in IFO.transferFrom(address,address,uint256) (#528-532):
External calls:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#740-746)
External calls sending eth:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
- _marketingWalletAddress.transfer(marketingBNBToDonate) (#723)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#530)
- _allowances[owner][spender] = amount (#636)
Apply the check-effects-interactions pattern.

Additional information: link

Reentrancy in IFO.transferFrom(address,address,uint256) (#528-532):
External calls:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#740-746)
External calls sending eth:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
- _marketingWalletAddress.transfer(marketingBNBToDonate) (#723)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#637)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#530)
Apply the check-effects-interactions pattern.

Additional information: link

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

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#122-139) uses assembly
- INLINE ASM (#131-134)
Do not use evm assembly.

Additional information: link

SafeMath.mod(uint256,uint256,string) (#77-80) is never used and should be removed
Remove unused functions.

Additional information: link

IFO._maxTxAmount (#443) is set pre-construction with a non-constant function or state variable:
- _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

solc-0.8.4 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

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

Additional information: link

Function IFO._setMaxTxAmount(uint256) (#946-948) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

Redundant expression "this (#10)" inContext (#4-13)
Remove redundant statements if they congest code but offer no value.

Additional information: link

Reentrancy in IFO.transferFrom(address,address,uint256) (#528-532):
External calls:
- _transfer(sender,recipient,amount) (#529)
- _marketingWalletAddress.transfer(marketingBNBToDonate) (#723)
External calls sending eth:
- _transfer(sender,recipient,amount) (#529)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#770-777)
- uniswapV2Router.swapExactETHForTokensSupportingFeeOnTransferTokens{value: amount}(0,path,deadAddress,block.timestamp.add(300)) (#756-761)
- _marketingWalletAddress.transfer(marketingBNBToDonate) (#723)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#530)
- _allowances[owner][spender] = amount (#636)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#637)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#530)
Apply the check-effects-interactions pattern.

Additional information: link

Variable IFO._transferToExcluded(address,address,uint256).rTransferAmount (#834) is too similar to IFO._transferBothExcluded(address,address,uint256).tTransferAmount (#854)
Prevent variables from having similar names.

Additional information: link

IFO.slitherConstructorVariables() (#401-955) uses literals with too many digits:
- buyBackUpperLimit = 5000000 * 10 ** 9 (#446)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

IFO.deadAddress (#434) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

recoverTokens(uint256) should be declared external:
- IFO.recoverTokens(uint256) (#950-953)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


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


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find PancakeSwap trading pair to compute liquidity.


Unable to find PancakeSwap trading pair to compute volume.


Unable to find PancakeSwap trading pair to compute number of swaps.


Twitter account link seems to be invalid


Telegram account has relatively few subscribers


Unable to find Blog account (Reddit or Medium)


Unable to find Youtube account


Unable to find Discord account


Unable to find website, listings and other project-related information


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Young tokens have high risks of price dump / death

Price for IFO