Native Transfers
Chain
Dataset name
orderly_sepolia.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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| trace_0xd7753b53f6324401203d72b3a425698fe6e6d7eef51221cfee707c6ee60259f6_8 | 0x4200000000000000000000000000000000000010 | 0xdd3287043493e0a08d2b348397554096728b459c | 3000000000000 | Internal TX | call | call | 0,0,0,1 | 0x0bcd0f96441bf5cdcd8e920ae77ec1822fabbce06a87346bb8c6936716e62d46 | 0xd7753b53f6324401203d72b3a425698fe6e6d7eef51221cfee707c6ee60259f6 | 26955 | 1691586282 | 1 |
| trace_0xd286e347d229a4123444ebcb9f7961b343696d87d07ceec81fc60b7b87fac4f8_8 | 0x4200000000000000000000000000000000000010 | 0x252431e84d5e22435a0c833c2220770c52f59633 | 200000000000000000 | Internal TX | call | call | 0,0,0,1 | 0xa4b216691051f764ecc3b808a6db533ca7e756592f1c479b4c2f557a0e73983a | 0xd286e347d229a4123444ebcb9f7961b343696d87d07ceec81fc60b7b87fac4f8 | 219 | 1691532810 | 1 |
| trace_0xd286e347d229a4123444ebcb9f7961b343696d87d07ceec81fc60b7b87fac4f8_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 200000000000000000 | Internal TX | call | call | 0,0 | 0xa4b216691051f764ecc3b808a6db533ca7e756592f1c479b4c2f557a0e73983a | 0xd286e347d229a4123444ebcb9f7961b343696d87d07ceec81fc60b7b87fac4f8 | 219 | 1691532810 | 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 |