Token Analysis
QWZ (0x243751b191f11ba69321dce8fd53461e57a896c6)Risk Score
Details
- Factory
- v2
- Bytecode Size
- 4642 bytes
- Network
- Ethereum
- Pool
- 0xa73758898…
- 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
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.
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.
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.
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.
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.