arc72_get_events
Fetch ARC-72 transfer, approval, and approval-for-all events on Algorand or Voi, filtered by address, round, or transaction ID.
Instructions
Fetch ARC-72 Transfer, Approval, ApprovalForAll events (ulujs getEvents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | No | Filter by transaction id. | |
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| limit | No | Indexer page size hint. | |
| round | No | Exact round filter. | |
| address | No | Filter by log sender address (passed to indexer as sender). | |
| network | Yes | Algorand or Voi mainnet identifier. | |
| maxRound | No | Maximum round (inclusive) for indexer log scan. | |
| minRound | No | Minimum round (inclusive) for indexer log scan. |