Skip to main content

Interface: ColonyFilter

A Colony extended ethers Filter to keep track of where events are coming from

Extends

Extended by

Properties

address?

optional address: string | string[]

Inherited from

Ethers6Filter.address


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

Ethers6Filter.fromBlock


toBlock?

optional toBlock: BlockTag

Inherited from

Ethers6Filter.toBlock


topics?

optional topics: (null | string | string[])[]

Inherited from

Ethers6Filter.topics