Native Transfers
Chain
Dataset name
settlus.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_0xe580357c4313d40a738e2c81ce4aac4b2fdd67957475c53881669f26f3c5c36b_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 1000000000000000 | Internal TX | call | call | 0,0 | 0xb2368f7ee42e8480b434dce3c9977103016acf808dca66a4cfb411c7524fe822 | 0xe580357c4313d40a738e2c81ce4aac4b2fdd67957475c53881669f26f3c5c36b | 274644 | 1740446219 | 1 |
| geth_trace_0x3c23d8264ca67d7ddf2c70931a3e0f78cdc5287383bc66b117d534d128ffe0d2_2 | 0xc1bbc1a86d50d7f28d7069e083684248c8e8e2da | 0xc1bbc1a86d50d7f28d7069e083684248c8e8e2da | 1 | EOA TX | call | call | 0x707178d3ab23f25ad749e8a1451ae9e55aa686fdcfcda47efdfde92c732d6c44 | 0x3c23d8264ca67d7ddf2c70931a3e0f78cdc5287383bc66b117d534d128ffe0d2 | 275477 | 1740447052 | 1 | |
| geth_trace_0xe580357c4313d40a738e2c81ce4aac4b2fdd67957475c53881669f26f3c5c36b_2 | 0xaceb922e6f1bd53c24f9bcfb88b9638199a83dfc | 0x4200000000000000000000000000000000000007 | 1000000000000000 | EOA TX | call | call | 0xb2368f7ee42e8480b434dce3c9977103016acf808dca66a4cfb411c7524fe822 | 0xe580357c4313d40a738e2c81ce4aac4b2fdd67957475c53881669f26f3c5c36b | 274644 | 1740446219 | 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 |