shadilTotal amount of staked $MATIC
    Updated 2022-09-22
    SELECT sum(amount) total
    from ethereum.core.ez_token_transfers
    where origin_function_signature in ('0x6ab15071')
    and date_trunc('day', block_timestamp) >= '2022-07-01'
    and to_address like '0x5e3ef299fddf15eaa0432e6e66473ace8c13d908'

    Run a query to Download Data