NavidStarkWare Scavenger Hunt (July 16) - step 1
    Updated 2022-07-17
    SELECT
    load_id, chain_id, block_number, timestamp, type, contract, tx_index, entry_point_type, max_fee, actual_fee
    from
    tokenflow_starknet.decoded.transactions
    where
    date(TIMESTAMP)='2022-07-17' and TX_HASH='0x51e414a86d5ccf366c469c4d978f0106fe3865c1c031ba2bc9a5407bc14f0d1'
    Run a query to Download Data