ethereum.nft Table: fact_mev_arbitrage_events Type: View
This table contains information about the NFTs involved in arbitrage transactions, documenting
events from both the buy and sell sides
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCK_NUMBER | NUMBER | 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
- Set by block producer
- Can have minor variations (±15 seconds)
- Always increasing (newer blocks = later timestamps)
- Primary key for transaction lookups
- Join key for traces, logs, and token transfers
- Immutable once confirmed
0x5c504ed432cb51138bcf09aa5e8a410dd4a1e204ef84bfed1be16dfba1b22060 | | TRADE_SIDE |
TEXT | The side of the trade that this event represents. This can be either buy or sell. Buy would
represent the events where nfts are bought while sell would present the events where the bought nfts
are sold. Note that the number of events for buy and sell may not be the same for a given
transaction. | | EVENT_INDEX | FLOAT | Zero-based sequential position of the event within a
transaction’s execution.
Key Facts:
- Starts at 0 for first event
- Increments across all contracts in transaction
- Preserves execution order
- Essential for deterministic event ordering