dataSources: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmXwciycHkS3Tt958mMpwVMY6AqGmESjDYcxKzCQZA7hip name: Voter - file: /: /ipfs/QmaTKFktBC8AXG3SANtwQwASp3jbtziu9YcDgd24Zbn8as name: CLGauge apiVersion: 0.0.6 entities: - Incentive - Position - Stake - Unstake - Claim eventHandlers: - event: >- GaugeCreated(indexed address,indexed address,indexed address,address,address,address,address,address) handler: handleGaugeCreated - event: GaugeKilled(indexed address) handler: handleGaugeKilled - event: GaugeRevived(indexed address) handler: handleGaugeRevived file: /: /ipfs/QmaULWjwtPfYHNmqEMASk83pRPFQweYFL4KuHL8aVrq8mY kind: ethereum/events language: wasm/assemblyscript name: Voter network: base source: abi: Voter address: '0x16613524e02ad97eDfeF371bC883F2F5d6C480A5' startBlock: 13843711 schema: file: /: /ipfs/QmbMT1nmCEdW8mzztABFrVAvC3xDzhBey2BKL44FbeR6sL specVersion: 0.0.4 templates: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmaTKFktBC8AXG3SANtwQwASp3jbtziu9YcDgd24Zbn8as name: CLGauge apiVersion: 0.0.6 entities: - Incentive - Position - Stake - Unstake - Claim eventHandlers: - event: 'Deposit(indexed address,indexed uint256,indexed uint128)' handler: handleDeposit - event: 'Withdraw(indexed address,indexed uint256,indexed uint128)' handler: handleWithdraw - event: 'ClaimRewards(indexed address,uint256)' handler: handleClaimRewards - event: 'NotifyReward(indexed address,uint256)' handler: handleNotifyReward file: /: /ipfs/QmaRAApcH37ZPx61sRHvFiu4atm1zMK2pPsZJUvwRDq8tY kind: ethereum/events language: wasm/assemblyscript name: CLGauge network: base source: abi: CLGauge