Interface ERC721Metadata

Represents the metadata of an ERC721 token

Hierarchy

Properties

animation_url?: string
attributes: ERC721Attribute[]
background_color?: string
date?: number
description: string
dna?: string
edition?: number
external_url?: string
image: string
image_data?: string
name: string
rarity?: {
    harmonic?: {
        rank: number;
        score: string;
    };
    rank?: number;
    score?: number;
    total?: number;
}

Type declaration

  • Optional harmonic?: {
        rank: number;
        score: string;
    }
    • rank: number
    • score: string
  • Optional rank?: number
  • Optional score?: number
  • Optional total?: number
youtube_url?: string