final case class Named(inputs: Seq[Decoded], logEntry: EthLogEntry, abiEvent: Event) extends SolidityEvent with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Named
- Serializable
- Serializable
- Product
- Equals
- SolidityEvent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Named(inputs: Seq[Decoded], logEntry: EthLogEntry, abiEvent: Event)
Value Members
- val abiEvent: Event
-
def
address: EthAddress
- Definition Classes
- Named → SolidityEvent
- val inputs: Seq[Decoded]
- val logEntry: EthLogEntry
- def name: String
- def signatureTopic: Topic