ethereum.price Table: ez_asset_metadata Type: Base Table
What
This curated dimensional table provides comprehensive metadata for tokens and native assets across EVM blockchains. It serves as the authoritative source for asset information, with quality checks and verification status to ensure reliability.Key Use Cases
- Asset discovery and verification checking
- Cross-chain asset mapping and analysis
- Token metadata lookup for display purposes
- Filtering for verified or native assets only
Important Relationships
- Join with ez_prices_hourly: For price data enrichment
- Join with ez_token_transfers: For transfer metadata
Commonly-used Fields
token_address: Contract address (NULL for native assets)symbol: Token ticker symbolname: Full asset namedecimals: Token decimal placesis_verified: Flipside verification statusis_native: Native asset flagblockchain: Network identifier
Sample Queries
Verified Asset DiscoveryColumns
| Column Name | Data Type | Description |
|---|---|---|
| TOKEN_ADDRESS | TEXT | Contract address of the token on the blockchain. NULL for native assets (ETH, AVAX, etc.). |
- Deduplication in incremental loads
- Join operations for data quality checks
- Troubleshooting specific records
- Data freshness monitoring
- Incremental processing markers
- Debugging data pipeline issues
- SLA tracking