mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-12-02 05:57:29 +01:00
updates
This commit is contained in:
parent
30c1be31e0
commit
64cdaf8993
155
abis/BPool.json
155
abis/BPool.json
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1326
abis/ERC20TemplateEnterprise.json
Normal file
1326
abis/ERC20TemplateEnterprise.json
Normal file
File diff suppressed because one or more lines are too long
@ -104,6 +104,8 @@ templates:
|
||||
abis:
|
||||
- name: ERC20Template
|
||||
file: ./abis/ERC20Template.json
|
||||
- name: ERC20TemplateEnterprise
|
||||
file: ./abis/ERC20TemplateEnterprise.json
|
||||
- name: ERC20
|
||||
file: ./abis/ERC20.json
|
||||
- name: ERC20Roles
|
||||
@ -111,18 +113,8 @@ templates:
|
||||
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
|
||||
- event: NewPaymentCollector(indexed address,indexed address,uint256,uint256)
|
||||
handler: handlerNewPaymentCollector
|
||||
- kind: ethereum/contract
|
||||
name: BFactory
|
||||
network: barge
|
||||
@ -158,6 +150,8 @@ templates:
|
||||
file: ./abis/BPool.json
|
||||
- name: BToken
|
||||
file: ./abis/BToken.json
|
||||
- name: BMath
|
||||
file: ./abis/BMath.json
|
||||
eventHandlers:
|
||||
- event: LOG_SWAP(indexed address,indexed address,indexed address,uint256,uint256,uint256)
|
||||
handler: handleSwap
|
||||
@ -171,6 +165,8 @@ templates:
|
||||
handler: handleBpt
|
||||
- event: Transfer(indexed address,indexed address,uint256)
|
||||
handler: handlerBptTransfer
|
||||
- event: SWAP_FEES(uint,uint,uint,address)
|
||||
handler: handlerSwapFees
|
||||
|
||||
features:
|
||||
- nonFatalErrors
|
||||
|
Loading…
Reference in New Issue
Block a user