datavortexannoyed-red
    Updated 2025-02-13
    /*
    SELECT DISTINCT * from ronin.core.ez_decoded_event_logs
    WHERE contract_address = '0xb4b0d985ce412a428676b22b858ad973a8c0bede'
    and tx_hash = '0x387186918ba21bbfc200ee94a8e3116cdfa0ab6a041ecb1ac182ad90b185667e'
    --where contract_name ilike '%tama meme%'
    and event_name = 'Transfer'
    ORDER BY event_index ASC
    LIMIT 1;
    */

    SELECT DISTINCT * from ronin.core.ez_decoded_event_logs
    WHERE contract_address = '0xb4b0d985ce412a428676b22b858ad973a8c0bede'
    --and tx_hash = '0x387186918ba21bbfc200ee94a8e3116cdfa0ab6a041ecb1ac182ad90b185667e'
    --where contract_name ilike '%tama meme%'
    and event_name = 'Transfer'
    Last run: 3 months ago
    EVENT_NAME
    1
    Approval
    2
    Transfer
    2
    27B
    20s