Native Transfers
Chain
Dataset name
race.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_0x4879aa06d69d13027600cbc40bc5175d760ea974b30e78a219c0fc9a45d2669e_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 100000000000000 | Internal TX | call | call | 0,0 | 0xd822c2cafc6ccbc7006592effdc6781bd1f31446a0fe4fba715a5114babebea9 | 0x4879aa06d69d13027600cbc40bc5175d760ea974b30e78a219c0fc9a45d2669e | 304828 | 1721031247 | 1 |
| geth_trace_0x4879aa06d69d13027600cbc40bc5175d760ea974b30e78a219c0fc9a45d2669e_10 | 0x4200000000000000000000000000000000000010 | 0x27b2a95080aa8a4f44a00d5c40c95cc6a693a991 | 100000000000000 | Internal TX | call | call | 0,0,0,2 | 0xd822c2cafc6ccbc7006592effdc6781bd1f31446a0fe4fba715a5114babebea9 | 0x4879aa06d69d13027600cbc40bc5175d760ea974b30e78a219c0fc9a45d2669e | 304828 | 1721031247 | 1 |
| geth_trace_0x4879aa06d69d13027600cbc40bc5175d760ea974b30e78a219c0fc9a45d2669e_2 | 0x065c2baef894cff5511a5722acaac0409f2f3e9a | 0x4200000000000000000000000000000000000007 | 100000000000000 | EOA TX | call | call | 0xd822c2cafc6ccbc7006592effdc6781bd1f31446a0fe4fba715a5114babebea9 | 0x4879aa06d69d13027600cbc40bc5175d760ea974b30e78a219c0fc9a45d2669e | 304828 | 1721031247 | 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 |