SetMetadata
Emitted from:
Definition
event SetMetadata(uint256 indexed projectId, JBProjectMetadata metadata, address caller);
projectIdis the token ID of the NFT (ERC-721) that represents the project who's URI was set.metadatais the metadata that that was associated with the project upon its creation. It can be found using themetadataContentOfproperty.calleris the address that issued the transaction within which the event was emitted.