flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
Become a Partner
flipside
Average Execution Fee amount since inception Total Execution Fee amount since inception Total Execution Numbers since inception
superfly
Average Execution Fee amount since inception Total Execution Fee amount since inception Total Execution Numbers since inception
Updated 2022-12-20
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
9
›
⌄
select
count
(
distinct
tx_id
)
as
"Execution Times"
,
sum
(
fee
)
as
"Total Execution Fee"
,
avg
(
fee
)
as
"Average Execution Fee"
from
terra
.
core
.
fact_transactions
a
join
terra
.
core
.
ez_messages
b
using
(
tx_id
)
where
message_type
=
'/cosmwasm.wasm.v1.MsgExecuteContract'
and
tx_succeeded
=
1
Results
Run a query to Download Data