GetTokenData top-level constant
String
const GetTokenData
Implementation
const GetTokenData = r'''
query getTokenData($where_condition: current_token_datas_v2_bool_exp) {
current_token_datas_v2(where: $where_condition) {
token_data_id
token_name
token_uri
token_properties
token_standard
largest_property_version_v1
maximum
is_fungible_v2
supply
last_transaction_version
last_transaction_timestamp
current_collection {
collection_id
collection_name
creator_address
uri
current_supply
}
}
}
''';