event SetMetadata(uint256 indexed projectId, SnowconeProjectMetadata metadata, address caller);
event Create(
uint256 indexed projectId,
address indexed owner,
SnowconeProjectMetadata metadata,
address caller
);
event SetTokenUriResolver(ISnowconeTokenUriResolver indexed newResolver, address caller);