BuyForGift

Event signature:



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

Event parameters:

Parameter TypeParameter NameParameter Description

address

_nftAddress

The NFT address of the collection being bought for gift

uint256[]

_tokenIds

The token Ids of the collections being bought for gift

address

_msgSender

The wallet of the user performing the sell action

address

_transferTo

The wallet that will received those nfts as a gift

address[]

beneficiaries

The wallets which were selling those nfts as a gift

Last updated