0-MIDtotal blast
    Updated 2025-03-04

    select --BLOCK_TIMESTAMP::date as day
    count(distinct ORIGIN_FROM_ADDRESS) as bridgers
    ,count(distinct TX_HASH) as bridges
    from blast.core.ez_token_transfers
    where ORIGIN_FUNCTION_SIGNATURE='0x6e067161'
    and TO_ADDRESS='0x1231deb6f5749ef6ce6943a275a1d3e7486f4eae'
    --group by 1


    Last run: about 2 months ago
    BRIDGERS
    BRIDGES
    1
    26963150
    1
    13B
    30s