ContractAddress
The contract address of a collection of assets being indexed by Parcel's data indexer.
type ContractAddress {
id: Int!
address: String!
chain_id: Int!
chain: Chain!
game_id: Int!
game: Game!
collection_id: Int!
collection: Collection!
}
Fields
ContractAddress.address
String!
ContractAddress.address
String!The on-chain address of the contract.
ContractAddress.chain
Chain!
ContractAddress.chain
Chain!The Chain object of the contract address.
ContractAddress.chain_id
Int!
ContractAddress.chain_id
Int!The blockchain identifier of the contract address.
ContractAddress.collection
Collection!
ContractAddress.collection
Collection!The Collection object of the collection that uses the contract address.
ContractAddress.collection_id
Int!
ContractAddress.collection_id
Int!The collection identifier of the collection that uses the contract address.
ContractAddress.game
Game!
ContractAddress.game
Game!The Game object of the game that uses the contract address.
ContractAddress.game_id
Int!
ContractAddress.game_id
Int!The game identifier of the game that uses the contract address.
ContractAddress.id
Int!
ContractAddress.id
Int!A unique indentifier.