Enums

🧙‍ All entities sorted

BondingCurveType_orderBy

Value

id

name

impl

CounterEntity_orderBy

Value

id

count

type

timestamp

HookEntity_orderBy

Value

id

name

addr

encoder

Hook_orderBy

Value

id

token

token__id

token__index

token__net

token__addr

token__factory

token__name

token__symbol

token__metaUri

token__supply

token__tokenType

token__bondingCurveType

token__raisingToken

token__params

token__mintTax

token__burnTax

token__paused

token__doomsDays

token__destoryed

token__treasury

token__admin

token__creator

token__marketCap

token__currentPrice

token__lockValue

token__treasuryFee

token__memberCount

token__decimal

token__baseDecimal

token__txCount

token__createTimestamp

data

encoder

name

addr

Member_orderBy

Value

id

token

token__id

token__index

token__net

token__addr

token__factory

token__name

token__symbol

token__metaUri

token__supply

token__tokenType

token__bondingCurveType

token__raisingToken

token__params

token__mintTax

token__burnTax

token__paused

token__doomsDays

token__destoryed

token__treasury

token__admin

token__creator

token__marketCap

token__currentPrice

token__lockValue

token__treasuryFee

token__memberCount

token__decimal

token__baseDecimal

token__txCount

token__createTimestamp

user

user__id

ids

balance

MintBurnEntity_orderBy

Value

id

hash

blockNum

timestamp

direction

from

to

erc20Amount

nativeAmount

platformFee

projectFee

price

tvl

tradeVolumes

token

token__id

token__index

token__net

token__addr

token__factory

token__name

token__symbol

token__metaUri

token__supply

token__tokenType

token__bondingCurveType

token__raisingToken

token__params

token__mintTax

token__burnTax

token__paused

token__doomsDays

token__destoryed

token__treasury

token__admin

token__creator

token__marketCap

token__currentPrice

token__lockValue

token__treasuryFee

token__memberCount

token__decimal

token__baseDecimal

token__txCount

token__createTimestamp

PlatformEntity_orderBy

Value

id

net

addr

admin

treasury

route

mintTax

burnTax

klines

Price_orderBy

Value

id

type

minPrice

maxPrice

openPrice

closePrice

tokenTvl

timestamp

token

token__id

token__index

token__net

token__addr

token__factory

token__name

token__symbol

token__metaUri

token__supply

token__tokenType

token__bondingCurveType

token__raisingToken

token__params

token__mintTax

token__burnTax

token__paused

token__doomsDays

token__destoryed

token__treasury

token__admin

token__creator

token__marketCap

token__currentPrice

token__lockValue

token__treasuryFee

token__memberCount

token__decimal

token__baseDecimal

token__txCount

token__createTimestamp

volume

TokenEntity_orderBy

Value

id

index

net

addr

factory

name

symbol

metaUri

supply

tokenType

bondingCurveType

raisingToken

params

mintTax

burnTax

paused

doomsDays

destoryed

treasury

admin

creator

marketCap

currentPrice

lockValue

treasuryFee

memberCount

decimal

baseDecimal

txCount

createTimestamp

prices

hooks

mintBurnTxs

members

TokenType_orderBy

Value

id

name

impl

TokenUpgradeHistory_orderBy

Value

id

token

token__id

token__index

token__net

token__addr

token__factory

token__name

token__symbol

token__metaUri

token__supply

token__tokenType

token__bondingCurveType

token__raisingToken

token__params

token__mintTax

token__burnTax

token__paused

token__doomsDays

token__destoryed

token__treasury

token__admin

token__creator

token__marketCap

token__currentPrice

token__lockValue

token__treasuryFee

token__memberCount

token__decimal

token__baseDecimal

token__txCount

token__createTimestamp

upgradeTo

data

timestamp

operator

tx

type

User_orderBy

Value

id

members

OrderDirection

Defines the order direction, either ascending or descending

Value

asc

desc

SubgraphErrorPolicy

ValueDescription

allow

Data will be returned even if the subgraph has indexing errors

deny

If the subgraph has indexing errors, data will be omitted. The default.

Last updated