SPORTPASSFailed TXs From AFL AdminWallet
    Updated 2024-08-29
    select * from flow.core.fact_transactions
    WHERE proposer = '0x8f9231920da9af6d'
    -- and transaction_result:error != '' and transaction_result:error != null
    and tx_succeeded = 'FALSE'
    and error_msg LIKE '%computation%'
    and error_msg LIKE '%slab%'
    and block_height > 55688927


    QueryRunArchived: QueryRun has been archived