Native Transfers
Chain
Dataset name
plasma_testnet.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_0x59a7d71be0558b77eeffb67bb7a6e524a1adb94dbfe25092f8603377640138c0_0 | 0x59cb96e3f1ddbc68e37ddd0cc33ad9bc7bdb00c0 | 0x3935d88e781253d4fb72cf8c804bc64b5516d8fa | 100000000000000000000000 | EOA TX | call | call | 0x7123665bd6cdba3e2f4b1ec66de2afcf92a2d70e1a7dee84f1a8853f0dd55cb0 | 0x59a7d71be0558b77eeffb67bb7a6e524a1adb94dbfe25092f8603377640138c0 | 520008 | 1756318763 | 0 | |
| geth_trace_0x00b40dcc8612e511ebac55631abf6e26437ed7eea0fd37493ee1fa137a30ec50_0 | 0x425221c2fd225220def5f44235cd1df233b24961 | 0x2933e84b4cd6e89fc1444c125ad404981a4fa395 | 1000000000000000000 | EOA TX | call | call | 0xbbbebaba0c8fe3b03af969976f76f7fbef8b9533b6f15cdac81d5bbaa7200a6d | 0x00b40dcc8612e511ebac55631abf6e26437ed7eea0fd37493ee1fa137a30ec50 | 539523 | 1756338278 | 0 | |
| geth_trace_0x0c1c5c981543068917eed51378b15d1379223288bae8ee683799414be6b14e82_0 | 0xc22fe14bdb6f2fcb3601b736032896538e89d812 | 0xc96241a245fdc66858addbd59557b31064ab4dad | 50000000000000000 | EOA TX | call | call | 0x4f825d2dcaa4b580b138845f67d990b016020704b10697469f0160703dc537f7 | 0x0c1c5c981543068917eed51378b15d1379223288bae8ee683799414be6b14e82 | 566570 | 1756365325 | 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 |