Native Transfers
Chain
Dataset name
pop_barret.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_0x0040a7671e8d4559fb0467a66aec2c25384fafccaf9736f18a0bd5e4158e6cc0_2 | 0x0000000000000000000000000000000000000000 | 0xb776705700774a40b73b4e3509ae01c7ef05cb20 | 3124185000000000 | Internal TX | invalid | 0 | 0xef7f85583cb13e7debeb18d9ee5e1d13342ff3929ac1a9153c908c48418ad508 | 0x0040a7671e8d4559fb0467a66aec2c25384fafccaf9736f18a0bd5e4158e6cc0 | 3 | 1708459674 | 1 | |
| geth_trace_0x49d901b3fa51b97a5516d1018533bc6398277d295de6d7f6db1e7c99dcc7a6ef_2 | 0xa4b00000000000000000000000000000000000f6 | 0x45effbd799ab49122eeeab75b78d9c56a187f9a7 | 197920 | Internal TX | invalid | 0 | 0xcb09508ffda9be6a2df9008825bc97afdf0706b0ef20f247751b779199541eaf | 0x49d901b3fa51b97a5516d1018533bc6398277d295de6d7f6db1e7c99dcc7a6ef | 11 | 1708463281 | 1 | |
| geth_trace_0xc4f3b0b3e7866362124833a12ab7dcb59c0620793b2a1ec87f5c946c0f04b661_2 | 0xa4b00000000000000000000000000000000000f6 | 0x45effbd799ab49122eeeab75b78d9c56a187f9a7 | 94263180 | Internal TX | invalid | 0 | 0x258bb2c62c8f29d363a2413f53b8209756788b4ec2d83d2e78d00646d2062648 | 0xc4f3b0b3e7866362124833a12ab7dcb59c0620793b2a1ec87f5c946c0f04b661 | 3174 | 1709076595 | 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 |