tornado-subgraph/build/subgraph.yaml

139 lines
3.8 KiB
YAML
Raw Normal View History

2021-06-07 13:43:31 +03:00
specVersion: 0.0.2
2021-06-10 11:49:47 +03:00
description: Proxy
2021-06-09 17:24:07 +03:00
repository: https://github.com/tornadocash/tornado-subgraph
2021-06-07 13:43:31 +03:00
schema:
file: schema.graphql
dataSources:
- kind: ethereum/contract
2021-06-10 11:49:47 +03:00
name: Echoer
2021-06-07 13:43:31 +03:00
network: bsc
source:
2021-06-10 11:49:47 +03:00
address: "0x0D5550d52428E7e3175bfc9550207e4ad3859b17"
abi: Echoer
startBlock: 8158799
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: Echoer/Echoer.wasm
entities:
- NoteAccount
abis:
- name: Echoer
file: abis/Echoer.json
eventHandlers:
- event: Echo(indexed address,bytes)
handler: handleEcho
- kind: ethereum/contract
name: Instance-0.1-bnb
network: bsc
source:
address: "0x84443CFd09A48AF6eF360C6976C5392aC5023a1F"
2021-06-07 13:43:31 +03:00
abi: Instance
2021-06-10 11:49:47 +03:00
startBlock: 8159279
2021-06-07 13:43:31 +03:00
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
2021-06-10 11:49:47 +03:00
file: Instance-0.1-bnb/Instance-0.1-bnb.wasm
2021-06-07 13:43:31 +03:00
entities:
- Deposit
- Withdrawal
abis:
- name: Instance
2021-06-09 17:24:07 +03:00
file: abis/Instance.json
2021-06-07 13:43:31 +03:00
eventHandlers:
- event: Deposit(indexed bytes32,uint32,uint256)
handler: handleDeposit
- event: Withdrawal(address,bytes32,indexed address,uint256)
handler: handleWithdrawal
2021-06-10 11:49:47 +03:00
- kind: ethereum/contract
name: Instance-1-bnb
network: bsc
source:
address: "0xd47438C816c9E7f2E2888E060936a499Af9582b3"
abi: Instance
startBlock: 8159286
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: Instance-0.1-bnb/Instance-0.1-bnb.wasm
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-10-bnb
network: bsc
source:
address: "0x330bdFADE01eE9bF63C209Ee33102DD334618e0a"
abi: Instance
startBlock: 8159290
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: Instance-0.1-bnb/Instance-0.1-bnb.wasm
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-100-bnb
network: bsc
source:
address: "0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD"
abi: Instance
startBlock: 8159296
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: Instance-0.1-bnb/Instance-0.1-bnb.wasm
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: bsc
source:
address: "0x0D5550d52428E7e3175bfc9550207e4ad3859b17"
abi: Proxy
startBlock: 7941563
mapping:
kind: ethereum/events
apiVersion: 0.0.4
language: wasm/assemblyscript
file: Proxy/Proxy.wasm
entities:
- EncryptedNote
abis:
- name: Proxy
file: abis/Proxy.json
eventHandlers:
- event: EncryptedNote(indexed address,bytes)
handler: handleEncryptedNote