get https://api.shasta.trongrid.io/v1/transactions//events
Returns
| Field | Type | Description |
|---|---|---|
| data.[0].block_number | Integer | The block number. |
| data.[0].block_timestamp | Long | The block timestamp. (Unit: millisecond) |
| data.[0].caller_contract_address | String | Same as data.[0].contract_address for backward compatibility. |
| data.[0].contract_address | String | The address of the contract that emitted the event. |
| data.[0].event_index | String | The index of the event within the transaction's event log. |
| data.[0].event_name | String | The event name. |
| data.[0].event | String | The event signature. Note: Used to parse the indexed and non-indexed parameters. |
| data.[0].transaction_id | String | Transaction id. |
| data.[0].result | map<string, string> | The parameters of the event. Note: Includes both indexed and non-indexed parameters. |
| data.[0].result_type | map<string, string> | The type of parameter. |
| data.[0]._unconfirmed | Boolean | Indicates if the transaction is unconfirmed. \ truemeans unconfirmed,false means confirmed.` |
| success | Boolean | Indicates if the request was successful. |
| meta.page_size | Integer | The maximum number of items returned in one page. |
| meta.at | Long | The response timestamp. (Unit: millisecond). |