dataSources: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmYVCmSGsnmJAcqEnem38MshtuCz2HdxHBJV8Qqp7xzusg name: Factory - file: /: /ipfs/QmXuTbDkNrN27VydxbS2huvKRk62PMgUTdPDWkxcr2w7j2 name: ERC20 - file: /: /ipfs/QmbHnhUFZa6qqqRyubUYhXntox1TCBxqryaBM1iNGqVJzT name: ERC20SymbolBytes - file: /: /ipfs/QmQCP6Pdp1MqpwRv2qoPHuUTwZGy7Q3eDHg4w5kzwE9mBj name: ERC20NameBytes apiVersion: 0.0.3 entities: - Pair - Token eventHandlers: - event: 'PairCreated(indexed address,indexed address,bool,address,uint256)' handler: handleNewPair file: /: /ipfs/QmXdv45qphvZ4jovguXJ2mU5XrBLsYrMZMNgVAWNiVsoET kind: ethereum/events language: wasm/assemblyscript name: Factory network: mainnet source: abi: Factory address: '0x777de5Fe8117cAAA7B44f396E93a401Cf5c9D4d6' startBlock: 16303990 description: Solidly is a decentralized protocol for automated token exchange on Ethereum. repository: 'https://github.com/SolidlyFoundation/solidly-subgraph' schema: file: /: /ipfs/QmcJDrTwcMnygSMCSb6E3EUJqMDMu62Fk6bw7xSj9iVFYF specVersion: 0.0.2 templates: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmWXa22qqEG6kCKFxVVSks8ieES4f6BH2WPCVQvs8tjMrN name: Pair - file: /: /ipfs/QmYVCmSGsnmJAcqEnem38MshtuCz2HdxHBJV8Qqp7xzusg name: Factory apiVersion: 0.0.3 entities: - Pair - Token eventHandlers: - event: 'Mint(indexed address,uint256,uint256)' handler: handleMint - event: 'Burn(indexed address,uint256,uint256,indexed address)' handler: handleBurn - event: >- Swap(indexed address,uint256,uint256,uint256,uint256,indexed address) handler: handleSwap - event: 'Transfer(indexed address,indexed address,uint256)' handler: handleTransfer - event: 'Sync(uint256,uint256)' handler: handleSync file: /: /ipfs/QmUQ1p5eAmtUVbpbzZEH8CW5R3L4dVtcJw1VkEY3iHpZJc kind: ethereum/events language: wasm/assemblyscript name: Pair network: mainnet source: abi: Pair