dataSources: - kind: ethereum mapping: abis: - file: /: /ipfs/QmdMknWe6CB6qLCDPf8KbcvvHZLDfjT6notcEZKE5EpBqY name: EasyAuction - file: /: /ipfs/QmTbFuUNTTEkRVQZPUofpbCofEVRniQhdzy2LZWn6vZL8i name: ERC20Contract apiVersion: 0.0.6 entities: - AuctionCleared - CancellationSellOrder - ClaimedFromOrder - NewAuction - NewSellOrder - NewUser - OwnershipTransferred - UserRegistration eventHandlers: - event: 'AuctionCleared(indexed uint256,uint96,uint96,bytes32)' handler: handleAuctionCleared - event: 'CancellationSellOrder(indexed uint256,indexed uint64,uint96,uint96)' handler: handleCancellationSellOrder - event: 'ClaimedFromOrder(indexed uint256,indexed uint64,uint96,uint96)' handler: handleClaimedFromOrder - event: >- NewAuction(indexed uint256,indexed address,indexed address,uint256,uint256,uint64,uint96,uint96,uint256,uint256,address,bytes) handler: handleNewAuction - event: 'NewSellOrder(indexed uint256,indexed uint64,uint96,uint96)' handler: handleNewSellOrder - event: 'NewUser(indexed uint64,indexed address)' handler: handleNewUser - event: 'UserRegistration(indexed address,uint64)' handler: handleUserRegistration file: /: /ipfs/QmdjU3ufY2fr2zi33DnKKoeBSCjr1V3nmUmY9CmXUXLLve kind: ethereum/events language: wasm/assemblyscript name: EasyAuction network: base source: abi: EasyAuction address: '0xE9D8b7e7d5d8ACF98E5152cC5C91AA4B6Ee1fBf0' startBlock: 17568858 schema: file: /: /ipfs/QmSAQ4XAjbCfiZRdbdFSQCPj9RrDhGwV2VCq5sGf1NJkhQ specVersion: 0.0.4