here’s the contract that manifold created: https://etherscan.io/address/0x55d78c09a0a8f0136392eb493a9aecc9c0ded225#code
all i want to do is to directly call the mint /mintBase function on this contract and let anyone mint from it. however, due to the complexity of manifold’s contract generation, as well as having different functions than standard erc721s(mintBase function vs mint), I’m not sure I’m able to. Am I missing something or do i need to make a new contract?