Token Analysis

QWZ (0x243751b191f11ba69321dce8fd53461e57a896c6)

Risk Score

85/100
DANGER

Details

Factory
v2
Bytecode Size
4642 bytes
Network
Ethereum
Paired Token
WETH

AI Analysis

This contract exhibits multiple critical red flags. The presence of a hidden 'bandim' function that can burn tokens from any address is a severe backdoor that can be used to drain liquidity. The contract also blocks transfers from specific addresses, which is a classic honeypot mechanism. The lack of ownership renouncement and the pre-minted supply to the deployer further increase the risk. The combination of these factors makes this a high-risk rug pull.

Detected Risks

liquidity_drain CRITICAL

The contract contains a hidden 'bandim' function that allows the owner to burn tokens from any address by transferring them to the zero address. This can be used to drain liquidity by burning tokens held in the liquidity pool.

honeypot HIGH

The contract blocks transfers from two specific addresses (0x1f2F10D1C40777AE1Da742455c65828FF36Df387 and 0xae2Fc483527B8EF99EB5D9B44875F005ba1FaE13). These addresses are likely the liquidity pool or the deployer's address, preventing users from selling their tokens.

tax_manipulation MEDIUM

The contract has a hidden tax mechanism. The '_excludeFromTax' function exempts the Uniswap router from taxes, but the actual tax logic is not implemented in the visible code. This suggests hidden tax functionality that could be manipulated.

pre_mint_dump MEDIUM

The constructor mints the entire token supply to the deployer. This allows the deployer to dump a large amount of tokens on the market, potentially crashing the price.

other HIGH

The contract has no ownership renouncement and no multi-sig. The deployer retains full control over the contract and can execute the 'bandim' function at any time.

Scan History

2026-08-01 22:51 UTC Factory: v2
85/100
← Back to home
📋 Address copied to clipboard!