SandeshOriginals migration
    Updated 2025-03-24
    select
    date_trunc('day',block_timestamp) as date,
    count(distinct tokenId) as nfts_bridged,
    count(distinct from_address) as users
    from ethereum.nft.ez_nft_transfers
    where to_address=lower('0x92eC336C40685751cF1F3C870C2ECdC5aEcC1730')
    and block_timestamp >= '2025-03-18 10:50:35.000'
    and nft_address='0x3a1561ef33515bba77a4df88d80afa9d363900e1'
    group by 1

    Last run: about 1 month ago
    DATE
    NFTS_BRIDGED
    USERS
    1
    2025-03-22 00:00:00.00033
    2
    2025-03-19 00:00:00.0005833
    3
    2025-03-23 00:00:00.000143
    4
    2025-03-18 00:00:00.00023084
    5
    2025-03-20 00:00:00.0001612
    6
    2025-03-21 00:00:00.00098
    6
    201B
    2s