ARRAY_SIZE(INSTRUCTION['ACCOUNTS']) | COUNT(*) | |
---|---|---|
1 | 2 | 17 |
2 | 20 | 8 |
3 | 3 | 20 |
4 | 14 | 84 |
5 | 13 | 950 |
Pine Analyticslinear-lime
Updated 2025-03-17
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
select
ARRAY_SIZE(instruction['accounts']),
count(*)
from eclipse.core.fact_events
where program_id like 'CPMMQoayoCZGUq4wQRxrPBNrrExU6PLg1eEAXC83KDzv'
and block_timestamp > '2024-03-10'
--and ARRAY_SIZE(instruction['accounts']) = 13
and SUCCEEDED
group by 1
Last run: about 1 month ago
5
39B
3s