MLDZMNActions done by Borrower
    Updated 2023-10-04
    select
    tx_id,
    BLOCK_TIMESTAMP as date,
    tx_to as Address,
    ADDRESS_NAME,
    amount
    from solana.core.fact_transfers s
    left join solana.core.dim_labels a on s.tx_to=a.address
    where mint='EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v'
    and tx_from='4N9eJ5gqFBqMZ6S4ZjsbM1iGnjW5YDmuuWFjRz8beFPd'
    and amount>=100000
    Run a query to Download Data