kellenSharky Decoded Instruction Errors
Updated 2024-10-11
99
1
2
3
4
5
6
7
8
9
10
11
12
›
⌄
select *
from solana.core.fact_decoded_instructions
where block_timestamp >= '2023-07-01'
and tx_id in (
-- {"accounts":null,"args":null,"name":null,"program":"SHARKobtfF1bHhxD2eqf...
'E7QfwH2fzG93Yww25YgjeQ1iDcvV215R1ugaWDqf2RDxmNPDnqgobfwuNgTUWiKX8Ff2Jpp8U5D8WLCMh12Tvwv'
-- {"error":"Unknown instruction, IDL doesn't include this instruction"}
,'5gqmoJbjiveSJ7tWRGh7jhryXoAPMD29kFbez4ELgX3SPuka1kuAeoxkKeKj8MJTgCzkBfVt8psGZ8G6Dxzk5PwA'
)
and program_id = 'SHARKobtfF1bHhxD2eqftjHBdVSCbKo9JtgK71FhELP'
limit 100
QueryRunArchived: QueryRun has been archived