Native Transfers
Chain
Dataset name
ronin.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_0x7963e58e28abc2de8212e45f18d7a516dd6b7e09b472a22738f5946054f93a07_0 | 0x316bfdaaa07bf3157f492948c88a7d72339b9dd6 | 0x241e60eb3c0fb037a4a875abb9c104998b3bed12 | 14980321763999475000 | EOA TX | call | call | 0x5f8449ac1dfa271abd97d7bb8ca0b4531a98f293195af1ed83c986fcabc48d55 | 0x7963e58e28abc2de8212e45f18d7a516dd6b7e09b472a22738f5946054f93a07 | 47196009 | 1753447891 | 0 | |
| geth_trace_0x8549e624c3e05e26db3e10d57abb55d13ae4bb7d93459e78581fc229f6d32f48_92 | 0x8eec4f1c0878f73e8e09c1be78ac1465cc16544d | 0x617c5d73662282ea7ffd231e020eca6d2b0d552f | 21271207000000000 | EOA TX | call | call | 0xe9fc467cf54531e6bff641face6456ca70e0e8c85474da90b16c1590749d6e5a | 0x8549e624c3e05e26db3e10d57abb55d13ae4bb7d93459e78581fc229f6d32f48 | 47196017 | 1753447915 | 11 | |
| geth_trace_0xe21a8e7bd0995cd5c35ce05f99693f4ad9601f28f805a9b728afc90b4fdc5fc1_227 | 0x9b959d27840a31988410ee69991bcf0110d61f02 | 0x617c5d73662282ea7ffd231e020eca6d2b0d552f | 51799575460000000 | EOA TX | call | call | 0x02f0dc02a93c2a47b4e8783278bb54eb62dae8639107be0e0a7005b382b8a76e | 0xe21a8e7bd0995cd5c35ce05f99693f4ad9601f28f805a9b728afc90b4fdc5fc1 | 47196018 | 1753447918 | 15 |
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 |