Token
The Token entity represents an ERC20 token at a specific address on a specific chain.
Example
Properties
chainId
See ChainId.
address
decimals
symbol
name
Methods
equals
Checks if the current instance is equal to another (has an identical chainId and address).
sortsBefore
Checks if the current instance sorts before another, by address.
Last updated