0xSniff

Check if ownership is actually renounced

粘贴地址。EVM 上看 owner、admin 和代理管理员。Solana 上看 mint 和 freeze。放弃意味着这些钥匙已经作废。

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

EVM:源码里的 mint、暂停和黑名单。Solana:mint 或 freeze 是否还活着。

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.

动态会在以太坊、Base、BNB Chain 和 Solana 上每个过门槛的新池标出仍活着的所有者和 mint。

常见问题

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?

以太坊、Base、BNB Chain 和 Solana。配额和其他检查一样。