Skip to content

Commit

Permalink
nft: TokenTransfer event
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Dec 19, 2024
1 parent b5767bb commit dcae400
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/nft/contracts/zetachain/UniversalNFT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ contract UniversalNFT is
callOptions,
revertOptions
);

emit TokenTransfer(receiver, destination, tokenId, uri);
}

function safeMint(address to, string memory uri) public onlyOwner {
Expand Down

0 comments on commit dcae400

Please sign in to comment.