// SPDX-License-Identifier: MIT pragma solidity 0.8.17; contract ERC1155DelegationStorageV1 { mapping(uint32 => uint256) public delegatedTokenId; }