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/QmNyu7kabs9CoD31UBQAAjMzEWxUXEtFLfpa9sUKeqrPBx kind: ethereum/events language: wasm/assemblyscript name: Factory network: unichain source: abi: Factory address: '0x1f98400000000000000000000000000000000003' startBlock: 1 - 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/QmPm9h9ckpn9axRhcx8giSovuwRdfrmuuYBKBTMd71ZabC kind: ethereum/events language: wasm/assemblyscript name: NonfungiblePositionManager network: unichain source: abi: NonfungiblePositionManager address: '0x943e6e07a7E8E791dAFC44083e54041D743C46E9' startBlock: 1 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/QmZFWeBgbpeic9RJGZPfyLf8i1ZEzMX8SZTCVftWdMSd84 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/QmW5AN82f6XzvhoUKfuhyBq1Bbif9TT7Z9CmgQCLK8mLhE kind: ethereum/events language: wasm/assemblyscript name: Pool network: unichain source: abi: Pool