get_events_by_contract_address
Find recent events emitted by any TRON smart contract. Filter by event name, sort order, and paginate for more results.
Instructions
Get recent events emitted by a specific contract address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events per page (default 20, max 200) | |
| network | No | Network name. Defaults to mainnet. | |
| orderBy | No | Sort order | |
| eventName | No | Filter by event name (e.g. Transfer) | |
| fingerprint | No | Pagination token from previous response | |
| onlyConfirmed | No | Only return confirmed events | |
| contractAddress | Yes | The contract address (base58 or hex) |