monad.core Table: ez_token_transfers Type: View
What
This convenience table provides a comprehensive view of all ERC-20 token transfers with enriched metadata including decimal adjustments, USD values, and token information. It simplifies token flow analysis by joining transfer events with contract details and price data.Key Use Cases
Columns
| Column Name | Data Type | Description |
|---|---|---|
| AMOUNT | FLOAT | Decimal-adjusted token amount for human-readable values. |
| … | ||
| AMOUNT_PRECISE | FLOAT | String representation of decimal-adjusted amount preservi… |
| AMOUNT_USD | FLOAT | USD value of the token transfer at transaction time. |