Skip to main content

ContractOrderBy

The ContractOrderBy enum defines the available fields for sorting contract queries.

Schema Definition

enum ContractOrderBy {
ADDRESS
CREATED_AT
CREATED_BLOCK
DECIMALS
NAME
SYMBOL
HOLDERS
}

Values

ValueDescription
ADDRESSSort contracts by their blockchain address in alphabetical order.
CREATED_ATSort contracts by their creation Unix timestamp in seconds.
CREATED_BLOCKSort contracts by the block number in which they were created.
DECIMALSSort contracts by the exact number of decimal places used in tokens managed by contracts meeting the ERC-20 token standard.
NAMESort contracts alphabetically by their name.
SYMBOLSort contracts alphabetically by their symbol.
HOLDERSSort contracts by an aggregate count of unique addresses holding its tokens.

Member Of

contracts query