Native Transfers
Chain
Dataset name
redstone.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_0xcdb1805a7f1b4052b9ca7755ac5e9f1b4730507970a7eb3170e59377ad0da7a5_8 | 0x4200000000000000000000000000000000000010 | 0x96f0f1ddafae2c6bd0635d28bdba6b959fb99eea | 10000000000000000 | Internal TX | call | call | 0,0,0,1 | 0x08b8bdead21ef6c9825c656e84aedc8946c02649de6f8fb6588a964f867cd173 | 0xcdb1805a7f1b4052b9ca7755ac5e9f1b4730507970a7eb3170e59377ad0da7a5 | 6039 | 1712197169 | 1 |
| geth_trace_0xbd15292d8cb78eaa58be674e8a4bcd3c76dd302c6b1051280a9dcd28041372aa_2 | 0x96f0f1ddafae2c6bd0635d28bdba6b959fb99eea | 0x7eab207a69be3164aa223b5493cbd619c3f3b622 | 1000000000000000 | EOA TX | call | call | 0xac3fd085e9340178e71cd037e904b920937008db362ab173d6979b22a6304bff | 0xbd15292d8cb78eaa58be674e8a4bcd3c76dd302c6b1051280a9dcd28041372aa | 6351 | 1712197793 | 1 | |
| geth_trace_0xcdb1805a7f1b4052b9ca7755ac5e9f1b4730507970a7eb3170e59377ad0da7a5_2 | 0x6a3d1299e0f8331d81a28c0fc7352da24edb555b | 0x4200000000000000000000000000000000000007 | 10000000000000000 | EOA TX | call | call | 0x08b8bdead21ef6c9825c656e84aedc8946c02649de6f8fb6588a964f867cd173 | 0xcdb1805a7f1b4052b9ca7755ac5e9f1b4730507970a7eb3170e59377ad0da7a5 | 6039 | 1712197169 | 1 |
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 |