The Token entity represents an ERC-20 token.
Source code
Properties#
chainId#
address#
decimals#
symbol#
name#
Methods#
equals#
Checks if the current instance is equal to another (i.e.,has an identical chainId and address).
sortsBefore#
Checks if the current instance sorts before another, by address.