Native Transfers
Chain
Dataset name
metal_testnet.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_0x40544f78e8ddb714fb813bec2a748af14ebb1f09ac2a97d64f68ecfbb920fab5_8 | 0x4200000000000000000000000000000000000010 | 0x252431e84d5e22435a0c833c2220770c52f59633 | 200000000000000000 | Internal TX | call | call | 0,0,0,1 | 0x214606f6b68ec74714e07daa7fb28e1c75368355b214dd95000c3c02dff7bc4b | 0x40544f78e8ddb714fb813bec2a748af14ebb1f09ac2a97d64f68ecfbb920fab5 | 414 | 1708130448 | 1 |
| geth_trace_0x5110c82612dc0f5ce54422c51b72f05e6797f4cf69ee9ce51347a3d449f482fa_2 | 0x6e445aa7d93102110879e3b54985c5f081461a2f | 0x4200000000000000000000000000000000000007 | 50000000000000000 | EOA TX | call | call | 0xfd014254ea580969f7799b40295935bf842eb335865056fd42ff7133538fbb18 | 0x5110c82612dc0f5ce54422c51b72f05e6797f4cf69ee9ce51347a3d449f482fa | 480 | 1708130580 | 1 | |
| geth_trace_0x5110c82612dc0f5ce54422c51b72f05e6797f4cf69ee9ce51347a3d449f482fa_8 | 0x4200000000000000000000000000000000000010 | 0x596c1446a9a2184f1a0835a2a23ffb6a65ca798b | 50000000000000000 | Internal TX | call | call | 0,0,0,1 | 0xfd014254ea580969f7799b40295935bf842eb335865056fd42ff7133538fbb18 | 0x5110c82612dc0f5ce54422c51b72f05e6797f4cf69ee9ce51347a3d449f482fa | 480 | 1708130580 | 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 |