A Chrome extension that automatically captures transaction data when airdrop claims fail due to insufficient funds. Built by Zun.
When you try to claim an airdrop but your wallet doesn't have enough gas, the transaction fails. This extension captures the transaction details so you can claim it later from a funded wallet.
Captured Data:
- Airdrop Contract Address - The contract you're claiming from
- Claim Hex Data - The encoded function call data
- Claim Value (WEI) - The value to send with the transaction
- ⬇️ Click here to download the extension
- Extract the downloaded zip file to a folder on your computer
- Copy and paste this in your browser address bar:
chrome://extensions/ - Enable Developer mode (toggle in top-right corner)
- Click Load unpacked
- Select the extracted folder
- The extension icon will appear in your toolbar
- Install the extension (see above)
- Refresh the airdrop website where you're having the issue
- Perform the claim transaction as normal - it will fail due to insufficient funds
- Click the extension icon - you'll see a red badge indicating captured data
- Copy the values (Contract Address, Hex Data, Value)
- Use the data to execute the transaction from a funded wallet
When a transaction fails with:
insufficient funds for gas * price + value: have 0 want 1022146507666098
The extension captures:
- Airdrop Contract Address:
0xd59070d4d230ee196998b9cf88f6706b43e5f88a - Claim Hex Data:
0xed810bc6000000... - Claim Value (WEI):
0x3a1a3077f72b2
- ✅ All data stored locally in your browser
- ✅ No external servers or tracking
- ✅ Only captures failed "insufficient funds" transactions
- ✅ Open source
Not detecting transactions?
- Refresh the website after installing the extension
- Make sure the extension is enabled in
chrome://extensions/
No badge appearing?
- The badge only appears when transactions are captured
- Make sure you're getting an "insufficient funds" error
Built by Zun