Native Transfers
Chain
Dataset name
robinhood_testnet.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_0xaa4d11d5ffceac85c1bce569b03b397dafde3f0c970351af8d221ec1228e58e2_5 | 0x3202e9486d5547eb3179c6c0aafed1729e71d04f | 0x7943e237c7f95da44e0301572d358911207852fa | 1500000000000000 | Internal TX | call | call | 1 | 0x2c0ed53ae7e65987d7bd8bedee0acbd5c9417c16d9e676993e3cd71d146136c7 | 0xaa4d11d5ffceac85c1bce569b03b397dafde3f0c970351af8d221ec1228e58e2 | 7151521 | 1772542786 | 1 |
| geth_trace_0xdfac1441df6d25409e797ba071d06f69625c5ba563efc2b1ac73adc8edb604a2_3 | 0x21fa1d5336ea94607a860399ddc6c69cb66bd6de | 0x76a816efa69e3183972ff7a231f5c8d7b065d9de | 320000000000000 | EOA TX | call | call | 0xbb65bdd284d3e0df4a4e19c95791571d1c630ee9fd231676464176ee3cb65c9f | 0xdfac1441df6d25409e797ba071d06f69625c5ba563efc2b1ac73adc8edb604a2 | 7151522 | 1772542786 | 1 | |
| geth_trace_0x8aee9964915943889966db2b71cfe6425a8852ae8aa9d1b43c3052e5171aecde_4 | 0xfaa3792ee585e9d4d77a4220daf41d83282e8aaf | 0xb333e24fb484f85dbbb75743dc4a03040a7cab82 | 60000000000000 | Internal TX | call | call | 0 | 0xff3603eba981f35b71f8d83ca92597a343d6f718fefc48b408cace50f1992aab | 0x8aee9964915943889966db2b71cfe6425a8852ae8aa9d1b43c3052e5171aecde | 7151563 | 1772542795 | 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 |