Native Transfers
Chain
Dataset name
monad_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_0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6_28 | 0xff90da68d9e83a8a81aaa50c5f94b170dac3060a | 0x764bf1a29148d28091dd899c5d9491fc89a9d496 | 100000000000000000000 | EOA TX | call | call | 0x90759d360d4ae280b0f2c881b0382501cd9cc0223bbddb7db01dc36fc875ec97 | 0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6 | 8982 | 1736285629 | 28 | |
| geth_trace_0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6_40 | 0xff90da68d9e83a8a81aaa50c5f94b170dac3060a | 0xe94db9b7b798ecdc42f27ea7da4f622e614256be | 100000000000000000000 | EOA TX | call | call | 0xdd0888096b91fb149dc436afdfb8290113f2935a684a827a56557fe5153a3fdd | 0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6 | 8982 | 1736285629 | 40 | |
| geth_trace_0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6_54 | 0xff90da68d9e83a8a81aaa50c5f94b170dac3060a | 0x71ea0db01fefb85366af3a61bdac566ca964d419 | 100000000000000000000 | EOA TX | call | call | 0xb9e12307d12041f25fa4d834f451858045a0d91755abd6a8df353fd53e0f4e0d | 0xeb2b2d50cb06d5f0606917746d3b2accc1fb720e569e5430313db82b115c6eb6 | 8982 | 1736285629 | 54 |
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 |