The New Standard in Data Storage
A Web3 based object storage solution for large enterprises as well as individual end-users.
Personal information security and protection is a human right, according to us. These ideas guide our teams and the technologies we develop. As a team devoted to diversity and responsibility, we inspire, perform, and celebrate. In order to enhance the human condition, we pledge to share free software, information, expertise, and ideas.
Reentrancy in idilnetwork._transfer(address,address,uint256) (#642-672):
External calls:
- swapAndLiquify(contractTokenBalance) (#665)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#665)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _rOwned[address(this)] = _rOwned[address(this)].add(rLiquidity) (#593)
- _rOwned[_IdilTreasuryWalletAddress] = _rOwned[_IdilTreasuryWalletAddress].add(rIdilTreasury) (#600)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#734)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#725)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#726)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#518)
- _rOwned[sender] = _rOwned[sender].sub(rAmount) (#745)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#746)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#736)
- _rOwned[recipient] = _rOwned[recipient].add(rTransferAmount) (#520)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _rTotal = _rTotal.sub(rFee) (#552)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _tOwned[address(this)] = _tOwned[address(this)].add(tLiquidity) (#595)
- _tOwned[_IdilTreasuryWalletAddress] = _tOwned[_IdilTreasuryWalletAddress].add(tIdilTreasury) (#602)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#744)
- _tOwned[sender] = _tOwned[sender].sub(tAmount) (#517)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#735)
- _tOwned[recipient] = _tOwned[recipient].add(tTransferAmount) (#519)
Apply the check-effects-interactions pattern.
Additional information: link
Contract ownership is not renounced (belongs to a wallet)
Unable to verify that contract auditor is trusted: Certik, Quantstamp, Hacken, Solidity, Paladinsec, Openzeppelin, Verichains
idilnetwork.includeInReward(address) (#503-514) has costly operations inside a loop:
- _excluded.pop() (#510)
Use a local variable to hold the loop computation result.
Additional information: link
Variable IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountADesired (#248) is too similar to IUniswapV2Router01.addLiquidity(address,address,uint256,uint256,uint256,uint256,address,uint256).amountBDesired (#249)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._transferStandard(address,address,uint256).tIdilTreasury (#724)
Variable idilnetwork._transferBothExcluded(address,address,uint256).rTransferAmount (#516) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork._transferFromExcluded(address,address,uint256).rTransferAmount (#743) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._transferToExcluded(address,address,uint256).rTransferAmount (#733) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Variable idilnetwork._transferBothExcluded(address,address,uint256).rTransferAmount (#516) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._getValues(uint256).rTransferAmount (#557) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Variable idilnetwork._transferFromExcluded(address,address,uint256).rTransferAmount (#743) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork._transferToExcluded(address,address,uint256).rTransferAmount (#733) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork._transferFromExcluded(address,address,uint256).rTransferAmount (#743) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Variable idilnetwork._getValues(uint256).rTransferAmount (#557) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork._transferBothExcluded(address,address,uint256).rTransferAmount (#516) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Variable idilnetwork._transferFromExcluded(address,address,uint256).rTransferAmount (#743) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork._transferBothExcluded(address,address,uint256).rTransferAmount (#516) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork._transferStandard(address,address,uint256).rTransferAmount (#724) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork._transferStandard(address,address,uint256).rTransferAmount (#724) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._transferStandard(address,address,uint256).rTransferAmount (#724) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#572) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._transferToExcluded(address,address,uint256).rTransferAmount (#733) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork._getValues(uint256).rTransferAmount (#557) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork._transferToExcluded(address,address,uint256).rTransferAmount (#733) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork._transferToExcluded(address,address,uint256).rTransferAmount (#733) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork._getValues(uint256).rTransferAmount (#557) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork._getValues(uint256).rTransferAmount (#557) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork._transferToExcluded(address,address,uint256).rTransferAmount (#733) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._getValues(uint256).rTransferAmount (#557) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._transferFromExcluded(address,address,uint256).rTransferAmount (#743) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tIdilTreasury (#743)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tIdilTreasury (#516)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).tIdilTreasury (#567)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._getTValues(uint256).tIdilTreasury (#563)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._getValues(uint256).tIdilTreasury (#556)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._takeIdilTreasury(uint256).tIdilTreasury (#597)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).tIdilTreasury (#567)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tIdilTreasury (#733)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tIdilTreasury (#516)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tIdilTreasury (#743)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._getValues(uint256).tIdilTreasury (#556)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._transferStandard(address,address,uint256).tIdilTreasury (#724)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rIdilTreasury (#571) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tIdilTreasury (#733)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._getTValues(uint256).tIdilTreasury (#563)
Variable idilnetwork._takeIdilTreasury(uint256).rIdilTreasury (#599) is too similar to idilnetwork._takeIdilTreasury(uint256).tIdilTreasury (#597)
Variable idilnetwork._transferFromExcluded(address,address,uint256).rTransferAmount (#743) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork.reflectionFromToken(uint256,bool).rTransferAmount (#486) is too similar to idilnetwork._getValues(uint256).tTransferAmount (#556)
Variable idilnetwork._transferStandard(address,address,uint256).rTransferAmount (#724) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork._transferStandard(address,address,uint256).rTransferAmount (#724) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork.reflectionFromToken(uint256,bool).rTransferAmount (#486) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork._transferBothExcluded(address,address,uint256).rTransferAmount (#516) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork._transferBothExcluded(address,address,uint256).rTransferAmount (#516) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#572) is too similar to idilnetwork._transferFromExcluded(address,address,uint256).tTransferAmount (#743)
Variable idilnetwork.reflectionFromToken(uint256,bool).rTransferAmount (#486) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#572) is too similar to idilnetwork._transferToExcluded(address,address,uint256).tTransferAmount (#733)
Variable idilnetwork._transferStandard(address,address,uint256).rTransferAmount (#724) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork.reflectionFromToken(uint256,bool).rTransferAmount (#486) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork.reflectionFromToken(uint256,bool).rTransferAmount (#486) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#572) is too similar to idilnetwork._getTValues(uint256).tTransferAmount (#564)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#572) is too similar to idilnetwork._transferBothExcluded(address,address,uint256).tTransferAmount (#516)
Variable idilnetwork.reflectionFromToken(uint256,bool).rTransferAmount (#486) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Variable idilnetwork._getRValues(uint256,uint256,uint256,uint256,uint256).rTransferAmount (#572) is too similar to idilnetwork._transferStandard(address,address,uint256).tTransferAmount (#724)
Prevent variables from having similar names.
Additional information: link
idilnetwork.slitherConstructorVariables() (#374-753) uses literals with too many digits:
- _tTotal = 1000000000 * 10 ** 18 (#385)
idilnetwork.slitherConstructorVariables() (#374-753) uses literals with too many digits:
- _maxTxAmount = 1000000000000 * 10 ** 18 (#402)
idilnetwork.slitherConstructorVariables() (#374-753) uses literals with too many digits:
- numTokensSellToAddToLiquidity = 1000000000 * 10 ** 18 (#403)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
idilnetwork._IdilTreasuryWalletAddress (#383) should be constant
idilnetwork._decimals (#390) should be constant
idilnetwork._name (#388) should be constant
idilnetwork._symbol (#389) should be constant
idilnetwork._tTotal (#385) should be constant
idilnetwork.numTokensSellToAddToLiquidity (#403) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#176-179)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#180-184)
name() should be declared external:
- idilnetwork.name() (#426-428)
symbol() should be declared external:
- idilnetwork.symbol() (#429-431)
decimals() should be declared external:
- idilnetwork.decimals() (#432-434)
totalSupply() should be declared external:
- idilnetwork.totalSupply() (#435-437)
transfer(address,uint256) should be declared external:
- idilnetwork.transfer(address,uint256) (#442-445)
allowance(address,address) should be declared external:
- idilnetwork.allowance(address,address) (#446-448)
approve(address,uint256) should be declared external:
- idilnetwork.approve(address,uint256) (#449-452)
transferFrom(address,address,uint256) should be declared external:
- idilnetwork.transferFrom(address,address,uint256) (#453-457)
increaseAllowance(address,uint256) should be declared external:
- idilnetwork.increaseAllowance(address,uint256) (#458-461)
decreaseAllowance(address,uint256) should be declared external:
- idilnetwork.decreaseAllowance(address,uint256) (#462-465)
isExcludedFromReward(address) should be declared external:
- idilnetwork.isExcludedFromReward(address) (#466-468)
totalFees() should be declared external:
- idilnetwork.totalFees() (#469-471)
deliver(uint256) should be declared external:
- idilnetwork.deliver(uint256) (#472-479)
reflectionFromToken(uint256,bool) should be declared external:
- idilnetwork.reflectionFromToken(uint256,bool) (#480-489)
excludeFromReward(address) should be declared external:
- idilnetwork.excludeFromReward(address) (#495-502)
excludeFromFee(address) should be declared external:
- idilnetwork.excludeFromFee(address) (#526-528)
includeInFee(address) should be declared external:
- idilnetwork.includeInFee(address) (#529-531)
setSwapAndLiquifyEnabled(bool) should be declared external:
- idilnetwork.setSwapAndLiquifyEnabled(bool) (#546-549)
isExcludedFromFee(address) should be declared external:
- idilnetwork.isExcludedFromFee(address) (#633-635)
Use the external attribute for functions never called from the contract.
Additional information: link
Low level call in Address.sendValue(address,uint256) (#110-114):
- (success) = recipient.call{value: amount}() (#112)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#124-129):
- (success,returndata) = target.call{value: value}(data) (#127)
Low level call in Address.functionStaticCall(address,bytes,string) (#133-137):
- (success,returndata) = target.staticcall(data) (#135)
Low level call in Address.functionDelegateCall(address,bytes,string) (#141-145):
- (success,returndata) = target.delegatecall(data) (#143)
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() (#211) is not in mixedCase
Function IUniswapV2Pair.PERMIT_TYPEHASH() (#212) is not in mixedCase
Function IUniswapV2Pair.MINIMUM_LIQUIDITY() (#226) is not in mixedCase
Function IUniswapV2Router01.WETH() (#244) is not in mixedCase
Contract idilnetwork (#374-753) is not in CapWords
Parameter idilnetwork.setIdilTreasuryFeePercent(uint256).IdilTreasuryFee (#535) is not in mixedCase
Parameter idilnetwork.setSwapAndLiquifyEnabled(bool)._enabled (#546) is not in mixedCase
Parameter idilnetwork.calculateTaxFee(uint256)._amount (#604) is not in mixedCase
Parameter idilnetwork.calculateIdilTreasuryFee(uint256)._amount (#609) is not in mixedCase
Parameter idilnetwork.calculateLiquidityFee(uint256)._amount (#614) is not in mixedCase
Variable idilnetwork._IdilTreasuryWalletAddress (#383) is not in mixedCase
Variable idilnetwork._taxFee (#391) is not in mixedCase
Variable idilnetwork._IdilTreasuryFee (#393) is not in mixedCase
Variable idilnetwork._liquidityFee (#395) is not in mixedCase
Variable idilnetwork._maxTxAmount (#402) is not in mixedCase
Follow the Solidity naming convention.
Additional information: link
idilnetwork.addLiquidity(uint256,uint256) (#695-705) ignores return value by uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
Ensure that all the return values of the function calls are used.
Additional information: link
idilnetwork.allowance(address,address).owner (#446) shadows:
- Ownable.owner() (#169-171) (function)
idilnetwork._approve(address,address,uint256).owner (#636) shadows:
- Ownable.owner() (#169-171) (function)
Rename the local variables that shadow another component.
Additional information: link
idilnetwork.setTaxFeePercent(uint256) (#532-534) should emit an event for:
- _taxFee = taxFee (#533)
idilnetwork.setIdilTreasuryFeePercent(uint256) (#535-537) should emit an event for:
- _IdilTreasuryFee = IdilTreasuryFee (#536)
idilnetwork.setLiquidityFeePercent(uint256) (#538-540) should emit an event for:
- _liquidityFee = liquidityFee (#539)
idilnetwork.setMaxTxPercent(uint256) (#541-545) should emit an event for:
- _maxTxAmount = _tTotal.mul(maxTxPercent).div(10 ** 3) (#542-544)
Emit an event for critical parameter changes.
Additional information: link
Reentrancy in idilnetwork._transfer(address,address,uint256) (#642-672):
External calls:
- swapAndLiquify(contractTokenBalance) (#665)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#665)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
State variables written after the call(s):
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _IdilTreasuryFee = _previousIdilTreasuryFee (#630)
- _IdilTreasuryFee = 0 (#625)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _liquidityFee = _previousLiquidityFee (#631)
- _liquidityFee = 0 (#626)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _previousIdilTreasuryFee = _IdilTreasuryFee (#622)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _previousLiquidityFee = _liquidityFee (#623)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _previousTaxFee = _taxFee (#621)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _tFeeTotal = _tFeeTotal.add(tFee) (#553)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- _taxFee = _previousTaxFee (#629)
- _taxFee = 0 (#624)
Reentrancy in idilnetwork.constructor() (#416-425):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#419-420)
State variables written after the call(s):
- _isExcludedFromFee[owner()] = true (#422)
- _isExcludedFromFee[address(this)] = true (#423)
- uniswapV2Router = _uniswapV2Router (#421)
Reentrancy in idilnetwork.swapAndLiquify(uint256) (#673-681):
External calls:
- swapTokensForEth(half) (#677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
- addLiquidity(otherHalf,newBalance) (#679)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#679)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
State variables written after the call(s):
- addLiquidity(otherHalf,newBalance) (#679)
- _allowances[owner][spender] = amount (#639)
Reentrancy in idilnetwork.transferFrom(address,address,uint256) (#453-457):
External calls:
- _transfer(sender,recipient,amount) (#454)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- _transfer(sender,recipient,amount) (#454)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
State variables written after the call(s):
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#455)
- _allowances[owner][spender] = amount (#639)
Apply the check-effects-interactions pattern.
Additional information: link
Reentrancy in idilnetwork._transfer(address,address,uint256) (#642-672):
External calls:
- swapAndLiquify(contractTokenBalance) (#665)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- swapAndLiquify(contractTokenBalance) (#665)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
Event emitted after the call(s):
- Transfer(sender,recipient,tTransferAmount) (#730)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- Transfer(sender,recipient,tTransferAmount) (#750)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- Transfer(sender,recipient,tTransferAmount) (#740)
- _tokenTransfer(from,to,amount,takeFee) (#671)
- Transfer(sender,recipient,tTransferAmount) (#524)
- _tokenTransfer(from,to,amount,takeFee) (#671)
Reentrancy in idilnetwork.constructor() (#416-425):
External calls:
- uniswapV2Pair = IUniswapV2Factory(_uniswapV2Router.factory()).createPair(address(this),_uniswapV2Router.WETH()) (#419-420)
Event emitted after the call(s):
- Transfer(address(0),owner(),_tTotal) (#424)
Reentrancy in idilnetwork.swapAndLiquify(uint256) (#673-681):
External calls:
- swapTokensForEth(half) (#677)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
- addLiquidity(otherHalf,newBalance) (#679)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
External calls sending eth:
- addLiquidity(otherHalf,newBalance) (#679)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#640)
- addLiquidity(otherHalf,newBalance) (#679)
- SwapAndLiquify(half,newBalance,otherHalf) (#680)
Reentrancy in idilnetwork.transferFrom(address,address,uint256) (#453-457):
External calls:
- _transfer(sender,recipient,amount) (#454)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
- uniswapV2Router.swapExactTokensForETHSupportingFeeOnTransferTokens(tokenAmount,0,path,address(this),block.timestamp) (#687-693)
External calls sending eth:
- _transfer(sender,recipient,amount) (#454)
- uniswapV2Router.addLiquidityETH{value: ethAmount}(address(this),tokenAmount,0,0,owner(),block.timestamp) (#697-704)
Event emitted after the call(s):
- Approval(owner,spender,amount) (#640)
- _approve(sender,_msgSender(),_allowances[sender][_msgSender()].sub(amount,ERC20: transfer amount exceeds allowance)) (#455)
Apply the check-effects-interactions pattern.
Additional information: link
Address.isContract(address) (#105-109) uses assembly
- INLINE ASM (#107)
Address._verifyCallResult(bool,bytes,string) (#146-159) uses assembly
- INLINE ASM (#151-154)
Do not use evm assembly.
Additional information: link
Address._verifyCallResult(bool,bytes,string) (#146-159) is never used and should be removed
Address.functionCall(address,bytes) (#115-117) is never used and should be removed
Address.functionCall(address,bytes,string) (#118-120) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#121-123) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#124-129) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#138-140) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#141-145) is never used and should be removed
Address.functionStaticCall(address,bytes) (#130-132) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#133-137) is never used and should be removed
Address.isContract(address) (#105-109) is never used and should be removed
Address.sendValue(address,uint256) (#110-114) is never used and should be removed
Context._msgData() (#98-101) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#80-85) is never used and should be removed
SafeMath.mod(uint256,uint256) (#71-73) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#86-91) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#26-32) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#47-52) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#53-58) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#39-46) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#33-38) is never used and should be removed
Remove unused functions.
Additional information: link
idilnetwork._rTotal (#386) is set pre-construction with a non-constant function or state variable:
- (MAX - (MAX % _tTotal))
idilnetwork._previousTaxFee (#392) is set pre-construction with a non-constant function or state variable:
- _taxFee
idilnetwork._previousIdilTreasuryFee (#394) is set pre-construction with a non-constant function or state variable:
- _IdilTreasuryFee
idilnetwork._previousLiquidityFee (#396) 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
Redundant expression "this (#99)" inContext (#94-102)
Remove redundant statements if they congest code but offer no value.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token on CoinGecko
Additional information: link
Unable to find token on CoinMarketCap
Additional information: link
Unable to find token on CoinHunt
Additional information: link
Unable to find code repository for the project
Alexa traffic rank is very low
Additional information: link
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Young tokens have high risks of scam / price dump / death
Token has no active CoinGecko listing / rank
Token has no active CoinMarketCap listing / rank
Telegram account link seems to be invalid
Twitter account has few posts
Unable to find Blog account (Reddit or Medium)
Unable to find Discord account