CoinConverseWarpcast_overall
    Updated 2024-09-19
    select count(tx_hash) as total_txs, count(distinct origin_from_address) as users, sum(amount_usd) as total_usd_bought
    from
    polygon.core.ez_token_transfers
    where
    origin_function_signature = '0x8bf122da'
    and origin_to_address = '0x7f52269092f2a5ef06c36c91e46f9196deb90336'
    and from_address = '0xb6e57ed85c4c9dbfef2a68711e9d6f36c56e0fcb'
    and to_address = '0x3fc91a3afd70395cd496c647d5a6cc9d4b2b7fad'
    and amount_usd is not null

    Auto-refreshes every 12 hours
    QueryRunArchived: QueryRun has been archived