wyeeehselect_by_venues_join_block_position copy
Updated 2023-05-05
9999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
SELECT
ethereum.core.ez_dex_swaps.amount_in,
ethereum.core.ez_dex_swaps.amount_in_usd,
ethereum.core.ez_dex_swaps.amount_out,
ethereum.core.ez_dex_swaps.amount_out_usd,
ethereum.core.ez_dex_swaps.block_number,
ethereum.core.ez_dex_swaps.block_timestamp,
ethereum.core.ez_dex_swaps.contract_address,
ethereum.core.ez_dex_swaps.event_index,
ethereum.core.ez_dex_swaps.event_name,
ethereum.core.ez_dex_swaps.origin_from_address,
ethereum.core.ez_dex_swaps.origin_function_signature,
ethereum.core.ez_dex_swaps.origin_to_address,
ethereum.core.ez_dex_swaps.platform,
ethereum.core.ez_dex_swaps.pool_name,
ethereum.core.ez_dex_swaps.sender,
ethereum.core.ez_dex_swaps.symbol_in,
ethereum.core.ez_dex_swaps.symbol_out,
ethereum.core.ez_dex_swaps.token_in,
ethereum.core.ez_dex_swaps.token_out,
ethereum.core.ez_dex_swaps.tx_hash,
ethereum.core.ez_dex_swaps.tx_to,
ethereum.core.fact_transactions.block_hash,
ethereum.core.fact_transactions.block_number,
ethereum.core.fact_transactions.block_timestamp,
ethereum.core.fact_transactions.cumulative_gas_used,
ethereum.core.fact_transactions.eth_value,
ethereum.core.fact_transactions.from_address,
ethereum.core.fact_transactions.gas_limit,
ethereum.core.fact_transactions.gas_price,
ethereum.core.fact_transactions.gas_used,
ethereum.core.fact_transactions.input_data,
ethereum.core.fact_transactions.nonce,
ethereum.core.fact_transactions.origin_function_signature,
ethereum.core.fact_transactions.position,
ethereum.core.fact_transactions.status,
Run a query to Download Data