Native Transfers
Chain
Dataset name
moca.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_0x2b52098f8ab6c9fc19381859dba656a2bc61525bf7aced74d60f6aca904f4a66_0 | 0xaafd398fae10925c00da95d3cd54e21977437194 | 0x4337ff05c84b9a80ea0a78dbe7b8e102f66d4c08 | 100000000000000000000 | EOA TX | call | call | 0x607c7d910b494256111cb7d0df029d69a5b30a647057ef86721ea034631713aa | 0x2b52098f8ab6c9fc19381859dba656a2bc61525bf7aced74d60f6aca904f4a66 | 2245922 | 1767842946 | 0 | |
| geth_trace_0x0807c9b448dd0140a448ac58f4f74db4b932fc6f728d8fc6433f23cfa86a6e5a_2 | 0xfb3ef67e807873ee562800e1b6a78c62c79729bc | 0x144de7b7e4930a7063e62e7e81a72e50eb16440b | 10000000000000000 | Internal TX | call | call | 0,0 | 0x1cd426114a420cb4e7d21acc80bb9c324c90c8b9e3620300227f1a19bc2a6cbf | 0x0807c9b448dd0140a448ac58f4f74db4b932fc6f728d8fc6433f23cfa86a6e5a | 1231477 | 1767006791 | 0 |
| geth_trace_0x5dc857481a7209c0d00a4c52102b7f3a840e7dbf6cd6281655fe3feacd03765b_0 | 0xf39119992283b82cfb401f4d4bd6e202cecfe8a6 | 0xaafd398fae10925c00da95d3cd54e21977437194 | 10000000000000000000000 | EOA TX | call | call | 0x247856be26642dd5049c7ee7f0b47fe79901655575f4480356e766b37be50dff | 0x5dc857481a7209c0d00a4c52102b7f3a840e7dbf6cd6281655fe3feacd03765b | 185873 | 1766144949 | 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 |