π How To Handle Proxy Contracts?
It is very common for users to use proxy contracts on EVM chains. For proxy contracts:
- Sentio needs the ABI for the underlying implementation contract. You can find the proxy contract address from Etherscan as follows:

- In processor binding, it does not matter which address you bind with. Sentio can work with both the proxy address and the underlying contract address.
Updated 5 days ago