Native Transfers
Chain
Dataset name
shape.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_0xd7d304c54c0e746a97c51099994453df798d8ce216d5697a8db18e860d21bf1d_2 | 0x3c29602877181c3cb72c687e2a771e123a3799f4 | 0x4200000000000000000000000000000000000007 | 1000000000000000 | EOA TX | call | call | 0x3811d33f68a0c9c1b2bf51c464ad8e68b08dd5de2b12a34b2a28bdda35a76afa | 0xd7d304c54c0e746a97c51099994453df798d8ce216d5697a8db18e860d21bf1d | 636283 | 1723017037 | 1 | |
| geth_trace_0x70a81f409c6aec0289c8756025b813103613cb3fa3e1bbb49176ee1f6d4a6a60_2 | 0xc1bbc1a86d50d7f28d7069e083684248c8e8e2da | 0xc1bbc1a86d50d7f28d7069e083684248c8e8e2da | 1 | EOA TX | call | call | 0x906fe332317bc52414af61e77cedc59f7cecfa44275647bdd8d79436484e21ca | 0x70a81f409c6aec0289c8756025b813103613cb3fa3e1bbb49176ee1f6d4a6a60 | 636353 | 1723017177 | 1 | |
| geth_trace_0x56ed8236b0bd9ed92e637f8be38fd67409ab5afe9d50bfa47251a6ad96b2db71_2 | 0xc1bbc1a86d50d7f28d7069e083684248c8e8e2da | 0xc1bbc1a86d50d7f28d7069e083684248c8e8e2da | 1 | EOA TX | call | call | 0x19ba02463083733dc39f1ca997dbb6fa7acef33755fbeb6fbabf103615c2da74 | 0x56ed8236b0bd9ed92e637f8be38fd67409ab5afe9d50bfa47251a6ad96b2db71 | 636907 | 1723018285 | 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 |