Get one LuckDrop draw's rounds and winner
luckdrop_get_resultsRead a single draw's five rounds and its winner.
week is the DISPLAY week number by default. If you are following contractWeekId
from the chain, pass idSpace='contract' -- the same number means different draws
in the two id spaces, and without it you get a valid-looking answer describing the
WRONG draw. The response echoes back which space it used, plus both ids.
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 |
|---|---|---|---|
| week | Yes | The draw number to read. | |
| idSpace | No | Which numbering the `week` argument is in. Defaults to display. |