rackhaelNEAR LENDING BURROW
Updated 2024-03-26
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
›
⌄
⌄
select
distinct token_address as token,
count(tx_hash) as transactions,
count(distinct sender_id) as users
from near.defi.fact_lending
group by 1
select distinct actions
from near.defi.fact_lending
/*
ACTIONS
borrow
deposit
deposit_to_reserve
increase_collateral
repay
withdraw_succeeded
decrease_collateral
withdraw_failed
*/
QueryRunArchived: QueryRun has been archived