0xSniff

Check if ownership is actually renounced

Collez une adresse. Sur EVM on regarde owner, admin et proxy admin. Sur Solana, les autorites mint et freeze. Renoncee veut dire que ces cles sont mortes.

Current owner address versus the dead address. A live EOA or a multisig still holds the pen.

Sur EVM: mint, pause et blacklist dans le source. Sur Solana: si mint ou freeze est encore live.

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.

Le flux signale owners et mint encore live sur chaque nouveau pool au-dessus du plancher sur Ethereum, Base, BNB Chain et Solana.

Questions

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 et Solana. Meme quota que les autres outils.