Native Transfers
Chain
Dataset name
swan.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_0xe2a6baea8fbfe8abeb9b142550540da7e90c1719d9caa172f3cc2bc65e8a4645_6 | 0x3fcb6e08a960ef52ec3101a444f71a2fd964b248 | 0xde6dcdaa8732727bef84b1fca284ca627b245833 | 100000000000000 | EOA TX | call | call | 0x2d2b27dc254a0bfd025d2a4fb563d533aa310eef84494e2630c5df945aa0543b | 0xe2a6baea8fbfe8abeb9b142550540da7e90c1719d9caa172f3cc2bc65e8a4645 | 69753 | 1718988980 | 4 | |
| geth_trace_0xa3dc09d3ed62ed71887ffae61a8ad3b71697bde56f4ee2d47c5397f9e3fea87b_4 | 0x4200000000000000000000000000000000000010 | 0x4200000000000000000000000000000000000007 | 500000000000000 | Internal TX | call | call | 0,0 | 0x8e4f961044ebbd71a3dbbbaef1c70371c70fc29bba3bc757e79ce3b105cc026b | 0xa3dc09d3ed62ed71887ffae61a8ad3b71697bde56f4ee2d47c5397f9e3fea87b | 3864 | 1718659535 | 1 |
| geth_trace_0xc6f27a37c03a5fb393ebe3774ebf5522fb438be97632e4c25d419b2d485ddfc5_2 | 0x26677c4ffd9109795dff1d9a5233d10aef0749e3 | 0x4200000000000000000000000000000000000007 | 40000000000000000 | EOA TX | call | call | 0x564f63a1754629acc1b30e8b173b58e04aedcc260319b8459a2c91349b56a411 | 0xc6f27a37c03a5fb393ebe3774ebf5522fb438be97632e4c25d419b2d485ddfc5 | 52546 | 1718902945 | 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 |