ISuperPositions

Git Source

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

NameTypeDescription
dynamicURI_stringis the dynamic uri of the NFT
freeze_boolis 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);