Raw
ERC20 Tokens
Table Columns
Unique Key: address
Column Name | Data Type | Description |
---|---|---|
address | VARCHAR | Contract address of the ERC20 token. |
name | VARCHAR | Name of the ERC20 token. |
symbol | VARCHAR | The token symbol. |
decimals | BIGINT | The number of decimal points the token amounts are represented in. |
block_timestamp | TIMESTAMP_NTZ(9) | (Nullable*) The timestamp of the block. |
block_number | BIGINT | (Nullable*) The block number that this token was created in. |
block_hash | VARCHAR | (Nullable*) The hash of the block. |
_created_at | TIMESTAMP_NTZ(9) | Timestamp of entry creation. |
_updated_at | TIMESTAMP_NTZ(9) | Timestamp of entry update. |