Transactions
Chain
Dataset name
solana_devnet.transactionsVersion
1.0.0Description
Every transaction on the Oasis consensus chain — sender, fee, method, and whether it succeeded.
Example data
| id | index | signature | block_hash | recent_block_hash | block_slot | block_timestamp | fee | status | err | accounts | log_messages | balance_changes | pre_token_balances | post_token_balances | compute_units_consumed |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| sl_transaction_Cz37Lw92ux84UaGd1c5kbYzaVHw22WbrqusuecvWXAoL_1581 | 1581 | 36gu6xmR5WJykwbYq2A4oeYX6z46Vuo2iCY1qqGmSZ5HaZCXmELtV8TgWLMWYAkztUnscSc7vKwsJULwkJgAUGTf | Cz37Lw92ux84UaGd1c5kbYzaVHw22WbrqusuecvWXAoL | 65ZRoeC5mJqNAqvv957ZrEGUTX9fWBUmgVWEAhzuvpV9 | 277883765 | 1721137389 | 5000 | 1 | null | [{"pubkey": "nSGZ3tv2UhskkPqiB666yDVj7PTi9qKgDqvjHyw5JgM", "signer": true, "source": "transaction", "writable": true}, {"pubkey": "AY271jdvcyo5VzBiWsMGLEjpZFFrarq8FDydJHLmYgCG", "signer": false, "source": "transaction", "writable": true}, {"pubkey": "Vote111111111111111111111111111111111111111", "signer": false, "source": "transaction", "writable": false}] | ["Program Vote111111111111111111111111111111111111111 invoke [1]", "Program Vote111111111111111111111111111111111111111 success"] | [{"account": "nSGZ3tv2UhskkPqiB666yDVj7PTi9qKgDqvjHyw5JgM", "before": 7873110360, "after": 7873105360}, {"account": "AY271jdvcyo5VzBiWsMGLEjpZFFrarq8FDydJHLmYgCG", "before": 515917329, "after": 515917329}, {"account": "Vote111111111111111111111111111111111111111", "before": 1, "after": 1}] | [] | [] | 4 |
Schema
| Column | Type |
|---|---|
| id | string |
| index | long |
| signature | string |
| block_hash | string |
| recent_block_hash | string |
| block_slot | long |
| block_timestamp | long |
| fee | long |
| status | long |
| err | string |
| accounts | string |
| log_messages | string |
| balance_changes | string |
| pre_token_balances | string |
| post_token_balances | string |
| compute_units_consumed | decimal |