## What Is INFLUENCER TOKEN (INF)?
Influencer Token is a frictionless, yield-generating contract that markets itself using it’s unique system targeting infinite growth for everyone involved.
INF utilities include:
* Payout currency for giveaways of competitions hosted by partner influencers, content creators and also the INF team.
* Accepted payment currency on the XMessage: Anonymous messaging platform.
## How Many INF Tokens Are There in Circulation?
INFLUENCER Token ha a circulating supply of 4 Billion tokens and a total supply of 10 Billion tokens
### Who Are the Founders of INFLUENCER TOKEN?
Mohammad Alawieh: Owner & Developer
Majed Saad: Co-Founder
Maryam Anany: Marketing Manager
### Where Can I Buy INFLUENCER TOKEN (INF)?
INFLUENCER TOKEN is listed on PancakeSwap
https://pancakeswap.finance/swap?outputCurrency=0x22F91a81c850994523b5c16bB42365b88ba47B40
INF_Token.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1187-1200) sends eth to arbitrary user
Dangerous calls:
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
Ensure that an arbitrary user cannot withdraw unauthorized funds.
Additional information: link
Reentrancy in INF_Token._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1096-1144):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1124)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1124)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1052)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1234)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1225)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1226)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1245)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#960)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1246)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1236)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#962)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1052)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1234)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1225)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1226)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1245)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#960)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1246)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1236)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#962)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _rTotal = _rTotal.sub(rFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1007)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _rTotal = _rTotal.sub(rFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1007)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1054)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#959)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1244)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1235)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#961)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1054)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#959)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1244)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1235)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#961)
Apply the check-effects-interactions pattern.
Additional information: link
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
Combination 1: Reentrancy vulnerabilities + Functions that send Ether to arbitraty destination. Usual for scams. May be justified by some complex mechanics (e.g. rebase, reflections). DYOR & manual audit are advised.
INF_Token.addLiquidity(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1187-1200) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
Ensure that all the return values of the function calls are used.
Additional information: link
INF_Token.allowance(address,address).owner (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#876) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#483-485) (function)
INF_Token._approve(address,address,uint256).owner (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1088) shadows:
- Ownable.owner() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#483-485) (function)
Rename the local variables that shadow another component.
Additional information: link
INF_Token.setTaxFeePercent(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#976-978) should emit an event for:
- _taxFee = taxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#977)
INF_Token.setLiquidityFeePercent(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#980-982) should emit an event for:
- _liquidityFee = liquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#981)
INF_Token.setInfluencerCut(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#984-986) should emit an event for:
- influencer_cut_percentage = influencer_cut (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#985)
INF_Token.setMaxTxPercent(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#992-996) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 2) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#993-995)
Emit an event for critical parameter changes.
Additional information: link
INF_Token.setWebSwap(address).w (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#854) lacks a zero-check on :
- web_swap = w (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#856)
INF_Token.setMarketingWallet(address).newWallet (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#860) lacks a zero-check on :
- marketing_wallet = newWallet (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#861)
INF_Token.setRouterAddress(address).newRouter (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#863) lacks a zero-check on :
- UNISWAP_V2_ROUTER = newRouter (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#868)
Check that the address is not zero.
Additional information: link
Reentrancy in INF_Token._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1096-1144):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1124)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1124)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _liquidityFee = _previousLiquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1081)
- _liquidityFee = 0 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1076)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _liquidityFee = _previousLiquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1081)
- _liquidityFee = 0 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1076)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _previousLiquidityFee = _liquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1073)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _previousLiquidityFee = _liquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1073)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _previousTaxFee = _taxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1072)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _previousTaxFee = _taxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1072)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _tFeeTotal = _tFeeTotal.add(tFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1008)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _tFeeTotal = _tFeeTotal.add(tFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1008)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- _taxFee = _previousTaxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1080)
- _taxFee = 0 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1075)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- _taxFee = _previousTaxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1080)
- _taxFee = 0 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1075)
- total_INF_payout = total_INF_payout.add(payout) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1140)
Reentrancy in INF_Token.constructor() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#803-828):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#815-816)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#822)
- _isExcludedFromFee[address(this)] = true (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#823)
- uniswapV2Router = _uniswapV2Router (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#819)
- web_swap = 0x0000000000000000000000000000000000000000 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#825)
Reentrancy in INF_Token.swapAndLiquify(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1146-1167):
External calls:
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1158)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1164)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1092)
Reentrancy in INF_Token.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#885-889):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#887)
- _allowances[owner][spender] = amount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1092)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in INF_Token._transfer(address,address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1096-1144):
External calls:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1124)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1124)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1229)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1229)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1249)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1239)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1249)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1239)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#965)
- _tokenTransfer(from,to,amount,takeFee) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1136)
- Transfer(sender,recipient,tTransferAmount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#965)
- _tokenTransfer(to,marketing_wallet,payout,false) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1141)
Reentrancy in INF_Token.constructor() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#803-828):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#815-816)
Event emitted after the call(s):
- Transfer(address(0),_msgSender(),_tTotal) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#827)
Reentrancy in INF_Token.swapAndLiquify(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1146-1167):
External calls:
- swapTokensForEth(half) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1158)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1164)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1093)
- addLiquidity(otherHalf,newBalance) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1164)
- SwapAndLiquify(half,newBalance,otherHalf) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1166)
Reentrancy in INF_Token.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#885-889):
External calls:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1178-1184)
External calls sending eth:
- _transfer(sender,recipient,amount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#886)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1192-1199)
Event emitted after the call(s):
- Approval(owner,spender,amount) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1093)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#887)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#339-348) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#346)
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#432-453) uses assembly
- INLINE ASM (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#445-448)
Do not use evm assembly.
Additional information: link
INF_Token.includeInReward(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#945-956) has costly operations inside a loop:
- _excluded.pop() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#952)
Use a local variable to hold the loop computation result.
Additional information: link
Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#432-453) is never used and should be removed
Address.functionCall(address,bytes) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#392-394) is never used and should be removed
Address.functionCall(address,bytes,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#402-404) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#417-419) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#427-430) is never used and should be removed
Address.isContract(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#339-348) is never used and should be removed
Address.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#366-372) is never used and should be removed
Context._msgData() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#313-315) is never used and should be removed
SafeMath.div(uint256,uint256,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#270-279) is never used and should be removed
SafeMath.mod(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#230-232) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#296-305) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#101-107) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#143-148) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#155-160) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#126-136) is never used and should be removed
SafeMath.trySub(uint256,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#114-119) is never used and should be removed
Remove unused functions.
Additional information: link
INF_Token._rTotal (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#758) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
INF_Token._previousTaxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#766) is set pre-construction with a non-constant function or state variable:
- _taxFee
INF_Token._previousLiquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#772) is set pre-construction with a non-constant function or state variable:
- _liquidityFee
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.9 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
solc-0.8.9 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.sendValue(address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#366-372):
- (success) = recipient.call{value: amount}() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#370)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#432-453):
- (success,returndata) = target.call{value: weiValue}(data) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#436)
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() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#562) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#563) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#580) is not in mixedCase
Function IUniswapV2Router01.WETH() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#602) is not in mixedCase
Contract INF_Token (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#740-1256) is not in CapWords
Parameter INF_Token.setInfluencerCut(uint256).influencer_cut (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#984) is not in mixedCase
Parameter INF_Token.setInfluencerCutEnabled(bool).influencer_cut_en (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#988) is not in mixedCase
Parameter INF_Token.setSwapAndLiquifyEnabled(bool)._enabled (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#998) is not in mixedCase
Parameter INF_Token.calculateTaxFee(uint256)._amount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1057) is not in mixedCase
Parameter INF_Token.calculateLiquidityFee(uint256)._amount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1063) is not in mixedCase
Variable INF_Token.marketing_wallet (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#754) is not in mixedCase
Variable INF_Token._taxFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#765) is not in mixedCase
Variable INF_Token.total_INF_payout (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#767) is not in mixedCase
Variable INF_Token.influencer_cut_percentage (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#768) is not in mixedCase
Variable INF_Token.influencer_cut_enabled (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#769) is not in mixedCase
Variable INF_Token._liquidityFee (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#771) is not in mixedCase
Variable INF_Token._maxTxAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#780) is not in mixedCase
Variable INF_Token.web_swap (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#783) is not in mixedCase
Variable INF_Token.UNISWAP_V2_ROUTER (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#787) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#607) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#608)
Variable INF_Token._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Variable INF_Token.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#924) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token._transferBothExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1013) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1028) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#924) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1013) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._transferToExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Variable INF_Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1028) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#924) is too similar to INF_Token._transferFromExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243)
Variable INF_Token._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1013) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#924) is too similar to INF_Token._transferToExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1233)
Variable INF_Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1028) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1028) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1028) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Variable INF_Token._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1013) is too similar to INF_Token._getValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1012)
Variable INF_Token._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._transferStandard(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Variable INF_Token._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1013) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._getValues(uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1013) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Variable INF_Token._getRValues(uint256,uint256,uint256,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1028) is too similar to INF_Token._transferStandard(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1224)
Variable INF_Token.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#924) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243) is too similar to INF_Token._transferBothExcluded(address,address,uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#958)
Variable INF_Token._transferFromExcluded(address,address,uint256).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1243) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Variable INF_Token.reflectionFromToken(uint256,bool).rTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#924) is too similar to INF_Token._getTValues(uint256).tTransferAmount (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1020)
Prevent variables from having similar names.
Additional information: link
INF_Token.constructor() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#803-828) uses literals with too many digits:
- web_swap = 0x0000000000000000000000000000000000000000 (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#825)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
INF_Token._decimals (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#763) should be constant
INF_Token._name (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#761) should be constant
INF_Token._symbol (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#762) should be constant
INF_Token._tTotal (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#757) should be constant
INF_Token.numTokensSellToAddToLiquidity (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#781) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#502-504)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#510-513)
name() should be declared external:
- INF_Token.name() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#832-834)
symbol() should be declared external:
- INF_Token.symbol() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#836-838)
decimals() should be declared external:
- INF_Token.decimals() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#840-842)
totalSupply() should be declared external:
- INF_Token.totalSupply() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#844-846)
setWebSwap(address) should be declared external:
- INF_Token.setWebSwap(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#854-857)
setMarketingWallet(address) should be declared external:
- INF_Token.setMarketingWallet(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#860-862)
setRouterAddress(address) should be declared external:
- INF_Token.setRouterAddress(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#863-869)
transfer(address,uint256) should be declared external:
- INF_Token.transfer(address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#871-874)
allowance(address,address) should be declared external:
- INF_Token.allowance(address,address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#876-878)
approve(address,uint256) should be declared external:
- INF_Token.approve(address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#880-883)
transferFrom(address,address,uint256) should be declared external:
- INF_Token.transferFrom(address,address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#885-889)
increaseAllowance(address,uint256) should be declared external:
- INF_Token.increaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#891-894)
decreaseAllowance(address,uint256) should be declared external:
- INF_Token.decreaseAllowance(address,uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#896-899)
isExcludedFromReward(address) should be declared external:
- INF_Token.isExcludedFromReward(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#901-903)
totalFees() should be declared external:
- INF_Token.totalFees() (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#905-907)
deliver(uint256) should be declared external:
- INF_Token.deliver(uint256) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#909-916)
reflectionFromToken(uint256,bool) should be declared external:
- INF_Token.reflectionFromToken(uint256,bool) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#918-927)
excludeFromReward(address) should be declared external:
- INF_Token.excludeFromReward(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#935-943)
excludeFromFee(address) should be declared external:
- INF_Token.excludeFromFee(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#968-970)
includeInFee(address) should be declared external:
- INF_Token.includeInFee(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#972-974)
setSwapAndLiquifyEnabled(bool) should be declared external:
- INF_Token.setSwapAndLiquifyEnabled(bool) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#998-1001)
isExcludedFromFee(address) should be declared external:
- INF_Token.isExcludedFromFee(address) (crytic-export/etherscan-contracts/0x22f91a81c850994523b5c16bb42365b88ba47b40.bscscan.com-INF_Token.sol#1084-1086)
Use the external attribute for functions never called from the contract.
Additional information: link
Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.
Number of Binance Smart Chain (BSC) token holders is low.
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.
Token was delisted (assigned to inactive / untracked listing) from CoinMarketCap
Additional information: link
Unable to find whitepaper link on the website
Unable to find code repository for the project
Young tokens have high risks of price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinMarketCap listing / rank
Young tokens have high risks of price dump / death
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Last post in Twitter was more than 30 days ago