0xHaM-dTxs Test
    Updated 10 days ago
    select
    -- count(distinct TX_HASH) as n_txs,
    -- count(distinct SENDER) as n_users
    EVENT_MODULE,
    EVENT_RESOURCE,
    count(*)
    from aptos.core.fact_events
    where PAYLOAD_FUNCTION ilike '0x5f1ee32ffd50e4c6b1733b00e8e4cf53050d27527488c0c45544e153f8c3618f%'
    -- where TX_HASH = '0x2428a9fa0e8486cddbaaecaabdb7e0a3d5915008c25ec6a6fc30cb2eb8c65bad'
    group by all
    -- limit 10
    Last run: 10 days ago
    EVENT_MODULE
    EVENT_RESOURCE
    COUNT(*)
    1
    loan_bookLoanStarted1894058
    2
    objectTransferEvent1894058
    3
    document_managerDocumentCollectionCreated1894058
    4
    collectionMint1894058
    5
    loan_bookPendingLoanCreated1894058
    6
    transaction_feeFeeStatement17963258
    7
    zvt_loanbook_alphaUnaccountedFee148452
    8
    loan_bookPaymentMade16043765
    9
    collectionBurn1339203
    10
    tokenMutationEvent1894058
    11
    loan_bookPaymentScheduleIndexUpdated148452
    12
    risk_score_managerRiskScoreCreated1894058
    13
    fungible_assetDeposit29057081
    14
    fungible_assetWithdraw28008233
    14
    572B
    69s