supportsInterface(bytes4) :
This function checks if a given interfaceId is supported by the contract. It does this by first checking if the interfaceId matches the interfaceId of the ICreatorExtensionBasic interface, and if not, it checks if the interfaceId is supported by the parent contract (AdminControl, CreatorExtension, or IERC165). If either of these checks returns true, the function returns true, otherwise it returns false. (autogenerated documentation)
setBaseTokenURI(address,string) :
This function allows an admin to set the base token URI for a given creator. It requires that the creator implements the ICreatorCore interface, and then calls the setBaseTokenURIExtension function on the creator to set the base token URI. (autogenerated documentation)
setBaseTokenURI(address,string,bool) :
This function allows an admin to set the base token URI for the contract. It requires the creator to implement the CreatorCore interface, and then calls the setBaseTokenURIExtension function on the creator to set the base token URI. The identical parameter determines whether the URI should be identical for all tokens created by the contract. (autogenerated documentation)
setTokenURI(address,uint256,string) :
This function allows an admin to set the URI of a token with a given token ID. It requires that the creator of the token implements the CreatorCore interface, and then calls the setTokenURIExtension function on the creator's contract to set the URI. (autogenerated documentation)
setTokenURI(address,uint256[]) :
This function allows an admin to set the token URI for a given set of token IDs. It requires that the creator of the tokens implements the CreatorCore interface, and then calls the setTokenURIExtension function on the creator to set the token URI. (autogenerated documentation)
setTokenURIPrefix(address,string) :
This function allows an admin to set a token URI prefix for a given creator. It requires that the creator implements the CreatorCore interface, and then calls the setTokenURIPrefixExtension() function on the creator to set the prefix. (autogenerated documentation)