Native Transfers
Chain
Dataset name
zora_sepolia.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_0x1f4d8303251e8a32555d4531592c531e550b7d36ab365439fad1c9d3a05d194b_2 | 0x2cecc0ae22bec0c2f08b4dd836944b3e28feac8b | 0x4200000000000000000000000000000000000007 | 50000000000000000 | EOA TX | call | call | 0x2901638cdeefe2223a350429962e4296c4f37b9c226bd6de2db997b3d19bee2e | 0x1f4d8303251e8a32555d4531592c531e550b7d36ab365439fad1c9d3a05d194b | 4638 | 1698089280 | 1 | |
| geth_trace_0x9c48db8f5396330e0c4878bca17db9ad9a9e9b1e0a7c89966d6afa363b69f69d_8 | 0x4200000000000000000000000000000000000010 | 0x45effbd799ab49122eeeab75b78d9c56a187f9a7 | 10000000000000000000 | Internal TX | call | call | 0,0,0,1 | 0xb5871a7ef42429d34acc9a0922f42fce32e745d7ef53089b9a9e82bf5dda2846 | 0x9c48db8f5396330e0c4878bca17db9ad9a9e9b1e0a7c89966d6afa363b69f69d | 9229 | 1698098462 | 1 |
| geth_trace_0x5799800bf34e370f41c30cf2efca5027f143a059eb57cee8e176284f086efa87_0 | 0x9444390c01dd5b7249e53fac31290f7dff53450d | 0x66db75fa8b3fdc89cb9f1e2634d84a6e7a353cf3 | 60000000000000000 | EOA TX | call | call | 0x33cef43ebf4b8351ac5a070a9248fc4a30745f0d835a0658b758c2750934a973 | 0x5799800bf34e370f41c30cf2efca5027f143a059eb57cee8e176284f086efa87 | 46684 | 1698173372 | 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 |