Interface: ColonyFilter
A Colony extended ethers Filter to keep track of where events are coming from
Hierarchy
↳
ColonyFilter↳↳
ColonyEvent
Properties
address
• Optional address: string | string[]
Inherited from
eventName
• eventName: string
The full event signature of this event (e.g. TokenMinted(uint256))
eventSource
• eventSource: BaseContract
The generated id of the contract the event originated from
fromBlock
• Optional fromBlock: BlockTag
Inherited from
toBlock
• Optional toBlock: BlockTag
Inherited from
topics
• Optional topics: (null | string | string[])[]