Native Transfers
Chain
Dataset name
iota.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_0xd562e24d0bb953b19e9ee5482106732c02dceaafedb21bcc934e5e4b6b10fc8f_0 | 0xcd646647a574b58fa0ad3614cceb505ab29c433c | 0x41feade4166d0af0ba5b98d2b0a7aaa60067ed52 | 2000000000000000000 | EOA TX | call | call | 0xda79ae9b779857d55b22aceefc66dc637730c53026ab80e213494ec25ce3a698 | 0xd562e24d0bb953b19e9ee5482106732c02dceaafedb21bcc934e5e4b6b10fc8f | 4388 | 1711375427 | 0 | |
| trace_0x2e3e061868d11dcc16f501df057c09db6e50e6cc87a94c9f83273aa17c1fc1dd_0 | 0xfe2bc8acfe2f333d80b7a8146c91faea67d954be | 0xe8b66b556f16e3e7ba0716eae0f41c8e26f3b6cb | 2000000000000000000 | EOA TX | call | call | 0x815933e68e99548bc5c6a10d4071b2e1de9e0d16523fa007af71e185425cebf8 | 0x2e3e061868d11dcc16f501df057c09db6e50e6cc87a94c9f83273aa17c1fc1dd | 1236 | 1711123190 | 0 | |
| trace_0xd99d9c7dc1732236f4728c63fe3a71d2f04d057759055bb86799823e52b435fe_0 | 0xfe2bc8acfe2f333d80b7a8146c91faea67d954be | 0xab7074ed81401da7149c16a178dc69f7d6b2ffce | 2000000000000000000 | EOA TX | call | call | 0x2dc6bf16e32d218e88494958f1b116637bfea1317fc3c8d5ae1ddf02a104ca7f | 0xd99d9c7dc1732236f4728c63fe3a71d2f04d057759055bb86799823e52b435fe | 1262 | 1711123253 | 0 |
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 |