ERC1155
The ERC1155 type conforms to the standard described in https://ethereum.org/en/developers/docs/standards/tokens/erc-1155/.
ERC-1155 token can do the same functions as an ERC-20 and ERC-721 token, and even both at the same time.
type ERC1155 implements Contract {
contractAddress: ContractAddressEVM!
name: String!
contract_creation_time: String!
block_number: Int!
block_hash: String!
bytecode: String!
symbol: String!
}
Fields
contractAddress (ContractAddressEVM)
name (String)
contract_creation_time (String)
block_number (Int)
block_hash (String)
bytecode (String)
symbol (String)
Interfaces
Contract
The Contract interface provides base details that should be available for all EVM contracts.