Native Transfers
Chain
Dataset name
polynomial.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_0xc15903b2eece17b442c8cee1973cc2583e3a1f799767a774b5e85ad74bcb8482_8 | 0x4200000000000000000000000000000000000010 | 0x62c4f0b1be07af5ef9cce365ac16d01c24cf05ef | 200000000000000000 | Internal TX | call | call | 0,0,0,1 | 0xa50df6d57105f0a07183b211a252db39c1b270e4b2fcb1e445e6ac48ceb053c7 | 0xc15903b2eece17b442c8cee1973cc2583e3a1f799767a774b5e85ad74bcb8482 | 185 | 1718038545 | 1 |
| geth_trace_0xc15903b2eece17b442c8cee1973cc2583e3a1f799767a774b5e85ad74bcb8482_2 | 0x47835a5e0040deb7c697d46c0e24390702b213f1 | 0x4200000000000000000000000000000000000007 | 200000000000000000 | EOA TX | call | call | 0xa50df6d57105f0a07183b211a252db39c1b270e4b2fcb1e445e6ac48ceb053c7 | 0xc15903b2eece17b442c8cee1973cc2583e3a1f799767a774b5e85ad74bcb8482 | 185 | 1718038545 | 1 | |
| geth_trace_0xc15903b2eece17b442c8cee1973cc2583e3a1f799767a774b5e85ad74bcb8482_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 200000000000000000 | Internal TX | call | call | 0,0 | 0xa50df6d57105f0a07183b211a252db39c1b270e4b2fcb1e445e6ac48ceb053c7 | 0xc15903b2eece17b442c8cee1973cc2583e3a1f799767a774b5e85ad74bcb8482 | 185 | 1718038545 | 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 |