🤝Compatible Contracts

An overview of compatible contracts and open trading functions within our app.

Our app is designed to support a variety of common open trading functions, making it easy for you to start using our tools seamlessly. To ensure compatibility, we just need to confirm that the functions in your contract match those we currently support.

Please note that our app currently only supports functions without parameters. For example, a function like openTrading() is compatiible, but openTrading(bool) (a function with a parameter) is not.

Below is a list of functions currently on our system:

// TRADING ACTIVATION FUNCTIONS

enableTrade()
enableTrading()
Launch()
launch()
openTrade()
openTrading()
startTrade()
startTrading()

If your contract uses a unique function name or is not listed yet, don’t worry—simply reach out to us and we’ll add it to our system within minutes.

Last updated