Native Transfers
Chain
Dataset name
b3.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_0x261d28e56dd68422bb3e4f475ea9df7a76171e66ad342a40ad678a171c68e59b_2 | 0x4ae584f0fc1b3bfaed7d54934ff5c8e5d47a7978 | 0x4200000000000000000000000000000000000007 | 1000000000000000 | EOA TX | call | call | 0xf875b78771f0bda1a011a4e55e809fbfb44f0eeafa756a5c88087c50bd5534c0 | 0x261d28e56dd68422bb3e4f475ea9df7a76171e66ad342a40ad678a171c68e59b | 6569 | 1722381826 | 1 | |
| geth_trace_0xf827e2d5d86603fbd48bec7d6079a88f5472a1e1a827d6a3da6d980b9c86b3d7_2 | 0x433704c40f80cbff02e86fd36bc8bac5e31eb0c1 | 0x4337000c2828f5260d8921fd25829f606b9e8680 | 100000000000000000 | EOA TX | call | call | 0xdca6847af731f66f69072df7ec8b39d126f94d572d5929c481a22a6eab057c64 | 0xf827e2d5d86603fbd48bec7d6079a88f5472a1e1a827d6a3da6d980b9c86b3d7 | 40629 | 1722415886 | 1 | |
| geth_trace_0x3de920dff562035d1c876c9febc068bceb9fa56736aec16255d992f151a119f5_2 | 0x4ae584f0fc1b3bfaed7d54934ff5c8e5d47a7978 | 0x4200000000000000000000000000000000000007 | 10000000000000000 | EOA TX | call | call | 0x820d612a573b41070ddc025fccd03c958598cd17dbbf1a4f63de9a240ccb3fe4 | 0x3de920dff562035d1c876c9febc068bceb9fa56736aec16255d992f151a119f5 | 20669 | 1722395926 | 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 |