REROLLERS | REROLLS_COUNT | REROLL_FEE | |
---|---|---|---|
1 | 1065 | 37817 | 1890.85 |
hrst79rerolls nums
Updated 2025-01-18
99
1
2
3
4
5
6
7
8
9
10
11
›
⌄
SELECT
count(distinct sender) as rerollers,
sum(event_data:amount / 5000000) as rerolls_count,
sum(event_data:amount / 1e8) as reroll_fee,
from
aptos.core.fact_events a
join aptos.core.fact_transactions b using(tx_hash) --where tx_hash = '0x158be687eea0b0e0ff98eb88dc58923bef86d2d733c634b15d7a210db9c6f4f7'
where
EVENT_RESOURCE = 'DepositEvent'
and PAYLOAD_FUNCTION = '0x380dec3b333b636ab1f17322b2e5c768b5281dbc7640ff1d750ce044293e70bb::amaterasu::reveal_many'
Last run: 3 months ago
1
22B
59s