Native Transfers
Chain
Dataset name
lyra_mainnet.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_0x278652d0d93418f02dc560ffd100c3ae56042c7815f6ba12353c13e2552450c2_5 | 0x852c5de08b9beb014cad171c16b12a8d7456ea3f | 0xa214aed7cf1982d5e342fd93711a49153623f953 | 10000000000000000 | Internal TX | call | call | 2 | 0x80a108f4a1f42582a7f4fbaa2c98e3c47e2e7e464203f28b5f8a6722266b4faa | 0x278652d0d93418f02dc560ffd100c3ae56042c7815f6ba12353c13e2552450c2 | 62636 | 1700146887 | 1 |
| trace_0x1e5880a23ab0b7d84050f63db27e6e032363eb4875d78961109dd2f0c849f853_4 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000010 | 590000000000000000 | Internal TX | call | call | 0,0 | 0x3bda0aa88068fe33469f7f398e19671b7ca9221034b615968f2c317cc4e5cf28 | 0x1e5880a23ab0b7d84050f63db27e6e032363eb4875d78961109dd2f0c849f853 | 62472 | 1700146559 | 1 |
| trace_0x27a7143dbc9a8ffbf25444e63b096552bb5387a5133c5884b8b5a7d7064bf481_8 | 0x4200000000000000000000000000000000000010 | 0x62c4f0b1be07af5ef9cce365ac16d01c24cf05ef | 200000000000000000 | Internal TX | call | call | 0,0,0,1 | 0xb603e85277e83ef60e62dec3444878b4d335e44875247abdf6598e0aeff42b36 | 0x27a7143dbc9a8ffbf25444e63b096552bb5387a5133c5884b8b5a7d7064bf481 | 254 | 1700022123 | 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 |