Native Transfers
Chain
Dataset name
moca_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_0x8a61e886b414fcbbc90b900213d7c6c3553450dad377e9c901a3097364b30d9d_0 | 0xf129d121d1a660dc8274bd40374d8dc51880e3f0 | 0xbe84ca9daa0ef52c16d8682f243316eec37cd61c | 1000000000000000000000000 | EOA TX | call | call | 0x1b3a13d8450bbbf5155d99bb939c117857c285d9abc449e0652a8a8ae444cb02 | 0x8a61e886b414fcbbc90b900213d7c6c3553450dad377e9c901a3097364b30d9d | 901 | 1756351213 | 0 | |
| geth_trace_0x712790e0335bccceafbef95b3fe29446e7c0f2f0c3743b0bd41ddd9e2177016f_0 | 0xbe84ca9daa0ef52c16d8682f243316eec37cd61c | 0x00000be6819f41400225702d32d3dd23663dd690 | 10000000000000000 | EOA TX | call | call | 0x18221ac02f13ba809d51be5687fb6f6953501788f90f09eef8f34dadc8bca442 | 0x712790e0335bccceafbef95b3fe29446e7c0f2f0c3743b0bd41ddd9e2177016f | 529908 | 1756871014 | 0 | |
| geth_trace_0x3de96aa92ba7f71265b55726e0cc42e17e11d622cc8b3c0c42e3257940b27dba_5 | 0xbe84ca9daa0ef52c16d8682f243316eec37cd61c | 0x00000be6819f41400225702d32d3dd23663dd690 | 10000000000000000 | EOA TX | call | call | 0x26687ec297dc3ed14f6f9ef4dad0027bb831ffe0fb404036195a3302a4d0a83d | 0x3de96aa92ba7f71265b55726e0cc42e17e11d622cc8b3c0c42e3257940b27dba | 530266 | 1756871363 | 6 |
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 |