Pmisha-bmlMdxTotal number of usage and MATIC volume
    Updated 2022-04-28

    select
    sum(event_inputs:amount/pow(10,18)) as Total_matic,
    count(1) as total_usage
    from ethereum_core.fact_event_logs
    where
    event_name = 'TransferSentToL2' and contract_address = lower('0x22B1Cbb8D98a01a3B71D034BB899775A76Eb1cc2') and block_timestamp >= '2022-01-01'
    Run a query to Download Data