How to monitor opening and closing orders?

Description

By scanning all the blocks, we can get the logs of each transaction, parse the topics, and determine the corresponding contract address, find the corresponding transaction parameters, and then perform the next data processing operation according to the business requirements.

Events Emitted in Transactions

Deposit Funds

Withdraw Funds

Deposit DAI into Public Pool

Deposit DAI into Private Pool

Withdraw DAI from Public/Private Pool

Last updated