this is what production level gas optimization in Solidity looks like. storing multiple variables in bits in a single slot. ex: instead of using bool which would take 1 byte (8 bit), they allocated a specific bit [56] in the single slot (32 bytes = 256 bits) for the bool https://twitter.com/megabyte0x/status/1974756002177434093/photo/1



