Native Transfers
Chain
Dataset name
pgn.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0xc7674840ca60403ad31260c39d3a282f33057239f0e8d1d6902710a8d48d5c17_2 | 0xa8cbf688e5d0465e149d1d5b497ca99392a6871f | 0x4200000000000000000000000000000000000007 | 1369900000000000 | EOA TX | call | call | 0x3e09ad348162b707c6a8a9487f240fba98eaee12bfe4258c696b0dacd5e07d29 | 0xc7674840ca60403ad31260c39d3a282f33057239f0e8d1d6902710a8d48d5c17 | 1074838 | 1691256403 | 1 | |
| trace_0x270f3413edd59fe9ef1cb0d208840b85dfe5b5ace9c6801bd2751c85404880f0_2 | 0xa8cbf688e5d0465e149d1d5b497ca99392a6871f | 0x4200000000000000000000000000000000000007 | 10000000000000000 | EOA TX | call | call | 0xc298bb346a87687b3c7595d83caaa3e47473ab2423f181deb5dc12e3ab571319 | 0x270f3413edd59fe9ef1cb0d208840b85dfe5b5ace9c6801bd2751c85404880f0 | 1080922 | 1691268571 | 1 | |
| trace_0xedf069713695eb794d245f27151cfbb65f82f9a2b56bbcb643e19b67c77a792b_6 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000016 | 10000000000000000 | Internal TX | call | call | 0,0,0,0 | 0x14f9b2295485fac8ccdcb3dc055336bfe9aef5a2f58cce99c88124da13f8c373 | 0xedf069713695eb794d245f27151cfbb65f82f9a2b56bbcb643e19b67c77a792b | 1092267 | 1691291261 | 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 |