EVENT_TYPE | |
---|---|
1 | |
2 | lendingPoolAccrueBankInterest |
3 | lendingAccountLiquidate |
4 | setAccountFlag |
5 | lendingPoolSetupEmissions |
6 | lendingPoolCollectBankFees |
7 | marginfiGroupConfigure |
8 | lendingAccountStartFlashloan |
9 | lendingAccountCloseBalance |
10 | lendingPoolAddBank |
11 | lendingAccountRepay |
12 | lendingPoolConfigureBank |
13 | lendingAccountWithdraw |
14 | lendingPoolHandleBankruptcy |
15 | lendingAccountWithdrawEmissions |
16 | marginfiAccountInitialize |
17 | lendingAccountSettleEmissions |
18 | lendingAccountDeposit |
19 | lendingPoolUpdateEmissionsParameters |
20 | marginfiGroupInitialize |
smritiEvents
Updated 2025-04-17
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
›
⌄
select distinct event_type
FROM
solana.core.fact_decoded_instructions
WHERE
-- block_timestamp >= DATEADD('day', -30, CURRENT_TIMESTAMP())
-- AND
program_id = 'MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA' -- MarginFi program ID
-- AND event_type = 'update_interest_rate'
-- )
-- SELECT
-- block_timestamp,
-- tx_id,
-- event_type,
-- program_id,
-- accounts,
-- data
-- FROM
-- marginfi_events
-- ORDER BY
-- block_timestamp DESC
-- LIMIT 100;
Last run: 2 months ago
23
654B
2s