Native Transfers
Chain
Dataset name
hyperevm.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_v2_0x6708c92396f96d0e845c68c18fa765f472abec8dde8fa95cb09b453309043b77_0 | 0x2222222222222222222222222222222222222222 | 0x29ac25d705966859a33e7957d8c56c2c6736ac0e | 40000000000000000000 | EOA TX | call | call | 0x3028cddcf7b3f4b4bccd3d4e973cd2b9ebf8ded26a277165c8f5469eff5474ed | 0x6708c92396f96d0e845c68c18fa765f472abec8dde8fa95cb09b453309043b77 | 4725 | 1739858922 | 0 | |
| geth_trace_v2_0xeeafa40a09bf3d49ceb4019a73e7972ff37e5d0b792a11fd0a128c92a24769f6_1 | 0x2222222222222222222222222222222222222222 | 0xa65a864ca19535e4c06000768c6cfa9f6ebaeb12 | 1000000000000000000 | EOA TX | call | call | 0xabcf997a6874d2f1139b616f265f71e2f1862ee92277959ae286de88b1d32f30 | 0xeeafa40a09bf3d49ceb4019a73e7972ff37e5d0b792a11fd0a128c92a24769f6 | 4775 | 1739859018 | 1 | |
| geth_trace_v2_0x031cb892a309148692bba1d5130be110b9957f9c3b1a541a1c0d804970817f65_0 | 0x2222222222222222222222222222222222222222 | 0x1aa780bb10425b86bcf05ecbb7953f9a93729ed9 | 1000000000000000000000 | EOA TX | call | call | 0x8afd7387fa0edc8e5692fa2cd72b7e617b6db4defe9add331adfedf941a66caf | 0x031cb892a309148692bba1d5130be110b9957f9c3b1a541a1c0d804970817f65 | 4965 | 1739859386 | 0 |
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 |