Skip to main content

Objects

_Block_

Fields

NameDescription

hash
Bytes

The hash of the block

number
Int!

The block number

timestamp
Int

Integer representation of the timestamp stored in blocks for the chain

parentHash
Bytes

The hash of the parent block

_Meta_

The type for the top-level _meta field

Fields

NameDescription

block
Block!

Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for a block number. It will be filled if the _meta field has no block constraint and therefore asks for the latest block

deployment
String!

The deployment ID

hasIndexingErrors
Boolean!

If true, the subgraph encountered indexing errors at some past block

AuthorizedFunction

Authorized functions for the Manager

Fields

NameDescription

id
ID!

Primary key = function signature + manager address

sig
String!

Function signature (string)

target
Bytes!

The contract address that is authorized to have this function called on itself

sigHash
Bytes!

Hash of the function signature

manager
TokenLockManager!

Token lock Manager

SubjectToken

Fields

NameDescription

id
ID!

Vesting contractAddress - The address of the token

tokenDestinationsApproved
Boolean!

Is this subject token approved

vestingContractAddress
TokenLockWallet!

The Lock Wallet address

subjectToken
Bytes!

subject token address

blockNumberUpdated
BigInt!

last updated block number

TokenLockManager

The Token manager data

Fields

NameDescription

id
ID!

Token manager address

masterCopy
Bytes!

Master copy address

tokens
BigInt!

Tokens stored in manger through deposit or withdraw

tokenDestinations
[Bytes!]

List of addresses that are allowed to pull funds

subjectTokenDestinations
[Bytes!]

List of subject addresses that are allowed to pull funds

authorizedFunctions
[AuthorizedFunction!]

List of function call authorizations

Arguments

NameDescription

skip
Int

first
Int

orderBy
AuthorizedFunction_orderBy

orderDirection
OrderDirection

where
AuthorizedFunction_filter

tokenLockCount
BigInt!

Token lock count of contracts created

moxiePassToken
Bytes

moxie pass token

tokenManager
Bytes

token manager address

TokenLockWallet

Token Lock Wallets which hold locked MOXIE

Fields

NameDescription

id
ID!

The address of the token lock wallet

manager
TokenLockManager!

The Manager address

initHash
Bytes!

The hash of the initializer

beneficiary
Bytes!

Address of the beneficiary of locked tokens

token
Bytes

The token being used (MOXIE)

managedAmount
BigInt!

Amount of tokens to be managed by the lock contract

balance
BigInt!

balance of the wallet (MOXIE)

startTime
BigInt!

Start time of the release schedule

endTime
BigInt!

End time of the release schedule

periods
BigInt!

Number of periods between start time and end time

releaseStartTime
BigInt!

Time when the releases start

vestingCliffTime
BigInt!

Time the cliff vests, 0 if no cliff

revocable
Revocability

Whether or not the contract is revocable

tokenDestinationsApproved
Boolean!

True if the beneficiary has approved addresses that the manager has approved

tokensReleased
BigInt!

The amount of tokens that have been resleased

tokensWithdrawn
BigInt!

The amount of tokens that have been withdrawn

tokensRevoked
BigInt!

The amount of tokens that have been revoked

blockNumberCreated
BigInt!

The block this wlalet was created

txHash
Bytes!

The creation tx hash of the wallet

lockAccepted
Boolean!

lock

subjectTokens
[SubjectToken!]!

Arguments

NameDescription

skip
Int

first
Int

orderBy
SubjectToken_orderBy

orderDirection
OrderDirection

where
SubjectToken_filter