ABI and interaction

All smart contracts code are open source and can be found on official github.

Full smart contracts ABI can be found by next links:

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 next section we will describe main interaction ways with EtaSwap smart contracts.

Last updated