@sentio/sdk
    Preparing search index...

    Class TypedEvent<TArgsArray, TArgsObject>

    Type Parameters

    • TArgsArray extends any[] = any
    • TArgsObject = any

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _address: string
    name: string
    raw: any

    Accessors

    • get address(): string

      The address of the contract that emitted this log.

      Returns string

    • get blockHash(): string

      The block hash of the block that included the transaction for this log.

      Returns string

    • get blockNumber(): number

      The block number of the block that included the transaction for this log.

      Returns number

    • get removed(): boolean

      Whether this log was removed due to the transaction it was included in being removed dur to an orphaned block.

      Returns boolean

    • get topics(): readonly string[]

      The topics emitted with this log.

      Returns readonly string[]

    • get transactionHash(): string

      The transaction hash for the transaxction the log occurred in.

      Returns string

    • get transactionIndex(): number

      The transaction index of this log.

      Returns number