BlockVision
Dashboard
Discord
Twitter
Website
Searchβ¦
π§©
Welcome to BlockVision
π
Introduction
π
How-To Guides
π
Documentation
Chain APIs
π¨
Ethereum
π§²
Optimism
π
Arbitrum
π§
Fantom
Basic
dag_getHeads
dag_getEvent
dag_getEventPayload
eth_getBalance
eth_getCode
eth_getStorageAt
eth_getTransactionCount
eth_blockNumber
eth_getBlockTransactionCountByHash
eth_getBlockTransactionCountByNumber
eth_syncing
eth_getBlockByNumber
eth_call
eth_estimateGas
eth_gasPrice
eth_feeHistory
eth_maxPriorityFeePerGas
eth_protocolVersion
eth_sendRawTransaction
eth_chainId
web3_sha3
eth_getUncleCountByBlockHash
eth_getUncleByBlockHashAndIndex
eth_getUncleByBlockNumberAndIndex
eth_getTransactionByHash
eth_getTransactionByBlockHashAndIndex
eth_getTransactionByBlockNumberAndIndex
eth_getTransactionReceipt
eth_getBlockByHash
eth_newFilter
eth_uninstallFilter
eth_newBlockFilter
eth_newPendingTransactionFilter
eth_getFilterLogs
eth_getFilterChanges
eth_getLogs
eth_getUncleCountByBlockNumber
ERC20
NFT
β
Avalanche
π
BNB Chain
π
Polygon
π
Boba
Powered By
GitBook
dag_getEvent
Parameters
Params
- a string array containing (required):
string
- the full event ID (hex-encoded 32 bytes) or short event ID.
Returns
object
- An event object, or null when no event was found:
version - the event version.
epoch - the event epoch number.
seq - the event sequence number.
hash - DATA, 32 full event ID.
frame - event's frame number.
creator - the address of the event creator (validator).
prevEpochHash - the hash of the state of previous epoch
parents - array of event IDs
gasPowerLeft - event's not spent gas power.
gasPowerUsed - event's spent gas power.
lamport - event's Lamport index.
creationTime - the UnixNano timestamp of creator's local creation time.
medianTime - the UnixNano timestamp of the secure median time.
extraData - the "extra data" field of this event.
transactionsRoot - the root of the transaction trie of the event.
Previous
dag_getHeads
Next
dag_getEventPayload
Last modified
1mo ago
Copy link
Contents
Parameters
Returns