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 |
TokenLockWallet
Token Lock Wallets which hold locked MOXIE
Fields
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | The address of the token lock wallet | ||||||||||||
manager | The Manager address | ||||||||||||
initHash | The hash of the initializer | ||||||||||||
beneficiary | Address of the beneficiary of locked tokens | ||||||||||||
token | The token being used (MOXIE) | ||||||||||||
managedAmount | Amount of tokens to be managed by the lock contract | ||||||||||||
balance | balance of the wallet (MOXIE) | ||||||||||||
startTime | Start time of the release schedule | ||||||||||||
endTime | End time of the release schedule | ||||||||||||
periods | Number of periods between start time and end time | ||||||||||||
releaseStartTime | Time when the releases start | ||||||||||||
vestingCliffTime | Time the cliff vests, 0 if no cliff | ||||||||||||
revocable | Whether or not the contract is revocable | ||||||||||||
tokenDestinationsApproved | True if the beneficiary has approved addresses that the manager has approved | ||||||||||||
tokensReleased | The amount of tokens that have been resleased | ||||||||||||
tokensWithdrawn | The amount of tokens that have been withdrawn | ||||||||||||
tokensRevoked | The amount of tokens that have been revoked | ||||||||||||
blockNumberCreated | The block this wlalet was created | ||||||||||||
txHash | The creation tx hash of the wallet | ||||||||||||
lockAccepted | lock | ||||||||||||
subjectTokens | Arguments
|