Documentation Index
Fetch the complete documentation index at: https://docs.codex.io/llms.txt
Use this file to discover all available pages before exploring further.
Returns
TokenLifecycleEventConnection
TokenLifecycleEventConnection
See TokenLifecycleEventConnection
A list of transactions for a token’s top pair.
See TokenLifecycleEvent
The token’s contract address.
The network ID that the token is deployed on.
The hash of the block where the transaction occurred.
The block number for the transaction.
The ID of the event (address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.
The index of the log in the block.
The wallet address that performed the transaction.
The unix timestamp for when the transaction occurred.
The unique hash for the transaction.
The index of the transaction within the block.
The event data, depends on the type of event
See TokenLifecycleEventData
See TokenBurnEventData
The amount of tokens burned.
The new total supply for the token.
The new circulating supply for the token.
See TokenMintEventData
The amount of tokens minted.
The new total supply for the token.
The new circulating supply for the token.
A cursor for use in pagination. If non-null, more results are available; pages may be empty due to filtering.
Arguments
The maximum number of events to return.
query
TokenLifecycleEventsQueryInput!
required
The query filters to apply to the results.
See TokenLifecycleEventsQueryInput
The token contract address to filter events by. In conjunction with networkId, this will filter events for a specific token on a specific network.
The networkId to filter events by.
The cursor to use for pagination.