isActive

Description: This function checks if an NFT is actively listed for sale in the marketplace.

Method header:


function isActive(address _nftAddress, uint256 _tokenId) public view returns (bool)

Parameters:

Parameter TypeParameter NameParameter Description

address

_nftAddress

The address of the NFT contract.

uint256

_tokenId

The ID of the NFT to be checked.

Last updated