Native Transfers
Chain
Dataset name
monad.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_0x2ddc3d55696fe92048514ce4f3d1a797578d4337f5d39b224d753b7970660b01_1 | 0x84d68e0517047d8a905c79a280a9b7ab8a081a49 | 0x84d68e0517047d8a905c79a280a9b7ab8a081a49 | 1 | EOA TX | call | call | 0x8ab4d10ac6b5afc6f04c5155f43387b352299788287cbecd67fd3ac9627a27be | 0x2ddc3d55696fe92048514ce4f3d1a797578d4337f5d39b224d753b7970660b01 | 35252377 | 1763006158 | 1 | |
| geth_trace_v2_0x09812acc567feef9d9336071f72ca276a1e5e01d5ac55efea7a8b55b8fcfc572_1 | 0x84d68e0517047d8a905c79a280a9b7ab8a081a49 | 0x84d68e0517047d8a905c79a280a9b7ab8a081a49 | 1 | EOA TX | call | call | 0x8e958a9063e0f24e502b5a23e6f510a8c1f9ec4d5cd726260e5dc133dfa90194 | 0x09812acc567feef9d9336071f72ca276a1e5e01d5ac55efea7a8b55b8fcfc572 | 35252413 | 1763006172 | 1 | |
| geth_trace_v2_0x3fb8c43d5c71086802e3c18df697e035620b11c243889d3f9634e55f8dc9a0b0_7 | 0x84d68e0517047d8a905c79a280a9b7ab8a081a49 | 0x84d68e0517047d8a905c79a280a9b7ab8a081a49 | 1 | EOA TX | call | call | 0x63cb81ec5926a345800bb37f9dabc33364fb9f0ef295ad0e2e143292a3eaf9c2 | 0x3fb8c43d5c71086802e3c18df697e035620b11c243889d3f9634e55f8dc9a0b0 | 35253126 | 1763006459 | 2 |
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 |