fantasyyucky-teal
    Updated 2025-04-28
    SELECT DISTINCT
    OBJECT_KEYS(DECODED_ARGS) AS field
    FROM solana.core.ez_events_decoded
    WHERE PROGRAM_ID = 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA'
    AND EVENT_TYPE IN ('lendingAccountDeposit', 'lendingAccountWithdraw');

    -- this program is blindly recording "amount" with no info whether it is sol, usdc or another token.
    -- In lending protocols, people can deposit and borrow multiple assets not only SOL.
    Last run: about 1 month ago
    FIELD
    1
    [ "amount", "withdrawAll" ]
    2
    [ "amount" ]
    2
    41B
    4s