rezarwzALL tx configure yield mode
    Updated 2024-03-22
    SELECT
    tx_hash,
    ORIGIN_FUNCTION_SIGNATURE,
    from_Address as address,
    CAST(SUBSTRING(input_data, 74, 1) AS INT) AS Yieldmode
    FROM
    blast.core.fact_transactions
    WHERE
    ORIGIN_FUNCTION_SIGNATURE = '0x1a33757d'
    and to_address = '0x4300000000000000000000000000000000000003'
    QueryRunArchived: QueryRun has been archived