SetMetadata

Emitted from:

setMetadataOf Definition

event SetMetadata(uint256 indexed projectId, SnowconeProjectMetadata metadata, address caller);

projectId is the token ID of the NFT (ERC-721) that represents the project whose URI was set. metadata is the metadata that was associated with the project upon its creation. It can be found using the metadataContentOf property. caller is the address that issued the transaction within which the event was emitted.

Last updated

SnowconeDAO