Sell

Event signature:



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

Event parameters:

Parameter TypeParameter NameParameter Description

address

_nftAddress

The NFT address of the collection being sold

address

_msgSender

The wallet of the user performing the sell action

uint256[]

_tokenIds

The token Ids of the collections being sold

uint256[]

_prices

The prices for those tokens being sold

Last updated