specVersion: 0.0.3 description: Ocean provides data sharing through IDOs repository: https://github.com/oceanprotocol/ocean-subgraph schema: file: ./schema.graphql dataSources: - kind: ethereum/contract name: ERC721Factory network: barge source: address: '0x0599a4a2873B38D836E10302De1ca4834F7BDF4E' abi: ERC721Factory startBlock: 0 mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript file: ./src/mappings/erc721Factory.ts entities: - ERC721Factory abis: - name: ERC721Factory file: ./abis/ERC721Factory.json eventHandlers: - event: NFTCreated(indexed address,indexed address,indexed string,address) handler: handleNftCreated - event: TokenCreated(indexed address,indexed address,indexed string) handler: handleNewToken - kind: ethereum/contract name: FixedRateExchange network: barge source: address: '0x2356DeCd8CFB6c6f2bf46b5ED4531818B4662337' abi: FixedRateExchange startBlock: 0 mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript file: ./src/mappings/fixedRateExchange.ts entities: - FixedRateExchange abis: - name: FixedRateExchange file: ./abis/FixedRateExchange.json eventHandlers: - event: ExchangeCreated(indexed bytes32,indexed address,indexed address,address,uint256) handler: handleExchangeCreated - event: ExchangeRateChanged(indexed bytes32,indexed address,uint256) handler: handleRateChange - event: ExchangeMintStateChanged(indexed bytes32,indexed address,bool) handler: handleMintStateChanged - event: ExchangeActivated(indexed bytes32,indexed address) handler: handleActivated - event: ExchangeDeactivated(indexed bytes32,indexed address) handler: handleDeactivated - event: ExchangeAllowedSwapperChanged(indexed bytes32,indexed address) handler: handleAllowedSwapperChanged - event: Swapped(indexed bytes32,indexed address,uint256,uint256,address,uint256,uint256) handler: handleSwap - kind: ethereum/contract name: Dispenser network: barge source: address: '0xb119b8895801111ff323ba63a77D4Fe78ED057a5' abi: Dispenser startBlock: 0 mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript file: ./src/mappings/dispenser.ts entities: - Dispenser abis: - name: Dispenser file: ./abis/Dispenser.json eventHandlers: - event: DispenserCreated(indexed address) handler: handleNewDispenser - event: DispenserActivated(indexed address) handler: handleActivate - event: DispenserDeactivated(indexed address) handler: handleDeactivate - event: DispenserAllowedSwapperChanged(indexed address,indexed address) handler: handleAllowedSwapperChanged - event: TokensDispensed(indexed address,indexed address,uint256) handler: handleTokensDispensed - event: OwnerWithdrawed(indexed address,indexed address,uint256) handler: handleOwnerWinthdraw templates: - name: ERC20Template kind: ethereum/contract network: barge source: abi: ERC20Template mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript file: ./src/mappings/erc20Template.ts entities: - ERC20Template abis: - name: ERC20Template file: ./abis/ERC20Template.json - name: ERC20 file: ./abis/ERC20.json - name: ERC20Roles file: ./abis/ERC20Roles.json eventHandlers: - event: OrderStarted(indexed address,address,uint256,uint256,uint256,indexed address,indexed address,uint256) handler: handleOrderStarted - event: MinterApproved(address,address) handler: handleMinterApproved - event: AddedMinter(indexed address,indexed address,uint256,uint256) handler: handleAddMinter - event: RemovedMinter(indexed address,indexed address,uint256,uint256) handler: handleRemoveMinter - event: AddedFeeManager(indexed address,indexed address,uint256,uint256) handler: handlerAddFeeManager - event: RemovedFeeManager(indexed address,indexed address,uint256,uint256) handler: handlerRemoveFeeManager - event: CleanedPermissions(indexed address,uint256,uint256) handler: handleCleanPermissions - kind: ethereum/contract name: BFactory network: barge source: abi: BFactory mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript file: ./src/mappings/poolFactory.ts entities: - BFactory abis: - name: BFactory file: ./abis/BFactory.json eventHandlers: - event: BPoolCreated(indexed address,indexed address,indexed address,address,address,address) handler: handleNewPool - kind: ethereum/contract name: BPool network: barge source: abi: BPool mapping: kind: ethereum/events apiVersion: 0.0.5 language: wasm/assemblyscript file: ./src/mappings/pool.ts entities: - BPool abis: - name: BPool file: ./abis/BPool.json eventHandlers: - event: LOG_SWAP(indexed address,indexed address,indexed address,uint256,uint256,uint256) handler: handleSwap - event: LOG_JOIN(indexed address,indexed address,uint256,uint256) handler: handleJoin - event: LOG_EXIT(indexed address,indexed address,uint256,uint256) handler: handleExit - event: LOG_BPT(uint256) handler: handleBpt