Add Contract
Last updated
Last updated
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.
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);