Honeyswap V2
This is designed to interact with Gnosis network and specifically with Honeyswap, a decentralized exchange for automated token exchange on Gnosis network. The subgraph collects and indexes data related to token pairs, liquidity pools and various DeFi-related activities on Honeyswap exchange on Gnosis network.
Factory:
Contract: 0xA818b4F111Ccac7AA31D0BCc0806d64F2E0737D7
This contract is the Factory contract and is responsible for creating and managing various components within Honeyswap exchange on Gnosis network.
It provides access to contract ABIs, including ERC20, ERC20SymbolBytes and ERC20NameBytes, which are likely used to interact with tokens on the network.
Entities:
The subgraph defines two main entities, Pair and Token. These entities likely represent different components and activities within Honeyswap exchange, such as token pairs and individual tokens.
Event Handlers:
The subgraph listens for specific events emitted by the contracts. Events like 'PairCreated', 'Mint', 'Burn', 'Swap', 'Transfer' and 'Sync' are captured. These events provide insights into the creation of token pairs, liquidity provision, token transfers and other DeFi activities.