fla-fees-subgraph/subgraph.yaml
Richa-iitr e79e9c4841 pushed
2022-10-27 15:04:23 +05:30

28 lines
798 B
YAML

specVersion: 0.0.4
schema:
file: ./schema.graphql
dataSources:
- kind: ethereum
name: FLA
network: mainnet
source:
address: "0x619Ad2D02dBeE6ebA3CDbDA3F98430410e892882"
abi: FLA
mapping:
kind: ethereum/events
apiVersion: 0.0.6
language: wasm/assemblyscript
entities:
- FeeData
abis:
- name: FLA
file: ./abis/FLA.json
callHandlers:
- function: executeOperation(address[],uint256[],uint256[],address,bytes)
handler: handleExecuteOperation
- function: onFlashLoan(address,address,uint256,uint256,bytes)
handler: handleOnFlashloan
- function: receiveFlashLoan(address[],uint256[],uint256[],bytes)
handler: handleReceiveFlashloan
file: ./src/fla.ts