quasvel
Version:
Access and interact with Aragon Organizations and their apps.
41 lines (40 loc) • 948 B
YAML
# Kernel
- kind: ethereum/contract
{{#name}}
name: {{name}}
{{/name}}
{{^name}}
name: Kernel
{{/name}}
network: {{network}}
source:
abi: Kernel
{{#address}}
address: '{{address}}'
{{/address}}
{{#startBlock}}
startBlock: {{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: NewAppProxy(address,bool,bytes32)
handler: handleNewAppProxy
file: ./src/aragon/mappings/Kernel.ts