Skip to main content

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.

tokenAddress
String!
The token’s contract address.
networkId
Int!
The network ID that the token is deployed on.
blockHash
String!
The hash of the block where the transaction occurred.
blockNumber
Int!
The block number for the transaction.
id
String!
The ID of the event (address:networkId). For example, 0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2:1.
logIndex
Int!
The index of the log in the block.
maker
String
The wallet address that performed the transaction.
timestamp
Int!
The unix timestamp for when the transaction occurred.
transactionHash
String!
The unique hash for the transaction.
transactionIndex
Int!
The index of the transaction within the block.
eventType
TokenLifecycleEventType!
The type of event. See TokenLifecycleEventType
data
TokenLifecycleEventData!
union
The event data, depends on the type of event See TokenLifecycleEventData

Used By

Returned by