Skip to main content

Interface: ColonyFilter

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

Hierarchy

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