Starknet
starknet.events
Description of the starknet.events table on Dune
Table description
This table captures the events that are emitted by smart contracts on the Starknet blockchain. Events are used to log significant actions and changes in smart contracts, such as token transfers or updates to contract states. Each event is linked to the transaction that triggered it, providing a detailed audit trail of contract interactions.
Column Descriptions
Datatypes on Snowflake datashare are different in some cases, read more here.
- Prior to v3 transactions upgrade, fees are denominated in
wei
as users pay gas with ETH. For transactions v3 and later, fees are denominated infri
as users pay gas with STRK. Hence here you can see two gas types of gas fields, one forwei
and one forfri
. - Starting with Starknet v0.13.1, Starknet distinguishes between blocks whose state diffs are sent to L1 as calldata and blocks whose state diffs are sent to L1 as blobs. The
l1_da_mode
property in the Starknet block header contains this information. Values possible areBLOB
orCALLDATA
. - The
block_status
has possible valuesACCEPTED_ON_L1
orACCEPTED_ON_L2
. Read here to learn more about different transaction status. from_address
: The address of the L2 contract sending the messagekeys
: The keys associated with the eventdata
: The data associated with the event- Visit this Starknet doc on events to learn more.
Table Sample
Was this page helpful?