TX | TOTALORDERVOLUME | |
---|---|---|
1 | 7231 | 1349545.580136 |
datavortextrade 1
Updated 2025-03-26
9
1
2
3
4
5
6
7
›
⌄
SELECT COUNT(DISTINCT tx_hash) as tx,
SUM(amount) as TotalOrderVolume
from ronin.core.ez_token_transfers
where origin_from_address = '0x8962cde7ac43de7d55e8b61c80ee8d148fc7a201'
AND origin_to_address = '0x520fe655590e6fee13656590f1be3edf31fe099c'
Last run: 2 months ago
1
23B
5s