Contains the contract functions only with a link to the full function in the contract code
Interface
Contract events
event EcosystemMaxiNFTSet(address indexed oldTokenAddress, address indexed newTokenAddress)
event LiquidityMaxiNFTSet(address indexed oldTokenAddress, address indexed newTokenAddress)
Read-Only Functions
External Functions
function setEcosystemMaxiNFT(address tokenAddress) external onlyOwner
function setLiquidityMaxiNFT(address tokenAddress) external onlyOwner
