Emitted from:
setMetadataOf Definition
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.
Emitted from:
setTokenUriResolver Definition
newResolver
is the new URI resolver contract. caller
is the address that issued the transaction within which the event was emitted.
Emitted from:
createFor Definition
projectId
is the token ID of the NFT (ERC-721) that was created to represent the project. owner
is the address that owns the NFT (ERC-721) token representing the project. 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.