I wanted to call the mint function which is in ERC721 Contract by factory contract. when i called, The factory contract address is taking as msg.sender.
And i also tried by delegate call. but am not able to update the state variables in ERC721.
Is there any possible way for this ???
I want to call the mint function which is in ERC721 contract by factory contract. and also the state variables should change in ERC721 contract.