What vulnerability arises from using delegatecall to an untrusted contract in an upgradeable NFT proxy?
-
A
The called code runs in the proxy's storage context and can overwrite critical state
-
B
It permanently disables the fallback function
-
C
It doubles all gas costs
-
D
It prevents the token from being transferred