Native Transfers
Chain
Dataset name
camp_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_0x17c81b7ee31e6bc26829f686c44c04c3cfb684fdada21790cea2002c6124855e_2 | 0x505b9443ddc60a0d0dcea92c627849045b5a9520 | 0x4200000000000000000000000000000000000007 | 20000000000000000000 | EOA TX | call | call | 0x9e1497efb9fd6fa84a2a1f5c317187ec1b61263005137b96743e2944f7b73fe6 | 0x17c81b7ee31e6bc26829f686c44c04c3cfb684fdada21790cea2002c6124855e | 40721 | 1718201602 | 1 | |
| geth_trace_0x7d80146a9dc4d950c0c151952e7e287ca3205a34d1ad672badf480ce75351fe5_2 | 0xe08ae5dff84bd895cd1ed169bf4596643177d515 | 0xc55b826a0babbb3950087e1e89de8cc25a6d6a39 | 9990000000000000 | EOA TX | call | call | 0x9e0c77f17d706b106348d1c68d59de3223d7424e8b0f9259dbcb05817473dba4 | 0x7d80146a9dc4d950c0c151952e7e287ca3205a34d1ad672badf480ce75351fe5 | 37276 | 1718194712 | 1 | |
| geth_trace_0x7de59bdfd4e98183a9e73f96ea4d5f02c1db1d162290f30b889f63113b71335c_2 | 0xe08ae5dff84bd895cd1ed169bf4596643177d515 | 0x9386cdccbf11335587f2c769bb88e6e30685945e | 280000000000000000 | EOA TX | call | call | 0x2f72903809f93b9a99865916977bce74aaf12a8771f9882bcf1fab34a275a4f5 | 0x7de59bdfd4e98183a9e73f96ea4d5f02c1db1d162290f30b889f63113b71335c | 33282 | 1718186724 | 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 |