I am trying to figure out the SpicySwap swap fees. Since there is no public implementation available to my knowledge, I am studying the michelson code. For example:
https://tzkt.io/KT1NN1NgmKFTW5FUWiyxVjUt3kH9bCiqgxLW/code
Surprisingly, there seem to be no math operations in this contract, which is weird because it contains a swap entrypoint. The contract storage has a contract_code big_map, which might contain something relevant. In this map, there is a "finalize" key:
https://tzkt.io/KT1NN1NgmKFTW5FUWiyxVjUt3kH9bCiqgxLW/storage/19579
I would like to check this out, but the value is in "bytes" format. How do I decode this into michelson code?