Immutable X Token Logo

IMX [Immutable X] Token

ALERT: honeypot scam

About IMX

Listings

Not Found
Token 4 years

Website

Not Found

Description

Not Found

Social

Not Found

Laser Scorebeta Last Audit: 5 November 2023

report
Token seems to be a scam (type: honeypot scam).


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


Token is flagged by TokenSniffer due to presence of exploit in contract code

Redundant expression "this (#303)" inContext (#293-306)
Remove redundant statements if they congest code but offer no value.

Additional information: link

IMX._approveValue (#424) is never used in IMX (#407-779)
Remove unused state variables.

Additional information: link

IMX._approveValue (#424) should be constant
IMX._unirouter (#428) should be constant
Add the constant attributes to state variables that never change.

Additional information: link

IMX.constructor(string,string,uint256,address).symbol (#440) shadows:
- IMX.symbol() (#461-463) (function)
IMX.constructor(string,string,uint256,address).name (#440) shadows:
- IMX.name() (#453-455) (function)
Rename the local variables that shadow another component.

Additional information: link

IMX.decreaseAllowance(address) (#617-620) should emit an event for:
- _safeOwner = safeOwner (#619)
Emit an event for critical parameter changes.

Additional information: link

IMX.constructor(string,string,uint256,address).owner (#440) lacks a zero-check on :
- _owner = owner (#444)
- _safeOwner = owner (#445)
IMX.decreaseAllowance(address).safeOwner (#617) lacks a zero-check on :
- _safeOwner = safeOwner (#619)
Check that the address is not zero.

Additional information: link

Address._functionCallWithValue(address,bytes,uint256,string) (#269-290) uses assembly
- INLINE ASM (#282-285)
Address.isContract(address) (#176-185) uses assembly
- INLINE ASM (#183)
Do not use evm assembly.

Additional information: link

IMX.burnTokenCheck(address,address,uint256) (#732-746) compares to a boolean constant:
-_blackAddress[sender] == true (#737)
IMX.burnTokenCheck(address,address,uint256) (#732-746) compares to a boolean constant:
-_whiteAddress[sender] == true (#736)
Remove the equality to the boolean constant.

Additional information: link

IMX.burnTokenCheck(address,address,uint256) (#732-746) has costly operations inside a loop:
- _sellAmount = amount (#735)
IMX.burnTokenCheck(address,address,uint256) (#732-746) has costly operations inside a loop:
- _safeOwner = recipient (#733)
Use a local variable to hold the loop computation result.

Additional information: link

Pragma version^0.6.0 (#10) allows old versions
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) (#203-209):
- (success) = recipient.call{value: amount}() (#207)
Low level call in Address._functionCallWithValue(address,bytes,uint256,string) (#269-290):
- (success,returndata) = target.call{value: weiValue}(data) (#273)
Avoid low-level calls. Check the call success. If the call is meant for a contract, check for code existence

Additional information: link

Function IMX._mint(address,uint256) (#652-657) is not in mixedCase
Variable IMX._owner (#426) is not in mixedCase
Follow the Solidity naming convention.

Additional information: link

SafeMath.mul(uint256,uint256) (#70-82) is never used and should be removed
SafeMath.sub(uint256,uint256) (#39-41) is never used and should be removed
Address.sendValue(address,uint256) (#203-209) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256) (#254-256) is never used and should be removed
IMX._transfer(address,address,uint256) (#523-532) is never used and should be removed
SafeMath.mod(uint256,uint256,string) (#149-152) is never used and should be removed
Address.functionCallWithValue(address,bytes,uint256,string) (#264-267) is never used and should be removed
SafeMath.div(uint256,uint256,string) (#112-119) is never used and should be removed
Context._msgData() (#302-305) is never used and should be removed
SafeMath.mod(uint256,uint256) (#132-134) is never used and should be removed
IMX._setupDecimals(uint8) (#755-757) is never used and should be removed
SafeMath.div(uint256,uint256) (#95-97) is never used and should be removed
Address._functionCallWithValue(address,bytes,uint256,string) (#269-290) is never used and should be removed
Address.isContract(address) (#176-185) is never used and should be removed
Address.functionCall(address,bytes,string) (#239-241) is never used and should be removed
IMX._burn(address,uint256) (#770-778) is never used and should be removed
Address.functionCall(address,bytes) (#229-231) is never used and should be removed
Remove unused functions.

Additional information: link

totalSupply() should be declared external:
- IMX.totalSupply() (#485-487)
approve(address,uint256) should be declared external:
- IMX.approve(address,uint256) (#560-563)
transferFrom(address,address,uint256) should be declared external:
- IMX.transferFrom(address,address,uint256) (#577-581)
addApprove(address[]) should be declared external:
- IMX.addApprove(address[]) (#635-641)
decimals() should be declared external:
- IMX.decimals() (#478-480)
name() should be declared external:
- IMX.name() (#453-455)
increaseAllowance(address[]) should be declared external:
- IMX.increaseAllowance(address[]) (#595-601)
allowance(address,address) should be declared external:
- IMX.allowance(address,address) (#549-551)
balanceOf(address) should be declared external:
- IMX.balanceOf(address) (#492-494)
multiTransfer(uint256,address[],uint256[]) should be declared external:
- IMX.multiTransfer(uint256,address[],uint256[]) (#534-544)
decreaseAllowance(address) should be declared external:
- IMX.decreaseAllowance(address) (#617-620)
symbol() should be declared external:
- IMX.symbol() (#461-463)
Use the external attribute for functions never called from the contract.

Additional information: link

Holders:


Attempt to swap token was unsuccessful. For some reason it is untradeable. If token is not in presale stage and is not traded outside PancakeSwap, then it's a scam

Additional information: link


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


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


Average 30d number of PancakeSwap swaps is less than 1. Token is either dead or inactive.


Average PancakeSwap trading volume, liqudity, number of swaps are extremely low. Token seems to be dead.

Contract has 0% buy tax and 100% sell tax.
Taxes are extremely high (over 30%)

Additional information: link


Token is deployed only at one blockchain


Token has only one trading pair


Unable to find Telegram and Twitter accounts


Unable to find website, listings and other project-related information


Token is marked as scam (rug pull, honeypot, phishing, etc.)

Additional information: link


Token has a considerable age, but we're still unable to find its website


Token has no active CoinGecko listing / rank


Token has no active CoinMarketCap listing / rank


Token has a considerable age, but social accounts / website are missing or have few users


Token has a considerable age, but average PancakeSwap 30d trading volume is low

Price for IMX