get https://api.shasta.trongrid.io/v1/contracts//events
Note
The same time window can get up to 1000 pieces of data. If you need to get more data, you can move the time window to get more data.
Returns
Field | Type | Description |
---|---|---|
data.[i].block_number | Integer | The block number |
data.[i].block_timestamp | Long | The block timestamp, the unit is millisecond |
data.[i].caller_contract_address | String | Call Contract address |
data.[i].contract_address | String | Contract address |
data.[i].event_index | String | TRC20 token name |
data.[i].event_name | String | The event name |
data.[i].event | String | The event signature, used for parse the indexed and non-indexed parameter |
data.[i].transaction_id | String | Transaction ID |
data.[i].result | map<string, string> | The parameters of the event, includes the indexed and non-indexed |
data.[i].result_type | map<string, string> | The type of parameter |
data.[i]._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 |