contract_address | BYTEA | Address of the ERC-20 token contract (20 bytes). |
block_number | BIGINT | Block of the log we attribute as the genesis/recognition point. |
block_time | timestamptz | UTC timestamp when the block was mined |
tx_index | INTEGER | Transaction index within the block. |
log_index | INTEGER | Log index within the block. |
name | TEXT | Name of the ERC-20 token. |
symbol | TEXT | Symbol/ticker of the ERC-20 token. |
decimals | SMALLINT | Number of decimal places used by the ERC-20 token. |
_tracing_id | BYTEA | Tracing ID of this ERC-20 token record. |
_genesis_tracing_ids | BYTEA[] | Tracing IDs of the genesis records leading to this ERC-20 token record. |
_parent_tracing_ids | BYTEA[] | Tracing IDs of the parent records leading to this ERC-20 token record. |
_created_at | TIMESTAMPTZ | Record creation timestamp. |
_updated_at | TIMESTAMPTZ | Record last update timestamp. |