relevant tag icon
Manifold Creator Extension Basic
copy icon
manifoldxyz
• version 1.0.0
Manifold
Extension

Manifold Creator Extension Basic

Manifold Creator Extension: provides functions to set token uri's

*Visit desktop site to download or deploy

Version

1.0.0

Last Publish

11/28/2022
Any contract you deploy is yours.
Fully owned and controlled by your wallet.
Documentation
Source Code
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)

Get Cookin'
share iconShare

copy iconDownload Source
copy iconnpx cookbookdev i manifold-creator-extension-basic
copy icon

Last Publish

11/28/2022

Version

1.0.0

Cookbook is free.
Any contract you deploy is yours.
Your contract is owned and controlled by you.