ISuperPositions
Inherits: IStateSyncer
Author: Zeropoint Labs.
SPDX-License-Identifier: Apache-2.0
interface for Super Positions
Functions
setDynamicURI
sets the dynamic uri for NFT
function setDynamicURI(string memory dynamicURI_, bool freeze_) external;
Parameters
Name | Type | Description |
---|---|---|
dynamicURI_ | string | is the dynamic uri of the NFT |
freeze_ | bool | is to prevent updating the metadata once migrated to IPFS |
Events
DynamicURIUpdated
is emitted when a dynamic uri is updated
event DynamicURIUpdated(string oldURI, string newURI, bool frozen);