Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 879 Bytes

NFTOwnerAdvancedResponseContract.md

File metadata and controls

29 lines (17 loc) · 879 Bytes

NFTOwnerAdvancedResponseContract

The contract the NFT interacted with most recently. If there is none, this is null.

Properties

Name Type Description Notes
contractType ContractTypeEnum The type of the contract that it last interacted with [optional]
contractId String The string identifier (not the public key) that we denote the contract with. [optional]
contractBlockchainIdentifier String The public key of the contract [optional]
contractName String The readable name of the contract (e.g., Magic Eden) [optional]

Enum: ContractTypeEnum

Name Value
MARKETPLACE "marketplace"
OTC "otc"
LOAN "loan"
STAKING "staking"
BURNED "burned"