Cancel

Event signature:

event Cancel(address _nftAddress,address _msgSender, uint256[] _tokenIds);

Event parameters:

Parameter TypeParameter NameParameter Description

address

_nftAddress

The NFT address of the collection being canceled

address

_msgSender

The wallet of the user performing the cancel action

uint256[]

_tokenIds

The token Ids of the collections being canceled

Last updated