Salehefficient-amaranth
    Updated 2024-09-21
    select
    min(block_timestamp)::date
    ,sum(DEPOSIT/1e18)
    from near.core.fact_actions_events_function_call
    where RECEIVER_ID='memefarm-xref-blackdragon.ref-labs.near'
    and METHOD_NAME='storage_deposit'
    and RECEIPT_SUCCEEDED=true
    and tx_hash='7DpQfyuDj9j9AvSRgMYiPZdGn9CT6iM6FNv1qHVJjDu9'

    QueryRunArchived: QueryRun has been archived