Native Transfers
Chain
Dataset name
rise.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_v2_0xfdea521a4ddffa6544da7d5b9e44e1d95a5d96168523df04c5b5d8f50cef1823_2 | 0xf10774944ac0e908814bdc0fd17c4e253ff0f1e3 | 0xf10774944ac0e908814bdc0fd17c4e253ff0f1e3 | 100000000000000000 | EOA TX | call | call | 0xb84928c26234ac0d22111408c0deea6fee3fb3a0718862f9009841b6eb9543fb | 0xfdea521a4ddffa6544da7d5b9e44e1d95a5d96168523df04c5b5d8f50cef1823 | 4867 | 1767610626 | 1 | |
| geth_trace_v2_0x24318606b809d53448c3eb9c3c1b6645447db9dea926a827b18f06a551b49f14_2 | 0x28ce2a3a52226eb7af84d53daf44b78a15b8da65 | 0xd93385f462c9fccbb76fba4edda589c7ef5724e9 | 100000000000000000 | EOA TX | call | call | 0xabf9132a8026f50bd5a8a69f518c11979117a338f33ac18dfa0f85884b3058fe | 0x24318606b809d53448c3eb9c3c1b6645447db9dea926a827b18f06a551b49f14 | 8694 | 1767614453 | 1 | |
| geth_trace_v2_0xe6deb1f7e1bccbc0332fd96c6f4bda63bf95896b2f45af0f99217cbf04194108_2 | 0xf10774944ac0e908814bdc0fd17c4e253ff0f1e3 | 0xf10774944ac0e908814bdc0fd17c4e253ff0f1e3 | 2500000000000000000 | EOA TX | call | call | 0x6cad7af494c9e344bf9d6f998804bd7ab3e94d9c86106e8d47e069368628027a | 0xe6deb1f7e1bccbc0332fd96c6f4bda63bf95896b2f45af0f99217cbf04194108 | 5311 | 1767611070 | 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 |