get_moolah_pending_mining_periods
Retrieve claimable V2 mining airdrop periods with merkle proof, token amounts, and USD total. Optionally include already claimed rounds.
Instructions
Get a user's claimable V2 mining airdrop rounds (already settled and merkle-published). Each period includes merkleIndex, index, per-token amounts (raw + decimal-shifted), the merkle proof, and a USD total. Feed a periodKey directly into claim_moolah_mining_period to submit the on-chain multiClaim. Set includeClaimed=true to also return rounds the indexer marks as already claimed (default false matches the rewards card behaviour).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | TRON address. Default: configured wallet | |
| network | No | Network. Default: mainnet | |
| includeClaimed | No | Include rounds the backend marks as claimed. Default: false |