Native Transfers
Chain
Dataset name
plasma.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_0xfdf23514f24fa685049f261bcc8ccfa8d1857a12185719d274e739b195f488e0_0 | 0x3935d88e781253d4fb72cf8c804bc64b5516d8fa | 0xa7eccdb9be08178f896c26b7bbd8c3d4e844d9ba | 500000000000000000 | EOA TX | call | call | 0xa7d3cd64029d7ce610ba907619c20f794f80b050746270f97816064969d90430 | 0xfdf23514f24fa685049f261bcc8ccfa8d1857a12185719d274e739b195f488e0 | 88805 | 1757017070 | 0 | |
| geth_trace_0xffd341c4f8b2e9f73658ebd637e087cde495b2abf56aeae1cb048a0bedd904d6_0 | 0xa7eccdb9be08178f896c26b7bbd8c3d4e844d9ba | 0x74cae0ecc47b02ed9b9d32e000fd70b9417970c5 | 100000000000000000 | EOA TX | call | call | 0x614bc34e05e01822019ad903a4966b26da7c91e57f8524bb3bd464ed9a9370a4 | 0xffd341c4f8b2e9f73658ebd637e087cde495b2abf56aeae1cb048a0bedd904d6 | 93268 | 1757021533 | 0 | |
| geth_trace_0xb77a05397da629dfb6a0166bb5c236017511e9a26ad1ab6c03852bd61af82691_5 | 0xbe58f200ffca4e1ce4d2f4541e94ae18370fc405 | 0xc1f1ec06556512ccbca8493f25de4d438c825f7a | 200000000165525952 | Internal TX | call | call | 0,2,0 | 0x8fbe8cec507087507d279ebd109d8c7042ac839d1b0a43b6e94126399d855844 | 0xb77a05397da629dfb6a0166bb5c236017511e9a26ad1ab6c03852bd61af82691 | 93693 | 1757021958 | 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 |