Hierarchy (view full)

Constructors

Properties

blockHandlers: BlockHandler[] = []
config: BindInternalOptions
eventHandlers: EventsHandler[] = []
traceHandlers: TraceHandler[] = []
filters: {
    Approval(owner?: null | string, spender?: null | string, value?: null): DeferredTopicFilter;
    OwnershipTransferred(previousOwner?: null | string, newOwner?: null | string): DeferredTopicFilter;
    Transfer(from?: null | string, to?: null | string, value?: null): DeferredTopicFilter;
} = ...

Methods

  • For a given function, creates a bound function that has the same body as the original function. The this object of the bound function is associated with the specified object, and has the specified initial parameters.

    Parameters

    Returns ERC20Processor