adriaparcerisasbase4
Updated 2023-03-24
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
AVG(gas_price) AS avg_gas_price,
MAX(gas_price) AS max_gas_price,
MIN(gas_price) AS min_gas_price,
AVG(tx_fee) AS avg_tx_fee,
MAX(tx_fee) AS max_tx_fee,
MIN(tx_fee) AS min_tx_fee
FROM base.goerli.fact_transactions
Run a query to Download Data