freemartianETH to Near Bridge
    Updated 2022-07-12
    select count(distinct eth_from_address) as bridgooors, sum(amount) as volume
    from ethereum.core.ez_eth_transfers
    where eth_to_address = '0x6bfad42cfc4efc96f529d786d643ff4a8b89fa52'
    and identifier = 'CALL_ORIGIN'
    and block_timestamp > CURRENT_DATE - 90
    Run a query to Download Data