EthConstant class

The class that contains commonly used values.

Constructors

EthConstant()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Properties

weiPerEther BigInt
final

Constants

DeadAddress → const String
The Dead Address, normally is the address that token will be send to burn.
EtherSymbol → const String
The Ether symbol, Ξ.
MaxUint256 → const String
ZeroAddress → const String
The Address Zero, which is 20 bytes (40 nibbles) of zero.
ZeroHash → const String
The Hash Zero, which is 32 bytes (64 nibbles) of zero.