UnknownContractFunction class

Inheritance
Implemented types

Constructors

UnknownContractFunction({required Uint8List data, int? timeStamp})

Properties

data Uint8List
final
function String
no setteroverride
functionSelector Uint8List
no setteroverride
functionSelectorHex String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isExternal bool
no setterinherited
isLocal bool
no setterinherited
name String
finalinherited
outputTypes List<FunctionParam>?
no setteroverride
parameters List<FunctionParamWithValue>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateMutability StateMutability?
no setteroverride
timeStamp int
TimeStamp when the error occured
final
UTF8 String
no setter

Methods

addValues({required List values}) ContractFunctionWithValues
inherited
buildDataField() Uint8List
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Json
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited