quasvel
Version:
Access and interact with Aragon Organizations and their apps.
32 lines (31 loc) • 806 B
YAML
# DAOFactory
- kind: ethereum/contract
name: {{name}}
network: {{network}}
source:
abi: DAOFactory
address: '{{address}}'
startBlock: {{startBlock}}
mapping:
kind: ethereum/events
apiVersion: 0.0.1
language: wasm/assemblyscript
entities:
- NoEnt
abis:
- name: DAOFactory
file: ./abis/DAOFactory.json
- name: DAOKit
file: ./abis/DAOKit.json
- name: DAOTemplate
file: ./abis/DAOTemplate.json
- name: Kernel
file: ./abis/Kernel.json
- name: MiniMeToken
file: ./abis/MiniMeToken.json
- name: MiniMeTokenFactory
file: ./abis/MiniMeTokenFactory.json
eventHandlers:
- event: DeployDAO(address)
handler: handleDeployDAO
file: ./src/aragon/mappings/DAOFactory.ts