Hierarchy (View Summary)

Constructors

Properties

blockHandlers: BlockHandler[] = []
config: BindInternalOptions
eventHandlers: EventsHandler[] = []
traceHandlers: TraceHandler[] = []
filters: {
    ApprovalForAll(
        account?: null | string,
        operator?: null | string,
        approved?: null,
    ): DeferredTopicFilter;
    TransferBatch(
        operator?: null | string,
        from?: null | string,
        to?: null | string,
        ids?: null,
        values?: null,
    ): DeferredTopicFilter;
    TransferSingle(
        operator?: null | string,
        from?: null | string,
        to?: null | string,
        id?: null,
        value?: null,
    ): DeferredTopicFilter;
    URI(value?: null, id?: null | BigNumberish): DeferredTopicFilter;
} = ...

Methods

  • Parameters

    Returns this

  • 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 erc1155.ERC1155Processor