JsWatchAsset class
Properties
-
contract
↔ String
-
Address
The address of the token contract.
getter/setter pair
-
decimals
↔ int
-
The number of token decimals (optional for ERC-20 tokens).
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
image
↔ String
-
A string URL of the token logo (optional for ERC-20 tokens).
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
symbol
↔ String
-
A ticker symbol or shorthand, up to 11 characters (optional for ERC-20 tokens).
getter/setter pair
-
tokenId
↔ String
-
The unique identifier of the NFT (required for ERC-721 and ERC-1155 tokens).
getter/setter pair
-
type
↔ String
-
enum: ERC20, ERC721, ERC1155
getter/setter pair