UNPKG

quasvel

Version:

Access and interact with Aragon Organizations and their apps.

33 lines (31 loc) 893 B
# MiniMeTokenFactory - kind: ethereum/contract name: {{name}} network: {{network}} source: abi: MiniMeTokenFactory 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: NewFactoryCloneToken(indexed address,indexed address,indexed uint256) handler: handleNewFactoryCloneToken file: ./src/aragon/mappings/MiniMeTokenFactory.ts