Objects
_Block_
Fields
Name | Description |
---|---|
hash | The hash of the block |
number | The block number |
timestamp | Integer representation of the timestamp stored in blocks for the chain |
parentHash | The hash of the parent block |
_Meta_
The type for the top-level _meta field
Fields
Name | Description |
---|---|
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 | The deployment ID |
hasIndexingErrors | If |
AuthorizedFunction
Authorized functions for the Manager
Fields
Name | Description |
---|---|
id | Primary key = function signature + manager address |
sig | Function signature (string) |
target | The contract address that is authorized to have this function called on itself |
sigHash | Hash of the function signature |
manager | Token lock Manager |
SubjectToken
Fields
Name | Description |
---|---|
id | Vesting contractAddress - The address of the token |
tokenDestinationsApproved | Is this subject token approved |
vestingContractAddress | The Lock Wallet address |
subjectToken | subject token address |
blockNumberUpdated | last updated block number |
TokenLockManager
The Token manager data
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | Token manager address | ||||||||||||
masterCopy | Master copy address | ||||||||||||
tokens | Tokens stored in manger through deposit or withdraw | ||||||||||||
tokenDestinations | List of addresses that are allowed to pull funds | ||||||||||||
subjectTokenDestinations | List of subject addresses that are allowed to pull funds | ||||||||||||
authorizedFunctions | List of function call authorizations Arguments
| ||||||||||||
tokenLockCount | Token lock count of contracts created | ||||||||||||
moxiePassToken | moxie pass token | ||||||||||||
tokenManager | token manager address |