Add Contract

How to Add a Contract

  1. After logging in, you will see the "Custom Contract" option on the left in the user interface. Click on this tab to enter the configuration page.

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

Add Contract
Add Contract

Explanation of contract fields

FieldDescriptionExample

Name

Custom contract name

CurveStablecoin3pool

Chain

Select the chain supported by the ChainBot platform

Ethereum, BSC, etc.

Address

Contract address

0xdAC17F958D2ee523a2206206994597C13D831ec7

ABI

Contract-related ABI information in JSON format

[]

Functions / Events

Functions and events defined by the contract

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

Last updated