abis:
  - SchemeRegistrar
  - GenesisProtocol
entities:
  - SchemeRegistrarNewSchemeProposal
  - SchemeRegistrarRemoveSchemeProposal
  - SchemeRegistrarProposalExecuted

eventHandlers:
  - event: NewSchemeProposal(indexed address,indexed bytes32,indexed address,address,bytes4,string)
    handler: handleNewSchemeProposal
  - event: RemoveSchemeProposal(indexed address,indexed bytes32,indexed address,address,string)
    handler: handleRemoveSchemeProposal
  - event: ProposalExecuted(indexed address,indexed bytes32,int256)
    handler: handleProposalExecuted
