HAL can help you to easily track activities on decentralized exchanges, such as IDEX. Here is a simple example of how can you track every time your account buys a certain amount of a specific token:
From Contract Triggers, select "New"
Insert IDEX contract address, 0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
In the "Contract function to watch" menu, select balanceOf
If you want to only track a specific token, insert the token address in the token
field
In the get field insert your own address
From Event Triggers, select "New"
Insert IDEX contract address, 0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
From the "Event to watch" drop down menu, select trade
If you want to only track a specific token, insert the token address in the tokenBuy
field
In the get
field insert your own address
From Event Triggers, select "New"
Insert IDEX contract address, 0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
From the "Event to watch" drop down menu, select deposit
If you want to only track a specific token, insert the token address in the token
field
In the user
field, insert your own address (or any other address you want to track)