ERC721Contract
ERC721 Token Standard, Non-Fungible Token (NFT), of type Token.
type ERC721Contract implements Token {
id: ID!
name: String
symbol: String
}
Fields
ERC721Contract.id
● ID!
non-null scalar
The address of the ERC721 Token Smart Contract.
ERC721Contract.name
● String
scalar
The name of the token, mirrored from the smart contract.
ERC721Contract.symbol
● String
scalar
The symbol of the token, mirrored from the smart contract.
Interfaces
Token
interface
Interface representing a generic token. Each entity implementing this interface can be queried as Token.
Member Of
ERC721Balance
object ● ERC721Transfer
object