LogoLogo
  • Solscan Introduction
  • Solana Blockchain
  • Browsing the site
    • Home
    • Search Bar
    • Token Page
    • Blockchain Tab
    • Resources
      • Validators
      • Public API
    • SOLSCAN KNOWLEDGE BASE
      • General
        • What is Solscan?
        • Homepage
        • Analytic Dashboard
        • DeFi Dashboard
        • NFT Dashboard
          • Dashboard Overview
            • Collections
            • Marketplaces
              • Overview
              • Volume
              • Listing
              • Active Addresses
            • Activity
            • New NFT & All NFT
          • Collection Page
          • NFT Page
      • FAQs
      • Developer
      • Token & App
      • Tutorial
  • Transaction details
    • Labeling
    • Account
      • Asset Management / Token Holdings
    • Transaction Details
      • TX MAP
    • Program
    • Anchor Verified Programs
  • Integration
    • Solscan Integration Guideline
    • Update Token Details
    • Parse Instruction
    • Anchor Integration
    • Metaplex Integration
  • Solscan Tool
    • Download CSV Report
    • Interact With Program
  • Solscan Account
    • Create & Manage Your Account
    • Personal Label
    • Manage Watchlist
    • Notification Bot
  • API Access
    • Pro API Documentation
    • Pro API Endpoints
    • Solscan Pro API FAQ
    • How to generate your Solscan Pro API Key
    • Pro API Terms and Services
    • Pro API Error Type
  • Solscan Pro API Program Data Coverage
Powered by GitBook
On this page

Was this helpful?

  1. Transaction details

Program

PreviousTX MAPNextAnchor Verified Programs

Last updated 2 years ago

Was this helpful?

The program page shows you the relevant info regarding a specific program. Programs are "smart contract" on Solana

On the top left of the page, you will see the address of the program, as well as its public display name Overview: This section gives you an overview of the program, including the following:

  • Sol Balance: The amount of Sol within the Program

  • Executable: The ability of the program to execute instructions

  • Executable data: The data for program Execution

  • Upgradable: The ability to be upgraded from Owner

  • Upgrade authority: Who can upgrade the program

  • SPL Token balance: The balance of SPL tokens within the program

More Info: Clarification, for ease of viewing:

  • Public name: The public name for the program

  • Owner: the owner of the program, having authority and ability to make changes over the program

  • Rent Epoch: keeps track of the next time rent should be collected from the account.

  • Last Deployed slot: The slot in which the program was last deployed.

The underneath section keeps track of transactions that occur within the Program

/

  • Transaction tabs: Monitor transactions created within the Program

  • SPL Transfers: Transfers of SPL tokens

  • Anchor Program IDL: Allows developers and hobbyist to check out the underlying actions and functions of the contract. Information can be seen in "Raw" / "Detail" filter. Under "Details" function, the program can be broken down and filtered further.

/

  • Accounts Data: monitor the data utilized in the programs. Can be filtered by "Account" as well as other parameters on the page.