Ignite Token Logo

IGT [Ignite] Token

About IGT

Listings

Token 18 months
CoinGecko 18 months
CoinMarketCap 18 months
[CoinGecko] alert: The smart-contract owner can mint new tokens, please proceed with caution.
white paper

Ignite Chain is powering the decentralized finance ecosystem not only for the individuals or end-users but for financial institutions & businesses that have cryptocurrency exposure. Defining itself as the next generation of blockchain, Ignite provides decentralized solutions to several on-chain partners ranging from small enterprises to big-tech & investment management funds. Ignite uses a self-regulating and self-sustainable network model that enables a pervasive trustless economy & the ideology of pure decentralization. Ignite blockchain network is created to form a decentralized and distributed community that would be able to develop, test, and launch new exciting blockchain technology-powered financial products and applications. To bring down heavy transaction fees and confirmation time, we are aiming for mass-market adoption by providing lower costs yet ultra-fast peer-to-peer network Ignite Chain is a public blockchain designed for mass adoption of blockchain technology by business users of all sizes. It is intended to serve as the foundation for a sustainable and scalable business blockchain ecosystem. From a technical point of view, the Ignite Chain is built upon proven blockchain innovations and novel technologies created for achieving mass adoption. These technologies include a Proof-of-Stake (PoS) consensus mechanism, meta transaction features, protocols of transaction fee delegation, on-chain governance, built-in smart contracts as well as tools for developers. The Ignite blockchain is open to the public, allowing participants from around the world to join in to secure and verify the record reflects an accurate state of affairs. Ignite Blockchain is not just a platform for recording transactions, it executes “smart contracts”–computer programs that directly control asset transfer between parties with objective and fair logic.

Laser Scorebeta Last Audit: 8 June 2022

report
Token is either risky or in presale. For presale 30+ is a fine score.

