Native Transfers
Chain
Dataset name
ethereal.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_0x9b723a0b9ded2677bfb1da50f1d42e98151cc4d08543cca4ef6e85d5ef357431_9 | 0xeef8f92d0f2225f5951564d387e158b9b57fa704 | 0x6cbb552855ce5eb70af49b76a8048be8e3799a05 | 3000000000000 | Internal TX | call | call | 5 | 0x21d4911481f7d34080735da74ecaec43d91762ef3a5d53901730eeff5c8e3c75 | 0x9b723a0b9ded2677bfb1da50f1d42e98151cc4d08543cca4ef6e85d5ef357431 | 15 | 1758575489 | 1 |
| geth_trace_0xab5de2d9fd45979981bf7f508217af071e17340ee9c69236957b1130251d8589_4 | 0x0000000000000000000000000000000000000000 | 0xd24c65f7c53cd6db2ea205a4b574b4a0858731b7 | 213758260976167535370 | Internal TX | call | call | 0 | 0x236a884e37fb2196629d8fe79b9de064430cd62e2b32f46ce3ee879cb18f53cf | 0xab5de2d9fd45979981bf7f508217af071e17340ee9c69236957b1130251d8589 | 22 | 1758655593 | 1 |
| geth_trace_0xcf66984fa0e4995c1409dba3c7f527f53f68d9638a2a240b3929a4f2bc1a60be_9 | 0xeef8f92d0f2225f5951564d387e158b9b57fa704 | 0x6cbb552855ce5eb70af49b76a8048be8e3799a05 | 30000000000000 | Internal TX | call | call | 5 | 0x969b7ada82ff481b1d6740c91102849225afce4765ab1a10e5691bb04edb48c6 | 0xcf66984fa0e4995c1409dba3c7f527f53f68d9638a2a240b3929a4f2bc1a60be | 3986 | 1759187797 | 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 |