The IJC is an ERC-20 token. It has a strictly limited issue. The primary utility value of Ijas Coin (IJC) is to Incentivize people to do activities. Also, the token allows businesses to pay for guerrilla marketing and pay directly to people. The usage of token will enable companies to avoid cross-border transactional expenses and scale up quickly.
Unable to find manual contract audit (e.g. Certik, PeckShield, Solidity...)
Token.slitherConstructorVariables() (#3-45) uses literals with too many digits:
- totalSupply = 5000000000 * 10 ** 18 (#6)
Use: Ether suffix, Time suffix, or The scientific notation
Additional information: link
Token.decimals (#9) should be constant
Token.name (#7) should be constant
Token.symbol (#8) should be constant
Token.totalSupply (#6) should be constant
Add the constant attributes to state variables that never change.
Additional information: link
transfer(address,uint256) should be declared external:
- Token.transfer(address,uint256) (#22-28)
transferFrom(address,address,uint256) should be declared external:
- Token.transferFrom(address,address,uint256) (#30-37)
approve(address,uint256) should be declared external:
- Token.approve(address,uint256) (#39-43)
Use the external attribute for functions never called from the contract.
Additional information: link
BscScan page for the token does not contain additional info: website, socials, description, etc.
Additional information: link
Unable to find token contract audit
Unable to verify token contract address on the website
Unable to find audit link on the website
Unable to find token on CoinHunt
Additional information: link
Young tokens have high risks of price dump / death
Token has relatively low CoinGecko rank
Telegram account link seems to be invalid
Unable to find Discord account