Native Transfers
Chain
Dataset name
ethereum_sepolia.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_0x6dfcb106443e1284fa0eda0d0a68801066fbceca1bfa6e2cf33af073a3a27cd0_245 | 0xa4f6784e2d1857e1e6055f0c405bf6b8268c9f73 | 0x9ca9902645cc057ae56436db9bcf43fb1aba2413 | 61 | EOA TX | call | call | 0x9ccb52265f19a29986882c116c77029511e45c0f75684c46935ecdffde04db1b | 0x6dfcb106443e1284fa0eda0d0a68801066fbceca1bfa6e2cf33af073a3a27cd0 | 11628443 | 1788461880 | 51 | |
| geth_trace_0xf314efb6441de5111092bedc1ec3f02d2e0cf51c19b7512d96e8b1f467818952_118 | 0x0c88262f03b183dd183c2fc7a78578dbce1e664c | 0x7b79995e5f793a07bc00c21412e50ecae098e7f9 | 1040613375268377 | Internal TX | call | call | 4 | 0x078863d9c9d6ce238ecb2425775197bd36f75b82a524d9e52f8dcc4ea2a7b27b | 0xf314efb6441de5111092bedc1ec3f02d2e0cf51c19b7512d96e8b1f467818952 | 11628440 | 1788461844 | 37 |
| geth_trace_0xf314efb6441de5111092bedc1ec3f02d2e0cf51c19b7512d96e8b1f467818952_10 | 0x803bc3291b79c118eb6a8431a42b9946bbc4ee36 | 0xcd8cd2e794f224d690d7ce98deb052d2aaf6b08f | 20000000000000000 | Internal TX | call | call | 1,0 | 0x28bc798be48d827a38c4ab5977d39ef5c75e8d677b852817f46bfecac586c9e6 | 0xf314efb6441de5111092bedc1ec3f02d2e0cf51c19b7512d96e8b1f467818952 | 11628440 | 1788461844 | 4 |
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 |