ERC721Entity class

Inheritance

Constructors

ERC721Entity({required String name, required String symbol, required int chainID, required String contractAddress, required BigInt tokenId})
const

Properties

asEthBased ERC20Entity?
no setterinherited
chainID int
finalinherited
contractAddress String
final
decimals int
finalinherited
hashCode int
The hash code for this object.
no setteroverride
identifier String
no setterinherited
isERC20 bool
no setterinherited
isEvm bool
no setterinherited
isUTXO bool
no setterinherited
lowerCaseAddress String
no setter
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subunits num
no setterinherited
symbol String
finalinherited
tokenId BigInt
final

Methods

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

Operators

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