Native Transfers
Chain
Dataset name
megaeth_mainnet.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_0x40bc38f9df62236901cacfadacf0b967c2bdcaf3b012ddcbf6478f01f3f06b51_2 | 0xbfd77de81cf6200203889a56c4c0812ffee1bc03 | 0xbfd77de81cf6200203889a56c4c0812ffee1bc03 | 1 | EOA TX | call | call | 0x7d51a6730c9089de42eb4e5bc0c9903b197dae86ff519775cb8acf6f9ef052f2 | 0x40bc38f9df62236901cacfadacf0b967c2bdcaf3b012ddcbf6478f01f3f06b51 | 766660 | 1763563671 | 1 | |
| geth_trace_0xadad8cb72d64d54e9a11a1c6b5b576252498f870d4ab729b95286d0f21d42be4_2 | 0xbfd77de81cf6200203889a56c4c0812ffee1bc03 | 0xbfd77de81cf6200203889a56c4c0812ffee1bc03 | 1 | EOA TX | call | call | 0x109c1812fe0b592b9d167ca670786d4e4a18d9390cc1cc1de5870da4c6f79828 | 0xadad8cb72d64d54e9a11a1c6b5b576252498f870d4ab729b95286d0f21d42be4 | 767503 | 1763564514 | 1 | |
| geth_trace_0xcdb2ac5905496374856f61804299f93c8a2f84e3af5ed5958a5688e279ed078d_2 | 0xbfd77de81cf6200203889a56c4c0812ffee1bc03 | 0xbfd77de81cf6200203889a56c4c0812ffee1bc03 | 1 | EOA TX | call | call | 0x38b9ff64e0d451a6740a2cb3eb41f69635f11440bbfb93c96eda0ba30cf6478f | 0xcdb2ac5905496374856f61804299f93c8a2f84e3af5ed5958a5688e279ed078d | 769188 | 1763566199 | 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 |