@@ -79,3 +79,59 @@ models:
7979 - &type
8080 name : type
8181 description : " Transaction type"
82+
83+ - name : gas_evm_fees
84+ meta :
85+ sector : gas_evm
86+ short_description : " Transaction gas fees across EVM-compatible chains under the explicit gas_evm namespace."
87+ contributors : soispoke, ilemi, 0xRob, jeff-dude, hosuke, tomfutago
88+ config :
89+ tags : ['gas', 'fees', 'evm']
90+ description : >
91+ Compatibility view over gas.fees that excludes the non-EVM Tron rows and exposes the
92+ aggregate's EVM-compatible chain coverage under gas_evm.fees.
93+ columns :
94+ - name : blockchain
95+ description : " Blockchain on which the transaction occurred"
96+ - name : block_month
97+ description : " UTC month of the transaction block"
98+ - name : block_date
99+ description : " UTC date of the transaction block"
100+ - name : block_time
101+ description : " UTC timestamp of the transaction block"
102+ - name : block_number
103+ description : " Number of the block containing the transaction"
104+ - name : tx_hash
105+ description : " Hash of the transaction"
106+ - name : tx_index
107+ description : " Index position of the transaction within its block"
108+ - name : tx_from
109+ description : " Address that initiated the transaction"
110+ - name : tx_to
111+ description : " Address called by the transaction"
112+ - name : gas_price
113+ description : " Gas price paid per unit of gas"
114+ - name : gas_used
115+ description : " Amount of gas consumed by the transaction"
116+ - name : currency_symbol
117+ description : " Symbol of the blockchain's native fee currency"
118+ - name : tx_fee
119+ description : " Total transaction fee denominated in the native fee currency"
120+ - name : tx_fee_usd
121+ description : " Total transaction fee denominated in USD"
122+ - name : tx_fee_raw
123+ description : " Total transaction fee in the native currency's base unit"
124+ - name : tx_fee_breakdown
125+ description : " Transaction fee components denominated in the native fee currency"
126+ - name : tx_fee_breakdown_usd
127+ description : " Transaction fee components denominated in USD"
128+ - name : tx_fee_breakdown_raw
129+ description : " Transaction fee components in the native currency's base unit"
130+ - name : tx_fee_currency
131+ description : " Token address or identifier of the currency used to pay transaction fees"
132+ - name : block_proposer
133+ description : " Address of the validator or proposer for the transaction's block"
134+ - name : gas_limit
135+ description : " Maximum amount of gas available to the transaction"
136+ - name : gas_limit_usage
137+ description : " Share of the transaction gas limit that was consumed"
0 commit comments