siwakondevvault stake copy
Updated 2024-08-26
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
›
⌄
SELECT
block_timestamp,
tx_hash,
livequery.utils.udf_hex_to_int(
regexp_substr_all(SUBSTR(input, 11), '.{64}') [0] :: string
) :: int / pow(10, 18) as lp_value
FROM
berachain.testnet.fact_traces
WHERE
from_address = '0x38d2a764185197484f744c0baa06a38a2ee31876'
AND left(input, 10) = '0xa694fc3a'
AND tx_succeeded = true
AND block_timestamp BETWEEN '2024-08-21'
AND '2024-08-22'
ORDER BY lp_value DESC
QueryRunArchived: QueryRun has been archived