139 lines
3.9 KiB
YAML
139 lines
3.9 KiB
YAML
specVersion: 0.0.2
|
|
description: Proxy
|
|
repository: https://github.com/tornadocash/tornado-subgraph
|
|
schema:
|
|
file: ../schema.graphql
|
|
dataSources:
|
|
- kind: ethereum/contract
|
|
name: Echoer
|
|
network: xdai
|
|
source:
|
|
address: "0xa75BF2815618872f155b7C4B0C81bF990f5245E4"
|
|
abi: Echoer
|
|
startBlock: 17754564
|
|
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
|
|
name: Instance-100-xdai
|
|
network: xdai
|
|
source:
|
|
address: "0x1E34A77868E19A6647b1f2F47B51ed72dEDE95DD"
|
|
abi: Instance
|
|
startBlock: 17754561
|
|
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-1000-xdai
|
|
network: xdai
|
|
source:
|
|
address: "0xdf231d99Ff8b6c6CBF4E9B9a945CBAcEF9339178"
|
|
abi: Instance
|
|
startBlock: 17754561
|
|
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-10000-xdai
|
|
network: xdai
|
|
source:
|
|
address: "0xaf4c0B70B2Ea9FB7487C7CbB37aDa259579fe040"
|
|
abi: Instance
|
|
startBlock: 17754561
|
|
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-100000-xdai
|
|
network: xdai
|
|
source:
|
|
address: "0xa5C2254e4253490C54cef0a4347fddb8f75A4998"
|
|
abi: Instance
|
|
startBlock: 17754561
|
|
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: xdai
|
|
source:
|
|
address: "0xa77350E1a72bE5bC7634d359C5011b4E359f4320"
|
|
abi: Proxy
|
|
startBlock: 17626717
|
|
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
|