ABI

The Application Binary Interface (ABI) for our smart contract is provided in this section. The ABI is a JSON array that describes the contract's functions, events, and how to interact with them. You can use this ABI to interact with the contract using various tools and libraries, such as web3.js, ethers.js, or directly through the blockchain explorer.

Contract ABI

Below is the full ABI for the contract:

For more detailed instructions and examples, please refer to the official documentation of the libraries you're using:

Last updated