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.7 entities: - Pair - Token eventHandlers: - event: 'PairCreated(indexed address,indexed address,address,uint256)' handler: handleNewPair file: /: /ipfs/QmP1xgR7hsmyf7n7sP5StWAt5ERQAQDv9qS8gcMRgnNGXZ kind: ethereum/events language: wasm/assemblyscript name: Factory network: xlayer-mainnet source: abi: Factory address: '0xd967A2A9B873ccD5a5Ede00869e353949F24c3dc' startBlock: 417580 description: Uniswap is a decentralized protocol for automated token exchange on Ethereum. repository: 'https://github.com/Uniswap/uniswap-v2-subgraph' schema: file: /: /ipfs/QmRd8hx5uFCJS8DXAhoa2xY1SBi9h4Gny1LL2s3sKvGZqz specVersion: 0.0.4 templates: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmbPLMADBP8L6LBVP3ZBQ8RgG7ghamD8DvbdUxHAjZrLgm name: Pair - file: /: /ipfs/QmZ55G1yYFzde8Vcq4cpLfNgPSEibpLi9aYCqS1jEvCKQ9 name: Factory apiVersion: 0.0.7 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/QmPhgq3vxMigKhf2SoELumzSY1Y2hsqKWvkMvaDFXRYsj8 kind: ethereum/events language: wasm/assemblyscript name: Pair network: xlayer-mainnet source: abi: Pair