Starknet
starknet.calls
Description of the starknet.calls table on Dune
Table description
This table documents the execution trace of the transaction designated by the input hash.
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. - The
transaction_type
fields denotes different types of transactions supported by Starknet. Possible values are:INVOKE
,L1_HANDLER
,DECLARE
,DEPLOY_ACCOUNT
, andDEPLOY
. - The
call_type
fields denotes what type of function calls was invoked. Possible values areLIBRARY_CALL
,CALL
, orDELEGATE
- ’entry_point_type’: The type of entry point. Possible values includes -
EXTERNAL
,L1_HANDLER
,CONSTRUCTOR