TokenOrderBy
Fields available for sorting ERC-20 token queries.
Schema Definition
enum TokenOrderBy {
ADDRESS
NAME
SYMBOL
DECIMALS
TOTAL_SUPPLY
HOLDERS
CREATED_AT
}
Values
| Value | Description |
|---|---|
ADDRESS | Sort by token contract address (alphabetically). |
NAME | Sort by token name (alphabetically). |
SYMBOL | Sort by token symbol (alphabetically). |
DECIMALS | Sort by number of decimal places. |
TOTAL_SUPPLY | Sort by total token supply. |
HOLDERS | Sort by number of token holders. |
CREATED_AT | Sort by deployment timestamp. |
Member Of
tokens query