Token Analysis
SPLEN (0x8b3697e66cbc600922ac7a419d0580bc7d19c809)Risk Score
Details
- Factory
- v3
- Bytecode Size
- 8980 bytes
- Network
- Ethereum
- Pool
- 0x57f4077c6…
- Paired Token
- WETH
AI Analysis
The token has a highly centralized design where the developer controls the entire supply and can modify transfer limits and exemptions. The developer is exempt from all caps, allowing them to dump tokens freely. The contract also has a holding cap and per-block transfer window that can be changed or disabled by the developer, creating a potential honeypot scenario. While there is no direct liquidity drain function, the combination of pre-mint to developer, developer-controlled limits, and the ability to exempt accounts from restrictions poses a significant rug pull risk.
Detected Risks
The entire supply of 1 billion tokens is minted to the developer at deployment, and the developer is exempt from all transfer limits. This allows the developer to dump tokens on the market without any restrictions.
The developer can change the window limit (setWindowLimit) and mark accounts as exempt (markExempt), effectively controlling transfer restrictions and potentially manipulating the token's behavior.
The contract enforces a holding cap and a per-block transfer window that can block buys if the cap is exceeded. The developer can also disable these limits at any time, creating uncertainty and potential for trapping buyers.
The contract uses a custom transfer screening mechanism that only applies to buys from the Uniswap V3 pool. This could be used to restrict sales or manipulate liquidity, though no direct backdoor was found.