Babylon
On-chain Data Sources for Babylon Mainnet and Testnet
BabylonEvents
Name: BabylonEvents
Type: list<varies>
Get all events that were emitted in the evaluated block.
use BabylonEvents, EventBTCDelegationCreated, EventBTCDelegationUnbondedEarly from hexagate;
source createEvents: list<EventBTCDelegationCreated> = BabylonEvents<EventBTCDelegationCreated> {};
source unbondEvents: list<EventBTCDelegationUnbondedEarly> = BabylonEvents<EventBTCDelegationUnbondedEarly> {};RelatedBTCDelegationCreatedEvents
Name: RelatedBTCDelegationCreatedEvents
Type: list<EventBTCDelegationCreated>
Get all EventBTCDelegationCreated events that were emitted on Babylon for a given staking/unbonding transaction on Bitcoin.
staking_tx
string
no
unbonding_tx
string
no
use RelatedBTCDelegationCreatedEvents, EventBTCDelegationCreated from hexagate;
source events: list<EventBTCDelegationCreated> = RelatedBTCDelegationCreatedEvents {
staking_tx: "3fc043355734c405f3999d27039bbe12293b06046fe723c584b8d6331d93692d"
};
source events2: list<EventBTCDelegationCreated> = RelatedBTCDelegationCreatedEvents {
unbonding_tx: "0ce0143379e025f3847cce5eb16305e910834bf3986edf73910f220c4a1606b8"
};RelatedBTCDelegationUnbondedEarlyEvents
Name: RelatedBTCDelegationUnbondedEarlyEvents
Type: list<EventBTCDelegationUnbondedEarly>
Get all EventBTCDelegationUnbondedEarly events that were emitted on Babylon for a given staking transaction on Bitcoin.
staking_tx
string
yes
use RelatedBTCDelegationUnbondedEarlyEvents, EventBTCDelegationUnbondedEarly from hexagate;
source events: list<EventBTCDelegationUnbondedEarly> = RelatedBTCDelegationUnbondedEarlyEvents {
staking_tx: "3fc043355734c405f3999d27039bbe12293b06046fe723c584b8d6331d93692d"
};RelatedBTCDelegationExpiredEvents
Name: RelatedBTCDelegationExpiredEvents
Type: list<EventBTCDelegationExpired>
Get all EventBTCDelegationExpired events that were emitted on Babylon for a given staking transaction on Bitcoin.
staking_tx
string
yes
RelatedUnexpectedUnbondingTxEvents
Name: RelatedUnexpectedUnbondingTxEvents
Type: list<EventUnexpectedUnbondingTx>
Get all EventUnexpectedUnbondingTx events that were emitted on Babylon for a given staking transaction on Bitcoin.
staking_tx
string
yes
RelatedBTCDelegationStateUpdateEvents
Name: RelatedBTCDelegationStateUpdateEvents
Type: list<EventBTCDelegationStateUpdate>
Get all EventBTCDelegationStateUpdate events that were emitted on Babylon for a given staking transaction on Bitcoin.
staking_tx
string
yes
RelatedSelectiveSlashingEvents
Name: RelatedSelectiveSlashingEvents
Type: list<EventSelectiveSlashing>
Get all EventSelectiveSlashing events that were emitted on Babylon for a given staking transaction on Bitcoin.
staking_tx
string
yes
RelatedBTCDelegationInclusionProofReceivedEvents
Name: RelatedBTCDelegationInclusionProofReceivedEvents
Type: list<EventBTCDelegationInclusionProofReceived>
Get all EventBTCDelegationInclusionProofReceived events that were emitted on Babylon for a given staking transaction on Bitcoin.
staking_tx
string
yes
Last updated