ContractModel class

Inheritance

Constructors

ContractModel.new({required String sourceCode, required String abi, required String contractName, required String compilerVersion, required String optimizationUsed, required String runs, required String constructorArguments, required String evmVersion, required String library, required String licenseType, required String proxy, required String implementation, required String swarmSource})
const
ContractModel.fromJson(Map<String, dynamic> data)
factory

Properties

abi String
finalinherited
compilerVersion String
finalinherited
constructorArguments String
finalinherited
contractName String
finalinherited
evmVersion String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
implementation String
finalinherited
library String
finalinherited
licenseType String
finalinherited
optimizationUsed String
finalinherited
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
proxy String
finalinherited
runs String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceCode String
finalinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
swarmSource String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity() ContractEntity
toString() String
A string representation of this object.
inherited

Operators

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