Check BASE167 claim eligibility for a wallet
base167_check_claimCheck whether a wallet can claim BASE167. The token cannot be bought FROM THE PROJECT -- no sale, no presale, no allocation -- only claimed, and only by wallets with 167 or more transactions on Base mainnet. It does trade on the open market; the project neither sells it nor quotes a price.
Returns eligibility, the transaction count, and the transaction to send if eligible. It does NOT return the claim amount: the decay curve moves it with every claim, so read calculateReward(claimCount()) on chain rather than quoting a figure. A wallet that has ALREADY claimed is reported as ineligible with no transaction, so never treat a refusal here as a reason to retry: the claim is one per wallet forever.
This returns an UNSIGNED transaction ({chainId, to, data, value}) plus a short-lived voucher. This service never signs for the user and never holds keys. The user must approve and send the transaction from their own wallet. Once mined it CANNOT be undone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | An Ethereum address on Base mainnet, 0x followed by 40 hex characters. |