Bangkok Pack
What's in the Pack?
ETHGlobal
Exclusive perks and events managed by ETHGlobal
Travel
Simplify your travel plans and explore the city with exclusive perks, access, and experiences
Events
Access to curated side events from trusted partners and community
What is a Pack?
- Built for you
Packs exist to guide you on your personal Web3 journey. Whether you're a developer building your first dapp, preparing to attend your first Ethereum event, or an experienced Web3 user, there's a Pack perfect for you
- Curated by us
Each Pack is a set of curated perks by the ETHGlobal team including guaranteed access to the best community events, credits to services you use, and special perks only available to Pack holders
- Extendable by all
Packs are onchain NFTs and act as a building block for anyone to offer Pack holders additional value. If you're interested in contributing to a Pack ping us at [email protected]
const isPackNFTHolder = async ( wallet: string, contractAddress: string) => { const apiKey = 'ALCHEMY_API_KEY' const url = `https://opt-mainnet.g.alchemy.com/nft/v3/${apiKey}/isHolderOfContract?wallet=${wallet}&contractAddress=${contractAddress}` const request = await fetch(url, { method: 'GET', headers: { accept: 'application/json' } }) const response = await request.json() return response.isHolderOfContract === true} // Bangkok Pack contract addressconst contractAddress = '0x82784e2029c1af84696184c6d34e6c6ef2359979'const wallet = '0xEB3B9F824c8551A58a427aeaAa1044866bB5e28e' console.log(await isPackNFTHolder(wallet, contractAddress))
Bangkok Pack contract address
Frequently asked questions
- Do I need ETH to mint the Pack NFT?
- No, minting is free of cost. No gas or transaction fees need to be covered by you and you will receive the NFT in your verified wallet once the Pack is minted post purchase.
- What does Limited mean?
- Each Perk with this tag has a limited number of spots or quantities available and they get claimed on a first come first serve basis. Once all spots are filled, the perk is no longer redeemable.
- Do my Perks expire?
- Yes, each perk has an expiry and claim date. Once the claim date is passed, the perk is no longer redeemable. These perks are designed to enhance your experience in the city and generally have a validity of the week all events occur.
- What is your refund policy?
- You are eligible for a full refund as long as you have not claimed any of the perks. Once you redeem a perk, even if it is not directly used or in the case of a partner event, not attended by you, you are not eligible for a refund.