IGNITE.rcvrtkn(address,uint256) (#664-666) ignores return value by IERC20(tokenAddress).transfer(owner(),tokenAmount) (#665)
Use SafeERC20, or ensure that the transfer/transferFrom return value is checked.

Additional information: link


Contract ownership is not renounced (belongs to a wallet)

ERC20Permit.constructor(string).name (#577) shadows:
- ERC20.name() (#431-433) (function)
- IERC20Metadata.name() (#407) (function)
Rename the local variables that shadow another component.

Additional information: link

Variable 'ECDSA.tryRecover(bytes32,bytes).r (#103)' in ECDSA.tryRecover(bytes32,bytes) (#98-127) potentially used before declaration: r = mload(uint256)(signature + 0x20) (#120)
Move all variable declarations prior to any usage of the variable, and ensure that reaching a variable declaration does not depend on some conditional if it is used unconditionally.

Additional information: link

ECDSA.tryRecover(bytes32,bytes) (#98-127) uses assembly
- INLINE ASM (#108-112)
- INLINE ASM (#119-122)
ECDSA.tryRecover(bytes32,bytes32,bytes32) (#137-149) uses assembly
- INLINE ASM (#144-147)
Do not use evm assembly.

Additional information: link

ERC20._transfer(address,address,uint256) (#503-519) compares to a boolean constant:
-require(bool,string)(isBlocked[sender] != true,ERC20: Sender is Blacklist) (#510)
ERC20._transfer(address,address,uint256) (#503-519) compares to a boolean constant:
-require(bool,string)(isBlocked[recipient] != true,ERC20: Recipient is Blacklist) (#511)
ERC20._burn(address,uint256) (#531-542) compares to a boolean constant:
-require(bool,string)(isBlocked[account] != true,ERC20: Address is Blacklisted) (#534)
Remove the equality to the boolean constant.

Additional information: link

Different versions of Solidity is used:
- Version used: ['^0.8.0', '^0.8.10']
- ^0.8.10 (#3)
- ^0.8.0 (#66)
- ^0.8.0 (#250)
- ^0.8.0 (#285)
- ^0.8.0 (#326)
- ^0.8.0 (#337)
- ^0.8.0 (#380)
- ^0.8.0 (#403)
- ^0.8.0 (#415)
- ^0.8.0 (#570)
- ^0.8.0 (#580)
- ^0.8.0 (#619)
- ^0.8.0 (#637)
Use one Solidity version.

Additional information: link

Context._msgData() (#332-334) is never used and should be removed
Counters.current(Counters.Counter) (#261-263) is never used and should be removed
Counters.decrement(Counters.Counter) (#271-277) is never used and should be removed
Counters.increment(Counters.Counter) (#265-269) is never used and should be removed
Counters.reset(Counters.Counter) (#279-281) is never used and should be removed
ECDSA._throwError(ECDSA.RecoverError) (#84-96) is never used and should be removed
ECDSA.recover(bytes32,bytes) (#130-134) is never used and should be removed
ECDSA.recover(bytes32,bytes32,bytes32) (#156-164) is never used and should be removed
ECDSA.recover(bytes32,uint8,bytes32,bytes32) (#199-208) is never used and should be removed
ECDSA.toEthSignedMessageHash(bytes) (#232-234) is never used and should be removed
ECDSA.toEthSignedMessageHash(bytes32) (#218-222) is never used and should be removed
ECDSA.toTypedDataHash(bytes32,bytes32) (#245-247) is never used and should be removed
ECDSA.tryRecover(bytes32,bytes) (#98-127) is never used and should be removed
ECDSA.tryRecover(bytes32,bytes32,bytes32) (#137-149) is never used and should be removed
ECDSA.tryRecover(bytes32,uint8,bytes32,bytes32) (#172-193) is never used and should be removed
ERC20._afterTokenTransfer(address,address,uint256) (#563-567) is never used and should be removed
ERC20._beforeTokenTransfer(address,address,uint256) (#556-560) is never used and should be removed
ERC20Votes._add(uint256,uint256) (#610-612) is never used and should be removed
ERC20Votes._subtract(uint256,uint256) (#614-616) is never used and should be removed
Math.average(uint256,uint256) (#309-312) is never used and should be removed
Math.ceilDiv(uint256,uint256) (#320-323) is never used and should be removed
Math.max(uint256,uint256) (#294-296) is never used and should be removed
Math.min(uint256,uint256) (#301-303) is never used and should be removed
Strings.toHexString(uint256) (#37-48) is never used and should be removed
Strings.toHexString(uint256,uint256) (#53-63) is never used and should be removed
Strings.toString(uint256) (#14-32) is never used and should be removed
Remove unused functions.

Additional information: link

Pragma version^0.8.10 (#3) necessitates a version too recent to be trusted. Consider deploying with 0.6.12/0.7.6/0.8.7
Pragma version^0.8.0 (#66) allows old versions
Pragma version^0.8.0 (#250) allows old versions
Pragma version^0.8.0 (#285) allows old versions
Pragma version^0.8.0 (#326) allows old versions
Pragma version^0.8.0 (#337) allows old versions
Pragma version^0.8.0 (#380) allows old versions
Pragma version^0.8.0 (#403) allows old versions
Pragma version^0.8.0 (#415) allows old versions
Pragma version^0.8.0 (#570) allows old versions
Pragma version^0.8.0 (#580) allows old versions
Pragma version^0.8.0 (#619) allows old versions
Pragma version^0.8.0 (#637) allows old versions
solc-0.8.10 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

Parameter ERC20.checkBlocked(address)._address (#447) is not in mixedCase
Parameter IGNITE.blockUser(address)._address (#644) is not in mixedCase
Parameter IGNITE.unblockUser(address)._address (#649) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

IGNITE.constructor() (#640-642) uses literals with too many digits:
- _mint(msg.sender,100000000 * 10 ** decimals()) (#641)
Use: Ether suffix, Time suffix, or The scientific notation

Additional information: link

ERC20Permit._nonces (#575) is never used in IGNITE (#639-677)
Remove unused state variables.

Additional information: link

renounceOwnership() should be declared external:
- Ownable.renounceOwnership() (#363-365)
transferOwnership(address) should be declared external:
- Ownable.transferOwnership(address) (#367-370)
name() should be declared external:
- ERC20.name() (#431-433)
symbol() should be declared external:
- ERC20.symbol() (#435-437)
checkBlocked(address) should be declared external:
- ERC20.checkBlocked(address) (#447-449)
balanceOf(address) should be declared external:
- ERC20.balanceOf(address) (#451-453)
transfer(address,uint256) should be declared external:
- ERC20.transfer(address,uint256) (#455-459)
approve(address,uint256) should be declared external:
- ERC20.approve(address,uint256) (#465-468)
transferFrom(address,address,uint256) should be declared external:
- ERC20.transferFrom(address,address,uint256) (#470-484)
increaseAllowance(address,uint256) should be declared external:
- ERC20.increaseAllowance(address,uint256) (#487-490)
decreaseAllowance(address,uint256) should be declared external:
- ERC20.decreaseAllowance(address,uint256) (#493-501)
burn(uint256) should be declared external:
- ERC20Burnable.burn(uint256) (#623-625)
burnFrom(address,uint256) should be declared external:
- ERC20Burnable.burnFrom(address,uint256) (#627-634)
blockUser(address) should be declared external:
- IGNITE.blockUser(address) (#644-647)
unblockUser(address) should be declared external:
- IGNITE.unblockUser(address) (#649-651)
mint(address,uint256) should be declared external:
- IGNITE.mint(address,uint256) (#660-662)
rcvrtkn(address,uint256) should be declared external:
- IGNITE.rcvrtkn(address,uint256) (#664-666)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Average 30d PancakeSwap liquidity is less than $100. Token is either dead or inactive.


Number of Binance Smart Chain (BSC) token holders is less than 100. Token is either dead or inactive. Ignore for presale.


Average 30d number of PancakeSwap swaps is low.


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Discord account


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

Additional information: link


Unable to verify token contract address on the website


Unable to find whitepaper link on the website


Token is not listed at Mobula.Finance

Additional information: link


Unable to find token on CoinHunt

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


Young tokens have high risks of price dump / death


Token has relatively low CoinGecko rank

Price for IGT

News for IGT