dataSources: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmZ55G1yYFzde8Vcq4cpLfNgPSEibpLi9aYCqS1jEvCKQ9 name: Factory - file: /: /ipfs/QmXuTbDkNrN27VydxbS2huvKRk62PMgUTdPDWkxcr2w7j2 name: ERC20 - file: /: /ipfs/QmbHnhUFZa6qqqRyubUYhXntox1TCBxqryaBM1iNGqVJzT name: ERC20SymbolBytes - file: /: /ipfs/QmQCP6Pdp1MqpwRv2qoPHuUTwZGy7Q3eDHg4w5kzwE9mBj name: ERC20NameBytes apiVersion: 0.0.4 entities: - Pair - Token eventHandlers: - event: 'PairCreated(indexed address,indexed address,address,uint256)' handler: handleNewPair file: /: /ipfs/QmSyoSRuGvpFah366sZtp1X7Z4PbGKSqMUkE3MbNk6DNgr kind: ethereum/events language: wasm/assemblyscript name: Factory network: matic source: abi: Factory address: '0x5757371414417b8C6CAad45bAeF941aBc7d3Ab32' startBlock: 5484576 description: Quickswap is a decentralized protocol for automated token exchange on Matic. graft: base: QmdW5Apr3HeBcUCgZv8YpUr7Uudk51jfipoTCsyFypcgRR block: 31025550 repository: 'https://github.com/QuickSwap/QuickSwap-subgraph.git' schema: file: /: /ipfs/Qmf1rGVbcigX14cWNhbsWaFHPPveuAisFFvaUeU2fqgf3M specVersion: 0.0.2 templates: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmbPLMADBP8L6LBVP3ZBQ8RgG7ghamD8DvbdUxHAjZrLgm name: Pair - file: /: /ipfs/QmZ55G1yYFzde8Vcq4cpLfNgPSEibpLi9aYCqS1jEvCKQ9 name: Factory apiVersion: 0.0.4 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(uint112,uint112)' handler: handleSync file: /: /ipfs/QmYshDaYX9S3Kx3yZJRE8oMgdm8Eu1oKR7knGkjGknQJWR kind: ethereum/events language: wasm/assemblyscript name: Pair network: matic source: abi: Pair