Native Transfers
Chain
Dataset name
robinhood_mainnet.native_transfersVersion
1.0.0Description
Every successful native ETH value transfer, including internal transfers from smart contracts, derived from raw traces.
Example data
| id | sender | recipient | amount | tx_type | trace_type | call_type | trace_address | transaction_hash | block_hash | block_number | block_timestamp | transaction_index |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| geth_trace_v2_0x13eaf1a3089cf4934b84fae31e8fb4f1d2a616f94726335aaef45c24828f7d93_3 | 0xc5f335ffaac20155a12302cba5a78ceeff918cf5 | 0x6a131311f1caeabc42f67623072963a2bdbaf3bc | 11700000000000000 | EOA TX | call | call | 0xd5cc77b9aadf8c319b5b853067371c6e1de93e8c9f442a1de330b37c408219fb | 0x13eaf1a3089cf4934b84fae31e8fb4f1d2a616f94726335aaef45c24828f7d93 | 82 | 1778083752 | 1 | |
| geth_trace_v2_0x7483dba9c559a011ef38cf9596442f6c1c2eab53d112a95756e9ee2a870df758_3 | 0xa11f39b6c2d9030b3fa6f220693de4e351426809 | 0x743214044e1cb616bbf8599c2344918458d32c20 | 3000000000000000 | EOA TX | call | call | 0xc093e044e9207bb31b2730226e1f7220f39dab86a029ddeef6c78ae4591934b3 | 0x7483dba9c559a011ef38cf9596442f6c1c2eab53d112a95756e9ee2a870df758 | 167 | 1778229517 | 1 | |
| geth_trace_v2_0x33632da69809264fe1f2e3b21f6f1a2ac813b072a46f2d744567357e7d1c4edf_3 | 0xa11f39b6c2d9030b3fa6f220693de4e351426809 | 0x1539ce8e8a4648aeb023d2555cb2bbd84b293b60 | 20000000000000000 | EOA TX | call | call | 0x9cd809e831ea41fcdb17b787b5202edcc70395e96be68203635a5956e453a822 | 0x33632da69809264fe1f2e3b21f6f1a2ac813b072a46f2d744567357e7d1c4edf | 291 | 1778499902 | 1 |
Schema
| Column | Type |
|---|---|
| id | string |
| sender | string |
| recipient | string |
| amount | decimal |
| tx_type | string |
| trace_type | string |
| call_type | string |
| trace_address | string |
| transaction_hash | string |
| block_hash | string |
| block_number | long |
| block_timestamp | long |
| transaction_index | long |