mirror of
https://github.com/oceanprotocol/ocean-subgraph.git
synced 2024-11-16 02:04:56 +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:
|
abis:
|
||||||
- name: ERC20Template
|
- name: ERC20Template
|
||||||
file: ./abis/ERC20Template.json
|
file: ./abis/ERC20Template.json
|
||||||
|
- name: ERC20TemplateEnterprise
|
||||||
|
file: ./abis/ERC20TemplateEnterprise.json
|
||||||
- name: ERC20
|
- name: ERC20
|
||||||
file: ./abis/ERC20.json
|
file: ./abis/ERC20.json
|
||||||
- name: ERC20Roles
|
- name: ERC20Roles
|
||||||
@ -111,18 +113,8 @@ templates:
|
|||||||
eventHandlers:
|
eventHandlers:
|
||||||
- event: OrderStarted(indexed address,address,uint256,uint256,uint256,indexed address,indexed address,uint256)
|
- event: OrderStarted(indexed address,address,uint256,uint256,uint256,indexed address,indexed address,uint256)
|
||||||
handler: handleOrderStarted
|
handler: handleOrderStarted
|
||||||
- event: MinterApproved(address,address)
|
- event: NewPaymentCollector(indexed address,indexed address,uint256,uint256)
|
||||||
handler: handleMinterApproved
|
handler: handlerNewPaymentCollector
|
||||||
- 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
|
- kind: ethereum/contract
|
||||||
name: BFactory
|
name: BFactory
|
||||||
network: barge
|
network: barge
|
||||||
@ -158,6 +150,8 @@ templates:
|
|||||||
file: ./abis/BPool.json
|
file: ./abis/BPool.json
|
||||||
- name: BToken
|
- name: BToken
|
||||||
file: ./abis/BToken.json
|
file: ./abis/BToken.json
|
||||||
|
- name: BMath
|
||||||
|
file: ./abis/BMath.json
|
||||||
eventHandlers:
|
eventHandlers:
|
||||||
- event: LOG_SWAP(indexed address,indexed address,indexed address,uint256,uint256,uint256)
|
- event: LOG_SWAP(indexed address,indexed address,indexed address,uint256,uint256,uint256)
|
||||||
handler: handleSwap
|
handler: handleSwap
|
||||||
@ -171,6 +165,8 @@ templates:
|
|||||||
handler: handleBpt
|
handler: handleBpt
|
||||||
- event: Transfer(indexed address,indexed address,uint256)
|
- event: Transfer(indexed address,indexed address,uint256)
|
||||||
handler: handlerBptTransfer
|
handler: handlerBptTransfer
|
||||||
|
- event: SWAP_FEES(uint,uint,uint,address)
|
||||||
|
handler: handlerSwapFees
|
||||||
|
|
||||||
features:
|
features:
|
||||||
- nonFatalErrors
|
- nonFatalErrors
|
||||||
|
Loading…
Reference in New Issue
Block a user