bgbz-8j1pHvKintsu Cancels By user
    Updated 6 days ago
    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: 6 days ago
    No Data to Display
    0
    2B
    9s