LockupStream
No description
type LockupStream {
id: String!
alias: String!
chainId: BigInt!
subgraphId: BigInt!
tokenId: BigInt!
hash: Bytes!
timestamp: BigInt!
actions(
skip: Int = 0
first: Int = 100
orderBy: LockupAction_orderBy
orderDirection: OrderDirection
where: LockupAction_filter
): [LockupAction!]!
asset: Asset!
assetDecimalsValue: BigInt!
batch: LockupBatch!
category: LockupStreamCategory!
contract: Bytes!
position: BigInt!
recipient: Bytes!
sender: Bytes!
startTime: BigInt!
transferable: Boolean!
version: String!
withdrawnAmount: BigInt!
canceledAction: LockupAction
renounceAction: LockupAction
cancelable: Boolean!
canceled: Boolean!
canceledTime: BigInt
depositAmount: BigInt!
duration: BigInt!
endTime: BigInt!
funder: Bytes!
intactAmount: BigInt!
depleted: Boolean!
proxender: Bytes
proxied: Boolean!
renounceTime: BigInt
shape: String
shapeSource: ShapeSource
cliff: Boolean
cliffAmount: BigInt
cliffTime: BigInt
granularity: BigInt
initial: Boolean
initialAmount: BigInt
segments(
skip: Int = 0
first: Int = 100
orderBy: Segment_orderBy
orderDirection: OrderDirection
where: Segment_filter
): [Segment!]!
tranches(
skip: Int = 0
first: Int = 100
orderBy: Tranche_orderBy
orderDirection: OrderDirection
where: Tranche_filter
): [Tranche!]!
}
Fields
LockupStream.id ● String! non-null scalar
Unique identifier: \{contractAddress\}-\{chainId\}-\{tokenId\}
LockupStream.alias ● String! non-null scalar
Like the id: {contractAlias}-{chainId}-{tokenId}
LockupStream.chainId ● BigInt! non-null scalar
The chain ID where the stream was created (e.g., 137 for Polygon).