No Data to Display
bgbz-8j1pHvKintsu Cancels By user
Updated 7 days ago
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
›
⌄
SELECT
*
FROM
monad.testnet.fact_event_logs
WHERE
CONTRACT_ADDRESS = '0x07aabd925866e8353407e67c1d157836f7ad923e'
AND LOWER(ORIGIN_FROM_ADDRESS) = LOWER('{{wallet_address}}')
AND ORIGIN_FUNCTION_SIGNATURE in (
'0x30af6b2e',
--unlockRequest
'0x1610247b',
--cancelUnlock
'0x7293be09',
--send batch unlocks
'0xdb006a75',
--redeemUnlock
'0xa9059cbb',
--transfer
'0x23b872dd' --transferFrom
)
order by
BLOCK_TIMESTAMP desc
Last run: 7 days ago
0
2B
9s