Entity Reference
Overview
Core Entities
PandaPool
type PandaPool @entity {
id: ID! # Pool contract address
baseToken: Token! # The base currency token
pandaToken: Token! # The Panda token being traded
price: BigDecimal! # Current token price
volumeUSD: BigDecimal! # Total USD volume
marketCapBase: BigDecimal! # Market cap in base currency terms
marketCapUSD: BigDecimal! # Market cap in USD termes
swapsCount: BigInt! # Total number of swaps
lastSwapTimestamp: BigInt! # Last swap timestamp
graduated: Boolean! # Graduation status
raised: BigDecimal! # amount of tokens raised
tokensInPool: BigDecimal! # Total token in the pool
pandaReserve: BigDecimal! # Panda token reserve
baseReserve: BigDecimal! # Base token reserve
startPrice: BigDecimal! # Initial token price
}Token
PandaPoolSwap
PriceSnapshot
Entity Relationships
Primary Relationships
Key Points
Best Practices
Querying Efficiently
Error Handling
Next Steps
Support
Last updated