fidamAgregrated numbers
    Updated 2024-09-30
    Select
    Count (Distinct tx_hash) as total_transactions,
    Count (distinct Origin_From_Address) as Total_Users,
    Sum (AMOUNT_USD) as amount
    From bsc.core.ez_token_transfers
    where Contract_Address = '0x947950bcc74888a40ffa2593c5798f11fc9124c4'
    and block_timestamp >= '2024-01-01' and block_timestamp <= '2024-12-31'


    0x6b3595068778dd592e39a122f4f5a5cf09c90fe2

    0x93F635372008B7c5d770AAa6Ff313454c8dc498c

    0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
    QueryRunArchived: QueryRun has been archived