Skip to main content

Interfaces

Contract

Implemented by

Fields

NameDescription
address
HexAddress!

NonFungibleToken

Metadata of a token as defined in one of the non-fungible token EIPs

Implemented by

Fields

NameDescription
contract
String!

Contract where token is hosted

tokenId
String!

Identifier of the token

name
String

Name given to this token by the creator

description
String

Description given to this token by the creator

externalUrl
String

External URL given to this token by the creator

backgroundColor
String

Background color given to this token by the creator

youtubeUrl
String

Youtube URL given to this token by the creator

tokenUri
Json

Raw metadata as returned by calling tokenUri on the token's contract

image
Media

Image hosted on Basement CDN

animation
Media

Animation hosted on Basement CDN

sales
[NonFungibleTokenSale!]

A list of previous sales for this token

owner
Address

Current owner of this token

mintPrice
Wei!

Price this token was minted for, inferred from the ether value of the transaction containing the first known transfer

mintTransaction
Transaction

Transaction containing the first known transfer

imageStorageType
TokenStorageType

Place of storage for the image file

attributes
[NonFungibleTokenAttribute!]

Token attributes

TransactionEvent

An interface implemented by events within a transaction that were indexed in our graph

Implemented by

Fields

NameDescription
transactionHash
String!

Hash signature of the transaction in which this sale occurred

Transfer

Implemented by

Fields

NameDescription
to
Address
from
Address!
transactionHash
String!

Hash signature of the transaction in which this transfer did occur

logIndex
Int

Position of the log within a block in which this transfer was logged. Null for native transfers.

blockNumber
Int!

Block Number in which this transaction was included