MLDZMNBond Assets to FloorDao
    Updated 2022-07-05
    select
    distinct contract_address as bond_asset,
    count(distinct tx_hash) as number_bond
    from ethereum.core.ez_token_transfers
    where to_address = '0x91e453f442d25523f42063e1695390e325076ca2' and ORIGIN_FUNCTION_SIGNATURE = '0x7c770aae'
    group by 1
    order by 2 DESC
    Run a query to Download Data