boomer77Poly hack
    Updated 2021-09-01
    select
    block_timestamp, event_name, event_inputs:from::string as tx_from, event_inputs:to::string as tx_to, (event_inputs:value/1e6) as tx_value, contract_name, tx_id
    from polygon.events_emitted
    where tx_from_address = lower('0x5dc3603c9d42ff184153a8a9094a73d461663214') and event_inputs:value is not null
    order by 1 desc
    Run a query to Download Data