Native Transfers
Chain
Dataset name
arc_mainnet.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_0xd009a10d29ec91dd1f56af39ed0fdb41f2987f3fea2cbb14eb0940de9e57ffa1_0 | 0x3b61abee91852714e4e99b09a1af3e9c13893ef1 | 0xb7850efbca3594e50977bd11a05833f18095e021 | 120000000000000000 | EOA TX | call | call | 0x366e2182ac4e759d2c3aa12fe841853c5112e96e45bc22e2aa67b0c6e39feb22 | 0xd009a10d29ec91dd1f56af39ed0fdb41f2987f3fea2cbb14eb0940de9e57ffa1 | 540190 | 1779129598 | 0 | |
| geth_trace_0xcb20aa138764e0f63c3b98a92b0cb445c87a5fe092cdccd589efd383596305cb_9 | 0xca11bde05977b3631167028862be2a173976ca11 | 0x882b0d0e0952170a7d3d62946327ff3f6d7ad329 | 200000000000000000 | Internal TX | call | call | 8 | 0xc9aa7d7e8d89581fe95b242b0e79521290490612a24b1c93976fe1ff80d424b4 | 0xcb20aa138764e0f63c3b98a92b0cb445c87a5fe092cdccd589efd383596305cb | 591716 | 1779155643 | 0 |
| geth_trace_0xcb20aa138764e0f63c3b98a92b0cb445c87a5fe092cdccd589efd383596305cb_19 | 0xca11bde05977b3631167028862be2a173976ca11 | 0x4e5bf0abc4efa3c94bc1ed23b1db4b40de43aafa | 200000000000000000 | Internal TX | call | call | 18 | 0xc9aa7d7e8d89581fe95b242b0e79521290490612a24b1c93976fe1ff80d424b4 | 0xcb20aa138764e0f63c3b98a92b0cb445c87a5fe092cdccd589efd383596305cb | 591716 | 1779155643 | 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 |