Token Analysis
0x4C5FC2...d6bDD7 (0x4c5fc2efd7f9fba2c6a9227abd9d1c3eefd6bdd7)Risk Score
Details
- Factory
- v2
- Bytecode Size
- 11429 bytes
- Network
- Ethereum
- Pool
- 0x0e70816FE…
- Paired Token
- WETH
AI Analysis
This contract exhibits multiple critical rug pull indicators. The owner has extensive control over the token including the ability to set transfer taxes up to 99%, blacklist addresses (honeypot functionality), adjust max transaction/wallet limits, and drain liquidity through a swap function that sends ETH to the owner. The contract also has a transfer delay mechanism that can be enabled to restrict selling. The combination of these features creates a high-risk environment where the owner can manipulate the token's functionality to trap buyers' funds or drain liquidity at any time. The presence of multiple fee-related state variables and the ability to modify them dynamically, along with the liquidity drain function, makes this contract extremely dangerous for investors.
Detected Risks
Owner can set and modify transfer fees (buy/sell taxes) up to 99%, with functions to set fee percentages and thresholds. The contract has multiple fee-related state variables (10-19) that can be adjusted by the owner.
The contract has a function that can swap tokens for ETH and send to the owner (marketing wallet), effectively draining liquidity. The function at 0x2351 uses Uniswap V2 router to swap tokens and transfer ETH to the owner.
The contract has blacklist functionality (0x0e) that can prevent specific addresses from transferring tokens. Owner can add/remove addresses from the blacklist, potentially trapping buyers' funds.
Owner can enable/disable trading and set transfer delays. The contract has a trading status flag and a transfer delay mechanism that can be toggled by the owner.
Owner can set max transaction amount and max wallet amount, which can be used to restrict selling or buying. These limits can be adjusted by the owner at any time.
The contract has an automated market maker pair removal function, allowing the owner to remove liquidity pairs from the automated market maker list.
Owner can change the marketing wallet address at any time, potentially redirecting fees to a different address.