BurnToClaimDrop721Storage Contract
This contract stores the storage for the BurnToClaimDrop721 contract. It tracks the claimed tokens, the burn status of the ERC721 tokens, and the associated claim data.
This contract is not intended to be used directly by users. It is primarily used internally by the BurnToClaimDrop721 contract to manage storage.
The contract uses a mapping to store claimed tokens and a separate mapping to track burned ERC721 tokens. It also stores claim data in a struct.