CryptoIcicleUntitled Query
    Updated 2022-12-05
    select *
    from avalanche.core.fact_event_logs
    where event_name in ('Mint','Burn')
    and contract_address = '0xb97ef9ef8734c71904d8002f8b6bc66dd9c48a6e'
    and block_timestamp >= '2022-07-01'
    limit 100
    Run a query to Download Data