select month(block_timestamp) as tdate, count(distinct msg_value:sender)
from terra.msgs where msg_value:contract='terra1eek0ymmhyzja60830xhzm7k7jkrk99a60q2z2t'
and block_timestamp::date > '2022-01-01' and tx_status='SUCCEEDED'
and msg_value:execute_msg:ledger_proxy:msg:post_order is not null
group by tdate