blockchain | String | Blockchain network name |
block_month | Date | UTC block month (partition key) |
block_date | Date | UTC block date |
block_time | DateTime64(3) | UTC block timestamp |
block_number | UInt64 | Block number |
tx_hash | String | Transaction hash |
evt_index | UInt32 | Event log index in transaction |
trace_address | Array(Int64) | Non-empty for native trace-based transfers. Empty string for event-based ERC-20 transfers. |
token_standard | String | ’erc20’ for ERC-20 Transfer events, ‘native’ for ETH/BNB/TRX trace transfers. |
tx_from | String | Transaction sender (EOA that signed the tx). From transaction lookup. |
tx_to | String | Transaction recipient (first-level contract called). From transaction lookup. |
tx_index | UInt32 | Transaction index in block |
from | String | Transfer sender address. |
to | String | Transfer recipient address. |
contract_address | String | Token contract address. Zero address (0x0000…0000) for native token transfers. |
symbol | String | Token symbol |
amount_raw | UInt256 | Raw uint256 transfer amount. Divide by 10^decimals for human-readable value. |
amount | Float64 | Amount in display units (decimal-adjusted) |
price_usd | Float64 | USD price at transfer time |
amount_usd | Nullable(Float64) | USD value of transfer |