Known instruction for this program.
Loading
Loading program intelligence
Fetching Solana RPC data and preparing structured output.
Loading
Fetching Solana RPC data and preparing structured output.
Program
SPL Token-2022 program with extension support for newer token behavior.
Token-2022 is the newer SPL token program that supports extensions such as transfer fees, transfer hooks, metadata pointers, confidential transfers, and permanent delegates.
Known instruction for this program.
Known instruction for this program.
Known instruction for this program.
Known instruction for this program.
Configures transfer fees for a mint.
User impact: Transfers may charge token-level fees.
Configures a hook program called during transfers.
User impact: Transfers may involve an extra program before completing.
Known instruction for this program.
Configures a permanent delegate for a mint.
User impact: A delegate can have persistent authority over token behavior.
Use /api/program/:address/report for wallets, explorers, AI agents, security tools, and snapshots.
Solgraph could not find a live executable program account at this address on the configured Solana RPC.
{
"address": "TokenzQdBNbLqP5VEhdkAS6EPFQqNJ6v3zY8vJtn3Gg"
}Confirm the address and network before integrating.
What to check: Check that the address is correct and that the RPC network is mainnet if you expect a mainnet program.
Creates a Token-2022 mint and sets its decimals and mint authority.
User impact: A new token mint becomes available. The mint authority may be able to create supply.
Initialize Mint - A new token mint becomes available. The mint authority may be able to create supply.
Initializes a token account for a mint and owner.
User impact: The owner gets an account that can hold this token.
Initialize Account - The owner gets an account that can hold this token.
Moves tokens from one token account to another. The signer must authorize the movement.
User impact: Tokens may leave the signer-controlled source account.
Transfer - Tokens may leave the signer-controlled source account.
Allows a delegate account to spend up to a specific amount of tokens from a token account.
User impact: Another account may be able to spend tokens until the approval is revoked or exhausted.
Approve - Another account may be able to spend tokens until the approval is revoked or exhausted.
Removes a delegate approval from a token account.
User impact: A previous delegate should no longer be able to spend from the token account.
Revoke - A previous delegate should no longer be able to spend from the token account.
Changes who controls a token mint or token account authority.
User impact: Control over minting, freezing, account ownership, or closing can change.
Solgraph is not an official Solana product. Risk signals are informational. Missing IDL does not mean unsafe. Always verify with official project sources.
Set Authority - Control over minting, freezing, account ownership, or closing can change.
Creates new tokens and deposits them into a token account.
User impact: Token supply may increase if the signer is the mint authority.
Mint To - Token supply may increase if the signer is the mint authority.
Destroys tokens from a token account and reduces supply.
User impact: The token balance in the source account decreases.
Burn - The token balance in the source account decreases.
Closes a token account and sends reclaimed rent lamports to a destination.
User impact: The token account is removed and rent is returned to the destination.
Close Account - The token account is removed and rent is returned to the destination.
Freezes a token account so tokens cannot be transferred from it.
User impact: The account may be unable to move tokens until thawed.
Freeze Account - The account may be unable to move tokens until thawed.
Thaws a frozen token account so tokens can move again.
User impact: A previously frozen account may become transferable.
Thaw Account - A previously frozen account may become transferable.
Configures transfer fees for a Token-2022 mint.
User impact: Transfers for this token may include protocol-level fees.
Initialize Transfer Fee Config - Transfers for this token may include protocol-level fees.
Configures a transfer hook program that can run during token transfers.
User impact: A token transfer may call an extra program before completing.
Initialize Transfer Hook - A token transfer may call an extra program before completing.
Configures where token metadata is stored for a Token-2022 mint.
User impact: Wallet display metadata may be controlled by the configured metadata pointer.
Initialize Metadata Pointer - Wallet display metadata may be controlled by the configured metadata pointer.
Configures a permanent delegate for a Token-2022 mint.
User impact: A permanent delegate can have powerful token-management permissions.
Initialize Permanent Delegate - A permanent delegate can have powerful token-management permissions.