DeprecatedStream
Older streams are no longer indexed. See https://x.com/Sablier/status/1914326014995620114
type DeprecatedStream {
id: String!
chainId: BigInt!
contractAddress: Bytes!
tokenId: BigInt!
hash: Bytes!
timestamp: BigInt!
}
Fields
DeprecatedStream.id ● String! non-null scalar
Unique identifier: \{contractAddress\}-\{chainId\}-\{tokenId\}
DeprecatedStream.chainId ● BigInt! non-null scalar
The chain ID where the stream was created (e.g., 137 for Polygon).
DeprecatedStream.contractAddress ● Bytes! non-null scalar
The address of the contract that created the stream.
DeprecatedStream.tokenId ● BigInt! non-null scalar
The id provided by the NFT contract. It's the ERC-721 tokenId.
DeprecatedStream.hash ● Bytes! non-null scalar
Hash of the Ethereum transaction that created this stream.
DeprecatedStream.timestamp ● BigInt! non-null scalar
Unix timestamp of the Ethereum transaction that created this stream.