Abbas_ra21launched memes table
    Updated 2024-10-29
    select
    BLOCK_TIMESTAMP,
    SIGNER_ID AS "launcher",
    ARGS:name AS name,
    ARGS:decimals AS decimals,
    ARGS:symbol AS symbol,
    from
    near.core.fact_actions_events_function_call
    where METHOD_NAME='create_meme' and RECEIVER_ID='meme-cooking.near'
    order by 1 desc


    QueryRunArchived: QueryRun has been archived