dataSources: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmTU8eKx6pCgtff6Uvc7srAwR8BPiM3jTMBw9ahrXBjRzY name: Factory - file: /: /ipfs/QmWPALJpvDK6AzWmj6HwGsyJDu9qGKUW6Hf5V4Ez4VYDpT name: ERC20 - file: /: /ipfs/QmbHnhUFZa6qqqRyubUYhXntox1TCBxqryaBM1iNGqVJzT name: ERC20SymbolBytes - file: /: /ipfs/QmQCP6Pdp1MqpwRv2qoPHuUTwZGy7Q3eDHg4w5kzwE9mBj name: ERC20NameBytes - file: /: /ipfs/QmULRc8Ac1J6YFy11z7JRpyThb6f7nmL5mMTQvN7LKj2Vy name: Pool apiVersion: 0.0.7 entities: - Pool - Token eventHandlers: - calls: decimals1: 'ERC20[event.params.token0].decimals()' decimals2: 'ERC20[event.params.token1].decimals()' name1: 'ERC20NameBytes[event.params.token0].name()' name2: 'ERC20NameBytes[event.params.token1].name()' symbol1: 'ERC20SymbolBytes[event.params.token0].symbol()' symbol2: 'ERC20SymbolBytes[event.params.token1].symbol()' totalSupply1: 'ERC20[event.params.token0].totalSupply()' totalSupply2: 'ERC20[event.params.token1].totalSupply()' event: >- PoolCreated(indexed address,indexed address,indexed uint24,int24,address) handler: handlePoolCreated file: /: /ipfs/QmRFutosDeVRDztUPJpwHe9RTaaC217KAjgHvoivbHF333 kind: ethereum/events language: wasm/assemblyscript name: Factory network: base source: abi: Factory address: '0x33128a8fC17869897dcE68Ed026d694621f6FDfD' startBlock: 2009445 - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmaxxqQ7xzbGDPWu184uoq2g5sofazB9B9tEDrpPjmRZ8q name: NonfungiblePositionManager - file: /: /ipfs/QmULRc8Ac1J6YFy11z7JRpyThb6f7nmL5mMTQvN7LKj2Vy name: Pool - file: /: /ipfs/QmTU8eKx6pCgtff6Uvc7srAwR8BPiM3jTMBw9ahrXBjRzY name: Factory - file: /: /ipfs/QmWPALJpvDK6AzWmj6HwGsyJDu9qGKUW6Hf5V4Ez4VYDpT name: ERC20 apiVersion: 0.0.7 entities: - Pool - Token eventHandlers: - calls: positionsCallIncLiq: >- NonfungiblePositionManager[event.address].positions(event.params.tokenId) event: 'IncreaseLiquidity(indexed uint256,uint128,uint256,uint256)' handler: handleIncreaseLiquidity - calls: positionsCallDecLiq: >- NonfungiblePositionManager[event.address].positions(event.params.tokenId) event: 'DecreaseLiquidity(indexed uint256,uint128,uint256,uint256)' handler: handleDecreaseLiquidity - calls: positionsCallCol: >- NonfungiblePositionManager[event.address].positions(event.params.tokenId) event: 'Collect(indexed uint256,address,uint256,uint256)' handler: handleCollect receipt: true - event: 'Transfer(indexed address,indexed address,indexed uint256)' handler: handleTransfer file: /: /ipfs/Qme73FJKUbP2n2KJWybTFragTPS9Qqz1XdEvGnkvaN1JJc kind: ethereum/events language: wasm/assemblyscript name: NonfungiblePositionManager network: base source: abi: NonfungiblePositionManager address: '0x03a520b32C04BF3bEEf7BEb72E919cf822Ed34f1' startBlock: 2009445 description: Uniswap is a decentralized protocol for automated token exchange on Ethereum. features: - nonFatalErrors - fullTextSearch repository: 'https://github.com/Uniswap/uniswap-v3-subgraph' schema: file: /: /ipfs/QmbFd3UxXzQ4M85tBsghhghzfYX9NRWPDbVqXkrunaKyEr specVersion: 1.2.0 templates: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmULRc8Ac1J6YFy11z7JRpyThb6f7nmL5mMTQvN7LKj2Vy name: Pool - file: /: /ipfs/QmaxxqQ7xzbGDPWu184uoq2g5sofazB9B9tEDrpPjmRZ8q name: NonfungiblePositionManager - file: /: /ipfs/QmTU8eKx6pCgtff6Uvc7srAwR8BPiM3jTMBw9ahrXBjRzY name: Factory - file: /: /ipfs/QmWPALJpvDK6AzWmj6HwGsyJDu9qGKUW6Hf5V4Ez4VYDpT name: ERC20 apiVersion: 0.0.7 entities: - Pool - Token eventHandlers: - event: 'Initialize(uint160,int24)' handler: handleInitialize - event: 'SetFeeProtocol(uint8,uint8,uint8,uint8)' handler: handleSetFeeProtocol - calls: feeGrowthGlobal0X128_Swap: 'Pool[event.address].feeGrowthGlobal0X128()' feeGrowthGlobal1X128_Swap: 'Pool[event.address].feeGrowthGlobal1X128()' event: >- Swap(indexed address,indexed address,int256,int256,uint160,uint128,int24) handler: handleSwap - calls: feeGrowthGlobal0X128_Mint: 'Pool[event.address].feeGrowthGlobal0X128()' feeGrowthGlobal1X128_Mint: 'Pool[event.address].feeGrowthGlobal1X128()' event: >- Mint(address,indexed address,indexed int24,indexed int24,uint128,uint256,uint256) handler: handleMint receipt: true - event: >- Burn(indexed address,indexed int24,indexed int24,uint128,uint256,uint256) handler: handleBurn - calls: feeGrowthGlobal0X128_Flash: 'Pool[event.address].feeGrowthGlobal0X128()' feeGrowthGlobal1X128_Flash: 'Pool[event.address].feeGrowthGlobal1X128()' event: >- Flash(indexed address,indexed address,uint256,uint256,uint256,uint256) handler: handleFlash - event: >- Collect(indexed address,address,indexed int24,indexed int24,uint128,uint128) handler: handleCollect file: /: /ipfs/QmNi7E4DBSZjC1YALks1Hw8ZPyjqF4ztWCwBQSpKZtQ4PE kind: ethereum/events language: wasm/assemblyscript name: Pool network: base source: abi: Pool