InfiniteLaunch Token Logo

ILA [InfiniteLaunch] Token

About ILA

Listings

Token 2 years
CoinGecko 2 years
CoinMarketCap 2 years
white paper

Infinite Launch is a cross-chain launchpad where disruptive Gamefi & NFT projects meet long-term investors with a unique Diamond-hand mechanism. For the first time, investors are offered guaranteed access to their IDO projects' allocation pool regardless of their position or resources.

With a long term vision, Infinite Launch sees NFT & Metaverse as inevitable trends and offers real utilities for NFTs holders, while building a perfect ecosystem where people can invest, and trade NFTs directly on the platform.

Social

Laser Scorebeta Last Audit: 1 May 2022

report
Token seems to be (relatively) fine. It still become a scam, but probability is moderate.

Anti-Scam

Links


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


Contract ownership is not renounced (belongs to a wallet)

InfiniteLaunch.allowance(address,address).owner (#667) shadows:
- Ownable.owner() (#124-126) (function)
InfiniteLaunch._approve(address,address,uint256).owner (#774) shadows:
- Ownable.owner() (#124-126) (function)
Rename the local variables that shadow another component.

Additional information: link

InfiniteLaunch.setMaxTxnAmount(uint256) (#707-709) should emit an event for:
- maxTxAmount = _amount (#708)
InfiniteLaunch.setCommunityTax(uint256) (#733-735) should emit an event for:
- communityTax = _taxRate (#734)
InfiniteLaunch.setBurnabTax(uint256) (#736-738) should emit an event for:
- burnTax = _taxRate (#737)
InfiniteLaunch.setTotalTimeLock(uint256) (#756-759) should emit an event for:
- timeLocked = _timeLocked (#758)
Emit an event for critical parameter changes.

Additional information: link

InfiniteLaunch.getPenatyRate(address) (#860-876) uses timestamp for comparisons
Dangerous comparisons:
- timePass <= penatyTime[i] (#866)
- timePass >= timeLocked (#871)
Avoid relying on block.timestamp.

Additional information: link

Address.isContract(address) (#393-402) uses assembly
- INLINE ASM (#400)
Address._verifyCallResult(bool,bytes,string) (#538-555) uses assembly
- INLINE ASM (#547-550)
Do not use evm assembly.

Additional information: link

Address._verifyCallResult(bool,bytes,string) (#538-555) is never used and should be removed
Address.functionCall(address,bytes) (#446-448) is never used and should be removed
Address.functionCall(address,bytes,string) (#456-458) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#471-473) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#481-488) is never used and should be removed
Address.functionDelegateCall(address,bytes) (#520-522) is never used and should be removed
Address.functionDelegateCall(address,bytes,string) (#530-536) is never used and should be removed
Address.functionStaticCall(address,bytes) (#496-498) is never used and should be removed
Address.functionStaticCall(address,bytes,string) (#506-512) is never used and should be removed
Address.isContract(address) (#393-402) is never used and should be removed
Address.sendValue(address,uint256) (#420-426) is never used and should be removed
Context._msgData() (#18-21) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#340-345) is never used and should be removed
SafeMath.mod(uint256,uint256) (#300-302) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#362-367) is never used and should be removed
SafeMath.tryAdd(uint256,uint256) (#171-177) is never used and should be removed
SafeMath.tryDiv(uint256,uint256) (#213-218) is never used and should be removed
SafeMath.tryMod(uint256,uint256) (#225-230) is never used and should be removed
SafeMath.tryMul(uint256,uint256) (#196-206) is never used and should be removed
SafeMath.trySub(uint256,uint256) (#184-189) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.0 (#2) allows old versions
solc-0.8.0 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) (#420-426):
- (success) = recipient.call{value: amount}() (#424)
Low level call in Address.functionCallWithValue(address,bytes,uint256,string) (#481-488):
- (success,returndata) = target.call{value: value}(data) (#486)
Low level call in Address.functionStaticCall(address,bytes,string) (#506-512):
- (success,returndata) = target.staticcall(data) (#510)
Low level call in Address.functionDelegateCall(address,bytes,string) (#530-536):
- (success,returndata) = target.delegatecall(data) (#534)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Parameter InfiniteLaunch.setTransactionFee(bool)._enabled (#702) is not in mixedCase
Parameter InfiniteLaunch.setMaxTxnAmount(uint256)._amount (#707) is not in mixedCase
Parameter InfiniteLaunch.setPaused(bool)._paused (#711) is not in mixedCase
Parameter InfiniteLaunch.setBlockEpic(address)._epic (#715) is not in mixedCase
Parameter InfiniteLaunch.setUnBlockEpic(address)._epic (#719) is not in mixedCase
Parameter InfiniteLaunch.setAllowPassFeeAddr(address)._epic (#724) is not in mixedCase
Parameter InfiniteLaunch.setDeleteAllowPassFeeAddr(address)._epic (#728) is not in mixedCase
Parameter InfiniteLaunch.setCommunityTax(uint256)._taxRate (#733) is not in mixedCase
Parameter InfiniteLaunch.setBurnabTax(uint256)._taxRate (#736) is not in mixedCase
Parameter InfiniteLaunch.setPenatyRate(uint256,uint256,uint256,uint256,uint256)._pRate0 (#741) is not in mixedCase
Parameter InfiniteLaunch.setPenatyRate(uint256,uint256,uint256,uint256,uint256)._pRate1 (#741) is not in mixedCase
Parameter InfiniteLaunch.setPenatyRate(uint256,uint256,uint256,uint256,uint256)._pRate2 (#741) is not in mixedCase
Parameter InfiniteLaunch.setPenatyRate(uint256,uint256,uint256,uint256,uint256)._pRate3 (#741) is not in mixedCase
Parameter InfiniteLaunch.setPenatyRate(uint256,uint256,uint256,uint256,uint256)._pRate4 (#741) is not in mixedCase
Parameter InfiniteLaunch.setPenatyTime(uint256,uint256,uint256,uint256,uint256)._pRate0 (#748) is not in mixedCase
Parameter InfiniteLaunch.setPenatyTime(uint256,uint256,uint256,uint256,uint256)._pRate1 (#748) is not in mixedCase
Parameter InfiniteLaunch.setPenatyTime(uint256,uint256,uint256,uint256,uint256)._pRate2 (#748) is not in mixedCase
Parameter InfiniteLaunch.setPenatyTime(uint256,uint256,uint256,uint256,uint256)._pRate3 (#748) is not in mixedCase
Parameter InfiniteLaunch.setPenatyTime(uint256,uint256,uint256,uint256,uint256)._pRate4 (#748) is not in mixedCase
Parameter InfiniteLaunch.setTotalTimeLock(uint256)._timeLocked (#756) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

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

Additional information: link

InfiniteLaunch._decimals (#574) should be constant
InfiniteLaunch._name (#572) should be constant
InfiniteLaunch._symbol (#573) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#143-146)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#152-156)
name() should be declared external:
- InfiniteLaunch.name() (#631-633)
symbol() should be declared external:
- InfiniteLaunch.symbol() (#635-637)
decimals() should be declared external:
- InfiniteLaunch.decimals() (#639-641)
totalSupply() should be declared external:
- InfiniteLaunch.totalSupply() (#643-645)
balanceOf(address) should be declared external:
- InfiniteLaunch.balanceOf(address) (#647-649)
approve(address,uint256) should be declared external:
- InfiniteLaunch.approve(address,uint256) (#651-654)
transfer(address,uint256) should be declared external:
- InfiniteLaunch.transfer(address,uint256) (#656-659)
transferFrom(address,address,uint256) should be declared external:
- InfiniteLaunch.transferFrom(address,address,uint256) (#661-665)
allowance(address,address) should be declared external:
- InfiniteLaunch.allowance(address,address) (#667-669)
increaseAllowance(address,uint256) should be declared external:
- InfiniteLaunch.increaseAllowance(address,uint256) (#671-674)
decreaseAllowance(address,uint256) should be declared external:
- InfiniteLaunch.decreaseAllowance(address,uint256) (#676-679)
burnToken(uint256) should be declared external:
- InfiniteLaunch.burnToken(uint256) (#691-700)
setTransactionFee(bool) should be declared external:
- InfiniteLaunch.setTransactionFee(bool) (#702-705)
setMaxTxnAmount(uint256) should be declared external:
- InfiniteLaunch.setMaxTxnAmount(uint256) (#707-709)
setPaused(bool) should be declared external:
- InfiniteLaunch.setPaused(bool) (#711-713)
setBlockEpic(address) should be declared external:
- InfiniteLaunch.setBlockEpic(address) (#715-718)
setUnBlockEpic(address) should be declared external:
- InfiniteLaunch.setUnBlockEpic(address) (#719-722)
setAllowPassFeeAddr(address) should be declared external:
- InfiniteLaunch.setAllowPassFeeAddr(address) (#724-727)
setDeleteAllowPassFeeAddr(address) should be declared external:
- InfiniteLaunch.setDeleteAllowPassFeeAddr(address) (#728-731)
setCommunityTax(uint256) should be declared external:
- InfiniteLaunch.setCommunityTax(uint256) (#733-735)
setBurnabTax(uint256) should be declared external:
- InfiniteLaunch.setBurnabTax(uint256) (#736-738)
setPenatyRate(uint256,uint256,uint256,uint256,uint256) should be declared external:
- InfiniteLaunch.setPenatyRate(uint256,uint256,uint256,uint256,uint256) (#741-747)
setPenatyTime(uint256,uint256,uint256,uint256,uint256) should be declared external:
- InfiniteLaunch.setPenatyTime(uint256,uint256,uint256,uint256,uint256) (#748-755)
setTotalTimeLock(uint256) should be declared external:
- InfiniteLaunch.setTotalTimeLock(uint256) (#756-759)
withdrawCommunityFund(uint256,address,string) should be declared external:
- InfiniteLaunch.withdrawCommunityFund(uint256,address,string) (#762-772)
createLock(uint256) should be declared external:
- InfiniteLaunch.createLock(uint256) (#840-858)
checkBalanceLocked(address) should be declared external:
- InfiniteLaunch.checkBalanceLocked(address) (#878-881)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:

Contract has 3% buy tax and 1% sell tax.
Taxes are low but contract ownership is not renounced. Token has a high risk of becoming a honeypot.


Token is deployed only at one blockchain


Unable to find Youtube account


Unable to find token contract audit


Unable to find audit link on the website


Unable to find whitepaper link on the website


Unable to find token on CoinHunt

Additional information: link


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank


Young tokens have high risks of price dump / death

Price for ILA

News for ILA