Object/Trait

com.mchange.sc.v2.ens.contract.RegistrarUtilities

Event

Related Docs: trait Event | package RegistrarUtilities

Permalink

object Event

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Event
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class Approval(owner: Address, approved: Address, tokenId: UInt256)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  2. final case class ApprovalForAll(owner: Address, operator: Address, approved: Bool)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  3. final case class ControllerAdded(controller: Address)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  4. final case class ControllerRemoved(controller: Address)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  5. final case class NameMigrated(id: UInt256, owner: Address, expires: UInt256)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  6. final case class NameRegistered(id: UInt256, owner: Address, expires: UInt256)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  7. final case class NameRenewed(id: UInt256, expires: UInt256)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  8. final case class OwnershipTransferred(previousOwner: Address, newOwner: Address)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink
  9. class Processor extends SimpleProcessor[(SolidityEvent, Metadata), Event]

    Permalink
  10. final case class Transfer(from: Address, to: Address, tokenId: UInt256)(metadata: Metadata, logEntry: EthLogEntry) extends Event with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Approval extends Serializable

    Permalink
  5. object ApprovalForAll extends Serializable

    Permalink
  6. object ControllerAdded extends Serializable

    Permalink
  7. object ControllerRemoved extends Serializable

    Permalink
  8. object NameMigrated extends Serializable

    Permalink
  9. object NameRegistered extends Serializable

    Permalink
  10. object NameRenewed extends Serializable

    Permalink
  11. object OwnershipTransferred extends Serializable

    Permalink
  12. object Transfer extends Serializable

    Permalink
  13. def apply(solidityEvent: SolidityEvent, metadata: Metadata): Event

    Permalink
  14. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def collect(info: Async)(implicit ec: ExecutionContext): Future[Seq[Event]]

    Permalink
  17. def collect(info: TransactionInfo): Seq[Event]

    Permalink
  18. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped