Native Transfers
Chain
Dataset name
arc_testnet.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_0xf941e39e7289e3923e1ca42bf0919ffd4924deac16352f37e24e5c8a633893c7_0 | 0x65653e701b491b92dceee84b6b76d7e03c685855 | 0x5c6740f44d824e0c0db8f37c468499f7b97d3328 | 1000000000000000 | EOA TX | call | call | 0x159c0ed967558aa27502faf01e7004d32f9b2b7101721cc786f5bf86c558b1c4 | 0xf941e39e7289e3923e1ca42bf0919ffd4924deac16352f37e24e5c8a633893c7 | 122767 | 1757612166 | 0 | |
| geth_trace_0x69b0f06016c88819b1abe470bc1265688973890f88dd7f91fa2189dd12d23244_0 | 0x5f3b933bb7637944683ee6cece4a24c8e1205c42 | 0x6e21a32d5ca1b2e68b25d022f19537a09cee441e | 10000000000000000000 | EOA TX | call | call | 0xe80f890e6fdfc88520645c27288b36cbbdb238124c58f50b605f6c24978e1865 | 0x69b0f06016c88819b1abe470bc1265688973890f88dd7f91fa2189dd12d23244 | 154105 | 1757627835 | 0 | |
| geth_trace_0x06601d3c195c829d4d044f9d4ecb7f139e06c035c5c12e0b27ba9a78581b8a47_5 | 0x0000000071727de22e5e9d8baf0edac6f37da032 | 0xaab9a87ed9433d9172929c3e690094017452155b | 75975531825 | Internal TX | call | call | 2 | 0x0346ca0489cbdbe7da87ef827704c611d87f533c5170e9ebed973a1912ceb8dc | 0x06601d3c195c829d4d044f9d4ecb7f139e06c035c5c12e0b27ba9a78581b8a47 | 792815 | 1757947190 | 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 |