Check whether a wallet can enter the current draw
luckdrop_check_entryAnswer 'can this wallet enter the draw right now, and what exactly does it send'. Sourced from the CHAIN rather than our database, because this gates a transaction and a stale yes costs the caller gas on a revert.
Returns canEnter, a reason mirroring the contract's own revert strings, and the exact transaction to send. Entry is free -- the entrant pays only gas. Call this before sending an entry, every time.
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 |
|---|---|---|---|
| address | Yes | An Ethereum address on Base Sepolia, 0x followed by 40 hex characters. |