hi, maybe you know, how can I safely cast an address to contract?
For example ERC721 token = ERC721(0xSomeAddress)
Is there a way to know that the contract at the address was inherit from ERC721?
Jan 23, 2022, 4:58 PM