Founder Pass NFT

Founder Pass NFT

Overview

The Founder Pass is a specific type of UBS Pass NFT. It is non-transferable and is distributed to wallets of those who have preordered UBS devices as founders.

Mint Address

  • Founder Pass Mint Address: EQBuNT571uiqx8HEztOMCwjY3PA8LhnduAN3hK31oppV6Q3Z This mint address is shared by all token accounts of the Founder Passes.

Querying Founder Pass Holders

To query for Founder Pass holders:

  1. Download the code from GitHub.

  2. Unzip and navigate to the code directory.

  3. Modify the scripts/collectionGetAllInfo.ts file by changing the collection_address to:

    javascriptCopy codeconst collection_address = 'EQBuNT571uiqx8HEztOMCwjY3PA8LhnduAN3hK31oppV6Q3Z';
  4. Run the following commands:

    bashCopy codenpm i
    npx blueprint run
  5. You will obtain owner_addresses.json, which contains the wallet addresses of Founder Pass holders.

Last updated