Native Transfers
Chain
Dataset name
linea.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0xfdc2ae07c0033333916c0920861410ec24e12e9078ef78280620fff5cdea0547_12 | 0x30e036959b67a0044073e1f809c57e74df63f80d | 0x7b9545c9bd7f850381e7913399668e5fc364b524 | 2500000000000000 | EOA TX | call | call | 0x63a2a31f084defb6defcae68a357458a9b9cdd799b9a932257eb5590f1fb9443 | 0xfdc2ae07c0033333916c0920861410ec24e12e9078ef78280620fff5cdea0547 | 3145 | 1689696386 | 4 | |
| trace_0xc7540d0c11c6d674bc88229d585dabd454a0849e361375ca4f71d1a46bcea16d_100 | 0xcf68a2721394dcf5dcf66f6265c1819720f24528 | 0xa3be090890198c4a4c9d0d8611f45a3eb32dbe29 | 15000000000000000 | Internal TX | call | call | 0,0 | 0x49550d5cf7617b878be9e26a05d5399234ff8df133e5e981887872f0e3b05874 | 0xc7540d0c11c6d674bc88229d585dabd454a0849e361375ca4f71d1a46bcea16d | 3432 | 1689700186 | 19 |
| trace_0xc7540d0c11c6d674bc88229d585dabd454a0849e361375ca4f71d1a46bcea16d_322 | 0xcf68a2721394dcf5dcf66f6265c1819720f24528 | 0xf4ccf70c77b6507d149a79df883c367f0d8b10fa | 15000000000000000 | Internal TX | call | call | 0,0 | 0x6e39ca3b1f15dc682aa7d78c13d3e12082b2eb044410623373defd56bdb22a95 | 0xc7540d0c11c6d674bc88229d585dabd454a0849e361375ca4f71d1a46bcea16d | 3432 | 1689700186 | 93 |
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 |