Native Transfers
Chain
Dataset name
codex.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_0x8078eb8136209652d8b8546abb4e44e238f185389ad618967fc6503a737c6da1_10 | 0x4200000000000000000000000000000000000010 | 0x62c4f0b1be07af5ef9cce365ac16d01c24cf05ef | 200000000000000000 | Internal TX | call | call | 0,0,0,2 | 0x0bd490a21316837586e128ff6e802a5d822e48f3bd31de41b40f0892a3613ad9 | 0x8078eb8136209652d8b8546abb4e44e238f185389ad618967fc6503a737c6da1 | 1068 | 1728900203 | 1 |
| geth_trace_0x8078eb8136209652d8b8546abb4e44e238f185389ad618967fc6503a737c6da1_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 200000000000000000 | Internal TX | call | call | 0,0 | 0x0bd490a21316837586e128ff6e802a5d822e48f3bd31de41b40f0892a3613ad9 | 0x8078eb8136209652d8b8546abb4e44e238f185389ad618967fc6503a737c6da1 | 1068 | 1728900203 | 1 |
| geth_trace_0x3475ca8ab7d76b772b8b194856246e1701d7fdf1667cf8a96c7d4d72108add3b_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 1400000000000000000 | Internal TX | call | call | 0,0 | 0x88559518ed5f3991fb0567471fe86114ad86c1ac45f3411f417879fdf1410b93 | 0x3475ca8ab7d76b772b8b194856246e1701d7fdf1667cf8a96c7d4d72108add3b | 31069 | 1728960205 | 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 |