Native Transfers
Chain
Dataset name
katana.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_0x6703387f39a47affdb83a53812dcbf1cbf13e11e4497f8f98895c5f12a9ee2ef_2 | 0xa4000bdd2bb92ce6750b31f1eeda47bd1cb8e6e4 | 0xab3506507449bf1880f3337825efd19ac89e235e | 3000000000000000000 | EOA TX | call | call | 0xf4ab7d52dad8292d49ebc538b04b744e205fb489eb112ce31c56a97e312b96c1 | 0x6703387f39a47affdb83a53812dcbf1cbf13e11e4497f8f98895c5f12a9ee2ef | 39494 | 1746782305 | 1 | |
| geth_trace_0xcccf345b6989a0b7694bcaf0834f91b806386762e71c3f191bf37f350714da24_2 | 0xead77b01ea770839f7f576cd1516ff6a298d9db2 | 0xcb416bf9b1c7caaf64aae813d1bb8f5c2a853182 | 20000000000000000 | EOA TX | call | call | 0xe2ed8754cba0863250f3b1165279c59ac0768c9abc3756df2f7071e7ed642749 | 0xcccf345b6989a0b7694bcaf0834f91b806386762e71c3f191bf37f350714da24 | 80945 | 1746823756 | 1 | |
| geth_trace_0xc9da8127c55ec2263e65bcc0721c73dd144af1e373b2d091baa4c2b5ae529bfd_2 | 0xab3506507449bf1880f3337825efd19ac89e235e | 0xead77b01ea770839f7f576cd1516ff6a298d9db2 | 1000000000000000000 | EOA TX | call | call | 0xe8d7dc17d398c139c498e3336e66df8527a51b192fbb889ec47a304a9a20b8d4 | 0xc9da8127c55ec2263e65bcc0721c73dd144af1e373b2d091baa4c2b5ae529bfd | 57282 | 1746800093 | 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 |