Interfaces
Contract
Implemented by
Fields
Name | Description |
---|---|
addressHexAddress! |
NonFungibleToken
Metadata of a token as defined in one of the non-fungible token EIPs
Implemented by
Fields
Name | Description |
---|---|
contractString! | Contract where token is hosted |
tokenIdString! | Identifier of the token |
nameString | Name given to this token by the creator |
descriptionString | Description given to this token by the creator |
externalUrlString | External URL given to this token by the creator |
backgroundColorString | Background color given to this token by the creator |
youtubeUrlString | Youtube URL given to this token by the creator |
tokenUriJson | Raw metadata as returned by calling tokenUri on the token's contract |
imageMedia | Image hosted on Basement CDN |
animationMedia | Animation hosted on Basement CDN |
sales[NonFungibleTokenSale!] | A list of previous sales for this token |
ownerAddress | Current owner of this token |
mintPriceWei! | Price this token was minted for, inferred from the ether value of the transaction containing the first known transfer |
mintTransactionTransaction | Transaction containing the first known transfer |
imageStorageTypeTokenStorageType | 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
Name | Description |
---|---|
transactionHashString! | Hash signature of the transaction in which this sale occurred |
Transfer
Implemented by
Fields
Name | Description |
---|---|
toAddress | |
fromAddress! | |
transactionHashString! | Hash signature of the transaction in which this transfer did occur |
logIndexInt | Position of the log within a block in which this transfer was logged. Null for native transfers. |
blockNumberInt! | Block Number in which this transaction was included |