Native Transfers
Chain
Dataset name
superseed.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_0x1bb4fa0a7adb07e6c6912cf9517e7475026a1a00d75b45e57bf060a0a7703fd0_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 200000000000000000 | Internal TX | call | call | 0,0 | 0xf84870ba63cd3cd44f3ec181f368ba55d215256ab6db47da066e308246372522 | 0x1bb4fa0a7adb07e6c6912cf9517e7475026a1a00d75b45e57bf060a0a7703fd0 | 1009 | 1726181701 | 1 |
| geth_trace_0x1bb4fa0a7adb07e6c6912cf9517e7475026a1a00d75b45e57bf060a0a7703fd0_2 | 0x4b41aed8fa7717ac2d8454d82c125cf6b875172b | 0x4200000000000000000000000000000000000007 | 200000000000000000 | EOA TX | call | call | 0xf84870ba63cd3cd44f3ec181f368ba55d215256ab6db47da066e308246372522 | 0x1bb4fa0a7adb07e6c6912cf9517e7475026a1a00d75b45e57bf060a0a7703fd0 | 1009 | 1726181701 | 1 | |
| geth_trace_0x1bb4fa0a7adb07e6c6912cf9517e7475026a1a00d75b45e57bf060a0a7703fd0_10 | 0x4200000000000000000000000000000000000010 | 0x62c4f0b1be07af5ef9cce365ac16d01c24cf05ef | 200000000000000000 | Internal TX | call | call | 0,0,0,2 | 0xf84870ba63cd3cd44f3ec181f368ba55d215256ab6db47da066e308246372522 | 0x1bb4fa0a7adb07e6c6912cf9517e7475026a1a00d75b45e57bf060a0a7703fd0 | 1009 | 1726181701 | 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 |