Token
Interface representing a generic token. Each entity implementing this interface can be queried as Token.
interface Token {
id: ID!
name: String
symbol: String
}
Fields
Token.id
● ID!
non-null scalar
The address of the Token Smart Contract.
Token.name
● String
scalar
The name of the token, mirrored from the smart contract.
Token.symbol
● String
scalar
The symbol of the token, mirrored from the smart contract.
Member Of
ERC20Transfer
object ● TokenVotingPlugin
object
Implemented By
ERC1155Contract
object ● ERC20Contract
object ● ERC20WrapperContract
object ● ERC721Contract
object