2022-10-27 09:34:23 +00:00
|
|
|
specVersion: 0.0.4
|
2022-10-27 07:14:21 +00:00
|
|
|
schema:
|
|
|
|
file: ./schema.graphql
|
|
|
|
dataSources:
|
|
|
|
- kind: ethereum
|
|
|
|
name: FLA
|
|
|
|
network: mainnet
|
|
|
|
source:
|
|
|
|
address: "0x619Ad2D02dBeE6ebA3CDbDA3F98430410e892882"
|
|
|
|
abi: FLA
|
|
|
|
mapping:
|
|
|
|
kind: ethereum/events
|
2022-10-27 09:34:23 +00:00
|
|
|
apiVersion: 0.0.6
|
2022-10-27 07:14:21 +00:00
|
|
|
language: wasm/assemblyscript
|
|
|
|
entities:
|
2022-10-27 09:34:23 +00:00
|
|
|
- FeeData
|
2022-10-27 07:14:21 +00:00
|
|
|
abis:
|
|
|
|
- name: FLA
|
|
|
|
file: ./abis/FLA.json
|
2022-10-27 09:34:23 +00:00
|
|
|
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
|
2022-10-27 07:14:21 +00:00
|
|
|
file: ./src/fla.ts
|