🔍How To Handle Proxy Contracts?

It is very common that users are using proxy contracts on EVM chain. For proxy contracts:

  • Sentio needs 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 or the underlying contract address.

Last updated