Skip to main content

Entities

Entities for the MiniChef subgraph are all listed below.

MiniChef

FieldTypeDescription
idIDchef address
sushiBigInttotal SUSHI allocation point
sushiPerSecond[Pools]SUSHI served per second
totalAllocPointBigInttotal allocation point
pools[Pool]array of pools
timestampBigInttimestamp
blockBigIntblock

Pool

FieldTypeDescription
idIDindex of pool
miniChefMiniChefMiniChef
pairBytespair address
rewarderRewarderrewarder
allocPointBigIntallocation point
lastRewardBlockBigIntlast reward block
accSushiPerShareBigIntaccumulated SUSHI per share
users[User]array of users
userCountBigIntnumber of users
slpBalanceBigDecimalSLP balance
timestampBigInttimestamp
blockBigIntblock

NativeRewarderPool

FieldTypeDescription
idIDrewarder address
rewardTokenBytesreward token address
rewardPerSecondBytesrewards per second
totalAllocPointBigInttotal allocation point
timestampBigInttimestamp
blockBigIntblock

User

FieldTypeDescription
idIDpool ID concatenated with user address
addressBytesuser address
poolPoolpool
amountBigIntamount
rewardDebtBigIntamount of reward debt
sushiHarvestedBigDecimalamount of SUSHI harvested
timestampBigInttimestamp
blockBigIntblock