Check a wallet's claimable LuckDrop prizes
luckdrop_check_prizeCheck whether a wallet has won a prize it has not yet collected, and get the transaction that claims it. Read from the chain, so it works for a wallet that entered without ever signing in to the website.
SCOPE: this reads THIS DEPLOYMENT's prize escrows, and the result names in escrowsChecked exactly which escrows it consulted. Contract week ids reset when the contracts are redeployed, so a prize sitting in an escrow from an EARLIER deployment is out of reach here and no weekId will find it.
With no weekId this scans the most recent 26 contract weeks on those escrows and tells you the exact range it covered. Claiming has no deadline, so a prize older than that window is still claimable -- pass an explicit weekId (the CONTRACT week id, which luckdrop_get_results reports) to reach an older week ON THOSE ESCROWS directly.
This returns an UNSIGNED transaction ({to, data, value}). This service never signs for the user and never holds keys. The user must approve and send it from their own wallet on Base Sepolia, and once mined it CANNOT be undone.
NETWORK: LuckDrop is currently running on Base Sepolia, a TEST NETWORK. LUCK earned or won here is for testing and has no monetary value. The contracts do not exist on Base mainnet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| weekId | No | Optional CONTRACT week id, checked on its own instead of scanning. Reaches an older week on THIS deployment's escrows. | |
| address | Yes | An Ethereum address on Base Sepolia, 0x followed by 40 hex characters. |