Native Transfers
Chain
Dataset name
ink_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_0x7a527a3570280688f784f21413c46bc12936ffde2b93741ae222a9c075015f63_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 5000000000000000000 | Internal TX | call | call | 0,0 | 0xa467165e8bf5cc95a5aaaf48ef6b5b547b9a0b0923d855cab6711db1958a4a1a | 0x7a527a3570280688f784f21413c46bc12936ffde2b93741ae222a9c075015f63 | 173918 | 1729177214 | 1 |
| geth_trace_0xc2d0f4eb4990bd822ed6d879691dfcf94405937a3e1cee48d8d075204390af37_10 | 0x4200000000000000000000000000000000000010 | 0x19a0de0fdc1fd631bea931dc6b750e7edc17177c | 1000000000000000000 | Internal TX | call | call | 0,0,0,2 | 0x1877132eb550cee1a9cf73e4c36a147869f92e18913c6babed8a55254c0984e9 | 0xc2d0f4eb4990bd822ed6d879691dfcf94405937a3e1cee48d8d075204390af37 | 268320 | 1729271616 | 1 |
| geth_trace_0x995b75ce4c76ef3fe296ece611b9aa9d629bc2c8422e54ff18c9118f04de143e_2 | 0x3836e7dc6155d9797737bf3f6f9f0fcce0d83954 | 0x19a0de0fdc1fd631bea931dc6b750e7edc17177c | 500000000000000000 | EOA TX | call | call | 0xe68d6029fafe2b6ae870c96339510559faa000a8728e2632c293e506c4dd1c4b | 0x995b75ce4c76ef3fe296ece611b9aa9d629bc2c8422e54ff18c9118f04de143e | 273851 | 1729277147 | 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 |