πŸ“œCompatible Contracts

UPDATE : bundleZen now can work with various contract function

Not all smart contracts can be launched with BundleZen. You must ensure that the contract includes the enableTrading or similar function in its code. For an example of a compatible contract, you can download it here:

don't forget to change the marketing wallet and adjust as needed.

an example of bundleZen compatible contract.
// solidity

function enableTrading() external onlyOwner()
function openTrading() external onlyOwner()
function startTrading() external onlyOwner()
function openTrade() external onlyOwner()
function startTrade() external onlyOwner()

if you have one of these function or similar one, then all good.

Last updated