Native Transfers
Chain
Dataset name
berachain_bepolia.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_0xac671a171eb290b0ee7fc51be88eab8ba8b7aeace309f51e3b5a06835fe5ddf6_14 | 0x0dc9964f6ca33d9ef38deb4925234766127c6b36 | 0x708ca656b68a6b7384a488a36ad33505a77241fe | 1000000000000000000 | Internal TX | call | call | 2 | 0x5e5276766d895b26931e7447ca6c6c5ce329d0e3f47e89336124a0f6202c76fd | 0xac671a171eb290b0ee7fc51be88eab8ba8b7aeace309f51e3b5a06835fe5ddf6 | 29410 | 1740164869 | 0 |
| geth_trace_0x2841f11c4d73027e15fbb70c976288acc184bff96db3df779243b53ae028cfbc_0 | 0x06cb8cfbd729888168ce2552da91b97c76c983c5 | 0x288151da3cfec8bee52b4cb980784e29ae26a953 | 100000000000000000000000 | EOA TX | call | call | 0x98fef69dfffb13e55bb40c4a3416fe70d3ab27fd8b776141188a32fa8b6bb7dc | 0x2841f11c4d73027e15fbb70c976288acc184bff96db3df779243b53ae028cfbc | 173722 | 1740503984 | 0 | |
| geth_trace_0xc923c1eb925407815e56b0cd4e814214a938913b34f4405227d8688365ef6683_0 | 0x8a73d1380345942f1cb32541f1b19c40d8e6c94b | 0x160d0e134b78bf083bd7f03b5d9fcbcb1c6ff27a | 5000000000000000000000000 | EOA TX | call | call | 0xdbc17b0ed4ebcb75516001e319de1251f186dc5ab67b77ad42b25e2ee5d80ff5 | 0xc923c1eb925407815e56b0cd4e814214a938913b34f4405227d8688365ef6683 | 3886 | 1740097286 | 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 |