mirror of
https://github.com/Instadapp/fla-fees-subgraph.git
synced 2024-07-29 21:57:15 +00:00
28 lines
798 B
YAML
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
|