💁Compatible Contracts
Last updated
Last updated
// 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. */