Compatible Contracts
Last updated
Last updated
Not all smart contracts can be launched with xbundle. You must ensure that the contract includes the enableTrading
function in its code. For an example of a compatible contract, you can download it here:
Not all contracts are compatible, please ensure that your contract starts trading through a function(method) rather than directly starting after adding liquidity.
The default start trading functions we support :
enableTrading
openTrading
startTrading
We also support customization function.