Description of the starknet.calls table on Dune
wei
as users pay gas with ETH. For transactions v3 and later, fees are denominated in fri
as users pay gas with STRK. Hence here you can see two gas types of gas fields, one for wei
and one for fri
.l1_da_mode
property in the Starknet block header contains this information. Values possible are BLOB
or CALLDATA
.block_status
has possible values ACCEPTED_ON_L1
or ACCEPTED_ON_L2
. Read here to learn more about different transaction status.transaction_type
fields denotes different types of transactions supported by Starknet. Possible values are: INVOKE
, L1_HANDLER
, DECLARE
, DEPLOY_ACCOUNT
, and DEPLOY
.call_type
fields denotes what type of function calls was invoked. Possible values are LIBRARY_CALL
, CALL
, or DELEGATE
EXTERNAL
, L1_HANDLER
, CONSTRUCTOR