Native Transfers
Chain
Dataset name
fluent.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_0x61b1b43114cbcf0e87401bf5eb716e7f18d5ee5028ecb23f384e35ca5f8c67e3_0 | 0xa7eccdb9be08178f896c26b7bbd8c3d4e844d9ba | 0x09b96417602ed6ac76651f7a8c4860e60e3aa6d0 | 2480000000000000 | EOA TX | call | call | 0x1f5b5c88c4220d7873530b96e7d67f3a81ff90cb3e73798611fc5a8314033754 | 0x61b1b43114cbcf0e87401bf5eb716e7f18d5ee5028ecb23f384e35ca5f8c67e3 | 1101525 | 1774871122 | 0 | |
| geth_trace_0x9a174716d6156582744e1764e1f9cb2c3026bfe66bbd21362c5f559d82ca04e7_0 | 0xa9ddd91249dfdd450e81e1c56ab60e1a62651701 | 0x65d69b87f18f34eb0590b4261aee12e18f6339c0 | 1000000000000000 | EOA TX | call | call | 0x375511c5dd1276207d281ab87e7aa6b29b06fb22a2abd1af8099d4709e80edf9 | 0x9a174716d6156582744e1764e1f9cb2c3026bfe66bbd21362c5f559d82ca04e7 | 1186239 | 1774955841 | 0 | |
| geth_trace_0x0cea22b14848348b762b4e5dbdded3f3d12348f1e15d1bc4b6c44b96c0976f46_0 | 0xa9ddd91249dfdd450e81e1c56ab60e1a62651701 | 0xea05f9001fbdea6d4280879f283ff9d0b282060e | 1000000000000000 | EOA TX | call | call | 0xea54e6dc1dc3bcae9f51a5f1e3bcfbdf7df1b0e3ecad75b4687dbd325ddfd9ed | 0x0cea22b14848348b762b4e5dbdded3f3d12348f1e15d1bc4b6c44b96c0976f46 | 1188559 | 1774958161 | 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 |