I have an upgradeable ERC721 contract in place. From another contract I want to do a delegatecall to this ERC721Upgradeable contract. Somehow, I observe a strange behaviour, like execution of the function is not conducted.
My question is, are delegatecalls of functions of upgradeable contracts (proxy) possible?