AssetType
The AssetType enum defines the available fields for sorting by token standard compliance category.
Schema Definition
enum AssetType {
ERC1155
ERC721
ERC20
HYBRID
UNKNOWN
}
Values
| Value | Description |
|---|---|
ERC1155 | Multi-token standard supporting both fungible and non-fungible tokens in a single contract. Commonly used for gaming assets, collectible sets, and hybrid token economies. |
ERC721 | Non-fungible token (NFT) standard where each token is unique and individually identifiable. Used for digital art, collectibles, and unique digital assets. |
ERC20 | Fungible token standard where all tokens are identical and interchangeable. Used for cryptocurrencies, utility tokens, and governance tokens. |
HYBRID | Contracts implementing multiple token standards simultaneously. Indicates a contract that supports combinations of ERC-20, ERC-721, and/or ERC-1155 interfaces. |
UNKNOWN | Asset type could not be determined or does not conform to standard token interfaces. May indicate custom implementations or contracts that haven't been fully indexed. |
Member Of
Balance object ● Contract object ● ContractFilter input