Using Etherscan

If you don't want to use our web interface or if you are not able to access it, it is always possible to interact with BendDAO V2 protocol at contract level.

Our smart contract using a new modular architecture, and Etherscan cannot know our Proxy, but we can interact with the contract directly in other ways.

In the following guide, we explore how to interact with the V2 protocol using eth95.

Prerequisites

  • Deployed Contract Addresses, E.g. Mainnet.

  • ABI json files at here.

Adding Contract

Calling Contract

  • Click Connect

  • Choose a Contract

  • Choose a Function

  • Fill parameters for the Function

  • Fill the correct Contract Address

  • Click Submit

Last updated