BlockchainTransactionData (for bloxberg)
BlockchainTransactionData[txid]
gives information about the blockchain transaction with ID txid on the bloxberg blockchain.
BlockchainTransactionData[txid,prop]
gives the specified property of the transaction.
Details
- Properties include:
-
"TransactionID" transaction ID "BlockHash" hash of the block containing the transaction "BlockNumber" height of the block containing the transaction "Confirmations" blocks confirming the block containing the transaction "Timestamp" timestamp for the transaction "Status" indicates whether the transaction executed successfully "TransactionIndex" index of the transaction within the block "Sender" sender address of the transaction "Receiver" receiver address of the transaction "Amount" total number of ether exchanged in this transaction "ContractAddress" address of the contract created in the transaction "GasUsed" amount of gas used by this transaction "Fee" fee paid for this transaction "TransactionCount" number of the transactions sent by the sender address "InputData" the data sent along with the transaction "TransactionDigest" hash of the transaction data used to sign it "DigitalSignature" digital signature of the transaction "SenderPublicKey" public key of the sender derived from the digital signature "EventList" list of events emitted by transaction "TokenTransferList" list of token transfers that took place within the transaction "InternalTransactionList" list of internal transactions triggered by transaction - The value "EventList" is a list of associations with the following elements:
-
"Address" address of the contract that triggered the event "Topics" event's parameters indexed in the transaction receipt log "Data" event's parameters encoded in the transaction receipt log - The value "TokenTransferList" is a list of associations with the following elements:
-
"Name" name of the token (e.g. "Ethernity Token") "Symbol" symbol for the token (e.g. "ETNY") "Sender" sender address of the token "Receiver" receiver address of the token "Amount" amount of tokens sent (only for "ERC20") "TokenID" ID of token sent (only for "ERC721") - The value "InternalTransactionList" is a list of associations with the following elements:
-
"CallType" internal transaction type of execution "Sender" sender address of the internal transaction "Receiver" receiver address of the internal transaction "Amount" amount of the currency transferred internally "GasLimit" maximum amount of gas allowed to be used by the internal call "GasUsed" amount of gas used by this transaction "Input" internal transaction input data "Output" internal transaction output data - BlockchainTransactionData can access the bloxberg blockchain. To specify this network, use the BlockchainBase option.
Examples
open allclose allBasic Examples (4)
Scope (21)
InternalTransactionList (1)
TokenTransferList (1)
TransactionCount (1)
Applications (1)
Properties & Relations (2)
Text
Wolfram Research (2020), BlockchainTransactionData, Wolfram Language function, https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
CMS
Wolfram Language. 2020. "BlockchainTransactionData." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html.
APA
Wolfram Language. (2020). BlockchainTransactionData. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/blockchain/BlockchainTransactionData-bloxberg.html