You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
emit an event only when transfer or transferFrom are called
emit an event on transfer and also when burn and mint functions are called
Both versions require the implementation of _afterTokenTransfer hook. However, for the first version we would need to do similar as we did for _beforeTokenTransfer (checking for address(0)):
The goal is to refresh the NFT SVG on platforms like OpenSea whenever the NFT is transferred around.
The text was updated successfully, but these errors were encountered: