Check if ownership is actually renounced
Pega una direccion. En EVM miramos owner, admin y admin del proxy. En Solana, mint y freeze. Renunciado significa que esas claves estan muertas.
Current owner address versus the dead address. A live EOA or a multisig still holds the pen.
En EVM: mint, pause y blacklist en el source. En Solana: si mint o freeze sigue vivo.
Upgradeable proxies keep a second key. Renouncing the token owner does nothing if the proxy admin is live.
Prior tokens from the same wallet, including how many scanned as honeypots.
Teams renounce a husk and keep mint on an implementation, or they transfer owner to a wallet they still control. Read the current owner and the proxy admin, not the tweet.
El feed marca owners y mint vivos en cada pool nuevo por encima del suelo en Ethereum, Base, BNB Chain y Solana.
- Detector honeypot
- Lock de liquidez
- Tax del token
- Ownership renunciada
- Ethereum
- Base
- BNB Chain
- Solana
- Blog
- Docs
Preguntas
What does renounced actually mean?
The owner slot points at a dead address and no proxy admin can upgrade the code. Anything short of that is still an admin key.
Is a multisig the same as renounced?
No. A multisig is still a key. Safer than one EOA, not the same as a dead owner.
Why do you care about proxies?
The token you hold can be the proxy. The implementation behind it can change if the admin key is live.
Which chains?
Ethereum, Base, BNB Chain y Solana. El mismo cupo que el resto de tools.