Skip to main content

dag_getEvent RPC Method

Returns Lachesis event by hash or short ID.

Updated on
Nov 2, 2023

dag_getEvent RPC Method

Parameters

string
The full event ID (hex-encoded 32 bytes) or short event ID.

Returns

object
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.
Request
1
curl https://docs-demo.fantom.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc":"2.0","method":"dag_getEvent","params":["0x00000001000000039bcda184cc9e2b20386dcee5f39fe3c4f36f7b47c297ff2b"],"id":1}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free