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, the unit is millisecond |
data.[0].caller_contract_address | String | Call Contract address |
data.[0].contract_address | String | Contract address |
data.[0].event_index | String | TRC20 token name |
data.[0].event_name | String | The event name |
data.[0].event | String | The event signature, used for parse the indexed and non-indexed parameter |
data.[0].transaction_id | String | Transaction ID |
data.[0].result | map<string, string> | The parameters of the event, includes the indexed and non-indexed |
data.[0].result_type | map<string, string> | The type of parameter |
data.[0]._unconfirmed | Boolean | Transaction confirmation or not |
success | Boolean | Return data successfully |
meta.page_size | Integer | Limit in one page |
meta.at | Long | Response timestamp in millisecond |