LP Creations
Creation of new Liquidity Pools (LPs).
Data source: LpCreation
Name | DataType | Description |
---|---|---|
blockId | number | Numeric identifier of a block describing the slot that the block was produced in. |
blockTime | number | Unix epoch time (in seconds) of a block as calculated from validator votes. |
transactionId | string | First signature in a transaction, which can be used to uniquely identify the transaction across the whole ledger. |
transactionPosition | number | Zero-indexed position of the transaction within the block. |
instructionOrdinal | number | The zero-indexed position of an instruction - subinstruction combination in the context of the transaction. This is generated by flattening all instruction/subinstruction/sub-subinstruction/... and numbering them from 0. |
programId | string | The account containing the program. |
instructionName | string | The name of the program instruction that was invoked. |
programName | string | The name of the LP program. |
poolAddress | string | Address holding information about the pool. |
lpTokenMint | string | The mint address of the pool token. |
mintTokenA | string | The mint of token A. |
mintTokenB | string | The mint of token B. |
tokenAccountA | string | The pool's token account for token A. |
tokenAccountB | string | The pool's token account for token B. |
Updated over 1 year ago