ABI and interaction

All smart contract code is open source and can be found on the official GitHub.

Full smart contract ABIs can be found at the following links:

  1. Exchange
  2. SaucerSwapV1Adapter
  3. SaucerSwapV2Adapter
  4. PangolinAdapter
The integrity and authenticity of source code can be verified by comparing contract bytecode on hashscan with ABI.bytecode parameter in repository. Also you can build project by yourself with the same hardhat settings and result bytecode should be the same as on hashscan.

In the next section, we will describe the main ways to interact with EtaFinance Swap smart contracts.