Buy

Event signature:

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

Event parameters:

Parameter TypeParameter NameParameter Description

address

_nftAddress

The NFT address of the collection being bought

uint256[]

_tokenIds

The token Ids of the collections being bought

address

_msgSender

The wallet of the user performing the purchase

address[]

beneficiaries

The addresses of the users selling those NFTs

Last updated