
Pioneer Pack
Pioneer Pack
A Pack for highly experienced ETHGlobal hackers with tons of perks and rewards
What's in the Pack?

City Pack Discount
Take 20% off any City Packs for being a past ETHGlobal community member!
20% Discount
Mint to Redeem

Immunefi Audits
Get 50% off competition platform fees + free pre-audit code review.
50% Discount on Competition Fees
Mint to Redeem

$5000 AWS Credits
$5,000 in AWS Activate Credits to take your project to the next level. Credits work on any AWS products
$5,000 USD
Mint to Redeem
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 partner@ethglobal.com
const ethers = require('ethers'); // npm install ethersconst provider = new ethers.JsonRpcProvider('https://mainnet.optimism.io'); // Pioneer Pack contract addressconst contractAddress = '0x69B4e2BD6D5c5eeeB7E152FB9bc9b6c4364fA410';const wallet = '0x53c61cfb8128ad59244e8c1d26109252ace23d14'; const isPackNFTHolder = async ( wallet: string, contractAddress: string) => { const abi = ['function balanceOf(address owner) view returns (uint256)']; const contract = new ethers.Contract(contractAddress, abi, provider); const balance = await contract.balanceOf(wallet); console.log(`${wallet} ${balance > 0n ? 'is' : 'is not'} a pack holder`); return !!balance > 0n;} isPackNFTHolder(wallet, contractAddress);
Pioneer 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.