Event Module

Event module fetches event logs.

9.1 Get Logs

Get the emitted events of a smart contract.

Function Name

get_logs
  • Arguments

    address (str): The address of the smart contract.
  • Example Code

    from crypto_com_developer_platform_client import Event
    
    logs = Event.get_logs('0x596A29345b8CAA702544B9167590c648efedB7B0')
    print(logs)

Last updated

Was this helpful?