kingharald-ethFees generated by Lending market on Polygon Network
    Updated 2022-07-13
    select sum(TX_FEE) as total_fee from polygon.sushi.ez_lending a
    join polygon.core.fact_transactions b on a.tx_hash = b.tx_hash
    where a.origin_function_signature = '0x656f3d64'
    Run a query to Download Data