Event signature:
event Cancel(address _nftAddress,address _msgSender, uint256[] _tokenIds);
Event parameters:
address
_nftAddress
The NFT address of the collection being canceled
_msgSender
The wallet of the user performing the cancel action
uint256[]
_tokenIds
The token Ids of the collections being canceled
Last updated 2 years ago