SELECT
distinct event_attributes:borrower
FROM terra.msg_events
WHERE
event_attributes:action = 'borrow_stable' and
tx_status = 'SUCCEEDED'
and block_timestamp ::date > DATEADD(month, -3, CURRENT_DATE)
and event_attributes:contract_address = 'terra1sepfj7s0aeg5967uxnfk4thzlerrsktkpelm5s'
limit 50