TransferManager
Last updated
Last updated
It selects the NFT transfer manager based on a collection address.
Returns
Name | Type | Description |
---|---|---|
Returns
Name | Type | Description |
---|---|---|
Returns
Name | Type | Description |
---|---|---|
Returns
Add a transfer manager for a collection
It is meant to be used for exceptions only (e.g., CryptoKitties)
Parameters
Check the transfer manager for a token
Support for ERC165 interface is checked AFTER custom implementation
Parameters
Returns
Returns the address of the current owner.
Returns
Remove a transfer manager for a collection
Parameters
Leaves the contract without owner. It will not be possible to call onlyOwner
functions anymore. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby removing any functionality that is only available to the owner.
Parameters
Returns
Transfers ownership of the contract to a new account (newOwner
). Can only be called by the current owner.
Parameters
Parameters
Parameters
Parameters
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
INTERFACE_ID_ERC1155
bytes4
-
INTERFACE_ID_ERC721
bytes4
-
TRANSFER_MANAGER_ERC1155
address
address of the TransferManagerERC1155
TRANSFER_MANAGER_ERC721
address
address of the TransferManagerERC721
collection
address
collection address to add specific transfer rule
transferManager
address
address of the transfer manager
collection
address
collection address
transferManager
address
address of the transfer manager for this collection
owner
address
address of the current owner
collection
address
collection address to remove exception
collection
address
address of the collection
-
address
transfer selector address (if no exception, it returns address(0))
newOwner
address
address of the new owner
collection indexed
address
-
transferManager indexed
address
-
collection indexed
address
-
previousOwner indexed
address
address of the previous owner
newOwner indexed
address
address of the new owner