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