Native Transfers
Chain
Dataset name
lisk_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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| geth_trace_0xa68d2a42a1035c2fc2e918d6f615f348b5854ea9d54051b162b709137ad251ff_4 | 0x4200000000000000000000000000000000000010 | 0x4200000000000000000000000000000000000007 | 5000000000000000 | Internal TX | call | call | 0,0 | 0x337196f90ffe180f45968103169c656c5c9aad33df05ebfddae2dffd7e3c1697 | 0xa68d2a42a1035c2fc2e918d6f615f348b5854ea9d54051b162b709137ad251ff | 7016 | 1705327024 | 1 |
| geth_trace_0x52b3f1282161fbf6e0a422cf6424df224f62def74aa2da85fcfc3e4262f9fd01_8 | 0x4200000000000000000000000000000000000010 | 0x0125aeb5ff473de23ab72454b2bbc45613ff3bd7 | 10000000000000000 | Internal TX | call | call | 0,0,0,1 | 0xbf4fcdaaa768d52f25c9c08a6d7fe6dafad4c2b87702ad7bb43e0318949e033e | 0x52b3f1282161fbf6e0a422cf6424df224f62def74aa2da85fcfc3e4262f9fd01 | 24114 | 1705361220 | 1 |
| geth_trace_0xec901ee350f1a6a94c894b1de428659d13f5dd856f046f5815f404c1e02dc2ac_6 | 0x4200000000000000000000000000000000000007 | 0x4200000000000000000000000000000000000016 | 10000000000000000 | Internal TX | call | call | 0,0,0,0 | 0x553e8dec3633b1b6703f65f201fd71c52d7d7f472fd45475458bdf6909c2d423 | 0xec901ee350f1a6a94c894b1de428659d13f5dd856f046f5815f404c1e02dc2ac | 87198 | 1705487388 | 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 |