The first fixed-header fields say this is IPv6 and pin a toy flow label.
The first nibble names the version
The packet starts with IP version 6. That nibble is checked from the first header byte.
version=6
Traffic class is pinned
The traffic class field is 0 in this toy packet.
traffic class=0
Flow label is the next wide field
The flow label value is 74565. It is still just pinned bits here.
flow label=74565
Summary
Version, traffic class, and flow label are read before any address bytes.
flow label=74565