flipside
Insights
Studio
Quests
For Chains
For Analysts
For Explorers
About
Log in
Sign up
flipside
TRANSACTIONS_WITH_INNER_INSTRUCTIONS
gigiokoba
TRANSACTIONS_WITH_INNER_INSTRUCTIONS
Updated 2024-03-04
Copy Reference
Fork
9
1
2
3
4
›
⌄
SELECT
COUNT
(
*
)
AS
transactions_with_inner_instructions
FROM
solana
.
core
.
fact_transactions
WHERE
BLOCK_TIMESTAMP
::
DATE
=
'2024-03-01'
AND
INNER_INSTRUCTIONS
IS
NOT
NULL
;
Results