Token class

Inheritance

Constructors

Token(int chainId, EthereumAddress address, int decimals, {String? symbol, String? name})

Properties

address ↔ EthereumAddress
getter/setter pair
chainId int
getter/setter pair
decimals int
getter/setter pairinherited
hashCode int
The hash code for this object.
no setteroverride
name String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
getter/setter pairinherited

Methods

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

Operators

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

Static Properties

WETH Map<dynamic, Token>
final