ContractOrderBy
Fields available for sorting contract queries.
Schema Definition
enum ContractOrderBy {
ADDRESS
CREATED_AT
CREATED_BLOCK
NAME
SYMBOL
HOLDERS
NONCE
}
Values
| Value | Description |
|---|---|
ADDRESS | Sort by contract address (alphabetically). |
CREATED_AT | Sort by deployment timestamp. |
CREATED_BLOCK | Sort by deployment block number. |
NAME | Sort by contract name (alphabetically). |
SYMBOL | Sort by contract symbol (alphabetically). |
HOLDERS | Sort by number of token/NFT holders. |
NONCE | Sort by contract nonce. |
Member Of
contracts query