Solana tool · read-only
Token inspector
Every public field of any Solana mint, read straight from the chain.
Why the extensions matter
A Token-2022 mint can carry extensions that change what the token does — some harmless, some absolute. A permanent delegate lets the issuer move your balance. A transfer hook lets an issuer-controlled program reject your transfer. Most scanners that only understand the classic token program will report a mint like that as clean.
Run anything suspicious through the rug detector, which interprets these rather than just listing them.
ZOLTAN / Solana tools / Token inspector