Add Contract

How to Add a Contract

  1. After logging in, you will see the "Custom Contract" option on the left side of the user interface. Click on that tab to go to the configuration page.

  2. Click the "Add Custom Contract" button on the top right and fill in the relevant information for the smart contract.

Contract Field Descriptions

FieldDescriptionExample

Name

Custom contract name

CurveStablecoin3pool

Chain

Select from the chains supported by the ChainBot platform

Ethereum, BSC, etc.

Address

Contract address

0xdAC17F958D2ee523a2206206994597C13D831ec7

ABI

Contract-related ABI information, in JSON string format

[]

Functions / Events

Functions and events defined by the contract

function getOwner(); event Issue(uint amount);

Last updated