Skip to main content
Schema: monad.core Table: ez_native_transfers Type: View

What

This convenience table tracks all native asset transfers (ETH, AVAX, MATIC, etc.) extracted from transaction traces. It provides a simplified view of value movements with decimal adjustments and USD conversions, making it easy to analyze fund flows without parsing complex trace data.

Ke

Columns

Column NameData TypeDescription
AMOUNTFLOATNative asset amount transferred, adjusted to standard dec…
AMOUNT_PRECISEFLOATNative asset amount transferred, decimal adjusted, return…
AMOUNT_PRECISE_RAWNUMBERNative asset amount transferred, no decimal adjustment, r…
AMOUNT_USDFLOATUSD value of the native asset transfer at the time of the…
BLOCK_NUMBERNUMBERSequential counter representing the position of a block i…
BLOCK_TIMESTAMPTIMESTAMP_NTZUTC timestamp when the block was produced by validators/m…
EZ_NATIVE_TRANSFERS_IDTEXTPrimary key - unique identifier for each row ensuring dat…
FROM_ADDRESSTEXTThe from address for the native asset transfer. This may …
INSERTED_TIMESTAMPTIMESTAMP_NTZUTC timestamp when the record was first added to the Flip…
MODIFIED_TIMESTAMPTIMESTAMP_NTZUTC timestamp of the most recent update to this record.
… | | ORIGIN_FROM_ADDRESS | TEXT | The externally-owned account (EOA) or contract address th… | | ORIGIN_FUNCTION_SIGNATURE | TEXT | Function signature (first 4 bytes) of the called method. … | | ORIGIN_TO_ADDRESS | TEXT | The destination address for the transaction - either an E… | | TO_ADDRESS | TEXT | The to address for the native asset transfer. This may or… | | TRACE_ADDRESS | TEXT | Array describing the trace’s position in the execution tr… | | TRACE_INDEX | NUMBER | Sequential index of trace within the transaction’s execut… | | TX_HASH | TEXT | Unique 66-character identifier for the transaction. **Fo… | | TX_POSITION | TEXT | Zero-indexed position of transaction within its block. *… | | TYPE | TEXT | The type of EVM operation performed. Example: ‘CALL’ |