tornado-subgraph/subgraphs/tornado-subgraph-avalanche....

116 lines
3.2 KiB
YAML
Raw Normal View History

2021-09-14 17:28:22 +02:00
specVersion: 0.0.2
description: Proxy
repository: https://github.com/tornadocash/tornado-subgraph
schema:
file: ../schema.graphql
dataSources:
- kind: ethereum/contract
name: Echoer
network: avalanche
source:
2021-09-17 07:01:36 +02:00
address: "0xa75BF2815618872f155b7C4B0C81bF990f5245E4"
2021-09-14 17:28:22 +02:00
abi: Echoer
2021-09-17 07:01:36 +02:00
startBlock: 4429813
2021-09-14 17:28:22 +02:00
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: ../src/mapping-echo-account.ts
entities:
- NoteAccount
abis:
- name: Echoer
file: ../abis/Echoer.json
eventHandlers:
- event: Echo(indexed address,bytes)
handler: handleEcho
- kind: ethereum/contract
2021-09-17 07:01:36 +02:00
name: Instance-10-avax
2021-09-14 17:28:22 +02:00
network: avalanche
source:
2021-09-17 07:01:36 +02:00
address: "0x330bdFADE01eE9bF63C209Ee33102DD334618e0a"
2021-09-14 17:28:22 +02:00
abi: Instance
2021-09-17 07:01:36 +02:00
startBlock: 4429818
2021-09-14 17:28:22 +02:00
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: ../src/mapping-instance.ts
entities:
- Deposit
- Withdrawal
abis:
- name: Instance
file: ../abis/Instance.json
eventHandlers:
- event: Deposit(indexed bytes32,uint32,uint256)
handler: handleDeposit
- event: Withdrawal(address,bytes32,indexed address,uint256)
handler: handleWithdrawal
- kind: ethereum/contract
2021-09-17 07:01:36 +02:00
name: Instance-100-avax
network: avalanche
source:
address: "0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD"
abi: Instance
startBlock: 4429818
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: ../src/mapping-instance.ts
entities:
- Deposit
- Withdrawal
abis:
- name: Instance
file: ../abis/Instance.json
eventHandlers:
- event: Deposit(indexed bytes32,uint32,uint256)
handler: handleDeposit
- event: Withdrawal(address,bytes32,indexed address,uint256)
handler: handleWithdrawal
- kind: ethereum/contract
name: Instance-500-avax
2021-09-14 17:28:22 +02:00
network: avalanche
source:
2021-09-17 07:01:36 +02:00
address: "0xaf8d1839c3c67cf571aa74B5c12398d4901147B3"
2021-09-14 17:28:22 +02:00
abi: Instance
2021-09-17 07:01:36 +02:00
startBlock: 4429818
2021-09-14 17:28:22 +02:00
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: ../src/mapping-instance.ts
entities:
- Deposit
- Withdrawal
abis:
- name: Instance
file: ../abis/Instance.json
eventHandlers:
- event: Deposit(indexed bytes32,uint32,uint256)
handler: handleDeposit
- event: Withdrawal(address,bytes32,indexed address,uint256)
handler: handleWithdrawal
- kind: ethereum/contract
name: Proxy
network: avalanche
source:
2021-09-17 07:01:36 +02:00
address: "0x0D5550d52428E7e3175bfc9550207e4ad3859b17"
2021-09-14 17:28:22 +02:00
abi: Proxy
2021-09-17 07:01:36 +02:00
startBlock: 4429818
2021-09-14 17:28:22 +02:00
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: ../src/mapping-encrypted-note.ts
entities:
- EncryptedNote
abis:
- name: Proxy
file: ../abis/Proxy.json
eventHandlers:
- event: EncryptedNote(indexed address,bytes)
handler: handleEncryptedNote