Native Transfers
Chain
Dataset name
pop_boss.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_0x9aebe8fc775ef79629dc7e2be31e6e408a725e4b1fcb0541d8f9a62df6ce2ed6_3 | 0x00000000000000adc04c56bf30ac9d3c0aaf14dc | 0x03508bb71268bba25ecacc8f620e01866650532c | 89500000000000 | Internal TX | call | call | 1 | 0xd6f654376454aa7dae7d26131a27de947c3ceedd6c2251633062d49160b90488 | 0x9aebe8fc775ef79629dc7e2be31e6e408a725e4b1fcb0541d8f9a62df6ce2ed6 | 50 | 1721851071 | 1 |
| geth_trace_0x0a31dd4ffe9bfd621c608c035a10d7297fa4e943bad44bfa55d0af542b667272_3 | 0xa4b00000000000000000000000000000000000f6 | 0x75efae926bcb72433c70fbfa76588f16338397de | 83609934110 | Internal TX | invalid | 1 | 0xe14af68e041d3197dbf8d73e32bf52e3e9e584690237a9691af041723e793957 | 0x0a31dd4ffe9bfd621c608c035a10d7297fa4e943bad44bfa55d0af542b667272 | 106 | 1722948457 | 1 | |
| geth_trace_0xced9bc4ca7a7f9ef47f4ca019ccb7bd76615c922debd78b9859c44f91b74dadb_3 | 0xa4b00000000000000000000000000000000000f6 | 0x75efae926bcb72433c70fbfa76588f16338397de | 350239726850 | Internal TX | invalid | 1 | 0xa2f98d6c1d11950458ba3a81c10e0f0ba08de080562a6fb7af7452e72de75f07 | 0xced9bc4ca7a7f9ef47f4ca019ccb7bd76615c922debd78b9859c44f91b74dadb | 110 | 1722991664 | 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 |