Eman-Raztransfers on ethereum
    Updated 2024-02-17
    -----------------------------------------Ethereum------------------------------------------
    select date_trunc('{{Time_Frame}}',block_timestamp) as "Date", sum(amount) as "Volume (AXL)", count(distinct tx_hash) as "Transfer Count"
    , sum(amount_usd) as "Volume (USD)", count(distinct from_address) as "Senders Count",
    count(distinct to_address) as "Receivers Count", avg(amount) as "per Transaction (AXL)", avg(amount_USD) as "per Transaction (USD)",
    sum(amount)/count(distinct from_address) as "per Sender (AXL)",
    sum(amount)/count(distinct to_address) as "per Receiver (AXL)",
    sum(amount_USD)/count(distinct from_address) as "per Sender (USD)",
    sum(amount_USD)/count(distinct to_address) as "per Receiver (USD)",
    round(count(distinct tx_hash)/count(distinct from_address)) as "Count per Sender",
    round(count(distinct tx_hash)/count(distinct to_address)) as "Count per Receiver",
    sum("Volume (AXL)") over (order by "Date" asc) as "Total Volume(AXL)"
    from ethereum.core.ez_token_transfers
    where contract_address='0x467719ad09025fcc6cf6f8311755809d45a5e5f3'
    and block_timestamp::date>='{{Start_Date}}' and block_timestamp::date<='{{End_Date}}'
    group by 1
    order by 1
    Last run: about 1 year agoAuto-refreshes every 24 hours
    Date
    Volume (AXL)
    Transfer Count
    Volume (USD)
    Senders Count
    Receivers Count
    per Transaction (AXL)
    per Transaction (USD)
    per Sender (AXL)
    per Receiver (AXL)
    per Sender (USD)
    per Receiver (USD)
    Count per Sender
    Count per Receiver
    Total Volume(AXL)
    1
    2023-01-01 00:00:00.00031626332.936708720117813842.9410732132618474129.8423787812326.17431980623850.92981652217123.08226134713434.2706946259644.7444185565431626332.936708
    2
    2023-02-01 00:00:00.00086340215.585783953765723063.3012815181324688621.0899236936562.46263617447622.84367665934983.87989699536251.00016617826630.09047863954117966548.522491
    3
    2023-03-01 00:00:00.00038856023.766183342325842373.11557521002128510336.7980223956874.79997754138778.46683251830238.15079080425790.7915325120110.79619889133156822572.288674
    4
    2023-04-01 00:00:00.00048869943.699593817427129725.6506329421844785261.6218453482920.94376083511586.046396310913.3416033036431.8932315396058.44699656822205692515.988267
    5
    2023-05-01 00:00:00.00083551362.618092234841115085.736462265686832434.53517783115960.825208254127364.88203977496257.33020517562675.43557387547367.61029546343289243878.606359
    6
    2023-06-01 00:00:00.00050195147.398122243120703953.525044367182317824.9813203567352.25622338274806.47898378860990.45856393930855.37038009625156.68715072243339439026.004481
    7
    2023-07-01 00:00:00.00075579334.176247423828079856.45597860578716295.6736041936054.302815002124924.51929958296034.73211721346412.9858776535679.61430238675415018360.180728
    8
    2023-08-01 00:00:00.00040100659.259477436415092268.76850834505808483.3211888043192.77951523389112.57613217169139.06768875333538.37504112926021.153049152108455119019.440205
    9
    2023-09-01 00:00:00.00037067237.924113350512778397.01672564115569600.4242227693309.6081369490187.92682265966667.69410811731090.99030833522982.72844734896492186257.364318
    10
    2023-10-01 00:00:00.00018710484.76946446486062787.323050854216423783.7178502451226.04394803944442.95669706429144.05727330814400.9200072479443.593961138117510896742.133782
    11
    2023-11-01 00:00:00.00090419445.525704515951596052.09623471490144714928.0907257238518.41705402660684.19162798962487.52282356934628.22288337935657.25784121334601316187.659486
    12
    2023-12-01 00:00:00.000250988101.85381915656242711588.7654152925341813980.28752040413519.27748930185807.89806968273431.27614213582978.32094544171009.82702323455852304289.513305
    13
    2024-01-01 00:00:00.000109868988.0868489282114632155.2713051990201310114.98693489710553.50352341255210.54677731154579.72582555857604.09812628456945.92909652555962173277.600153
    14
    2024-02-01 00:00:00.00052577850.97893417556717712.14830881086102010734.55512023911601.08655109648414.22742074651546.91272444152226.25428021155605.600145401441014751128.57908
    14
    3KB
    20s