FIELD | |
---|---|
1 | [
"amount",
"withdrawAll"
] |
2 | [
"amount"
] |
fantasyyucky-teal
Updated 2025-04-28
9
1
2
3
4
5
6
7
8
›
⌄
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
2
41B
4s