Table of Contents

Class NftCollection

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The nft collection

public class NftCollection
Inheritance
NftCollection
Inherited Members

Properties

Avatar

The avatar

[JsonProperty("avatar")]
public string? Avatar { get; set; }

Property Value

string

Banner

The banner

[JsonProperty("banner")]
public string? Banner { get; set; }

Property Value

string

BaseUri

The base uri

[JsonProperty("baseUri")]
public string? BaseUri { get; set; }

Property Value

string

Cid

The cid

[JsonProperty("cid")]
public string? Cid { get; set; }

Property Value

string

CollectionAddress

The collection address

[JsonProperty("collectionAddress")]
public string? CollectionAddress { get; set; }

Property Value

string

CollectionTitle

The collection title

[JsonProperty("collectionTitle")]
public string? CollectionTitle { get; set; }

Property Value

string

ContractAddress

The contract address

[JsonProperty("contractAddress")]
public string? ContractAddress { get; set; }

Property Value

string

CreatedAt

When it was created

[JsonProperty("createdAt")]
public long CreatedAt { get; set; }

Property Value

long

DeployStatus

The deploy status to Layer1

[JsonProperty("deployStatus")]
public string? DeployStatus { get; set; }

Property Value

string

Description

The collection description

[JsonProperty("description")]
public string? Description { get; set; }

Property Value

string

Id

The collection id

[JsonProperty("id")]
public int Id { get; set; }

Property Value

int

IsCounterFactualNFT

If it's counterfactual

[JsonProperty("isCounterFactualNFT")]
public bool IsCounterFactualNFT { get; set; }

Property Value

bool

IsMintable

If it's mintable

[JsonProperty("isMintable")]
public bool IsMintable { get; set; }

Property Value

bool

IsPublic

If it's public

[JsonProperty("isPublic")]
public bool IsPublic { get; set; }

Property Value

bool

Name

The collection name

[JsonProperty("name")]
public string? Name { get; set; }

Property Value

string

NftFactory

The nft factory

[JsonProperty("nftFactory")]
public string? NftFactory { get; set; }

Property Value

string

NftType

The nft type

[JsonProperty("nftType")]
public string? NftType { get; set; }

Property Value

string

Owner

The collection owner

[JsonProperty("owner")]
public string? Owner { get; set; }

Property Value

string

Thumbnail

The thumbnail

[JsonProperty("thumbnail")]
public string? Thumbnail { get; set; }

Property Value

string

TileUri

The tile uri

[JsonProperty("tileUri")]
public string? TileUri { get; set; }

Property Value

string

UpdatedAt

when it was updated

[JsonProperty("updatedAt")]
public long UpdatedAt { get; set; }

Property Value

long