dataSources: - kind: ethereum/contract mapping: abis: - file: /: /ipfs/QmbZpeWwHyXTXLrvcGVFm8N7K8DWLvnzQGfBuLbtohJeax name: Prediction apiVersion: 0.0.4 entities: - Market - Round - User - Bet eventHandlers: - event: 'StartRound(indexed uint256,uint256)' handler: handleStartRound - event: 'LockRound(indexed uint256,uint256,int256)' handler: handleLockRound - event: 'EndRound(indexed uint256,uint256,int256)' handler: handleEndRound - event: 'BetBull(indexed address,indexed uint256,uint256)' handler: handleBetBull - event: 'BetBear(indexed address,indexed uint256,uint256)' handler: handleBetBear - event: 'Claim(indexed address,indexed uint256,uint256)' handler: handleClaim - event: Pause(uint256) handler: handlePause - event: Unpause(uint256) handler: handleUnpause - event: 'RatesUpdated(indexed uint256,uint256,uint256)' handler: handleRatesUpdated - event: 'RewardsCalculated(indexed uint256,uint256,uint256,uint256)' handler: handleRewardsCalculated file: /: /ipfs/QmRJirShP57thpNbJ15XQd8vkSK9Crezzo1okmWHiwipUT kind: ethereum/events language: wasm/assemblyscript name: Prediction network: bsc source: abi: Prediction address: '0x516ffd7D1e0Ca40b1879935B2De87cb20Fc1124b' startBlock: 6950840 description: Pancake Prediction repository: 'https://github.com/pancakeswap' schema: file: /: /ipfs/QmR2UcCGtUMmsvm6XmSoVFQwxaNz63pbhAMLui45XScpJw specVersion: 0.0.2