Returns Lachesis event by hash or short ID.
Supported on Fantom (mainnet) only.
Parameters
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 epochparents
- array of event IDsgasPowerLeft
- 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.
API Endpoint
The format of a Fantom API endpoint is
https://open-platform.nodereal.io/{{apiKey}}/fantom/
Here is an example:
https://open-platform.nodereal.io/4c0a1c23661a4e26bcbcwed461e34ea9/fantom/
Example
Request
curl https://open-platform.nodereal.io/{{apiKey}}/fantom/ \
-X POST \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"dag_getEvent","params":["0x00000001000000039bcda184cc9e2b20386dcee5f39fe3c4f36f7b47c297ff2b"],"id":1}'
Result