kingharald-ethVolume of Assets that bridged via Rainbow Bridge since inception
    Updated 2022-07-13
    select symbol, sum(amount) as volume from ethereum.core.ez_token_transfers
    where origin_to_address = '0x23ddd3e3692d1861ed57ede224608875809e127f'
    and origin_function_signature = '0x0889bfe7'
    group by symbol
    Run a query to Download Data