Request form
Cookbook may introduce a token in the future. Share and contribute to be eligible for future airdrops.
close icon
relevant tag icon
Manifold Approve Transfer Creator Extension
copy icon
manifoldxyz
• version 1.0.0
Manifold
Extension
Approval

Manifold Approve Transfer Creator Extension

Suggested implementation for extensions that require the creator to check with it before a transfer occurs

*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 whether a given interfaceId is supported by the contract. It does this by comparing the given interfaceId to the interfaceId of the IERC1155CreatorExtensionApproveTransfer type. If the two match, the function returns true, otherwise it calls the super.supportsInterface() function to check if the interfaceId is supported by the parent contract. (autogenerated documentation)
setApproveTransfer(address,bool) :
This function enables or disables the approveTransfer extension for a given address (creator). It requires that the creator address implements the IERC1155CreatorCore interface, and then calls the setApproveTransferExtension function on the creator address to enable or disable the extension. (autogenerated documentation)

Get Cookin'
share iconShare

copy iconDownload Source
copy iconnpx cookbookdev i manifold-approve-transfer
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.