select
distinct(ORIGIN_TO_ADDRESS)
from
bsc.core.ez_decoded_event_logs
where
BLOCK_NUMBER > 39432907
and (
DECODED_LOG ['from'] = '0x32b6744859329fa6625e8bd16b2e0b0664221e2d'
or DECODED_LOG ['to'] = '0x32b6744859329fa6625e8bd16b2e0b0664221e2d'
)
and EVENT_NAME = 'Transfer'