Buy

Description: This function allows a user to buy an NFT listed for sale in the marketplace by transferring the required amount of tokens to the seller and the royalty receiver, if applicable.

Method header:

function buy(address _nftAddress, uint256 _tokenId) public nonReentrant

Parameters:

Parameter TypeParameter NameParameter Description

address

_nftAddress

The address of the NFT contract.

uint256

_tokenId

The ID of the NFT to be purchased.

Last updated