dataSources: - kind: ethereum mapping: abis: - file: /: /ipfs/QmYBTjcHqjLx4YxCHCzpus3cGbi62mENxbSeJkzx6tNVGm name: LockerRegistry apiVersion: 0.0.7 entities: - LockerRegistry eventHandlers: - event: Initialized(uint8) handler: handleInitialized - event: LockerCreated(indexed address) handler: handleLockerCreated - event: 'ImplementationUpdated(indexed address,uint16)' handler: handleLockerCreated file: /: /ipfs/QmdMBJrXJYZW1bgUgAEMGivc9nJMJxyVhPwuHxgLjmqGuU kind: ethereum/events language: wasm/assemblyscript name: LockerRegistry network: gnosis source: abi: LockerRegistry address: '0xE7d0E7D0dD77848F220a5E3B76Dfd2C9b12B7F6E' startBlock: 33271527 schema: file: /: /ipfs/QmPPbGYde7Gji7DcUQbtxZHW3SMNJhrWSA2VKm72ZHEFnA specVersion: 0.0.5 templates: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmVzDU117JMGRm6RB8dfA22TdqHCXWeDgvwYuVnJqJTRKN name: LockingSchedulerAutomation apiVersion: 0.0.7 entities: - Locker - User - LockedFunds - ScheduledFlow eventHandlers: - event: Initialized(uint8) handler: handleInitialized - event: GelatoTaskFeeSet(uint256) handler: handleGelatoTaskFeeSet - event: >- FundsLockedOnCreate(indexed address,indexed address,indexed address,uint256) handler: handleFundsLockedOnCreate - event: >- FundsLockedOnUpdate(indexed address,indexed address,indexed address,uint256) handler: handleFundsLockedOnUpdate - event: >- FundsWithdrawnOnUpdate(indexed address,indexed address,indexed address,uint256) handler: handleFundsWithdrawnOnUpdate - event: >- FlowStartExecuted(indexed address,indexed address,indexed address,uint32,int96,uint256,bool) handler: handleFlowStartExecuted - event: >- FlowEndExecuted(indexed address,indexed address,indexed address,uint32,uint256,bool,bool) handler: handleFlowEndExecuted - event: >- FlowEndFailed(indexed address,indexed address,indexed address,uint32,bool) handler: handleFlowEndFailed - event: >- LockingScheduleCreated(indexed address,indexed address,indexed address,uint32,uint32,uint32,int96,uint256,uint256) handler: handleLockingScheduleCreated - event: >- LockingScheduleUpdated(indexed address,indexed address,indexed address,uint32,uint32,uint32,int96,uint256,uint256) handler: handleLockingScheduleUpdated - event: >- LockingScheduleDeleted(indexed address,indexed address,indexed address,uint256) handler: handleLockingScheduleDeleted file: /: /ipfs/QmXs2pSK3omdprS7reCttKHvQN6XaVajtHaAphFBkivSXA kind: ethereum/events language: wasm/assemblyscript name: Locker network: gnosis source: abi: LockingSchedulerAutomation