ChainBot Docs
English
English
  • 🎉ChainBot Introduction
  • ☺️Quick Start
  • 🚀Basic Usage
    • 🤖Monitoring/Bot
      • Transaction Bot Monitoring
      • Event Bot Monitoring
      • DEX Bot Monitoring
      • Value Bot Monitoring
      • NFT Bot Monitoring
      • Snapshot Bot Monitoring
      • Block Bot Monitoring
      • Arweave Bot Monitoring
    • 🧲Lists
      • Create List
      • Manage List
    • 📝Contract Management
      • Add Contract
      • Manage Contract
    • 📮Notify Channels
      • Email
      • Slack
      • Discord
      • Telegram
      • DingTalk
      • Pushover
      • Pagerduty
      • Webhook
      • Lark
      • Cobo Argus
    • 🔔Subscription
  • 💻Advanced Features
    • Fork Bot
    • Manage Bot
    • Alarm Notification Template
      • Message Template Variable Summary
    • Condition(s) Description
    • Webhooks
    • ⛏️Supported Data Sources
    • API
      • API Key Application
      • API Doc
  • Bot Configuration Examples
    • Event Bot Example
    • Dex Bot Example
    • Value Bot Example
    • Transaction Bot Example
    • Block Bot Example
    • NFT Bot Example
    • Snapshot Bot Example
    • Arweave Bot Example
  • 🫂Privacy Policy
    • Privacy Policy
    • Terms of Services
  • Support
    • 🤔FAQ
    • 📩Contact us
Powered by GitBook
On this page
  1. Basic Usage
  2. Contract Management

Add Contract

PreviousContract ManagementNextManage Contract

Last updated 8 months ago

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.

Explanation of contract fields

Field
Description
Example

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);

🚀
📝
Add Contract
Add Contract