FWB Pass NFT

Friends With Benefits (FWB) Pass NFT

Overview

The FWB Pass is another type of UBS Pass NFT. Like the Founder Pass, it is non-transferable and is distributed to specific wallets based on participation in the UBS initiative.

Mint Address

  • FWB Pass Mint Address: EQBrcsh5w2vhms5_aBNtHsphlZ7Zrrc4qCiMaHusyb4d-ssK This mint address is shared by all token accounts of the FWB Passes.

Querying FWB Pass Holders

To query for FWB 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 = 'EQBrcsh5w2vhms5_aBNtHsphlZ7Zrrc4qCiMaHusyb4d-ssK';
  4. Run the following commands:

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

Last updated