Native Transfers
Chain
Dataset name
polygon_amoy.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_0x4c166fbed0247bf84b4f1f53fcfb022d7910fa159d30d962016e4268fc6ee158_0 | 0x683646119336e8c6848d7a5420c341f9db2c7dd3 | 0x814727c267dea8807e445651034960e7cba63364 | 10000000000000 | EOA TX | call | call | 0xdcdb54bf0a5e6d95a6599e4eb99c3533e185c7fad50881dca143beb0bcaa040e | 0x4c166fbed0247bf84b4f1f53fcfb022d7910fa159d30d962016e4268fc6ee158 | 18814223 | 1741144068 | 0 | |
| geth_trace_0x6d39161b5b52ab2dbc3536b27f3f9e952b244b96368236c0f1a9bd6b652e87fa_1 | 0x57a31a6565243d94622f7432e8b7e68bcff0c7e4 | 0x04eae69ea1e60bc5227faf6a6f4a5fc9e2e5ddca | 191675826900271400 | EOA TX | call | call | 0x32ce0f7f0696c5e60c07dc63d544db8b0197bf65b166deb99f1e69ed11e8a309 | 0x6d39161b5b52ab2dbc3536b27f3f9e952b244b96368236c0f1a9bd6b652e87fa | 18814225 | 1741144074 | 1 | |
| geth_trace_0xb0353c13ea88b9466f2a7cf31de90ef585aee7bcded2b12b63e03a21fc63596a_0 | 0x4690d2a924cbe5758803b91eb79c1c1a64d7a0c3 | 0xbfc434721b44b25d3203dd2dc58b35172d9afc30 | 1000000000000000 | EOA TX | call | call | 0x992493345ed4947047336dfa953d4f956ffeea6953a30828072c07c85017da5a | 0xb0353c13ea88b9466f2a7cf31de90ef585aee7bcded2b12b63e03a21fc63596a | 18814232 | 1741144088 | 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 |