ethereum.maker Table: fact_urns Type: View
Urn addresses are read by calling the urns function on the CDP manager contract for each created
vault.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | TEXT | Sequential counter representing the position of a block in the blockchain since genesis (block 0). |
- Immutable once finalized
- Primary ordering mechanism for blockchain data
- Increments by 1 for each new block
- Used as a proxy for time in many analyses
- Always the immediate event emitter for logs
- May differ from transaction to_address
- Lowercase normalized format
- Never NULL for valid events | | FACT_URNS_ID | TEXT | Primary key - unique identifier for each row ensuring data integrity.
- 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