DeX tracker
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:
- 1.From Contract Triggers, select "New"
- 2.Insert IDEX contract address, 0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
- 3.In the "Contract function to watch" menu, select
balanceOf
- 4.If you want to only track a specific token, insert the token address in the
token
field - 5.In the get field insert your own address
- 1.From Event Triggers, select "New"
- 2.Insert IDEX contract address,
0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
- 3.From the "Event to watch" drop down menu, select
trade
- 4.If you want to only track a specific token, insert the token address in the
tokenBuy
field - 5.In the
get
field insert your own address
- 1.From Event Triggers, select "New"
- 2.Insert IDEX contract address,
0x2a0c0dbecc7e4d658f48e01e3fa353f44050c208
- 3.From the "Event to watch" drop down menu, select
deposit
- 4.If you want to only track a specific token, insert the token address in the
token
field - 5.In the
user
field, insert your own address (or any other address you want to track)
Last modified 3yr ago