eth.logs
SQL table schema for eth.logs and eth.recent_logs
Ethereum Transaction event logs.
Column Name | Data Type | Description |
---|---|---|
| BIGINT | Position of log in its block. |
| CHARACTER VARYING | Hash of transaction for which this log derives from |
| BIGINT | The position of the transaction in its block. |
| CHARACTER VARYING | Address of the transaction that produced the log |
| CHARACTER VARYING | Non-indexed argument for the log (dependent on |
| ANY | Array of 32 byte data. Order-dependent. |
| BIGINT | The timestamp of the block this log is within. |
| CHARACTER VARYING | The hash of the block this log is within. |
| BIGINT | The block number this log is within. |
Last updated