Native Transfers
Chain
Dataset name
etherlink.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_0xb8c461cef553e19a71d2a6bef696c1c9ce94f4ecbb314a1dd56e1ef7476c821b_0 | 0x9f53ea2532fcc50f31ec587e4a441e4ad72f4b8c | 0x2880ab155794e7179c9ee2e38200202908c17b43 | 5 | EOA TX | call | call | 0xde06b333a2c93627c24284cfde5e3175244b71c095321e5c301d9e1c10f87319 | 0xb8c461cef553e19a71d2a6bef696c1c9ce94f4ecbb314a1dd56e1ef7476c821b | 4163055 | 1730975427 | 0 | |
| geth_trace_0xf9776df4317ff7c752a73fb32c374bf470d3c36739e8488e3c5569536cc85bd7_0 | 0x1fb09fa2c79fb17eaf718f67698b119984bda38e | 0x53f0aa450ecb41ebcb640e6dfe9202ab091417e5 | 4000000000000000 | EOA TX | call | call | 0x2a0f12160e1bb35c128783ba8560100897c360636acd3d84720462a5e877582b | 0xf9776df4317ff7c752a73fb32c374bf470d3c36739e8488e3c5569536cc85bd7 | 4163655 | 1730977692 | 0 | |
| geth_trace_0x75ad0e6f6095adcc37e677fa17082088c0223ed8e33e6c4f7c8ef67c4552a670_0 | 0xbc73e9030c3ae5f41b1fd1266ca127f6374451fe | 0x6e9a8127819020121cad38ff2745165810358dc2 | 4000000000000000 | EOA TX | call | call | 0xa8bf60b5969a92931dd2692a9d13c0e18a13d7c9e46cba7a6ab99af77a8e6dd8 | 0x75ad0e6f6095adcc37e677fa17082088c0223ed8e33e6c4f7c8ef67c4552a670 | 4163719 | 1730977927 | 0 |
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 |