Native Transfers
Chain
Dataset name
berachain.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_0x87267296efd62f816b76be6248673343aa944f86efe69b977c04387e935ec55e_1 | 0x12f409946c1cb074f4f86d7312a4c1678b483ef7 | 0x5800040a906e0b94d413c6389b7fa61f1110674b | 1000000000000000000 | EOA TX | call | call | 0x0574837c57cc0bd52c16b78c8c28d81e03aefe6d456a184ed5074ef5a28c67a7 | 0x87267296efd62f816b76be6248673343aa944f86efe69b977c04387e935ec55e | 4288 | 1737392703 | 1 | |
| geth_trace_0x275cdc438b6e3404e8af42225a6356738d2da9080794ed3a78ccab4a9a1e0a37_0 | 0x9f403140bc0574d7d36ea472b82daa1bbd4ef327 | 0xb8ff877ed78ba520ece21b1de7843a8a57ca47cb | 167500000000000000 | EOA TX | call | call | 0xd08c1e792016b62875309ca2659f0a842cb8c53ea5ea4f41b13fded2a2b93592 | 0x275cdc438b6e3404e8af42225a6356738d2da9080794ed3a78ccab4a9a1e0a37 | 23483 | 1737428595 | 0 | |
| geth_trace_0xefd66b7deaff9941958dc8a35dca4104bc646ec47368f0825075466c60a314f7_0 | 0x3a2f20edbd1f18d0514087529405d128ede1bd4c | 0xe93685f3bba03016f02bd1828badd6195988d950 | 9000000000000000000 | EOA TX | call | call | 0x2ce7b2366adbdd6cd1c707528a4c0cdef04a60de6add2381b5ee0a624edf6be9 | 0xefd66b7deaff9941958dc8a35dca4104bc646ec47368f0825075466c60a314f7 | 26378 | 1737434003 | 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 |