IOpenSeaContractFacet
IOpenSeaContractFacet
ContractURIUpdated
Emitted when the receiver has been updated for an NFT contract
Parameters
Name
Type
Description
contractURI
string
The new contract URI. This should point to some file, preferably stored on ipfs.
setContractURI
Sets the contract URI that is used by opensea to retrieve contract info.
Parameters
Name
Type
Description
contractURI_
string
The new contract URI. Can be null.
contractURI
Returns the contract URI as used by OpenSea.
Was this helpful?