Native Transfers
Chain
Dataset name
gravity.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_0xb6c52e341041d2b28f662c29385f289263382a6c85891cc816ec4887b9d6854a_2 | 0x0000000000000000000000000000000000000000 | 0xc34a88d9728ef147eaa02d602d7e067b6131b2cc | 2382684548400000 | Internal TX | call | call | 0 | 0xb4435092548e5825363da42e33ec85537a3ab0224173396f3b94fa75c31466b3 | 0xb6c52e341041d2b28f662c29385f289263382a6c85891cc816ec4887b9d6854a | 25 | 1716564803 | 1 |
| geth_trace_0x05b5d792a7a8688daa32d3804d2e1ba7bfd7229f733f496916955167caf90291_2 | 0x0000000000000000000000000000000000000000 | 0xc34a88d9728ef147eaa02d602d7e067b6131b2cc | 2814701726400000 | Internal TX | call | call | 0 | 0x7eb4e59d501b948b3f66c775472fff119c342958140fe81a012ce8f497ec9535 | 0x05b5d792a7a8688daa32d3804d2e1ba7bfd7229f733f496916955167caf90291 | 47 | 1716787115 | 1 |
| geth_trace_0x342a593fcb60db04e8f313fc08ffabd20b3d21c144e4fa70049e32af0578a49e_4 | 0xc34a88d9728ef147eaa02d602d7e067b6131b2cc | 0xb85b3d61439a3d70d3df7913a3a764f352b32c55 | 2861164700400000 | Internal TX | call | call | 2 | 0xa5befbef51366e32522b364889bf1a5a1eab291661017d873ef6ae8067611b69 | 0x342a593fcb60db04e8f313fc08ffabd20b3d21c144e4fa70049e32af0578a49e | 52 | 1716787475 | 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 |