Native Transfers
Chain
Dataset name
sophon.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_0x7f9b534272d608cffae5354af536bfed79f6c06101d29f63146d353dafecab05_41 | 0xe6d3c3e13de46451c4d3dd6729b7b2ad4c2c37e9 | 0x0000000000000000000000000000000000008001 | 1079991877114145280 | Internal TX | call | call | 0,13,0,1 | 0x21e4ae3542c1ae42b4e80a1d766cafb1fdea7fdc5708e4b172bec43502a8cda3 | 0x7f9b534272d608cffae5354af536bfed79f6c06101d29f63146d353dafecab05 | 15 | 1729670683 | 0 |
| geth_trace_0x14d722734e856157b599589682e3522bdbd32b8ce9fa1c3d27c69f93c11d3610_45 | 0xe6d3c3e13de46451c4d3dd6729b7b2ad4c2c37e9 | 0x0000000000000000000000000000000000008001 | 16134655434482032000 | Internal TX | call | call | 0,12,0,1 | 0x37f5820fbf6e76ff02b23d7411f346dada674268f73517cb9d3b63c1e97d5496 | 0x14d722734e856157b599589682e3522bdbd32b8ce9fa1c3d27c69f93c11d3610 | 30 | 1729671095 | 0 |
| geth_trace_0xe5826fea02edae76a9419990b20481b0c5bf1f29fe06e7c54cfdc81686cf4865_45 | 0xe6d3c3e13de46451c4d3dd6729b7b2ad4c2c37e9 | 0x0000000000000000000000000000000000008001 | 8329470511943905200 | Internal TX | call | call | 0,12,0,1 | 0x3cb3c405fe19d12abe64ce16e8930c3a9c30d6f8932fc0915024109a37165172 | 0xe5826fea02edae76a9419990b20481b0c5bf1f29fe06e7c54cfdc81686cf4865 | 33 | 1729671159 | 0 |
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 |