activeSupply should represent current supply (the amount of tokens the receiver has which is equal to 32 * amount ETH deposited into the DepositContract)
and
totalSupply is the max supply for that ERC1155 token
Given this context, I would rename totalSupply to maxSupply and activeSupply to totalSupply
- redeem through ERC1155 the 32eth from OWR; check edge cases
activeSupply should represent current supply (the amount of tokens the receiver has which is equal to 32 * amount ETH deposited into the DepositContract)
and
totalSupply is the max supply for that ERC1155 token
Given this context, I would rename totalSupply to maxSupply and activeSupply to totalSupply