Skip to main content

ERC1155Contract

ERC1155 Multi-Token Standard, fungible, non-fungible, and semi-fungible tokens all in one contract, type of Token.

type ERC1155Contract implements Token {
id: ID!
name: String
symbol: String
}

Fields

ERC1155Contract.id ● ID! non-null scalar

The address of the ERC1155 Token Smart Contract.

ERC1155Contract.name ● String scalar

The name of the ERC1155 Token Smart Contract.

ERC1155Contract.symbol ● String scalar

The symbol of the ERC1155 Token Smart Contract.

Interfaces

Token interface

Interface representing a generic token. Each entity implementing this interface can be queried as Token.

Member Of

ERC1155Balance object ● ERC1155Transfer object

© 2024