Native Transfers
Chain
Dataset name
pop_cloud.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_0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1_6 | 0xb776705700774a40b73b4e3509ae01c7ef05cb20 | 0xf0476f0d77dfc7de4cb3a4dad592a87dac643ad8 | 6349657200000000 | Internal TX | invalid | 4 | 0x700721644df596a8b4a1a6aa8bf1433a9d2264be567a02261e48717eb353bb38 | 0xb98a1fa6288e11b74ef794d3472fc9330c84469cdc249e7555c10bddc1817ff1 | 3 | 1718700721 | 1 | |
| geth_trace_0x4b0aa17966453ff89538a195c3dc52456c6e08c2807b65d064203fff0874a548_3 | 0xa4b00000000000000000000000000000000000f6 | 0xc073238fe901ba8e26d17026b5714373d859daf4 | 6614375328730 | Internal TX | invalid | 1 | 0x60a321429384b93ce806398832ea0a2ec509d1b93b09f2475521a29322f73dad | 0x4b0aa17966453ff89538a195c3dc52456c6e08c2807b65d064203fff0874a548 | 202 | 1719277546 | 1 | |
| geth_trace_0xa9a3536840d48e502645ba8f85f3d17d589967f973fd2ac5a2bddb92eb4c610a_2 | 0xa4b00000000000000000000000000000000000f6 | 0xf0476f0d77dfc7de4cb3a4dad592a87dac643ad8 | 50190660 | Internal TX | invalid | 0 | 0x30b24f3b44b757bba96ada09795f3a66748728f6cd52e5b7e615e758b2ced3e7 | 0xa9a3536840d48e502645ba8f85f3d17d589967f973fd2ac5a2bddb92eb4c610a | 998 | 1719279076 | 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 |