Eman-RazAverage Gas Fee
    Updated 2025-01-23
    SELECT avg(data:gas:gas_used_amount*data:gas_price_rate:source_token.token_price.usd) as "Avg Gas Fee",
    max(data:gas:gas_used_amount*data:gas_price_rate:source_token.token_price.usd) as "Max Gas Fee",
    min(data:gas:gas_used_amount*data:gas_price_rate:source_token.token_price.usd) as "Min Gas Fee"
    FROM axelar.axelscan.fact_gmp
    where data:interchain_token_deployment_started:event='InterchainTokenDeploymentStarted'
    and data:approved:returnValues:contractAddress='0xB5FB4BE02232B1bBA4dC8f81dc24C26980dE9e3C'
    and status='executed'
    and event='ContractCall'
    and simplified_status='received'
    and gas_status='gas_paid_enough_gas'
    and is_call_from_relayer='false'
    and is_invalid_call='false'
    and is_two_way='false'
    and created_at::date=current_date-2
    Auto-refreshes every 24 hours
    QueryRunArchived: QueryRun has been archived