UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

38 lines (37 loc) 1.03 kB
# DAOTemplate - kind: ethereum/contract name: {{name}} network: {{network}} source: abi: DAOTemplate 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 - event: SetupDao(address) handler: handleSetupDao - event: DeployToken(address) handler: handleDeployToken - event: InstalledApp(address,bytes32) handler: handleInstalledApp file: ./src/aragon/mappings/DAOTemplate.ts