Native Transfers
Chain
Dataset name
pop_cid.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_0x4858c54e71589a5153f4386ee165bbf94ad1c48e97688782cb8ae3263fab19e9_9 | 0x761551fc0cbaf95061e45dec45cbafd8ab169686 | 0x650451fc0cbaf95061e45dec45cbafd8ab168575 | 500000000000000000 | EOA TX | call | call | 0x70867a5b5374bfceec22dce9ff65f2ba742f8e043d34d2c90cbd1bbc60c5b7eb | 0x4858c54e71589a5153f4386ee165bbf94ad1c48e97688782cb8ae3263fab19e9 | 12 | 1709095848 | 2 | |
| geth_trace_0x5c92f09bc1e799415ca402752c550edaddc22e038475b58499ad8b5cb6c2af37_6 | 0x67d586d3786fa26cc61473c499a36eb9cc1fce9f | 0x45effbd799ab49122eeeab75b78d9c56a187f9a7 | 600000000000000 | Internal TX | call | call | 4 | 0x240efa90510651b21b33d20b2c42cd682ea82d3ef097e997b0f7860786585189 | 0x5c92f09bc1e799415ca402752c550edaddc22e038475b58499ad8b5cb6c2af37 | 2 | 1708993441 | 1 |
| geth_trace_0x5c92f09bc1e799415ca402752c550edaddc22e038475b58499ad8b5cb6c2af37_3 | 0x67d586d3786fa26cc61473c499a36eb9cc1fce9f | 0x45effbd799ab49122eeeab75b78d9c56a187f9a7 | 14277200000000 | Internal TX | call | call | 1 | 0x240efa90510651b21b33d20b2c42cd682ea82d3ef097e997b0f7860786585189 | 0x5c92f09bc1e799415ca402752c550edaddc22e038475b58499ad8b5cb6c2af37 | 2 | 1708993441 | 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 |